CN113742215A - Method and system for automatically configuring and calling test tool to perform test analysis - Google Patents

Method and system for automatically configuring and calling test tool to perform test analysis Download PDF

Info

Publication number
CN113742215A
CN113742215A CN202110787250.4A CN202110787250A CN113742215A CN 113742215 A CN113742215 A CN 113742215A CN 202110787250 A CN202110787250 A CN 202110787250A CN 113742215 A CN113742215 A CN 113742215A
Authority
CN
China
Prior art keywords
test
control center
center server
tool
testing
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.)
Granted
Application number
CN202110787250.4A
Other languages
Chinese (zh)
Other versions
CN113742215B (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 Keyware Co ltd
Original Assignee
Beijing Keyware 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 Keyware Co ltd filed Critical Beijing Keyware Co ltd
Priority to CN202110787250.4A priority Critical patent/CN113742215B/en
Publication of CN113742215A publication Critical patent/CN113742215A/en
Application granted granted Critical
Publication of CN113742215B publication Critical patent/CN113742215B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method and a system for automatically configuring and calling a test tool to perform test analysis, wherein the method comprises the following steps: the control center server configures the information of the tested project, develops and activates a testing tool; the testing machine downloads and installs the testing tool and configures testing environment variables; the control center server distributes test items to all the test machines; the testing machine writes a test message queue by using a scripting language, calls an environment variable configuration file to configure environment variables, constructs a test item based on a plurality of executable test modules, and tests and analyzes the test item; and the control center server compiles and generates a test report according to the test analysis result. According to the invention, the test tool is automatically configured and called, and the test project is constructed based on the executable test module bound with the test case, so that the automatic test under the distributed environment is realized.

Description

Method and system for automatically configuring and calling test tool to perform test analysis
Technical Field
The invention relates to the field of automatic testing, in particular to a method and a system for automatically configuring and calling a testing tool to perform testing analysis.
Background
Software is increasingly applied to application systems, and as the functions of system software become more powerful, the functions of the software become more complex, so that the code quality needs to be tested to ensure the correctness of the functions of the software.
Software testing is generated in connection with the generation of software. The software scale in the early software development process is very small and low in complexity, the software development process is disordered and has no test concept, a developer is equal to debugging in terms of testing, the purpose is to correct known faults in the software, and the developer usually completes the part of work. The testing is done with little investment and late testing intervention, often until the code is formed and the product is substantially complete. With the development of software in the direction of large-scale and complex, the quality of software becomes more and more important, the basic theory and practical technology of software testing begin to be formed, and various processes and management methods begin to be designed for software development. Software development develops towards a structured and object-oriented direction, is characterized by structural analysis and design, structural review, structural program design and structural test, and integrates the concept of quality into the software development, the definition of software test is changed, the test is not simply a process of finding errors, the test is taken as the main function of Software Quality Assurance (SQA) and comprises the content of software quality evaluation, and Bill Hetzel indicates in the book of software test complete guideline: "testing" is any activity that aims at evaluating a program or system attribute. The test is a measure of the quality of the software. "software developers and testers are beginning to sit together to explore software engineering and testing problems.
Common test methods include static test methods and dynamic test methods, unit test, integration test, system test and acceptance test according to test levels, and test tools are indispensable aspects of the current test according to any method.
The test tools have different emphasis points according to different types and different functions, and comprise a functional test tool, a performance test tool, a unit test tool, a safety test tool and the like, but the test tools can be used under the control of License. For the project which needs to be subjected to static analysis, if the tested project and the testing tool are not on the same computer, the static analysis cannot be carried out on the project, so that the testing tool cannot be effectively used, and the improvement of the software quality is not greatly facilitated. Therefore, in a distributed system, it is necessary to distribute items to test computers through an automatic calling tool to realize test automation.
Disclosure of Invention
Aiming at the fact that no analysis tool exists in the market at present, the invention aims to provide a method and a system for automatically distributing projects, automatically configuring project information and automatically calling a test tool to perform test analysis.
Specifically, the invention provides a method for automatically configuring and calling a test tool to perform test analysis, which is applied to an automatic test system, wherein the system comprises a control center server and a test machine connected with the control center server through a communication network, and is characterized by comprising the following steps:
s1) the control center server configures the information of the tested project:
configuring different project information parameters according to different test projects, wherein the project information parameters comprise a project type, a development environment, a development language, a use rule, an environment variable to be called, a test report format and a header file configuration path;
s2) the control center server activates the test tool:
creating a Dynamic Link Library (DLL) document when a test tool is developed; when a test tool is loaded, writing the routing of a DLL document of the test tool into a registration database of the control center server; the control center server providing the test tool to the testing machine via the network;
s3) tester configuration test environment:
starting a testing machine, and downloading the testing tool from a control center server through a communication network; installing a test tool and configuring test environment variables including a header file directory, a library file directory and a bin directory; setting a header file directory and a library file directory by executing a batch file;
s4) the control center server distributes items:
adding IP addresses and test tools of all the test machines in a control center server, and sending the project information parameters to all the test machines by the control center server;
s5) start the automatic test procedure:
after the testing machine receives the project information parameters sent by the control center server, the test machine combines the project information parameters and writes a test message queue by using a script language; calling an environment variable configuration file to configure the environment variable; setting a plurality of executable test modules for controlling the unit under test; the test message queue is associated with the executable test module;
building a test item based on the executable test modules, compiling the test item, directly testing and analyzing the test item if the test item is compiled successfully, and returning error information if the item is compiled unsuccessfully;
s6), the control center server collects test analysis results from the tester, displays the test results through pages, the tester or developer checks and processes problems, after the confirmation is completed, the problem processing results are stored in a database, and test reports are compiled and generated based on the test state information stored by the analysis monitor and the problem processing results.
The invention also provides a system for automatically configuring and calling the test tool to perform test analysis, which comprises a control center server and a test machine connected with the control center server through a communication network, and is characterized in that:
the control center server is configured to:
creating a Dynamic Link Library (DLL) document when a test tool is developed;
when a test tool is loaded, writing the routing of a DLL document of the test tool into a registration database of the control center server;
providing the test tool to the tester via the network;
adding IP addresses and test tools of all the test machines in a control center server, and sending the project information parameters to all the test machines by the control center server;
collecting test analysis results from a tester, displaying the test results through pages, checking and processing problems by testers or developers, storing the problem processing results into a database after the completion of the confirmation, and compiling and generating a test report based on the test state information stored by the analysis monitor and the problem processing results;
the tester is configured to:
downloading the test tool from a control center server via a communication network;
installing a test tool and configuring test environment variables including a header file directory, a library file directory and a bin directory; setting a header file directory and a library file directory by executing a batch file;
after receiving the project information parameters sent by the control center server, combining the project information parameters, and compiling a test message queue by using a script language; calling an environment variable configuration file to configure the environment variable; setting a plurality of executable test modules for controlling the unit under test; the test message queue is associated with the executable test module;
and constructing a test item based on the executable test modules, compiling the test item, directly testing and analyzing the test item if the test item is compiled successfully, and returning error information if the item is compiled unsuccessfully.
Drawings
FIG. 1 is a flow chart of a method of the present invention for automatically configuring and invoking a test tool for test analysis.
FIG. 2 is a schematic diagram of an automatic testing process of the tester.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be clearly and completely described below with reference to the specific embodiments of the present invention and the accompanying drawings. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 shows a flowchart of the method of the present invention, which is applied to an automatic test system, the system including a control center server and a tester connected to the control center server through a communication network, and the method includes the following steps:
s1) the control center server configures the information of the tested project:
configuring different project information parameters according to different test projects, wherein the project information parameters comprise project types, development environments, development languages, used rules, environment variables needing to be called, test report formats and header file configuration paths.
According to different test projects, information required by the tested project is configured on the control center server, and the information generally comprises a project type, a development environment, a development language, a rule required to be used, an environment variable required to be called, a report format and the like. For a common project, after the project is loaded, the type of the project can be automatically analyzed, development environment, development language, default rules and the like can be matched, but for a project with a complex type, default matching may be incorrect and needs to be adjusted.
Taking a DSP6713 chip in an embedded development environment CCS3.3 for testing a Windows operating system as an example, a CCS3.3 environment variable is configured, a dosrun bat batch processing file is provided under a CCS3.3 installation directory, and a header file and a library file directory of a chip model, including a DSP6713 chip model, are set when the file is executed. Before a test tool analyzes a project, the tested project needs to be compiled, and the project can be guaranteed to be correctly constructed in a CCS3.3 development environment. The information of the tested project comprises a project type CCS3.3 pjt project, a development environment CCS3.3 DSP6713 type, a development language C, a used rule MISRA C2004, an environment variable dosrun.
S2) the control center server activates the test tool:
creating a Dynamic Link Library (DLL) document when a test tool is developed; when a test tool is loaded, writing the routing of a DLL document of the test tool into a registration database of the control center server; the control center server provides the test tool to the tester via the network.
The DLL document of the dynamic link library comprises description information of a test process and a test tool layout, when a test tool is loaded, information of DLL document routing needs to be written into a registration database of a control center server, and after the test tool is loaded, if the test tool is renamed or upgraded, the test center server provides a management interface, so that the update condition of the test tool can be tested, and operation guidance can be provided.
S3) tester configuration test environment:
starting a testing machine, and downloading the testing tool from a control center server through a communication network; installing a test tool and configuring test environment variables including a header file directory, a library file directory and a bin directory; wherein, the header file directory and the library file directory are set by executing the batch processing file.
When a test tool analyzes a project, the tested project needs to be compiled, so that the project can be correctly tested and analyzed, and different projects need different compiling environments, so that the environment variables need to be correctly configured when the analysis is carried out; meanwhile, a header file directory, a library file directory and a bin directory need to be configured, and for some special development environments, configuration is carried out according to an operation manual; for the embedded development environment, information such as chip type is also required to be configured. In order to ensure that the environment variables on a computer do not conflict with each other, the parameters of each development environment are made into a file form and then an executable right is given,
under the embedded development environment of a Windows operating system, a tester configures CCS3.3 environment variables, executes dosrun.bat batch processing files and sets a header file and a library file directory which accord with the model of a chip; under the embedded development environment of the Linux operating system, a tester configures QT creator environment variables, and writes bin directories and library file directories of the QT creator into batch processing files qt.sh. The environment variable is set in a mode of calling the file during the test of the project, and after the test is completed, the environment variable disappears, so that the next test cannot be influenced.
S4) the control center server distributes items:
and adding the IP addresses and the test tools of all the test machines in the control center server, and sending the project information parameters to all the test machines by the control center server.
S5), starting an automatic test process, and the test flow chart is shown in fig. 2:
after the testing machine receives the project information parameters sent by the control center server, the test machine combines the project information parameters and writes a test message queue by using a script language; calling an environment variable configuration file to configure the environment variable; setting a plurality of executable test modules for controlling the unit under test; the test message queue is associated with the executable test module;
and constructing a test item based on the executable test modules, compiling the test item, directly testing and analyzing the test item if the test item is compiled successfully, and returning error information if the item is compiled unsuccessfully.
The executable test module is bound with the test case; the test message queue includes references to the possible
And executing the command of the test module.
And reading commands in a plurality of test message queues in the test items, executing corresponding executable test modules, and analyzing and verifying the script language in the test message queues.
Each tester also includes an analysis monitor:
the analysis monitor is used to monitor and store test status information, which periodically retrieves information from the tester to determine whether the test caused the tester to fail; identifying the capability of the testing machine, determining whether the testing machine meets the testing resources required by the testing project, and providing the control center server with the constraint of the test to be executed; the analysis monitor also records the running process information of the test script and generates a test execution log file.
The test item comprises a plurality of versions, each version being one or more scenarios associated with test code for testing a different aspect of the item; each version contains two file libraries for tracking compiled code and tracking non-compiled files needed for testing, respectively.
S6), the control center server collects test analysis results from the tester, displays the test results through pages, the tester or developer checks and processes problems, after the confirmation is completed, the problem processing results are stored in a database, and test reports are compiled and generated based on the test state information stored by the analysis monitor and the problem processing results.
The test result can be one or more result sets, the test result can be displayed to a tester or a developer for checking and processing in an XML format file, the tester or the developer can check each question, the question is confirmed not to be a question, the question can be edited and deleted, the test result is restored to the database after the confirmation is completed, and meanwhile, a test report can be generated.
The invention also provides a system for automatically configuring and calling the test tool to perform test analysis, which comprises a control center server and a test machine connected with the control center server through a communication network;
the control center server is configured to:
creating a Dynamic Link Library (DLL) document when a test tool is developed;
when a test tool is loaded, writing the routing of a DLL document of the test tool into a registration database of the control center server;
providing the test tool to the tester via the network;
adding IP addresses and test tools of all the test machines in a control center server, and sending the project information parameters to all the test machines by the control center server;
collecting test analysis results from a tester, displaying the test results through pages, checking and processing problems by testers or developers, storing the problem processing results into a database after the completion of the confirmation, and compiling and generating a test report based on the test state information stored by the analysis monitor and the problem processing results;
the tester is configured to:
downloading the test tool from a control center server via a communication network;
installing a test tool and configuring test environment variables including a header file directory, a library file directory and a bin directory; setting a header file directory and a library file directory by executing a batch file;
after receiving the project information parameters sent by the control center server, combining the project information parameters, and compiling a test message queue by using a script language; calling an environment variable configuration file to configure the environment variable; setting a plurality of executable test modules for controlling the unit under test; the test message queue is associated with the executable test module;
and constructing a test item based on the executable test modules, compiling the test item, directly testing and analyzing the test item if the test item is compiled successfully, and returning error information if the item is compiled unsuccessfully.
It should be noted that the embodiments and features of the embodiments may be combined with each other without conflict.
In the embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions in actual implementation, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The integrated unit implemented in the form of a software functional unit may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, a physical machine Server, or a network cloud Server, etc., and needs to install a Windows or Windows Server operating system) to perform some steps of the method according to various embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the present invention in any way, and any simple modification, equivalent change and modification made to the above embodiment according to the technical spirit of the present invention are still within the scope of the technical solution of the present invention.

Claims (10)

1. A method for automatically configuring and calling a test tool to perform test analysis is applied to an automatic test system, the system comprises a control center server and a test machine connected with the control center server through a communication network, and the method is characterized by comprising the following steps:
s1) the control center server configures the information of the tested project:
configuring different project information parameters according to different test projects, wherein the project information parameters comprise a project type, a development environment, a development language, a use rule, an environment variable to be called, a test report format and a header file configuration path;
s2) the control center server activates the test tool:
creating a Dynamic Link Library (DLL) document when a test tool is developed; when a test tool is loaded, writing the routing of a DLL document of the test tool into a registration database of the control center server; the control center server providing the test tool to the testing machine via the network;
s3) tester configuration test environment:
starting a testing machine, and downloading the testing tool from a control center server through a communication network; installing a test tool and configuring test environment variables including a header file directory, a library file directory and a bin directory; setting a header file directory and a library file directory by executing a batch file;
s4) the control center server distributes items:
adding IP addresses and test tools of all the test machines in a control center server, and sending the project information parameters to all the test machines by the control center server;
s5) start the automatic test procedure:
after the testing machine receives the project information parameters sent by the control center server, the test machine combines the project information parameters and writes a test message queue by using a script language; calling an environment variable configuration file to configure the environment variable; setting a plurality of executable test modules for controlling the unit under test; the test message queue is associated with the executable test module;
building a test item based on the executable test modules, compiling the test item, directly testing and analyzing the test item if the test item is compiled successfully, and returning error information if the item is compiled unsuccessfully;
s6), the control center server collects test analysis results from the tester, displays the test results through pages, the tester or developer checks and processes problems, after the confirmation is completed, the problem processing results are stored in a database, and test reports are compiled and generated based on the test state information stored by the analysis monitor and the problem processing results.
2. The method for automatically configuring and invoking a test tool for test analysis according to claim 1, wherein in said step S1:
the development language is C language, the used rule is MISRA C2004, and the report format is html format.
3. The method for automatically configuring and invoking a test tool for test analysis according to claim 1, wherein in said step S3:
in an embedded development environment of a Windows operating system, a tester configures CCS3.3 environment variables, executes dosrun.
4. The method for automatically configuring and invoking a test tool for test analysis according to claim 1, wherein in said step S3:
under the embedded development environment of the Linux operating system, a tester configures QT creator environment variables, and writes bin directories and library file directories of the QT creator into batch processing files qt.sh.
5. The method for automatically configuring and invoking a test tool for test analysis of claim 1, wherein the step S5, the associating the test message queue with the executable test module comprises:
the executable test module is bound with the test case; the test message queue includes commands referencing the executable test module.
6. The method for automatically configuring and invoking a test tool for test analysis of claim 1, wherein the step S5 of testing and analyzing the test item comprises:
and reading commands in a plurality of test message queues in the test items, executing corresponding executable test modules, and analyzing and verifying the script language in the test message queues.
7. The method for automatically configuring and invoking a test tool for test analysis of claim 1, wherein in step S5, each tester further comprises an analysis monitor:
the analysis monitor is used to monitor and store test status information, which periodically retrieves information from the tester to determine whether the test caused the tester to fail; identifying the capability of the testing machine, determining whether the testing machine meets the testing resources required by the testing project, and providing the control center server with the constraint of the test to be executed;
the analysis monitor also records the running process information of the test script and generates a test execution log file.
8. The method for automatically configuring and invoking a test tool to perform test analysis of claim 1, wherein in the step S5, the test item comprises a plurality of versions, each version being one or more scenarios associated with test code for testing a different aspect of the item; each version contains two file libraries for tracking compiled code and tracking non-compiled files needed for testing, respectively.
9. A system for automatically configuring and calling a test tool to perform test analysis, the system comprising a control center server and a tester connected with the control center server through a communication network, the system comprising:
the control center server is configured to:
creating a Dynamic Link Library (DLL) document when a test tool is developed;
when a test tool is loaded, writing the routing of a DLL document of the test tool into a registration database of the control center server;
providing the test tool to the tester via the network;
adding IP addresses and test tools of all the test machines in a control center server, and sending the project information parameters to all the test machines by the control center server;
collecting test analysis results from a tester, displaying the test results through pages, checking and processing problems by testers or developers, storing the problem processing results into a database after the completion of the confirmation, and compiling and generating a test report based on the test state information stored by the analysis monitor and the problem processing results;
the tester is configured to:
downloading the test tool from a control center server via a communication network;
installing a test tool and configuring test environment variables including a header file directory, a library file directory and a bin directory; setting a header file directory and a library file directory by executing a batch file;
after receiving the project information parameters sent by the control center server, combining the project information parameters, and compiling a test message queue by using a script language; calling an environment variable configuration file to configure the environment variable; setting a plurality of executable test modules for controlling the unit under test; the test message queue is associated with the executable test module;
and constructing a test item based on the executable test modules, compiling the test item, directly testing and analyzing the test item if the test item is compiled successfully, and returning error information if the item is compiled unsuccessfully.
10. The system of claim 9, wherein the system is configured to automatically configure and invoke a test tool for test analysis, and wherein:
in the testing machine, the test machine is provided with a test wire,
the executable test module is bound with the test case; the test message queue includes commands referencing the executable test module;
the testing and analyzing of the test items comprises:
reading commands in a plurality of test message queues in the test items, executing corresponding executable test modules, and analyzing and verifying script languages in the test message queues;
each tester also includes an analysis monitor for monitoring and storing test state information, which periodically retrieves information from the tester to determine whether a test causes the tester to fail; identifying the capability of the testing machine, determining whether the testing machine meets the testing resources required by the testing project, and providing the control center server with the constraint of the test to be executed; the analysis monitor also records the running process information of the test script and generates a test execution log file.
CN202110787250.4A 2021-07-13 2021-07-13 Method and system for automatically configuring and calling test tool to perform test analysis Active CN113742215B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110787250.4A CN113742215B (en) 2021-07-13 2021-07-13 Method and system for automatically configuring and calling test tool to perform test analysis

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110787250.4A CN113742215B (en) 2021-07-13 2021-07-13 Method and system for automatically configuring and calling test tool to perform test analysis

Publications (2)

Publication Number Publication Date
CN113742215A true CN113742215A (en) 2021-12-03
CN113742215B CN113742215B (en) 2024-04-09

Family

ID=78728593

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110787250.4A Active CN113742215B (en) 2021-07-13 2021-07-13 Method and system for automatically configuring and calling test tool to perform test analysis

Country Status (1)

Country Link
CN (1) CN113742215B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115629295A (en) * 2022-11-30 2023-01-20 苏州萨沙迈半导体有限公司 Chip automation test system, method and storage medium
CN115190141B (en) * 2022-06-15 2024-04-16 国网浙江省电力有限公司宁波供电公司 Industrial control safety protection method based on electric power target range environment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130174117A1 (en) * 2011-12-29 2013-07-04 Christina Watters Single development test environment
CN110046099A (en) * 2019-04-11 2019-07-23 艾伯资讯(深圳)有限公司 Intelligent software test macro and method
CN111427762A (en) * 2019-12-09 2020-07-17 北京关键科技股份有限公司 Automatic calling tool analysis techniques

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130174117A1 (en) * 2011-12-29 2013-07-04 Christina Watters Single development test environment
CN110046099A (en) * 2019-04-11 2019-07-23 艾伯资讯(深圳)有限公司 Intelligent software test macro and method
CN111427762A (en) * 2019-12-09 2020-07-17 北京关键科技股份有限公司 Automatic calling tool analysis techniques

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115190141B (en) * 2022-06-15 2024-04-16 国网浙江省电力有限公司宁波供电公司 Industrial control safety protection method based on electric power target range environment
CN115629295A (en) * 2022-11-30 2023-01-20 苏州萨沙迈半导体有限公司 Chip automation test system, method and storage medium

Also Published As

Publication number Publication date
CN113742215B (en) 2024-04-09

Similar Documents

Publication Publication Date Title
US11281570B2 (en) Software testing method, system, apparatus, device medium, and computer program product
US8347267B2 (en) Automated software testing and validation system
KR101132560B1 (en) System and method for automatic interface testing based on simulation for robot software components
US7681180B2 (en) Parameterized test driven development
US9465718B2 (en) Filter generation for load testing managed environments
US20030046029A1 (en) Method for merging white box and black box testing
US7900198B2 (en) Method and system for parameter profile compiling
US20040153822A1 (en) Method and system for reporting standardized and verified data
US7895575B2 (en) Apparatus and method for generating test driver
US20110126179A1 (en) Method and System for Dynamic Patching Software Using Source Code
US20020116153A1 (en) Test automation framework
CN113742215B (en) Method and system for automatically configuring and calling test tool to perform test analysis
CN113568839A (en) Method, device, equipment and medium for software testing and statistical test coverage rate
CN112241360A (en) Test case generation method, device, equipment and storage medium
US8661414B2 (en) Method and system for testing an order management system
US20220100637A1 (en) Debugging assistance system and debugging assistance method
US10229029B2 (en) Embedded instruction sets for use in testing and error simulation of computing programs
KR20070055988A (en) Software program with alternative function libraries
Venkatesan et al. Junit framework for unit testing. pdf
CN114356783A (en) Method and device for automatically generating unit test code, storage medium and equipment
CN111427762A (en) Automatic calling tool analysis techniques
CN116932414B (en) Method and equipment for generating interface test case and computer readable storage medium
de Almeida Machado et al. Simulation of External Peripherals for Automated Testing of Embedded Software in Model MSP430FR5969
CN113986233A (en) Software update package generation method, storage medium and terminal equipment
CN116774987A (en) Software development control method and system based on web multi-terminal

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