CN114116347A - Simulation estimation method and device for resources required by performance test - Google Patents

Simulation estimation method and device for resources required by performance test Download PDF

Info

Publication number
CN114116347A
CN114116347A CN202111406690.7A CN202111406690A CN114116347A CN 114116347 A CN114116347 A CN 114116347A CN 202111406690 A CN202111406690 A CN 202111406690A CN 114116347 A CN114116347 A CN 114116347A
Authority
CN
China
Prior art keywords
performance test
stage
performance
resources
tps
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.)
Pending
Application number
CN202111406690.7A
Other languages
Chinese (zh)
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202111406690.7A priority Critical patent/CN114116347A/en
Publication of CN114116347A publication Critical patent/CN114116347A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2273Test methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3457Performance evaluation by simulation

Abstract

The invention discloses a method and a device for simulating and estimating resources required by performance test, and relates to the technical field of cloud computing, wherein the method comprises the following steps: before the performance test, receiving a performance test simulation request of a user; simulating the performance test of each stage by given different required resources according to the performance test simulation request to obtain the number of Transactions Per Second (TPS) of each system corresponding to each performance test stage; determining the optimal resources required by each performance test stage according to the optimal TPS corresponding to each performance test stage; the optimal resources required by each performance test stage are used for carrying out actual performance tests. The invention can quantitatively and reasonably estimate the resources required by each link of the performance test, improve the accuracy of the estimated resources and further ensure that the performance test is efficiently and stably carried out.

Description

Simulation estimation method and device for resources required by performance test
Technical Field
The invention relates to the technical field of cloud computing, in particular to a method and a device for simulating and estimating resources required by performance testing.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
The performance of a system is closely related to factors such as architecture design, algorithm selection, middleware parameter configuration and the like, but the decisive factor is the amount of resources. A better system may not perform adequately if the server resources are insufficient, while a worse system may compensate for the system's own deficiencies if the resources are sufficient. Thus, performance testing environments generally require a 1:1 scale to the production environment, with scale scales as much as possible, if not as much as 1:2, 1: 4. Many resources are needed for performance testing, but the resources are the most scarce, and it is particularly important to reasonably evaluate the needed resources. In the prior art, the resources required by the performance test can be estimated only according to experience or historical data, and the proportion of the resources is adjusted, so that the method is inaccurate and unreasonable.
Disclosure of Invention
The embodiment of the invention provides a simulation estimation method of resources required by a performance test, which is used for quantitatively and reasonably estimating the resources required by each performance test stage of the performance test and comprises the following steps:
before the performance test, receiving a performance test simulation request of a user;
simulating the performance test of each stage by given different required resources according to the performance test simulation request to obtain the number of Transactions Per Second (TPS) of each system corresponding to each performance test stage;
determining the optimal resources required by each performance test stage according to the optimal TPS corresponding to each performance test stage; the optimal resources required by each performance test stage are used for carrying out actual performance tests.
The embodiment of the invention also provides a simulation estimation device of resources required by the performance test, which is used for quantitatively and reasonably estimating the resources required by each link of the performance test and comprises the following components:
the receiving unit is used for receiving a performance test simulation request of a user before a performance test;
the simulation unit is used for simulating the performance test of each stage by given different required resources according to the performance test simulation request to obtain the number of Transactions Per Second (TPS) of each system corresponding to each performance test stage;
the estimation unit is used for determining the optimal resources required by each performance test stage according to the optimal TPS corresponding to each performance test stage; the optimal resources required by each performance test stage are used for carrying out actual performance tests.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein when the processor executes the computer program, the simulation estimation method of the resources required by the performance test is realized.
The embodiment of the invention also provides a computer readable storage medium, which stores a computer program, and when the computer program is executed by a processor, the method for simulating and estimating the resources required by the performance test is realized.
The embodiment of the invention also provides a computer program product, which comprises a computer program, and when the computer program is executed by a processor, the method for simulating and estimating the resources required by the performance test is realized.
In the embodiment of the invention, compared with the technical scheme that the resource needed by the performance test can be estimated only according to experience or historical data and the proportion of the resource is adjusted, the simulation estimation scheme of the resource needed by the performance test is inaccurate and unreasonable in the prior art, the simulation estimation scheme of the resource needed by the performance test comprises the following steps: before the performance test, receiving a performance test simulation request of a user; simulating the performance test of each stage by given different required resources according to the performance test simulation request to obtain the number of Transactions Per Second (TPS) of each system corresponding to each performance test stage; determining the optimal resources required by each performance test stage according to the optimal TPS corresponding to each performance test stage; the optimal resources required by each performance test stage are used for carrying out actual performance tests, so that the resources required by each link of the performance tests can be quantitatively and reasonably estimated, the accuracy of the estimated resources is improved, and the performance tests are efficiently and stably carried out.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
FIG. 1 is a schematic flow chart illustrating a method for simulating resource requirements for performance testing according to an embodiment of the present invention;
FIG. 2 is a schematic diagram illustrating a simulation of resource estimation required for performance testing according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating simulation of performance testing at each stage according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating a method for simulation estimation of resources required for performance testing according to another embodiment of the present invention;
FIG. 5 is a schematic structural diagram of a simulation evaluation apparatus for resources required by performance testing according to an embodiment of the present invention;
FIG. 6 is a schematic structural diagram of a simulation evaluation apparatus for resources required by performance testing according to another embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
The embodiment of the invention provides a simulation estimation scheme of resources required by performance test, which helps to estimate the resources and the resource ratio required by each link (test stage) at the initial stage of the performance test and predict the TPS condition under the existing resource ratio. The following describes a simulation estimation scheme of the resources required for the performance test.
Fig. 1 is a schematic flow chart of a simulation estimation method of resources required by a performance test according to an embodiment of the present invention, as shown in fig. 1, the method includes the following steps:
step 101: before the performance test, receiving a performance test simulation request of a user;
step 102: simulating the performance test of each stage by given different required resources according to the performance test simulation request to obtain the number of Transactions Per Second (TPS) of each system corresponding to each performance test stage;
step 103: determining the optimal resources required by each performance test stage according to the optimal TPS corresponding to each performance test stage; the optimal resources required by each performance test stage are used for carrying out actual performance tests.
Compared with the technical scheme that the resource needed by the performance test can be estimated only according to experience or historical data and the proportion of the resource is adjusted, the simulation estimation method of the resource needed by the performance test provided by the embodiment of the invention is inaccurate and unreasonable, and comprises the following steps: before the performance test, receiving a performance test simulation request of a user; simulating the performance test of each stage by given different required resources according to the performance test simulation request to obtain the number of Transactions Per Second (TPS) of each system corresponding to each performance test stage; determining the optimal resources required by each performance test stage according to the optimal TPS corresponding to each performance test stage; the optimal resources required by each performance test stage are used for carrying out actual performance tests, so that the resources required by each link of the performance tests can be quantitatively and reasonably estimated, the accuracy of the estimated resources is improved, and the performance tests are efficiently and stably carried out. This is described in detail below with reference to fig. 2 to 4.
The platform (device) for realizing the simulation estimation method of the resources required by the performance test provided by the embodiment of the invention can comprise three parts, wherein the first part simulates the request sent by a user, the second part simulates the resources and time consumed by each link, and the third part generates the waveform of TPS changing along with the time. The platform can set the frequency of initiating requests, the resources and time required by each link, so as to simulate the TPS performance of the system under different loads, different resources and response time. The simulation estimation method of the resources required by the performance test provided by the embodiment of the invention provides a measurable mode for estimating the processing capacity TPS of the resources and the system. The simulation estimation method of the resources required by the performance test comprises the following steps.
First, the above step 101 is described.
In particular, the receiving of the software performance test simulation request from the user may be implemented by a request initiating module (hereinafter, referred to as a receiving unit), which may simulate the request for initiating different stresses.
Next, the above step 102 is described.
In particular, the step 102 may be implemented by a process module (i.e., a simulation unit mentioned below), which is a process module requiring different resources and response times for simulation.
In an embodiment, simulating the performance test of each stage according to the performance test simulation request with different given required resources to obtain different system transaction number per second TPS for each performance test stage may include: and calling a preset processing thread according to the performance test simulation request and given different required resources, and completing the performance test of each stage according to the initial state, the processing state and the completion state to obtain different TPS corresponding to each performance test stage.
In one embodiment, as shown in FIG. 2, the results of the performance test at each stage are used as input data for the next stage.
In specific implementation, as shown in fig. 3, a state machine is introduced to determine each executed state, that is, to call a preset processing thread, and to complete the performance test of each stage according to the initial state, the processing state, and the completion state. FIG. 3 illustrates a process processing state machine, which implements calling a default processing thread to perform performance testing of each stage according to an initial state, a processing state, and a completion state.
In an embodiment, simulating the performance test of each stage according to the performance test simulation request with different given required resources to obtain different system transaction number per second TPS for each performance test stage may include: and simulating the performance test of each stage according to the performance test simulation request by given different loads, different required resources and response time to obtain different TPS corresponding to each performance test stage.
In the specific implementation, in the process of the simulation estimation, different required resources are considered, and different loads and response times are also considered, so that the accuracy of the determination of the TPS is further improved, and accordingly, according to the optimal TPS corresponding to the different required resources and the different loads and response times, in the subsequent step, the required resources corresponding to the optimal TPS, and the loads and the response times are the optimal resources, loads and response times required in the actual performance test.
Third, next, a preferred step 102' following the above step 102 is described.
In one embodiment, as shown in fig. 4, the method for estimating the simulation of the resources required for the performance test may further include step 102': each performance testing stage is shown graphically for a different TPS.
In specific implementation, different TPS corresponding to each performance test stage is displayed in a chart form, so that the optimal TPS is determined conveniently, and the most reasonable and optimal resources required by each performance test stage are determined more reasonably.
Fourth, next, the above step 103 is described.
In specific implementation, in this step 103, the optimal TPS is determined according to different TPS corresponding to different required resources, and then, the required resource corresponding to the optimal TPS is the optimal resource required in the actual performance test.
In practical implementation, the above steps 102' and 103 can be implemented by a result statistic module (as shown in fig. 2, i.e. the display unit and the estimation unit in fig. 6).
To facilitate an understanding of how the invention may be practiced, reference will now be made, by way of example, to fig. 2 and 3 in general.
1. A request initiating module: a request to initiate different pressures is simulated.
2. A process processing module: the simulation requires processing modules of different resources and response times.
3. A result counting module: and counting real-time TPS, and converting the result into a chart for displaying.
4. The request initiating module fills a request queue according to the set frequency of initiating requests; the process processing module continuously reads the request from the request queue, if the request is read, the processing thread is called to process the request, the processing process is switched according to three states of an initial state, a processing state and a completion state, when the request reaches the completion state, the process (link and performance test stage) is completed, the processing result is stored in the result queue and enters the next process processing module, the next process processing module also continuously reads the last result queue, and the read result is input into the next process processing module as the request; when all the process processing modules are finished, the request processing is finished, and the result counting module counts TPS results and displays the TPS results in a form of a table. Finally, the optimal resources required by each performance test stage are determined for carrying out actual performance tests.
The simulation estimation method for the resources required by the performance test provided by the embodiment of the invention realizes that:
1) request queues and message queues are designed to store requests and execution results.
2) A state machine is designed to simulate process processing, namely, a preset processing thread is called, and performance test of each stage is completed according to an initial state, a processing state and a completion state.
3) Multiple channels are designed to simulate multiple threads, given the different required resources, the performance test of each stage is simulated, and the response time is simulated by the execution time.
4) And the TPS variation trend is displayed by using a chart, and the method is intuitive.
In summary, the method for estimating the resource needed by the performance test according to the embodiment of the present invention can estimate the needed resource and the ratio of the resource at the initial stage of the performance test, so as to reasonably allocate the resource, and can estimate the theoretical TPS based on the existing resource.
The embodiment of the present invention further provides a device for simulating and estimating resources required by performance testing, as described in the following embodiments. Because the principle of the device for solving the problems is similar to the method for simulating and estimating the resources required by the performance test, the implementation of the device can refer to the implementation of the method for simulating and estimating the resources required by the performance test, and repeated parts are not repeated.
Fig. 5 is a schematic structural diagram of a simulation estimation apparatus for resources required by performance testing according to an embodiment of the present invention, as shown in fig. 5, the apparatus includes:
a receiving unit 01, configured to receive a performance test simulation request of a user before a performance test;
the simulation unit 02 is used for simulating the performance test of each stage by given different required resources according to the performance test simulation request to obtain the number of Transactions Per Second (TPS) of each system corresponding to each performance test stage;
the estimating unit 03 is configured to determine an optimal resource required by each performance testing stage according to the optimal TPS corresponding to each performance testing stage; the optimal resources required by each performance test stage are used for carrying out actual performance tests.
In one embodiment, the analog unit may be specifically configured to: and calling a preset processing thread according to the performance test simulation request and given different required resources, and completing the performance test of each stage according to the initial state, the processing state and the completion state to obtain different TPS corresponding to each performance test stage.
In one embodiment, the performance test results of each stage may be used as input data for the next stage.
In an embodiment, as shown in fig. 6, the simulation estimating apparatus for the resources required by the performance test may further include: and a display unit 02' for displaying the TPS corresponding to each performance test stage in a form of a chart.
In one embodiment, the analog unit may be specifically configured to: and simulating the performance test of each stage according to the performance test simulation request by given different loads, different required resources and response time to obtain different TPS corresponding to each performance test stage.
According to the technical scheme, the data acquisition, storage, use, processing and the like meet relevant regulations of national laws and regulations.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein when the processor executes the computer program, the simulation estimation method of the resources required by the performance test is realized.
The embodiment of the invention also provides a computer readable storage medium, which stores a computer program, and when the computer program is executed by a processor, the method for simulating and estimating the resources required by the performance test is realized.
The embodiment of the invention also provides a computer program product, which comprises a computer program, and when the computer program is executed by a processor, the method for simulating and estimating the resources required by the performance test is realized.
In the embodiment of the invention, compared with the technical scheme that the resource needed by the performance test can be estimated only according to experience or historical data and the proportion of the resource is adjusted, the simulation estimation scheme of the resource needed by the performance test is inaccurate and unreasonable in the prior art, the simulation estimation scheme of the resource needed by the performance test comprises the following steps: before the performance test, receiving a performance test simulation request of a user; simulating the performance test of each stage by given different required resources according to the performance test simulation request to obtain the number of Transactions Per Second (TPS) of each system corresponding to each performance test stage; determining the optimal resources required by each performance test stage according to the optimal TPS corresponding to each performance test stage; the optimal resources required by each performance test stage are used for carrying out actual performance tests, so that the resources required by each link of the performance tests can be quantitatively and reasonably estimated, the accuracy of the estimated resources is improved, and the performance tests are efficiently and stably carried out.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (13)

1. A simulation estimation method of resources required by performance test is characterized by comprising the following steps:
before the performance test, receiving a performance test simulation request of a user;
simulating the performance test of each stage by given different required resources according to the performance test simulation request to obtain the number of Transactions Per Second (TPS) of each system corresponding to each performance test stage;
determining the optimal resources required by each performance test stage according to the optimal TPS corresponding to each performance test stage; the optimal resources required by each performance test stage are used for carrying out actual performance tests.
2. The method for simulating and estimating resources required for performance testing as claimed in claim 1, wherein simulating the performance testing of each stage with the given different required resources according to the performance testing simulation request to obtain the number of transactions per second TPS of each system corresponding to each performance testing stage comprises: and calling a preset processing thread according to the performance test simulation request and given different required resources, and completing the performance test of each stage according to the initial state, the processing state and the completion state to obtain different TPS corresponding to each performance test stage.
3. The method for modeling estimation of resources required for performance test as claimed in claim 2, wherein the results of performance test at each stage are used as input data for the next stage.
4. The method for simulated estimation of resources required for performance testing as claimed in claim 1 further comprising: each performance testing stage is shown graphically for a different TPS.
5. The method for simulating and estimating resources required for performance testing as claimed in claim 1, wherein simulating the performance testing of each stage with the given different required resources according to the performance testing simulation request to obtain the number of transactions per second TPS of each system corresponding to each performance testing stage comprises: and simulating the performance test of each stage according to the performance test simulation request by given different loads, different required resources and response time to obtain different TPS corresponding to each performance test stage.
6. An apparatus for simulating and evaluating resources required for performance testing, comprising:
the receiving unit is used for receiving a performance test simulation request of a user before a performance test;
the simulation unit is used for simulating the performance test of each stage by given different required resources according to the performance test simulation request to obtain the number of Transactions Per Second (TPS) of each system corresponding to each performance test stage;
the estimation unit is used for determining the optimal resources required by each performance test stage according to the optimal TPS corresponding to each performance test stage; the optimal resources required by each performance test stage are used for carrying out actual performance tests.
7. The apparatus for simulation estimation of resources required for performance testing according to claim 6, wherein the simulation unit is specifically configured to: and calling a preset processing thread according to the performance test simulation request and given different required resources, and completing the performance test of each stage according to the initial state, the processing state and the completion state to obtain different TPS corresponding to each performance test stage.
8. The apparatus for modeling estimation of resources required for performance test as claimed in claim 7, wherein the result of performance test at each stage is used as input data for the next stage.
9. The apparatus for modeling estimation of resources required for performance test as recited in claim 6, further comprising: and the display unit is used for displaying the TPS corresponding to each performance test stage in a form of a chart.
10. The apparatus for simulation estimation of resources required for performance testing according to claim 6, wherein the simulation unit is specifically configured to: and simulating the performance test of each stage according to the performance test simulation request by given different loads, different required resources and response time to obtain different TPS corresponding to each performance test stage.
11. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 5 when executing the computer program.
12. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by a processor, implements the method of any of claims 1 to 5.
13. A computer program product, characterized in that the computer program product comprises a computer program which, when being executed by a processor, carries out the method of any one of claims 1 to 5.
CN202111406690.7A 2021-11-24 2021-11-24 Simulation estimation method and device for resources required by performance test Pending CN114116347A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111406690.7A CN114116347A (en) 2021-11-24 2021-11-24 Simulation estimation method and device for resources required by performance test

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111406690.7A CN114116347A (en) 2021-11-24 2021-11-24 Simulation estimation method and device for resources required by performance test

Publications (1)

Publication Number Publication Date
CN114116347A true CN114116347A (en) 2022-03-01

Family

ID=80372257

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111406690.7A Pending CN114116347A (en) 2021-11-24 2021-11-24 Simulation estimation method and device for resources required by performance test

Country Status (1)

Country Link
CN (1) CN114116347A (en)

Similar Documents

Publication Publication Date Title
CN106294120B (en) Method, apparatus and computer program product for testing code
CN111694748B (en) Pressure testing method and device
CN114564374A (en) Operator performance evaluation method and device, electronic equipment and storage medium
JP2023086678A (en) Method and apparatus for generating and applying deep learning model based on deep learning framework
CN115794570A (en) Pressure testing method, device, equipment and computer readable storage medium
CN112464599B (en) Method for determining power supply voltage data in static time sequence analysis of circuit
CN113419941A (en) Evaluation method and apparatus, electronic device, and computer-readable storage medium
US9529688B2 (en) Performance evaluation device and performance evaluation method
CN114116347A (en) Simulation estimation method and device for resources required by performance test
CN112052070A (en) Application containerization evaluation method and device, electronic equipment and storage medium
CN111127223A (en) Insurance product testing method and device and storage medium
CN106648895A (en) Data processing method and device, and terminal
CN115576827A (en) Performance test method, device, equipment and storage medium of business process software
CN114416441A (en) Real-time database automatic testing method and system, electronic equipment and storage medium
CN115037665A (en) Equipment testing method and device
CN114416583A (en) Workload determination method, device, equipment and storage medium for automatic test
CN109144840A (en) A kind of test method, device and its equipment
CN115825708A (en) Gear value determination method and device of chip analog quantity and controller
CN112561331A (en) Visual experimental analysis evaluation index construction method
CN112559102A (en) Task operation time sequence display method and device, electronic equipment and storage medium
CN111309595B (en) Special effect testing method and device, electronic equipment and computer readable medium
CN113495844B (en) Automatic testing method, device and system based on virtual click and storage medium
CN113742226B (en) Software performance test method and device, medium and electronic equipment
CN110716830B (en) Pressure measuring machine selection method and device, electronic equipment and storage medium
CN109614328B (en) Method and apparatus for processing test data

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