CN113282511B - Test method and test equipment - Google Patents

Test method and test equipment Download PDF

Info

Publication number
CN113282511B
CN113282511B CN202110704385.XA CN202110704385A CN113282511B CN 113282511 B CN113282511 B CN 113282511B CN 202110704385 A CN202110704385 A CN 202110704385A CN 113282511 B CN113282511 B CN 113282511B
Authority
CN
China
Prior art keywords
test
server
program
access request
mobile terminal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110704385.XA
Other languages
Chinese (zh)
Other versions
CN113282511A (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.)
Agricultural Bank of China
Original Assignee
Agricultural Bank of China
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 Agricultural Bank of China filed Critical Agricultural Bank of China
Priority to CN202110704385.XA priority Critical patent/CN113282511B/en
Publication of CN113282511A publication Critical patent/CN113282511A/en
Application granted granted Critical
Publication of CN113282511B publication Critical patent/CN113282511B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/3664Environments for testing or debugging software
    • 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

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)
  • Mobile Radio Communication Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application provides a test method and test equipment, which comprise the steps of receiving a test request sent by a mobile terminal, wherein the test request comprises test parameters, generating an access request according to the test parameters and a preloaded test program, sending the access request to a tested server, acquiring response performance data of the tested server in response to the access request, and sending the response performance data of the tested server in response to the access request to the mobile terminal, so that performance test on the tested server at any spatial position can be realized.

Description

Test method and test equipment
Technical Field
The present application relates to the field of communications technologies, and in particular, to a testing method and apparatus.
Background
With the development of the internet, a server may provide various application services to a user, and the user may also use the application services provided by the server through a mobile terminal.
However, as the number of users increases, the server must bear high concurrent access pressure, and if the server cannot bear high concurrent access pressure, it cannot continuously provide application services to the users, so it is necessary to perform high concurrent pressure testing on the server.
Disclosure of Invention
The application provides a testing method and testing equipment, which are used for providing a testing method which is not limited by space.
In a first aspect, the present application provides a testing method, where the testing method is applied to a transit server, and the method includes:
receiving a test request sent by a mobile terminal, wherein the test request comprises test parameters;
generating an access request according to the test parameters and the preloaded test program;
Sending an access request to a tested server, and acquiring response performance data of the tested server responding to the access request;
and sending response performance data of the tested server responding to the access request to the mobile terminal.
In one embodiment, the test parameters include concurrency number, time length of sending pressure, program identification and server identification; generating an access request according to the test parameters and the preloaded test program, wherein the access request specifically comprises the following steps:
Determining the sending number of the generated access requests according to the concurrency number and the sending duration;
And generating access requests of the sending quantity according to the test program corresponding to the program identifier and the server identifier.
In one embodiment, sending an access request to a server under test specifically includes:
and continuously sending an access request to the tested server in the concurrency number, wherein the duration is the duration of the sending pressure.
In one embodiment, obtaining response performance data of a tested server in response to an access request specifically includes:
monitoring a response message returned by the tested server by using a test program;
And generating response performance data according to the monitoring result of the test program.
In one embodiment, the generating response performance data according to the monitoring result output by the test program specifically includes:
And displaying the monitoring result output by the test program, performing screen capturing processing on the displayed monitoring result, and outputting a screen capturing image, wherein the screen capturing image is used for being sent to the mobile terminal, and the mobile terminal performs recognition processing on the screen capturing image.
In a second aspect, the present application provides a testing method, where the method is applied to a mobile terminal, and the method includes:
acquiring test parameters input by a user;
generating a test request according to the test parameters, and sending the test request to the transfer server, so that the transfer server generates and sends an access request to the tested server, and obtaining the response performance of the tested server when responding to the access request;
and receiving response performance data of the tested server returned by the transit server.
In one embodiment, the test parameters include one or more of concurrency, duration of the burst, program identification, and server identification.
In a third aspect, the present application provides a transfer server, a memory, and a processor;
a memory; a memory for storing processor-executable instructions;
wherein the processor is configured to perform the test method according to the first aspect and the alternatives.
In a fourth aspect, the present application provides a mobile terminal, a memory, and a processor;
a memory; a memory for storing processor-executable instructions;
wherein the processor is configured to perform the test method of the second aspect and alternatives.
In a fifth aspect, the present application provides a test system, including the transit server according to the third aspect, the mobile terminal according to the fourth aspect, and the server under test.
In a sixth aspect, the present application provides a computer readable storage medium having stored therein computer executable instructions which when executed by a processor are adapted to carry out the test method of the first aspect and the alternative or of the second aspect and the alternative.
In a seventh aspect, the application provides a computer program product comprising a computer program which, when executed by a processor, implements the test method of the first aspect and alternatives or of the second aspect and alternatives.
According to the test method and the test equipment provided by the application, the transfer server receives the test request sent by the mobile terminal, acquires the test parameters according to the test request, generates the access request according to the test parameters and the preloaded test program, and then sends the access request to the tested server to obtain the response performance data of the tested server when responding to the access request, so as to provide the test method which is not limited by space. And returning response performance data to the mobile terminal, so that performance test on the tested server at any spatial position can be realized.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the application and together with the description, serve to explain the principles of the application.
FIG. 1 is a schematic diagram of a test system according to an embodiment of the present application;
FIG. 2 is an interactive schematic diagram of a testing method according to an embodiment of the present application;
FIG. 3 is an interactive schematic diagram of a testing method according to another embodiment of the present application;
FIG. 4 is a schematic structural diagram of a testing device according to an embodiment of the present application;
FIG. 5 is a schematic structural diagram of a testing device according to another embodiment of the present application;
Fig. 6 is a schematic structural diagram of a transit server according to another embodiment of the present application;
Fig. 7 is a schematic structural diagram of a mobile terminal according to another embodiment of the present application.
Specific embodiments of the present application have been shown by way of the above drawings and will be described in more detail below. The drawings and the written description are not intended to limit the scope of the inventive concepts in any way, but rather to illustrate the inventive concepts to those skilled in the art by reference to the specific embodiments.
Detailed Description
Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numbers in different drawings refer to the same or similar elements, unless otherwise indicated. The implementations described in the following exemplary examples do not represent all implementations consistent with the application. Rather, they are merely examples of apparatus and methods consistent with aspects of the application as detailed in the accompanying claims.
An embodiment of the application provides a data processing method and device, which aims to provide a remote test scheme, and the technical conception of the application is as follows: the method comprises the steps that a mobile terminal receives test parameters input by a user, the mobile terminal initiates a test request, a transfer server analyzes the test parameters from the test request after receiving the test request, generates an access request according to a locally stored test program and the test parameters, simulates the condition that a tested server receives a high concurrency access request, acquires response performance data of the tested server, and returns the response performance data to the mobile terminal, so that the high concurrency test of the tested server is carried out at the mobile terminal, and the test performance is monitored in real time.
As shown in fig. 1, an embodiment of the present application provides a data processing system, which includes a mobile terminal 101, a relay server 102, and a server under test 103. The mobile terminal 101 is in communication connection with the relay server 102, and the relay server 102 is in communication connection with the tested server 103.
The mobile terminal 101 is configured to receive the test parameters, generate a test request according to the test parameters, and send the test request to the relay server 102. The transfer server 102 is loaded with a test program, after receiving the test request, the transfer server parses out the test parameters from the test request, generates an access request according to the test parameters and the preloaded test program, sends the access request to the tested server 103 at a preset frequency, and collects the response performance of the server in response to the access request, for example: the memory of the tested server, the resources occupation condition of the CPU and the like, throughput, response time and the like. The relay server 102 is further configured to return the collected response performance to the mobile terminal 101.
In one embodiment, the relay server 102 may be one device, or the relay server may be a plurality of devices. When the transfer server is a device, the device is in communication connection with the mobile terminal and the tested server, and the device receives the test request sent by the mobile terminal and sends an access request to the tested server.
When the transfer server may be a plurality of devices, the plurality of devices are divided into a first group of devices and a second group of devices, each device in each group of devices is in communication connection, and the two groups of devices are also in communication connection, where the first group of devices is used to receive a test request sent by the mobile terminal, the first group of devices is loaded with a test program, after receiving the test request, the test program is parsed from the test request, and the test parameters and the preloaded test program are forwarded to the second group of devices, and the second group of devices generates an access request according to the test parameters and the preloaded test program, sends the access request to the tested server 103 at a preset frequency, and collects response performance of the server responding to the access request, for example: the memory of the tested server, the resources occupation condition of the CPU and the like, throughput, response time and the like. The second set of devices 104 is further configured to return the collected response capabilities to the first set of devices, which return the response capabilities to the mobile terminal 101.
As shown in fig. 2, an embodiment of the present application provides a testing method, which is applied to the testing system, and includes the following steps:
s201, the transfer server receives a test request sent by the mobile terminal.
In this step, the mobile terminal acquires preset test parameters, which may be input by a user or may be test parameters stored in the mobile terminal in advance.
The test parameters comprise one or more of a concurrency number, a pressing duration, a program identifier and a server identifier, wherein the concurrency number represents the number of access requests simultaneously received by the server, the pressing duration is the duration time for the server to simultaneously receive a plurality of access requests, the program identifier is used for uniquely identifying the test program, and the server identifier is used for uniquely identifying the transit server.
After receiving the test parameters, the mobile terminal generates a test request according to the test parameters and sends the test request to the transit server corresponding to the server identifier.
S202, the transit server generates an access request according to the test parameters and the preloaded test program.
In this step, a test program for generating an access request for accessing the server under test is loaded in the relay server.
After receiving the test request, the transfer server analyzes the test parameters from the test request and generates an access request according to the test parameters and the preloaded test program.
In an embodiment, the relay server simulates the scene of the tested server when the tested server is accessed by a plurality of terminals by continuously generating a plurality of access requests, so as to test the performance of the tested server when the tested server receives high concurrent access requests.
S203, the transit server sends an access request to the tested server.
In this step, the relay server may send a plurality of access requests to the server under test to simulate a scenario in which the server under test is being accessed by a plurality of terminals.
S204, the tested server returns a response message to the transit server.
In this step, after receiving a plurality of access requests, the server under test generates a response message according to the access requests, and returns the response message to the relay server.
S205, the transit server acquires response performance data of the tested server responding to the access request.
In this step, the relay server extracts the response performance of the server under test from the received response message. Response performance of the server in response to the access request, for example: and one or more of the occupation condition of resources such as the memory of the tested server, the CPU and the like, throughput and response time.
S206, the transfer server sends response performance data of the tested server responding to the access request to the mobile terminal.
In the technical scheme, the transfer server receives the test request sent by the mobile terminal, generates the access request according to the test parameters in the test request and the preloaded test program, simulates the scene of the tested server accessed by a plurality of terminals, and acquires the response performance data of the tested server after receiving the access request, so as to realize performance test of the tested server in any space scene.
As shown in fig. 3, an embodiment of the present application provides a testing method, which is applied to the testing system, and includes the following steps:
s301, the transfer server receives a test request sent by the mobile terminal.
In the step, a user inputs test parameters through a configuration interface, wherein the test parameters comprise concurrency number, time length for transmitting pressure, program identification and server identification. After receiving the test parameters, the mobile terminal generates a test request according to the test parameters and sends the test request to the transit server corresponding to the server identifier.
In one embodiment, an application program developed based on Jmeter test tools is run on the mobile terminal, and the identification of the transit server, the identification of the test program, the concurrency number, the time length of transmitting pressure and the like are input on an interface of the application program.
S302, the transit server generates an access request according to the test parameters and the preloaded test program.
In this step, a test program is loaded in the transit server in advance, wherein the test program comprises Jmeter scripts and parameterized files.
In an embodiment, the transfer server determines the sending number of the generated access requests according to the concurrency number and the sending duration, and generates the access requests of the sending number according to the test program corresponding to the program identifier and the server identifier.
In an embodiment, the transfer server determines the sending frequency of the access request according to the concurrency number and the sending duration, and the transfer server generates an access request according to the test program corresponding to the program identifier and the server identifier.
It should be noted that, if the transfer server includes a plurality of devices, the first group of devices receives the test request sent by the mobile terminal, and the first group of devices stores the test program, after the first group of devices parse the test parameters, the first group of devices forwards the test parameters and the test program to the second group of devices, and the second group of devices generates the access request according to the test parameters and the test program.
S303, the transit server sends an access request to the tested server.
In the step, an access request is continuously sent to a tested server in the concurrent number, wherein the duration is the duration of the sending pressure. When the transit server generates an access request, the same access request is continuously sent to the tested server in the concurrent number. When the transit server generates a plurality of access requests, different access requests are continuously sent to the tested server in the concurrent number.
S304, the tested server returns a response message to the transit server.
In this step, after receiving a plurality of access requests, the server under test generates a response message according to the access requests, and returns the response message to the relay server.
And S305, the transit server monitors response messages returned by the tested server by using the test program.
In the step, after receiving the response information, the transit server extracts performance data such as response time and resource usage of the tested server from the response information, and performs statistical analysis on the extracted performance data such as response time and resource usage of the tested server to obtain a monitoring result.
S306, the transit server generates response performance data according to the monitoring result of the test program.
And in the step, displaying the monitoring result output by the test program, and performing screen capturing processing on the displayed monitoring result to output a screen capturing image.
In an embodiment, the displayed monitoring result can be subjected to screen capturing according to a certain time interval, and the screen capturing picture is returned to the mobile terminal to complete the acquisition of the monitoring data;
s307, the transfer server sends the screen capturing image to the mobile terminal.
S308, the mobile terminal performs recognition processing on the screen capturing image to obtain response performance data.
In this step, keywords in the screenshot picture, such as CPU, mem, TPS, are identified and recorded by image recognition to obtain dynamic response performance data of which the index changes with time.
S309, generating early warning information when the response performance data meets the early warning conditions.
In this step, early warning information may be generated for response performance data satisfying the early warning condition.
In one embodiment, when a certain response performance data exceeds a threshold value, corresponding early warning information is generated.
In the technical scheme, the tester remotely controls the transfer server through the mobile terminal and monitors the performance index data, so that the daily work of the performance tester is facilitated, and the limitation of the space on the performance test is greatly improved.
As shown in fig. 4, an embodiment of the present application provides a testing apparatus 400, the testing apparatus 400 includes:
a first receiving module 401, configured to receive a test request sent by a mobile terminal, where the test request includes a test parameter;
A processing module 402, configured to generate an access request according to the test parameters and the preloaded test program;
The processing module 402 is further configured to send an access request to a tested server, and obtain response performance data of the tested server in response to the access request;
a first sending module 403, configured to send response performance data of the tested server in response to the access request to the mobile terminal.
In one embodiment, the test parameters include concurrency number, time length of sending pressure, program identification and server identification; the processing module 402 is specifically configured to:
Determining the sending number of the generated access requests according to the concurrency number and the sending duration;
And generating access requests of the sending quantity according to the test program corresponding to the program identifier and the server identifier.
In one embodiment, the processing module 402 is specifically configured to:
and continuously sending an access request to the tested server in the concurrency number, wherein the duration is the duration of the sending pressure.
In one embodiment, the processing module 402 is specifically configured to:
monitoring a response message returned by the tested server by using a test program;
And generating response performance data according to the monitoring result of the test program.
In one embodiment, the processing module 402 is specifically configured to:
Displaying the monitoring result output by the test program, and performing screen capturing processing on the displayed monitoring result to output a screen capturing image;
And carrying out recognition processing on the screen capturing image to obtain response performance data.
As shown in fig. 5, an embodiment of the present application provides a testing apparatus 500, where the testing apparatus 500 includes:
the obtaining module 501 is configured to obtain a test parameter input by a user;
The second sending module 502 is configured to generate a test request according to the test parameter, and send the test request to the relay server, so that the relay server generates and sends an access request to the tested server, and obtains a response performance of the tested server when responding to the access request;
and the second receiving module 503 is configured to receive the response performance of the tested server returned by the transit server.
In one embodiment, the test parameters include concurrency, duration of the sending pressure, program identification, and server identification.
As shown in fig. 6, an embodiment of the present application provides a scheduling apparatus 600, the scheduling apparatus 600 including a memory 601 and a processor 602.
A memory 601 for storing computer-executable instructions;
A processor 602 for executing computer-executable instructions stored in a memory to perform the steps performed by the test methods of the embodiments described above. Reference may be made in particular to the relevant description of the test method embodiments described above.
Alternatively, the memory 601 may be separate or integrated with the processor 602. When the memory 601 is provided separately, the processing device further comprises a bus for connecting the memory 601 and the processor 602.
As shown in fig. 7, an embodiment of the present application provides a scheduling apparatus 700, the scheduling apparatus 700 including a memory 701 and a processor 702.
A memory 701 for storing computer-executable instructions;
the processor 702 is configured to execute computer-executable instructions stored in the memory to implement the steps performed by the test method in the above embodiments. Reference may be made in particular to the relevant description of the test method embodiments described above.
Alternatively, the memory 701 may be separate or integrated with the processor 702. When the memory 701 is provided separately, the processing device further includes a bus for connecting the memory 701 and the processor 702.
The embodiment of the application also provides a computer readable storage medium, wherein computer execution instructions are stored in the computer readable storage medium, and when the processor executes the computer execution instructions, the test method executed by the processing device is realized.
Embodiments of the present application also provide a computer program product comprising computer instructions which, when executed by a processor, implement a test method as performed by a processing device as above.
Other embodiments of the application will be apparent to those skilled in the art from consideration of the specification and practice of the application disclosed herein. This application is intended to cover any variations, uses, or adaptations of the application following, in general, the principles of the application and including such departures from the present disclosure as come within known or customary practice within the art to which the application pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the application being indicated by the following claims.
It is to be understood that the application is not limited to the precise arrangements and instrumentalities shown in the drawings, which have been described above, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the application is limited only by the appended claims.

Claims (8)

1. A method of testing, the method being applied to a transit server, the method comprising:
Receiving a test request sent by a mobile terminal, wherein the test request comprises test parameters; the test parameters comprise a program identifier and a server identifier, wherein the program identifier is used for uniquely identifying a test program, and the server identifier is used for uniquely identifying the transit server;
Generating an access request according to the test parameters and the target test program;
sending the access request to a tested server, and acquiring response performance data of the tested server responding to the access request;
Transmitting response performance data of the tested server responding to the access request to the mobile terminal;
the method for acquiring the response performance data of the tested server responding to the access request specifically comprises the following steps:
Monitoring a response message returned by the tested server by using the target test program;
Displaying the monitoring result output by the test program, performing screen capturing processing on the displayed monitoring result, and outputting a screen capturing image, wherein the screen capturing image is used for being sent to a mobile terminal, and the mobile terminal performs recognition processing on the screen capturing image;
The transfer server comprises a first group of devices and a second group of devices; the first group of equipment stores a test program; the receiving the test request sent by the mobile terminal comprises the following steps:
the first group of equipment receives a test request sent by a mobile terminal;
the generating an access request according to the test parameters and the target test program comprises the following steps:
The first group of equipment analyzes the test parameters and forwards the test parameters and a target test program indicated by the program identification to a second group of equipment;
the second set of devices generates the access request according to the test parameters and the target test program.
2. The method of claim 1, wherein the test parameters further comprise a concurrence number and a time duration for generating pressure;
generating an access request according to the test parameters and the target test program, wherein the access request specifically comprises the following steps:
Determining the number of the access requests to be sent according to the concurrency number and the time length of the sending pressure;
And generating the access requests of the sending quantity according to the target test program and the server identification.
3. The method according to claim 2, wherein sending the access request to the server under test specifically comprises:
And continuously sending the access request to the tested server according to the concurrency number, wherein the duration is the pressure sending duration.
4. A method of testing, the method being applied to a mobile terminal, the method comprising:
Acquiring test parameters input by a user, wherein the test parameters comprise a program identifier and a server identifier; the program identifier is used for uniquely identifying the test program, and the server identifier is used for uniquely identifying the transit server;
generating a test request according to the test parameters, sending the test request to a transfer server indicated by the server identifier, so that the transfer server generates an access request according to a target test program corresponding to the program identifier and the test parameters, sending the access request to a tested server, monitoring a response message returned by the tested server by using the target test program, displaying a monitoring result output by the test program, and performing screen capturing processing on the displayed monitoring result to output a screen capturing image;
Receiving a screen capturing image returned by the transit server, and identifying the screen capturing image to acquire the response performance of the tested server;
The transfer server comprises a first group of devices and a second group of devices; the first group of equipment stores a test program; the test parameters are analyzed by the first group of equipment, and the access request is generated by the second group of equipment according to the test parameters and the target test program after receiving the test parameters sent by the first group of equipment and the target test program indicated by the program identifier.
5. The method of testing according to claim 4, wherein the test parameters further comprise a concurrency number and a time duration of the hair pressure.
6. A transfer server, characterized by a memory, a processor;
A memory; a memory for storing the processor-executable instructions;
Wherein the processor is configured to perform the test method of any one of claims 1 to 3.
7. A mobile terminal, characterized by a memory, a processor;
A memory; a memory for storing the processor-executable instructions;
wherein the processor is configured to perform the test method of claim 4 or 5.
8. A test system comprising a relay server according to claim 6, a mobile terminal according to claim 7, and a server under test.
CN202110704385.XA 2021-06-24 2021-06-24 Test method and test equipment Active CN113282511B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110704385.XA CN113282511B (en) 2021-06-24 2021-06-24 Test method and test equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110704385.XA CN113282511B (en) 2021-06-24 2021-06-24 Test method and test equipment

Publications (2)

Publication Number Publication Date
CN113282511A CN113282511A (en) 2021-08-20
CN113282511B true CN113282511B (en) 2024-05-07

Family

ID=77285463

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110704385.XA Active CN113282511B (en) 2021-06-24 2021-06-24 Test method and test equipment

Country Status (1)

Country Link
CN (1) CN113282511B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114629888A (en) * 2022-03-18 2022-06-14 中国农业银行股份有限公司 Server load testing method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106470133A (en) * 2015-08-20 2017-03-01 阿里巴巴集团控股有限公司 System pressure method of testing and device
CN109408348A (en) * 2018-09-30 2019-03-01 北京奇虎科技有限公司 A kind of the visual testing method and server of application program
CN111611166A (en) * 2020-05-22 2020-09-01 厦门理工学院 Software testing method and system based on mobile internet
CN112988589A (en) * 2021-03-26 2021-06-18 北京金山云网络技术有限公司 Interface testing method, device and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210182183A1 (en) * 2019-12-11 2021-06-17 Sap Se Enhanced Performance Testing Script Conversion

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106470133A (en) * 2015-08-20 2017-03-01 阿里巴巴集团控股有限公司 System pressure method of testing and device
CN109408348A (en) * 2018-09-30 2019-03-01 北京奇虎科技有限公司 A kind of the visual testing method and server of application program
CN111611166A (en) * 2020-05-22 2020-09-01 厦门理工学院 Software testing method and system based on mobile internet
CN112988589A (en) * 2021-03-26 2021-06-18 北京金山云网络技术有限公司 Interface testing method, device and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于WLAN的轨道通信***的数据中转方法;刘洪武等;《计算机***应用》;20120430;第21卷(第04期);229-233 *

Also Published As

Publication number Publication date
CN113282511A (en) 2021-08-20

Similar Documents

Publication Publication Date Title
CN111045952B (en) Software testing method, flow playback device, terminal equipment and readable storage medium
CN110378749B (en) Client similarity evaluation method and device, terminal equipment and storage medium
CN108052440B (en) Method, device, equipment and storage medium for correcting operation logic of business system
CN105760307B (en) The test method of intelligent terminal, apparatus and system
CN104834597A (en) Method and system for measuring application response duration
CN112416775B (en) Software automatic test method and device based on artificial intelligence and electronic equipment
CN113282511B (en) Test method and test equipment
CN105988925A (en) Method, device and system for testing start-up time of application program
CN110806965A (en) Automatic test method, device, equipment and medium
CN105515887A (en) Application test method, server and system
CN111045934A (en) Page analysis method, device, client, storage medium and electronic equipment
CN107402878B (en) Test method and device
CN114040189A (en) Multimedia test method, device, storage medium and electronic equipment
CN107888451B (en) Method and device for testing Web server
CN110471776B (en) Application data communication method, device and system
CN110505352B (en) Call quality testing method, system, computer device and computer storage medium
CN114880182B (en) Monitoring platform testing method and device, electronic equipment and readable storage medium
CN110737900A (en) Webpage function testing method and device, server and computer readable storage medium
CN110933070A (en) User identification method, system, equipment and computer readable storage medium
CN112241356A (en) Page testing method, device, equipment and storage medium
CN113742408B (en) Protobuf protocol dynamic analysis-based data interaction method
CN111782291B (en) Method and device for starting test page
CN113190437B (en) Time sequence analysis method and device for wireless module, computer equipment and storage medium
CN113961064A (en) Method, device and equipment for controlling equipment interaction based on workstation and storage medium
CN110347597B (en) Interface testing method and device of picture server, storage medium and mobile 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