CN111309598A - Test case execution environment recovery method, system, terminal and storage medium - Google Patents
Test case execution environment recovery method, system, terminal and storage medium Download PDFInfo
- Publication number
- CN111309598A CN111309598A CN202010060580.9A CN202010060580A CN111309598A CN 111309598 A CN111309598 A CN 111309598A CN 202010060580 A CN202010060580 A CN 202010060580A CN 111309598 A CN111309598 A CN 111309598A
- Authority
- CN
- China
- Prior art keywords
- executed
- test case
- test
- reverse
- execution
- 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.)
- Withdrawn
Links
- 238000012360 testing method Methods 0.000 title claims abstract description 177
- 238000000034 method Methods 0.000 title claims abstract description 37
- 238000011084 recovery Methods 0.000 title claims description 15
- 238000012986 modification Methods 0.000 claims abstract description 11
- 230000004048 modification Effects 0.000 claims abstract description 11
- 238000012216 screening Methods 0.000 claims description 5
- 238000004590 computer program Methods 0.000 claims description 3
- 230000008859 change Effects 0.000 abstract description 7
- 238000013101 initial test Methods 0.000 abstract description 3
- 238000010586 diagram Methods 0.000 description 6
- 238000004891 communication Methods 0.000 description 5
- 238000013507 mapping Methods 0.000 description 4
- 230000008569 process Effects 0.000 description 4
- 230000008878 coupling Effects 0.000 description 3
- 238000010168 coupling process Methods 0.000 description 3
- 238000005859 coupling reaction Methods 0.000 description 3
- 230000003287 optical effect Effects 0.000 description 3
- 238000006467 substitution reaction Methods 0.000 description 3
- 230000002159 abnormal effect Effects 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000007812 deficiency Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 238000013024 troubleshooting Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3684—Test management for test design, e.g. generating new test cases
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
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)
- Test And Diagnosis Of Digital Computers (AREA)
Abstract
The invention provides a method, a system, a terminal and a storage medium for restoring a test case execution environment, wherein the method comprises the following steps: setting a reverse operation type corresponding to the operation type of the test case modification test environment; identifying the type of the operation to be executed of the test case to be executed, and judging whether the test case to be executed has the operation type for modifying the test environment: if so, searching a reverse operation type corresponding to the operation type to be executed, and executing corresponding reverse operation after the test case to be executed is executed; and if not, executing the test case to be executed. The invention can keep the tested environment in the initial test state all the time, and prevent the change or damage to the environment mirror image caused by executing the test case from influencing the execution accuracy of the subsequent test case. And the inaccuracy of the test result caused by the intervention of the test case is eliminated. The accuracy and the rigor of the automatic test are improved.
Description
Technical Field
The invention relates to the technical field of server testing, in particular to a method, a system, a terminal and a storage medium for recovering a test case execution environment.
Background
Automated testing is a process that converts manual testing into machine execution. And designing and compiling an automatic execution script according to the execution steps by a tester, sequentially calling corresponding test cases through the execution script, and comparing an obtained actual result with an expected result so as to realize automatic testing.
Based on the complexity of the tested system, in the test case execution process, some test cases may affect the system after being executed, and further cause the subsequent test cases to be abnormal. Due to the complex diversity of the current test, a plurality of test cases exist, and when the test cases are abnormal, the execution interference of the preposed test case can be eliminated by manual troubleshooting and positioning for many times. Even if the tester wastes time and labor to find the interference test case, the influence of the front test case on the post-execution test case cannot be fundamentally eliminated. The accuracy of the test case execution result cannot be guaranteed.
Disclosure of Invention
In view of the above-mentioned deficiencies of the prior art, the present invention provides a method, a system, a terminal and a storage medium for restoring a test case execution environment, so as to solve the above-mentioned technical problems.
In a first aspect, the present invention provides a test case execution environment recovery method, including:
setting a reverse operation type corresponding to the operation type of the test case modification test environment;
identifying the type of the operation to be executed of the test case to be executed, and judging whether the test case to be executed has the operation type for modifying the test environment:
if so, searching a reverse operation type corresponding to the operation type to be executed, and executing corresponding reverse operation after the test case to be executed is executed;
and if not, executing the test case to be executed.
Further, the method further comprises:
storing initial configuration information of a test environment;
acquiring an execution result of the test case to be executed;
if the execution result is execution failure, acquiring current configuration information of the test environment;
and comparing the current configuration information with the initial configuration information, screening and outputting inconsistent information items.
Further, the searching for the reverse operation type corresponding to the operation type to be executed and executing the corresponding reverse operation after the test case to be executed is executed includes:
judging whether the operation types to be executed have a dependency relationship:
if yes, setting an execution sequence of corresponding reverse operations according to the dependency relationship;
if not, simultaneously executing a plurality of reverse operations corresponding to a plurality of operation types to be executed.
Further, after performing the corresponding reverse operation, the method further includes:
recording a parameter value before the reverse operation is executed and a parameter value after the reverse operation is executed;
judging whether the parameter values before and after the reverse operation are consistent or not:
and if the test cases are consistent, judging that the test cases to be executed damage the test environment and marking the test cases to be executed.
In a second aspect, the present invention provides a test case execution environment recovery system, including:
the reverse setting unit is used for setting a reverse operation type corresponding to the operation type of the test case modification test environment;
the operation identification unit is configured to identify the type of the operation to be executed of the test case to be executed and judge whether the test case to be executed has the operation type for modifying the test environment;
the reverse execution unit is configured to search a reverse operation type corresponding to the type of the operation to be executed if the test case to be executed has the operation type of modifying the test environment, and execute the corresponding reverse operation after the test case to be executed is executed;
and the case execution unit is configured to execute the test case to be executed if the test case to be executed does not have the operation type for modifying the test environment.
Further, the system further comprises:
the initial storage unit is configured for storing initial configuration information of the test environment;
the result acquisition unit is configured to acquire an execution result of the test case to be executed;
the current acquisition unit is configured to acquire current configuration information of the test environment if the execution result is execution failure;
and the abnormity positioning unit is configured for comparing the current configuration information with the initial configuration information, screening and outputting inconsistent information items.
Further, the reverse execution unit includes:
the dependency judging module is configured to judge whether a dependency relationship exists between the operation types to be executed;
the sequence setting module is configured to set an execution sequence of corresponding reverse operations according to a dependency relationship if the dependency relationship exists between the types of the operations to be executed;
and the simultaneous execution module is configured to simultaneously execute a plurality of reverse operations corresponding to the plurality of operation types to be executed if the dependency relationship does not exist between the operation types to be executed.
Further, the system further comprises:
the parameter recording unit is configured to record a parameter value before the reverse operation is executed and a parameter value after the reverse operation is executed;
the parameter comparison unit is configured to judge whether the parameter values before and after the reverse operation is executed are consistent;
and the case marking unit is configured to judge that the test case to be executed destroys the test environment and mark the test case to be executed if the parameter values before and after the reverse operation is executed are consistent.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
the processor is used for calling and running the computer program from the memory so as to make the terminal execute the method of the terminal.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
according to the test case execution environment recovery method, the test case execution environment recovery system, the test case execution environment recovery terminal and the storage medium, the type of the execution operation is screened for the test case, and the corresponding reverse operation is customized, so that the influence on the execution result of the subsequent test case and the inaccuracy of the execution result of the test case due to the change of the detected system setting or environment caused after the execution of the front test case is eliminated. The invention can keep the tested environment in the initial test state all the time, and prevent the change or damage to the environment mirror image caused by executing the test case from influencing the execution accuracy of the subsequent test case. And the inaccuracy of the test result caused by the intervention of the test case is eliminated. The accuracy and the rigor of the automatic test are improved.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention.
FIG. 2 is a schematic flow diagram of a method of one embodiment of the invention.
FIG. 3 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 4 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all embodiments. 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 is a schematic flow diagram of a method of one embodiment of the invention. The execution subject in fig. 1 may be a test case execution environment recovery system.
As shown in fig. 1, the method 100 includes:
and 140, if not, executing the test case to be executed.
In order to facilitate understanding of the present invention, the test case execution environment recovery method provided by the present invention is further described below with reference to the principle of the test case execution environment recovery method of the present invention and the process of recovering the test case execution environment in the embodiment.
Specifically, as shown in fig. 2, the test case execution environment recovery method includes:
and S1, setting a reverse operation type corresponding to the operation type of the test case modification test environment.
A reverse operation mapping library is created. Summarizing all operations related to modification of test environment configuration parameters in the test, setting a unique corresponding reverse operation for each operation, for example, operating the reverse operation of a newly added user as a delete user, and storing the operation type and the corresponding reverse operation into a reverse operation mapping library.
S2, identifying the operation type to be executed of the test case to be executed, and judging whether the test case to be executed has the operation type for modifying the test environment.
Before executing a certain test case, the configuration file of the test case is read, all the operation types used by the test case are extracted, and whether the operation type which changes the test environment and is stored in the reverse operation mapping library in the step S1 exists in all the operation types is screened.
S3, if the test case to be executed has the operation type of modifying the test environment, searching the reverse operation type corresponding to the operation type to be executed, and executing the corresponding reverse operation after the test case to be executed is executed.
If the operation type for modifying the test environment exists in all the operation types of the test case to be executed in step S2, the corresponding reverse operation type is searched from the reverse operation mapping library.
And then judging whether the operation of the test case which needs to modify the test environment has a dependency relationship, for example, modifying A before modifying B, but not modifying B directly. If such a relationship exists, the reverse operations to the two operations also require the execution order to be set, i.e., B needs to be recovered before A. If the A and the B do not have the dependency relationship, after the test case is executed, two reverse operations are executed simultaneously.
When the recovery operation is executed, recording a parameter value before the reverse operation is executed and a parameter value after the reverse operation is executed, judging whether the parameter values before and after the reverse operation is executed are consistent, if so, judging that the test case to be executed destroys the test environment and marking the test case to be executed.
And S4, if not, executing the test case to be executed.
And if the test case to be executed does not change the configuration change of the environment of the tested environment or the environment is damaged, directly executing the test case.
As shown in fig. 3, the system 300 includes:
the reverse setting unit 310 is configured to set a reverse operation type corresponding to the operation type of the test case modification test environment;
the operation identifying unit 320 is configured to identify an operation type to be executed of the test case to be executed, and determine whether the test case to be executed has an operation type for modifying the test environment:
the reverse execution unit 330 is configured to, if the test case to be executed has the operation type of modifying the test environment, search for a reverse operation type corresponding to the operation type to be executed, and execute a corresponding reverse operation after the test case to be executed is executed;
the case execution unit 340 is configured to execute the test case to be executed if the test case to be executed does not have the operation type for modifying the test environment.
Optionally, as an embodiment of the present invention, the system further includes:
the initial storage unit is configured for storing initial configuration information of the test environment;
the result acquisition unit is configured to acquire an execution result of the test case to be executed;
the current acquisition unit is configured to acquire current configuration information of the test environment if the execution result is execution failure;
and the abnormity positioning unit is configured for comparing the current configuration information with the initial configuration information, screening and outputting inconsistent information items.
Optionally, as an embodiment of the present invention, the reverse execution unit includes:
the dependency judging module is configured to judge whether a dependency relationship exists between the operation types to be executed;
the sequence setting module is configured to set an execution sequence of corresponding reverse operations according to a dependency relationship if the dependency relationship exists between the types of the operations to be executed;
and the simultaneous execution module is configured to simultaneously execute a plurality of reverse operations corresponding to the plurality of operation types to be executed if the dependency relationship does not exist between the operation types to be executed.
Optionally, as an embodiment of the present invention, the system further includes:
the parameter recording unit is configured to record a parameter value before the reverse operation is executed and a parameter value after the reverse operation is executed;
the parameter comparison unit is configured to judge whether the parameter values before and after the reverse operation is executed are consistent;
and the case marking unit is configured to judge that the test case to be executed destroys the test environment and mark the test case to be executed if the parameter values before and after the reverse operation is executed are consistent.
Fig. 3 is a schematic structural diagram of a terminal system 400 according to an embodiment of the present invention, where the terminal system 400 may be used to execute the test case execution environment recovery method according to the embodiment of the present invention.
The terminal system 400 may include: a processor 410, a memory 420, and a communication unit 430. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 420 may be used for storing instructions executed by the processor 410, and the memory 420 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 420, when executed by processor 410, enable terminal 400 to perform some or all of the steps in the method embodiments described below.
The processor 410 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 420 and calling data stored in the memory. The processor may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor 410 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 430, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, the invention screens the type of the execution operation of the test case and customizes the corresponding reverse operation, thereby eliminating the change of the detected system setting or environment caused by the execution of the front test case, which influences the execution result of the subsequent test case and further causes the inaccuracy of the execution result of the test case. The invention can keep the tested environment in the initial test state all the time, and prevent the change or damage to the environment mirror image caused by executing the test case from influencing the execution accuracy of the subsequent test case. And the inaccuracy of the test result caused by the intervention of the test case is eliminated. The accuracy and the stringency of the automated test are improved, and the technical effects achieved by the present embodiment can be referred to the above description, which is not repeated herein.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented as software plus a required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, 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, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
The same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the description in the method embodiment.
In the embodiments provided in the present invention, it should be understood that the disclosed system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, 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, systems 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.
Although the present invention has been described in detail by referring to the drawings in connection with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.
Claims (10)
1. A test case execution environment recovery method is characterized by comprising the following steps:
setting a reverse operation type corresponding to the operation type of the test case modification test environment;
identifying the type of the operation to be executed of the test case to be executed, and judging whether the test case to be executed has the operation type for modifying the test environment:
if so, searching a reverse operation type corresponding to the operation type to be executed, and executing corresponding reverse operation after the test case to be executed is executed;
and if not, executing the test case to be executed.
2. The method of claim 1, further comprising:
storing initial configuration information of a test environment;
acquiring an execution result of the test case to be executed;
if the execution result is execution failure, acquiring current configuration information of the test environment;
and comparing the current configuration information with the initial configuration information, screening and outputting inconsistent information items.
3. The method according to claim 1, wherein the searching for the reverse operation type corresponding to the operation type to be executed and executing the corresponding reverse operation after the test case to be executed is executed, comprises:
judging whether the operation types to be executed have a dependency relationship:
if yes, setting an execution sequence of corresponding reverse operations according to the dependency relationship;
if not, simultaneously executing a plurality of reverse operations corresponding to a plurality of operation types to be executed.
4. The method of claim 1, wherein after performing the corresponding reverse operation, the method further comprises:
recording a parameter value before the reverse operation is executed and a parameter value after the reverse operation is executed;
judging whether the parameter values before and after the reverse operation are consistent or not:
and if the test cases are consistent, judging that the test cases to be executed damage the test environment and marking the test cases to be executed.
5. A test case execution environment recovery system, comprising:
the reverse setting unit is used for setting a reverse operation type corresponding to the operation type of the test case modification test environment;
the operation identification unit is configured to identify the type of the operation to be executed of the test case to be executed, and judge whether the test case to be executed has the operation type of modifying the test environment:
the reverse execution unit is configured to search a reverse operation type corresponding to the type of the operation to be executed if the test case to be executed has the operation type of modifying the test environment, and execute the corresponding reverse operation after the test case to be executed is executed;
and the case execution unit is configured to execute the test case to be executed if the test case to be executed does not have the operation type for modifying the test environment.
6. The system of claim 5, further comprising:
the initial storage unit is configured for storing initial configuration information of the test environment;
the result acquisition unit is configured to acquire an execution result of the test case to be executed;
the current acquisition unit is configured to acquire current configuration information of the test environment if the execution result is execution failure;
and the abnormity positioning unit is configured for comparing the current configuration information with the initial configuration information, screening and outputting inconsistent information items.
7. The system of claim 5, wherein the reverse execution unit comprises:
the dependency judging module is configured to judge whether a dependency relationship exists between the operation types to be executed;
the sequence setting module is configured to set an execution sequence of corresponding reverse operations according to a dependency relationship if the dependency relationship exists between the types of the operations to be executed;
and the simultaneous execution module is configured to simultaneously execute a plurality of reverse operations corresponding to the plurality of operation types to be executed if the dependency relationship does not exist between the operation types to be executed.
8. The system of claim 5, further comprising:
the parameter recording unit is configured to record a parameter value before the reverse operation is executed and a parameter value after the reverse operation is executed;
the parameter comparison unit is configured to judge whether the parameter values before and after the reverse operation is executed are consistent;
and the case marking unit is configured to judge that the test case to be executed destroys the test environment and mark the test case to be executed if the parameter values before and after the reverse operation is executed are consistent.
9. A terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the method of any one of claims 1-4.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010060580.9A CN111309598A (en) | 2020-01-19 | 2020-01-19 | Test case execution environment recovery method, system, terminal and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010060580.9A CN111309598A (en) | 2020-01-19 | 2020-01-19 | Test case execution environment recovery method, system, terminal and storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111309598A true CN111309598A (en) | 2020-06-19 |
Family
ID=71144940
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010060580.9A Withdrawn CN111309598A (en) | 2020-01-19 | 2020-01-19 | Test case execution environment recovery method, system, terminal and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111309598A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113568780A (en) * | 2021-07-02 | 2021-10-29 | 深圳Tcl新技术有限公司 | Automatic testing method and device, electronic equipment and storage medium |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101162426A (en) * | 2007-11-15 | 2008-04-16 | 中兴通讯股份有限公司 | Example design test method for testing based on data driving and automatically testing platform |
CN103473148A (en) * | 2012-06-08 | 2013-12-25 | 中兴通讯股份有限公司 | Method and device for restoring testing environment |
CN107656860A (en) * | 2017-10-18 | 2018-02-02 | 北京奇虎科技有限公司 | Performance test methods, apparatus and system |
-
2020
- 2020-01-19 CN CN202010060580.9A patent/CN111309598A/en not_active Withdrawn
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101162426A (en) * | 2007-11-15 | 2008-04-16 | 中兴通讯股份有限公司 | Example design test method for testing based on data driving and automatically testing platform |
CN103473148A (en) * | 2012-06-08 | 2013-12-25 | 中兴通讯股份有限公司 | Method and device for restoring testing environment |
CN107656860A (en) * | 2017-10-18 | 2018-02-02 | 北京奇虎科技有限公司 | Performance test methods, apparatus and system |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113568780A (en) * | 2021-07-02 | 2021-10-29 | 深圳Tcl新技术有限公司 | Automatic testing method and device, electronic equipment and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9317400B2 (en) | Code coverage rate determination method and system | |
CN110554962A (en) | Regression testing process covering method, server and computer readable storage medium | |
CN110543420B (en) | Software testing method, system, terminal and storage medium | |
CN110554938B (en) | BIOS (basic input output System) testing method, system, terminal and storage medium based on script set | |
CN114546738A (en) | Server general test method, system, terminal and storage medium | |
CN110209520B (en) | Method and device for improving SSD (solid State disk) testing efficiency, computer equipment and storage medium | |
CN109067605B (en) | Storage subsystem fault diagnosis method and device, terminal and storage medium | |
CN113064617B (en) | Method, system and storage medium for updating SMBIOS information | |
CN111309598A (en) | Test case execution environment recovery method, system, terminal and storage medium | |
CN105912467A (en) | Performance test method and device | |
CN107102938B (en) | Test script updating method and device | |
CN113468058B (en) | Regression testing method and device for software as service platform and electronic equipment | |
CN115827451A (en) | Method and device for detecting test defects, storage medium and electronic device | |
CN109688025B (en) | Test monitoring method, device, terminal and storage medium based on digital KVM | |
CN113868041A (en) | Server stability test data processing method and device and storage medium | |
CN113836037A (en) | Interface interaction test method, device, equipment and storage medium | |
CN113868137A (en) | Method, device and system for processing buried point data and server | |
CN113254343A (en) | User interface test assertion method and device, electronic equipment and storage medium | |
CN111984512B (en) | Storage system resource competition simulation test method, system, terminal and storage medium | |
CN115640236B (en) | Script quality detection method and computing device | |
CN111858198A (en) | Multi-scheme memory plugging test method, system, terminal and storage medium | |
CN112231218B (en) | Method, system, terminal and storage medium for automatically updating test diagnosis script | |
CN114218119A (en) | Software abnormal flow testing method, system, terminal and storage medium | |
CN112835803B (en) | Tool generation method, test data construction method, device, equipment and medium | |
CN115545677B (en) | Online process specification detection method and system based on automatic case execution condition |
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 | ||
WW01 | Invention patent application withdrawn after publication | ||
WW01 | Invention patent application withdrawn after publication |
Application publication date: 20200619 |