CN111506341B - Software configuration information detection method, device and system - Google Patents

Software configuration information detection method, device and system Download PDF

Info

Publication number
CN111506341B
CN111506341B CN202010318556.0A CN202010318556A CN111506341B CN 111506341 B CN111506341 B CN 111506341B CN 202010318556 A CN202010318556 A CN 202010318556A CN 111506341 B CN111506341 B CN 111506341B
Authority
CN
China
Prior art keywords
software
production
configuration information
configuration
online
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010318556.0A
Other languages
Chinese (zh)
Other versions
CN111506341A (en
Inventor
田萌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Tongbang Zhuoyi Technology Co ltd
Original Assignee
Beijing Tongbang Zhuoyi Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Tongbang Zhuoyi Technology Co ltd filed Critical Beijing Tongbang Zhuoyi Technology Co ltd
Priority to CN202010318556.0A priority Critical patent/CN111506341B/en
Publication of CN111506341A publication Critical patent/CN111506341A/en
Application granted granted Critical
Publication of CN111506341B publication Critical patent/CN111506341B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3604Software analysis for verifying properties of programs

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application relates to a method, a device and a system for detecting software configuration information, wherein the method comprises the following steps: reading a test configuration file and a production configuration file of software to be online; analyzing the test configuration file to obtain test configuration information, and analyzing the production configuration file to obtain production configuration information; comparing the test configuration information with the production configuration information to obtain a comparison result; and when the production configuration information meets the software online requirement according to the comparison result, executing the online construction operation on the software to be online. According to the technical scheme, in the construction stage before the software is on line, the software production configuration file is automatically checked to judge whether the software production configuration file meets the on-line condition, and if so, the software construction on-line operation is executed. Therefore, the manual inspection accuracy is prevented from being lower, a large amount of manpower and time are consumed, the accuracy and efficiency of software configuration information inspection are improved, the software linear speed is accelerated, and the manpower cost and the time cost are saved.

Description

Software configuration information detection method, device and system
Technical Field
The present application relates to the field of information processing, and in particular, to a method, an apparatus, and a system for detecting software configuration information.
Background
A configuration file is essentially a file containing the information required for a successful operation of a program, which information is structured in a specific way. The configuration file is effectively a "dictionary," or "key-value pair. The program finds a value in the configuration file through a key, and assigns the value to the variable to complete data transmission from the configuration file to the program. The configuration file generally stores parameter configuration related to the code execution environment, but at present, more and more parameters, such as database connection parameters, variable values related to online environment of a log path and the like, which may be changed, and some business behaviors are also put into the configuration file, so that configuration information in the configuration file is more and more complex.
In the prior art, the configuration information is different between software testing and software online, and the configuration information needs to be modified into actual configuration information before the software is online, and at the moment, if the configuration information is wrong, the software online is affected. Currently, before software is online, a developer is required to manually check configuration information, and due to the complexity of the configuration information, the manual checking accuracy is low, and a great deal of manpower and time are consumed.
Disclosure of Invention
In order to solve the above technical problems or at least partially solve the above technical problems, embodiments of the present application provide a method, an apparatus, and a system for detecting software configuration information.
In a first aspect, an embodiment of the present application provides a method for detecting software configuration information, including:
reading a test configuration file and a production configuration file of software to be online;
analyzing the test configuration file to obtain test configuration information, and analyzing the production configuration file to obtain production configuration information;
comparing the test configuration information with the production configuration information to obtain a comparison result;
and when the production configuration information meets the software online requirement according to the comparison result, executing the online construction operation on the software to be online.
Optionally, the reading the test configuration file and the production configuration file of the software to be online includes:
acquiring storage paths of the test configuration file and the production configuration file;
and reading the test configuration file and the production configuration file through the storage path.
Optionally, the parsing the test configuration file to obtain test configuration information includes:
determining a first file type corresponding to the test configuration file;
analyzing the test configuration file through a first analysis tool corresponding to the first file type to obtain the test configuration information;
the parsing the production configuration file to obtain production configuration information includes:
determining a second file type corresponding to the production configuration file;
and analyzing the production configuration file through a second analysis tool corresponding to the second file type to obtain the production configuration information.
Optionally, the method further comprises:
when the comparison result indicates that the production configuration file lacks a configuration item, executing at least one of the following operations on the software to be online:
terminating the construction of the software to be online;
sending out a reminder;
and after the configuration items are complemented according to a preset configuration rule, executing the online construction operation on the software to be online.
Optionally, the comparing the test configuration information with the production configuration information to obtain a comparison result includes:
checking whether an error configuration item exists in the production configuration file according to a preset configuration rule;
when the comparison result indicates that the error configuration item exists in the production configuration file, the method further comprises the following steps:
after correcting the error configuration items according to the preset configuration rules, executing the online construction operation on the software to be online;
and when the error configuration item cannot be corrected according to the preset configuration rule, ending the construction of the software to be online.
Optionally, the method further comprises:
and when the production configuration file is not read, terminating the construction of the software to be online.
In a second aspect, an embodiment of the present application provides a software configuration information detection apparatus, including:
the reading module is used for reading the test configuration file and the production configuration file of the software to be online;
the analysis module is used for analyzing the test configuration file to obtain test configuration information and analyzing the production configuration file to obtain production configuration information;
the comparison module is used for comparing the test configuration information with the production configuration information to obtain a comparison result;
and the execution module is used for executing the online construction operation on the software to be online when the production configuration information is determined to meet the online requirement of the software according to the comparison result.
In a third aspect, an embodiment of the present application provides a software configuration information detection system, including: the software online module and the software configuration information detection plug-in module;
the software configuration information detection plug-in module is used for reading a test configuration file and a production configuration file corresponding to the software online module; analyzing the test configuration file to obtain test configuration information, and analyzing the production configuration file to obtain production configuration information; comparing the test configuration information with the production configuration information to obtain a comparison result; and when the production configuration information meets the software online requirement according to the comparison result, executing the online construction operation on the software online module.
In a fourth aspect, an embodiment of the present application provides an electronic device, including: the device comprises a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory are communicated with each other through the communication bus;
the memory is used for storing a computer program;
the processor is configured to implement the above-mentioned method steps when executing the computer program.
In a fifth aspect, embodiments of the present application provide a computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the above-mentioned method steps.
Compared with the prior art, the technical scheme provided by the embodiment of the application has the following advantages:
and in the construction stage before the software is on line, automatically checking the software production configuration file, comparing the configuration files of the test environment and the production environment, judging whether the configuration files meet the software on-line condition, and executing the construction on-line operation of the software if the configuration files meet the software on-line condition. Therefore, abnormal situations can be avoided after the software is constructed and released to production, meanwhile, the situation that the manual checking accuracy is low is avoided, a large amount of manpower and time are consumed, the accuracy and the efficiency of checking the software configuration information are improved, the software line-up speed is accelerated, and the manpower cost and the time cost are saved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the application and together with the description, serve to explain the principles of the application.
In order to more clearly illustrate the embodiments of the application or the technical solutions of the prior art, the drawings which are used in the description of the embodiments or the prior art will be briefly described, and it will be obvious to a person skilled in the art that other drawings can be obtained from these drawings without inventive effort.
FIG. 1 is a flowchart of a method for detecting software configuration information according to an embodiment of the present application;
FIG. 2 is a flowchart of a method for detecting software configuration information according to another embodiment of the present application;
FIG. 3 is a block diagram of a software configuration information detecting device according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present application more apparent, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments of the present application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
Since the software version in the test is verified by a tester, all the configuration information on which the software version is dependent is complete, and the configuration information of the production environment cannot be verified in the test, the configuration information of the production environment may be in a lack or error condition.
For example, when interfacing with a banking system, the test environment accesses a test server of the bank and uses a test environment key, while when the environment is produced, the production environment key is used by accessing a production server of the bank, otherwise the system cannot work normally.
Therefore, in the embodiment of the application, the software configuration information is automatically checked in the construction stage (the process of compiling and packaging the software source code into an executable program) before the software is on line, the configuration information of the software in the test environment is compared with the configuration information in the production environment (the software environment for formally providing services for clients), and the software is constructed and on line only when the configuration information in the production environment meets the requirements.
The following first describes a method for detecting software configuration information provided by an embodiment of the present application.
Fig. 1 is a flowchart of a software configuration information detection method according to an embodiment of the present application. As shown in fig. 1, the method comprises the steps of:
and S11, reading a test configuration file and a production configuration file of the software to be online.
The production configuration file is the actual configuration information when the software to be online is online.
And step S12, analyzing the test configuration file to obtain test configuration information, and analyzing the production configuration file to obtain production configuration information.
The configuration file can be analyzed by selecting a corresponding analysis tool based on the file type of the configuration file. After analysis, the total software configuration information of the test environment and the production environment is obtained, wherein the software configuration information comprises a plurality of configuration items.
And S13, comparing the test configuration information with the production configuration information to obtain a comparison result.
Typically, the software configuration information includes, but is not limited to, at least the following:
(1) Database address, user name, password configuration;
(2) Interface addresses and security credential configurations that interact with other systems;
(3) And (5) configuring authority control.
By comparison, whether the production configuration file is missing or not, whether the configuration items are missing in the production configuration file or whether the error configuration items appear in the production configuration file or not can be checked through preset configuration rules, and the like can be checked.
And S14, when the production configuration information is determined to meet the software online requirement according to the comparison result, executing the online construction operation on the software to be online.
The production configuration information accords with the software online requirement, and the production configuration file is complete and each configuration item is correct.
In addition, for different comparison results, corresponding operations such as termination of construction, construction after correction/completion, and on-line can be performed on the software to be on-line.
In this embodiment, during the construction stage before the software is online, the software production configuration file is automatically checked, the configuration files of the test environment and the production environment are compared, whether the configuration files meet the software online condition is judged, and if yes, the software construction online operation is executed. Therefore, abnormal situations can be avoided after the software is constructed and released to production, meanwhile, the situation that the manual checking accuracy is low is avoided, a large amount of manpower and time are consumed, the accuracy and the efficiency of checking the software configuration information are improved, the software line-up speed is accelerated, and the manpower cost and the time cost are saved.
Alternatively, the method of the present embodiment may be implemented by a plug-in, and in the software construction stage, the production configuration information of the software is automatically checked by installing and running the plug-in.
In an alternative embodiment, step S11 includes: acquiring storage paths of a test configuration file and a production configuration file; the test profile and the production profile are read through the storage path. During plug-in operation, the configuration file storage paths of the test environment and the production environment can be respectively designated, and through the storage paths, the plug-in can read configuration files.
In addition, since there are a variety of file types for the test profile and the production profile, such as ini, properties, yaml, xml, etc. For different types of configuration files, a corresponding parsing tool can be adopted for parsing. Therefore, in step S12, the analyzing the test configuration file to obtain the test configuration information includes: determining a first file type corresponding to the test configuration file; and analyzing the test configuration file through a first analysis tool corresponding to the first file type to obtain test configuration information. In step S12, the parsing of the production configuration file to obtain production configuration information includes: determining a second file type corresponding to the production configuration file; and analyzing the production configuration file through a second analysis tool corresponding to the second file type to obtain production configuration information.
In general, the software may have the same type of configuration file in the test environment as in the production environment, and thus the same parsing tool is used.
For example, an ini type profile may be parsed using an inipirser parsing library. The xml type configuration file can be parsed by a parser such as DOM (JAXP Crimson), SAX (Simple API for XML).
In this embodiment, in the detection process, the following situations exist in the production configuration file of the software to be online:
(1) Leakage matching
And comparing the test configuration information with the production configuration information to find out that the production configuration file of the software to be online lacks configuration items.
At this time, at least one of the following operations may be performed on the software to be online:
A. and terminating the construction of the software to be on line, namely stopping the on line of the software to be on line.
B. And sending out a reminder, and sending the related information of the missing configuration item of the production configuration file of the software to be online to the terminal of the software research and development personnel in a message, mail and other modes.
C. And after the configuration items are complemented according to the preset configuration rules, executing the online operation to be constructed on the online software. And for the configuration items of the missing configuration, the configuration items can be complemented based on preset configuration rules, if the configuration items can be complemented, software is built and is online, and if the configuration items cannot be complemented, the construction is terminated.
(2) Mismatch
In the process of comparing the test configuration information and the production configuration information in step S13, the method further includes checking whether there is an error configuration item in the production configuration file according to a preset configuration rule. When the comparison result shows that the error configuration item exists in the production configuration file, the method further comprises the following steps:
A. after correcting the error configuration items according to a preset configuration rule, constructing software to be online;
B. and when the error configuration item cannot be corrected according to the preset configuration rule, terminating the construction of the software to be online.
In addition, when the mismatch situation occurs, a prompt can be sent out, and related information of the error configuration item of the production configuration file of the software to be online is sent to the terminal of the software research and development personnel in a message, mail and other modes.
(3) Lack of configuration files
And when the production configuration file is not read, terminating the construction of the software to be online.
In addition, at the moment, a prompt can be sent out, and the condition that the software to be online lacks a production configuration file is sent to the terminals of software research and development personnel in a message, mail and other modes.
In this embodiment, by automatically comparing the test configuration file with the production configuration file, it can be checked whether the production configuration file meets the software on-line condition, so as to avoid abnormal situations after the software is built and released to production.
The method of the present embodiment will be described in detail with a specific example.
Fig. 2 is a flowchart of a software configuration information detection method according to another embodiment of the present application. As shown in fig. 2, the method further comprises the steps of:
step S21, reading a test configuration file and a production configuration file of the software;
step S22, judging whether the production configuration file is read, if yes, executing step S23, and if no, executing step S27;
s23, analyzing the configuration file to obtain test configuration information and production configuration information;
step S24, comparing the test configuration information and the production configuration information, judging whether a configuration item is absent or an error configuration item exists, if yes, executing step S25, and if not, executing step 26;
step S25, judging whether the automatic completion or correction can be realized through a preset configuration rule, if yes, executing step S26, and if no, executing step S27;
s26, constructing software and uploading;
step S27, the construction is terminated.
In the method of the embodiment, in the construction stage before the software is on line, the software production configuration file is automatically checked to judge whether the software production configuration file meets the on-line condition, and if so, the construction on-line operation of the software is executed. Therefore, the manual inspection accuracy is prevented from being lower, a large amount of manpower and time are consumed, the accuracy and efficiency of software configuration information inspection are improved, the software linear speed is accelerated, and the manpower cost and the time cost are saved.
In addition, for the configuration items which are not matched or mismatched in the production configuration file, automatic completion or correction can be carried out based on a preset configuration rule, so that the software online speed is further increased, and the labor cost and the time cost are saved.
The following are examples of the apparatus of the present application that may be used to perform the method embodiments of the present application.
Fig. 3 is a block diagram of a software configuration information detection apparatus according to an embodiment of the present application, where the apparatus may be implemented as part or all of an electronic device by software, hardware, or a combination of both. As shown in fig. 3, the software configuration information detection apparatus includes:
the reading module 31 is configured to read a test configuration file and a production configuration file of software to be online;
the parsing module 32 is configured to parse the test configuration file to obtain test configuration information, and parse the production configuration file to obtain production configuration information;
a comparison module 33 for comparing the test configuration information and the production configuration information to obtain a comparison result;
and the execution module 34 is used for executing the online construction operation on the software to be online when the production configuration information is determined to meet the online requirement of the software according to the comparison result.
The embodiment of the application also provides a software configuration information detection system, which comprises: and the software online module and the software configuration information detection plug-in module.
The software configuration information detection plug-in module is used for reading a test configuration file and a production configuration file corresponding to the software online module; analyzing the test configuration file to obtain test configuration information, and analyzing the production configuration file to obtain production configuration information; comparing the test configuration information with the production configuration information to obtain a comparison result; and when the production configuration information accords with the software online requirement according to the comparison result, executing the online construction operation on the software online module.
The embodiment of the application also provides an electronic device, as shown in fig. 4, the electronic device may include: the device comprises a processor 1501, a communication interface 1502, a memory 1503 and a communication bus 1504, wherein the processor 1501, the communication interface 1502 and the memory 1503 are in communication with each other through the communication bus 1504.
A memory 1503 for storing a computer program;
the processor 1501, when executing the computer program stored in the memory 1503, implements the steps of the method embodiments described below.
The communication bus mentioned above for the electronic device may be a peripheral component interconnect standard (Peripheral ComponentInterconnect, pi) bus or an extended industry standard architecture (Extended Industry StandardArchitecture, EISA) bus, etc. The communication bus may be classified as an address bus, a data bus, a control bus, or the like. For ease of illustration, the figures are shown with only one bold line, but not with only one bus or one type of bus.
The communication interface is used for communication between the electronic device and other devices.
The Memory may include random access Memory (Random Access Memory, RAM) or may include Non-Volatile Memory (NVM), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the aforementioned processor.
The processor may be a general-purpose processor, including a central processing unit (Central Processing Unit, CPU), a network processor (Network Processor, NP), etc.; but also Digital signal processors (Digital SignalProcessing, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), field-programmable gate arrays (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components.
The application also provides a computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method embodiments described below.
It should be noted that, with respect to the apparatus, electronic device, and computer-readable storage medium embodiments described above, since they are substantially similar to the method embodiments, the description is relatively simple, and reference should be made to the description of the method embodiments for relevant points.
It is further noted that relational terms such as "first" and "second", and the like, are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The foregoing is only a specific embodiment of the application to enable those skilled in the art to understand or practice the application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for detecting software configuration information, comprising:
reading a test configuration file and a production configuration file of software to be online;
analyzing the test configuration file to obtain test configuration information, and analyzing the production configuration file to obtain production configuration information;
comparing the test configuration information with the production configuration information to obtain a comparison result;
when the production configuration information meets the software online requirement according to the comparison result, executing the online construction operation on the software to be online;
the comparison of the test configuration information and the production configuration information to obtain a comparison result comprises the following steps:
comparing the test configuration information with the production configuration information, and judging whether the production configuration file has a missing configuration item or an error configuration item;
when the production profile has the missing or incorrect configuration item, the method further comprises:
and automatically completing or correcting the production configuration file based on a preset configuration rule.
2. The method of claim 1, wherein the reading the test profile and the production profile of the software to be online comprises:
acquiring storage paths of the test configuration file and the production configuration file;
and reading the test configuration file and the production configuration file through the storage path.
3. The method of claim 1, wherein parsing the test configuration file to obtain test configuration information comprises:
determining a first file type corresponding to the test configuration file;
analyzing the test configuration file through a first analysis tool corresponding to the first file type to obtain the test configuration information;
the parsing the production configuration file to obtain production configuration information includes:
determining a second file type corresponding to the production configuration file;
and analyzing the production configuration file through a second analysis tool corresponding to the second file type to obtain the production configuration information.
4. The method according to claim 1, wherein the method further comprises:
when the comparison result indicates that the production configuration file lacks a configuration item, executing at least one of the following operations on the software to be online:
terminating the construction of the software to be online;
sending out a reminder;
and after the configuration items are complemented according to a preset configuration rule, executing the online construction operation on the software to be online.
5. The method of claim 1, wherein the comparing the test configuration information with the production configuration information to obtain a comparison result comprises:
checking whether an error configuration item exists in the production configuration file according to a preset configuration rule;
when the comparison result indicates that the error configuration item exists in the production configuration file, the method further comprises the following steps:
after correcting the error configuration items according to the preset configuration rules, executing the online construction operation on the software to be online;
and when the error configuration item cannot be corrected according to the preset configuration rule, ending the construction of the software to be online.
6. The method according to claim 1, wherein the method further comprises:
and when the production configuration file is not read, terminating the construction of the software to be online.
7. A software configuration information detecting apparatus, comprising:
the reading module is used for reading the test configuration file and the production configuration file of the software to be online;
the analysis module is used for analyzing the test configuration file to obtain test configuration information and analyzing the production configuration file to obtain production configuration information;
the comparison module is used for comparing the test configuration information with the production configuration information to obtain a comparison result;
the execution module is used for executing the online construction operation on the software to be online when the production configuration information is determined to meet the online requirement of the software according to the comparison result;
the comparison module is used for comparing the test configuration information and the production configuration information and judging whether the production configuration file has a missing configuration item or an error configuration item;
the device also comprises a module for automatically completing or correcting the production configuration file based on a preset configuration rule when the missing configuration item or the error configuration item exists in the production configuration file.
8. A software configuration information detection system, comprising: the software online module and the software configuration information detection plug-in module;
the software configuration information detection plug-in module is used for reading a test configuration file and a production configuration file corresponding to the software online module; analyzing the test configuration file to obtain test configuration information, and analyzing the production configuration file to obtain production configuration information; comparing the test configuration information with the production configuration information to obtain a comparison result; when the production configuration information is determined to meet the software online requirement according to the comparison result, executing the online construction operation on the software online module;
the software configuration information detection plug-in module is used for comparing the test configuration information with the production configuration information and judging whether the production configuration file has a missing configuration item or an error configuration item; and when the production configuration file has the missing configuration item or the error configuration item, automatically completing or correcting the production configuration file based on a preset configuration rule.
9. An electronic device, comprising: the device comprises a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory are communicated with each other through the communication bus;
the memory is used for storing a computer program;
the processor being adapted to carry out the method steps of any one of claims 1-6 when the computer program is executed.
10. A computer-readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, carries out the method steps of any of claims 1-6.
CN202010318556.0A 2020-04-21 2020-04-21 Software configuration information detection method, device and system Active CN111506341B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010318556.0A CN111506341B (en) 2020-04-21 2020-04-21 Software configuration information detection method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010318556.0A CN111506341B (en) 2020-04-21 2020-04-21 Software configuration information detection method, device and system

Publications (2)

Publication Number Publication Date
CN111506341A CN111506341A (en) 2020-08-07
CN111506341B true CN111506341B (en) 2023-11-03

Family

ID=71869863

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010318556.0A Active CN111506341B (en) 2020-04-21 2020-04-21 Software configuration information detection method, device and system

Country Status (1)

Country Link
CN (1) CN111506341B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112069084A (en) * 2020-11-12 2020-12-11 深圳开源互联网安全技术有限公司 Open source software configuration file detection and analysis method
CN112433943A (en) * 2020-11-25 2021-03-02 平安普惠企业管理有限公司 Method, device, equipment and medium for detecting environment variable based on abstract syntax tree
CN112596776A (en) * 2020-12-10 2021-04-02 平安普惠企业管理有限公司 Software publishing method, device, equipment and medium based on remote control
CN112905464B (en) * 2021-02-09 2024-02-02 中国工商银行股份有限公司 Application running environment data processing method and device
CN113923119A (en) * 2021-10-09 2022-01-11 中国银行股份有限公司 Method and device for checking configuration parameters constructed by Maven project

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004046731A (en) * 2002-07-15 2004-02-12 Toshiba Corp Disposition verification apparatus and method
CN101695028A (en) * 2009-10-16 2010-04-14 杭州华三通信技术有限公司 Method and device for configuring simple network management protocol
CN107423174A (en) * 2017-06-01 2017-12-01 广州信维电子科技股份有限公司 Method of testing, device and the storage medium of server configuration information
CN108574720A (en) * 2017-05-09 2018-09-25 北京金山云网络技术有限公司 A kind of service loading method and device
GB201814137D0 (en) * 2017-10-16 2018-10-17 Wise Network Science And Tech Consultancy Limited Method for model checking on the design of security checking software of safety-critical distributed storage system
CN108717360A (en) * 2018-08-24 2018-10-30 江苏神州信源系统工程有限公司 A kind of software version updating method and device
CN109697150A (en) * 2018-12-14 2019-04-30 平安普惠企业管理有限公司 Show method, apparatus, computer equipment and the storage medium of test report
CN109814877A (en) * 2018-12-14 2019-05-28 深圳壹账通智能科技有限公司 Project dispositions method and its device based on environmental management
CN110069277A (en) * 2019-03-16 2019-07-30 平安普惠企业管理有限公司 Using loading method, using online equipment, storage medium and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9703624B2 (en) * 2015-10-12 2017-07-11 Bank Of America Corporation Event correlation and calculation engine

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004046731A (en) * 2002-07-15 2004-02-12 Toshiba Corp Disposition verification apparatus and method
CN101695028A (en) * 2009-10-16 2010-04-14 杭州华三通信技术有限公司 Method and device for configuring simple network management protocol
CN108574720A (en) * 2017-05-09 2018-09-25 北京金山云网络技术有限公司 A kind of service loading method and device
CN107423174A (en) * 2017-06-01 2017-12-01 广州信维电子科技股份有限公司 Method of testing, device and the storage medium of server configuration information
GB201814137D0 (en) * 2017-10-16 2018-10-17 Wise Network Science And Tech Consultancy Limited Method for model checking on the design of security checking software of safety-critical distributed storage system
CN108717360A (en) * 2018-08-24 2018-10-30 江苏神州信源系统工程有限公司 A kind of software version updating method and device
CN109697150A (en) * 2018-12-14 2019-04-30 平安普惠企业管理有限公司 Show method, apparatus, computer equipment and the storage medium of test report
CN109814877A (en) * 2018-12-14 2019-05-28 深圳壹账通智能科技有限公司 Project dispositions method and its device based on environmental management
CN110069277A (en) * 2019-03-16 2019-07-30 平安普惠企业管理有限公司 Using loading method, using online equipment, storage medium and device

Also Published As

Publication number Publication date
CN111506341A (en) 2020-08-07

Similar Documents

Publication Publication Date Title
CN111506341B (en) Software configuration information detection method, device and system
US10540270B1 (en) Representation-based automated software testing
US7926114B2 (en) Testing software applications with schema-based fuzzing
US20210303454A1 (en) Method, device, and program product for evaluating application program interface
US8572747B2 (en) Policy-driven detection and verification of methods such as sanitizers and validators
CN111290742A (en) Parameter verification method and device, electronic equipment and readable storage medium
CN110704304A (en) Application program testing method and device, storage medium and server
CN110866258A (en) Method for quickly positioning bug, electronic device and storage medium
CN113971031A (en) Software package dependency relationship checking method and device
CN112306568A (en) Service instance configuration method and device, electronic equipment and storage medium
CN111767213B (en) Database check point testing method and device, electronic equipment and storage medium
CN113392000A (en) Test case execution result analysis method, device, equipment and storage medium
CN110516258B (en) Data verification method and device, storage medium and electronic device
CN110838929A (en) System error checking method and system error checking device
CN111475400A (en) Verification method of service platform and related equipment
CN113238940A (en) Interface test result comparison method, device, equipment and storage medium
CN115545677B (en) Online process specification detection method and system based on automatic case execution condition
CN109165127B (en) Problem interface positioning method and device and electronic equipment
CN110618943A (en) Security service test method and device, electronic equipment and readable storage medium
CN115640236B (en) Script quality detection method and computing device
CN115543920B (en) File format detection method and device, electronic equipment and medium
CN114911467B (en) Code detection method, device, electronic equipment and storage medium
CN114253846B (en) Automatic test abnormality positioning method, device, equipment and readable storage medium
CN117076305A (en) Method, device, electronic equipment and storage medium for checking joint debugging self-test
CN116610586A (en) Project test case quality assessment method and device and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant