CN106919511B - Application simulation method, simulation application, operation method thereof and simulation system - Google Patents

Application simulation method, simulation application, operation method thereof and simulation system Download PDF

Info

Publication number
CN106919511B
CN106919511B CN201710142491.7A CN201710142491A CN106919511B CN 106919511 B CN106919511 B CN 106919511B CN 201710142491 A CN201710142491 A CN 201710142491A CN 106919511 B CN106919511 B CN 106919511B
Authority
CN
China
Prior art keywords
simulation
application
module
address
response data
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
CN201710142491.7A
Other languages
Chinese (zh)
Other versions
CN106919511A (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.)
Ctrip Computer Technology Shanghai Co Ltd
Original Assignee
Ctrip Computer Technology Shanghai Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ctrip Computer Technology Shanghai Co Ltd filed Critical Ctrip Computer Technology Shanghai Co Ltd
Priority to CN201710142491.7A priority Critical patent/CN106919511B/en
Publication of CN106919511A publication Critical patent/CN106919511A/en
Application granted granted Critical
Publication of CN106919511B publication Critical patent/CN106919511B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Abstract

The invention discloses an application simulation method, a simulation application, an operation method and a simulation system thereof. The simulation method analyzes the metadata address of an application API; configuring simulated response data for the application; generating a bus simulation address and an application simulation address according to the analysis result and the simulation response data; applying the bus emulation address and the application emulation address to the application; the bus emulation address performs routing of the application in accordance with an application emulation request or routing of the emulation response data with the application emulation address. The invention can simulate the actual behavior operation applied in the research and development and test process, and realizes the substitution of the application depending on an external function module or an external interface and the like in the software research and development and test process.

Description

Application simulation method, simulation application, operation method thereof and simulation system
Technical Field
The invention relates to a simulation support for a dependent interface in the software development and test process, in particular to an application simulation method, a simulation application, an operation method and a simulation system thereof.
Background
In the process of testing the functions of the software, data needs to be continuously constructed in order to verify the functions of one scene. Especially for unfamiliar dependent services such as external function modules and the like, cooperation support of external personnel is needed, so that the testing efficiency is low, and the testing difficulty and the scene maintenance difficulty are high. In the process of pressure testing of performance, for other dependent services, such as interfaces which depend on more external services, once the result of the pressure testing judges that the performance problem exists, the positioning and the troubleshooting of the performance problem need to continuously remove the dependent interfaces, so that the root cause of the problem can be finally determined, and the efficiency is low and the repeatability is high. Therefore, reliable control of the external dependent service cannot be performed in the software testing process.
Disclosure of Invention
The invention provides an application simulation method, a simulation application, an operation method thereof and a simulation system, aiming at overcoming the defects that the software test in the prior art is low in test efficiency and difficult to test due to the dependence on an external function module or an external interface, and further reliable control cannot be executed on external dependence services.
The invention solves the technical problems through the following technical scheme:
a method of simulating an application, comprising:
S1analyzing metadata address of API (Application Programming Interface) of an Application;
S2configuring simulation response data of the application;
S3according to step S1Generating a bus simulation address and an application simulation address by the result of the analysis and the simulation response data;
S4applying the bus emulation address and the application emulation address to the application;
S5the bus emulation address performs routing of the application in accordance with an application emulation request or the emulation response data with the application emulation address.
Preferably, step S2The method comprises the following steps:
S21inputting a simulation object;
S22generating metadata of the simulation object;
S23analyzing the metadata;
S24establishing a mapping relation between the metadata and simulation response data corresponding to the metadata;
S25and storing the simulation response data and the mapping relation.
Preferably, it comprises:
Sa1and deploying a simulation service agent on the application, wherein the simulation service agent is used for executing application, release or monitoring of the bus simulation address and the application simulation address when a control instruction is received.
The invention also provides a simulation application, which is characterized in that the simulation application is formed by using the simulation method of the application, and comprises a first analysis module, a configuration module, an address generation module, an application module and a routing module;
the first analysis module is used for analyzing the metadata address of the API of an application;
the configuration module is used for configuring simulation response data of the application;
the address generating module is used for generating a bus simulation address and an application simulation address according to the result analyzed by the first analyzing module and the simulation response data;
the application module is used for applying the bus simulation address and the application simulation address to the application;
the routing module is used for executing the routing of the application according to an application simulation request or executing the routing of the simulation response data by the application simulation address.
Preferably, the configuration module includes an input module, a metadata generation module, a second parsing module, a mapping relationship establishment module, and a storage module;
the input module is used for inputting a simulation object;
the metadata generation module is used for generating metadata of the simulation object;
the second analysis module is used for analyzing the metadata;
the mapping relation establishing module is used for establishing the mapping relation between the metadata and the simulation response data corresponding to the metadata;
the storage module is used for storing the simulation response data and the mapping relation.
The invention also provides an operation method of the simulation application, which is characterized in that the operation method is realized by the simulation application, and comprises the following steps:
S1executing the routing of the simulation response data by the application simulation address according to the application simulation request;
S2performing coding adaptation on the simulation response data according to the format of a request header of a user request;
S3executing rule matching and user contract checking on the simulation response data;
S4and returning the simulation response data.
Preferably, it comprises:
S5counting parameter information of the application called in a plurality of time periods, wherein the parameter information comprises one or more of four fields of calling times, source IP (Internet Protocol, Internet Protocol address), response duration and request address;
preferably, it comprises:
S6and aggregating the parameter information according to one or more fields in the parameter information.
The present invention also provides a simulation system, which is characterized in that it works by using the operation method of the simulation application as described above, and comprises: the system comprises a first analysis module, a configuration module, an address generation module, an application module, a routing module, a coding adaptation module, a rule matching and checking module and a data return module;
the first analysis module is used for analyzing the metadata address of the API of an application;
the configuration module is used for configuring simulation response data of the application;
the address generating module is used for generating a bus simulation address and an application simulation address according to the result analyzed by the first analyzing module and the simulation response data;
the application module is used for applying the bus simulation address and the application simulation address to the application;
the routing module is used for executing routing to the application according to an application simulation request or executing routing to the simulation response data by the application simulation address;
the code adaptation module is used for executing code adaptation to the simulation response data according to the format of a request head requested by a user;
the rule matching and checking module is used for executing rule matching and user contract checking on the simulation response data;
the data return module is used for returning the simulation response data.
Preferably, the configuration module includes an input module, a metadata generation module, a second parsing module, a mapping relationship establishment module, and a storage module;
the input module is used for inputting a simulation object;
the metadata generation module is used for generating metadata of the simulation object;
the second analysis module is used for analyzing the metadata;
the mapping relation establishing module is used for establishing the mapping relation between the metadata and the simulation response data corresponding to the metadata;
the storage module is used for storing the simulation response data and the mapping relation.
The positive progress effects of the invention are as follows: the invention can simulate the actual behavior operation of the application in the research and development and test process by simulating the application, and realizes the substitution of the application depending on an external function module or an external interface and the like in the software research and development and test process. For the software function test, the method can serve a test scene, does not depend on the cooperative support of the responsible personnel of the external application module during the test, and can replace the execution scene test by the application which is simulated in advance, thereby improving the test efficiency and greatly reducing the scene maintenance difficulty. For software performance testing, the simulation application is used for replacing an external application or an interface, the performance condition of the external application or the interface can be clearly mastered, large concurrent pressure testing can be executed, the influence of an external third-party interface or a module is avoided, the problem elimination difficulty is reduced, the testing efficiency is improved, the safety isolation of the performance problem application level is realized, and the reliable control of external dependent services is also realized.
Drawings
Fig. 1 is a flowchart of a simulation method applied in embodiment 1 of the present invention.
Fig. 2 is a schematic structural diagram of a simulation application in embodiment 2 of the present invention.
Fig. 3 is a flowchart of an operating method of a simulation application according to embodiment 3 of the present invention.
Fig. 4 is a schematic structural diagram of a simulation system according to embodiment 4 of the present invention.
Detailed Description
The invention is further illustrated by the following examples, which are not intended to limit the scope of the invention.
Example 1
The present embodiment provides a simulation method of an application, as shown in fig. 1. Among these, the application may be: functional modules, application interfaces, applications that provide a certain type of service, etc. The present embodiment refers to services that depend on external functional modules, interfaces, applications, and the like during development or testing as dependent services.
The simulation method comprises the following steps:
101. analyzing the metadata address of an application API;
if the application scenario may be: the application a is tested, and the application a calls the external application B in the test process, and this embodiment is a simulation substitute for the application B. Application B may be a web application (web application) that a user can access through a browser at a web terminal. This step is to resolve the metadata address of the API of application B.
102. Configuring simulated response data for the application;
specifically, step 102 includes:
1021. inputting a simulation object;
1022. generating metadata for the mock object;
1023. parsing the metadata;
1024. establishing a mapping relation between the metadata and simulation response data corresponding to the metadata;
1025. and storing the simulation response data and the mapping relation.
That is, for each simulation object in the application B to be simulated, simulation response data to be returned is established, which may include a service name, an operation method name, response data, and the like.
103. Generating a bus simulation address and an application simulation address according to the analysis result in the step 101 and the simulation response data;
104. applying the bus emulation address and the application emulation address to the application; the application is deployed in a target application server. The application here is application B.
105. The bus emulation address performs routing of the application in accordance with an application emulation request or routing of the emulation response data with the application emulation address.
That is, when the user requests the emulation service, the emulation bus will determine whether to go with the emulation service according to the user configuration, in the case that the application has enabled the emulation bus. When the simulation service is turned on, simulation response data configured by the user is returned. Otherwise, the corresponding real service is routed, i.e. to application B.
And deploying a simulation service agent on the application, wherein the simulation service agent is used for executing application, release or monitoring of the bus simulation address and the application simulation address when a control instruction is received. That is, the simulation service after the simulation of the embodiment is completed is applied to the application B, or is released from the application B, or the monitoring of the simulation service is performed.
Therefore, when a calls B, according to the simulation method for application B in this embodiment, dependency substitution on application B can be realized, and for return content that needs to be acquired to B, corresponding simulation response data can be acquired according to the simulation method in this embodiment. The method and the device realize the dependency isolation of the application B, and improve the test efficiency of the application A and the reliable control of the external dependency service.
Example 2
The present embodiment provides a simulation application, as shown in fig. 2, which is formed by using the simulation method of the application described in embodiment 1, and includes a first parsing module 1, a configuration module 2, an address generating module 3, an application module 4, and a routing module 5;
the first analysis module 1 is used for analyzing the metadata address of the API of an application;
the configuration module 2 is used for configuring simulation response data of the application;
the address generating module 3 is used for generating a bus simulation address and an application simulation address according to the result analyzed by the first analyzing module and the simulation response data;
the application module 4 is used for applying the bus simulation address and the application simulation address to the application;
the routing module 5 is configured to perform routing of the application according to an application emulation request or routing of the emulation response data with the application emulation address.
The configuration module 2 comprises an input module 21, a metadata generation module 22, a second analysis module 23, a mapping relation establishment module 24 and a storage module 25;
the input module 21 is used for inputting a simulation object;
the metadata generation module 22 is configured to generate metadata of the simulation object;
the second parsing module 23 is configured to parse the metadata;
the mapping relationship establishing module 24 is configured to establish a mapping relationship between the metadata and the simulation response data corresponding to the metadata;
the storage module 25 is configured to store the simulation response data and the mapping relationship.
The simulation application can be a web application, and the simulation application is deployed on a network server and provides core services of simulation services for the outside. After the simulation application is configured on the application B, simulation replacement of the dependent service B can be realized.
Example 3
A method for operating a simulation application, as shown in fig. 3, implemented by using the simulation application as described above, includes:
201. performing routing of the simulation response data with the application simulation address according to the application simulation request;
202. performing code adaptation on the simulation response data according to a format of a request header requested by a user;
the coding adaptation comprises the steps of text (text), xml (extensible markup language), json (a lightweight data exchange format), x-protobuf (cross-platform structured data representation method) and the like.
203. Performing rule matching and user contract checking on the simulation response data;
where rule matching refers to the unification and matching of rules required for interaction. And the user contract check refers to that the network checks the network interaction contract to be followed when the user requests a data response.
204. And returning the simulation response data.
In addition, after the simulation application is operated and completed, parameter information called by the simulation application in a plurality of time periods can be counted, wherein the parameter information comprises one or more of four fields of calling times, source IP (Internet protocol), response time and request addresses. Where source IP refers to which IP address initiates a call to the simulation application. The parameter information may also be aggregated according to one or more fields in the parameter information. For example, by aggregating parameter information with a field source IP, information such as the number of all requests issued from the IP address and the average response time can be known.
Example 4
A simulation system M, as shown in fig. 4, which works by using the operation method of the simulation application as described above, includes: a first analysis module 1, a configuration module 2, an address generation module 3, an application module 4, a routing module 5, a code adaptation module 6, a rule matching and checking module 7 and a data return module 8;
the first analysis module 1 is used for analyzing the metadata address of the API of an application;
the configuration module 2 is used for configuring simulation response data of the application;
the address generating module 3 is used for generating a bus simulation address and an application simulation address according to the result analyzed by the first analyzing module and the simulation response data;
the application module 4 is used for applying the bus simulation address and the application simulation address to the application;
the routing module 5 is configured to perform routing of the application according to an application emulation request or routing of the emulation response data with the application emulation address.
The code adaptation module 6 is used for performing code adaptation on the simulation response data according to the format of a request header requested by a user;
the rule matching and checking module 7 is used for executing rule matching and user contract checking on the simulation response data;
the data returning module 8 is used for returning the simulation response data.
The configuration module 2 includes an input module 21, a metadata generation module 22, a second parsing module 23, a mapping relationship establishing module 24 and a storage module 25;
the input module 21 is used for inputting a simulation object;
the metadata generation module 22 is configured to generate metadata of the simulation object;
the second parsing module 23 is configured to parse the metadata;
the mapping relationship establishing module 24 is configured to establish a mapping relationship between the metadata and the simulation response data corresponding to the metadata;
the storage module 25 is configured to store the simulation response data and the mapping relationship.
Taking the application as a user application U as an example, a simulation service agent arranged in the user application U applies the simulation system M to the user application U, and the user can access the metadata address of the user application U in an http (hypertext transfer protocol) manner through a browser, and the user application U directly accesses the simulation system arranged in the user application U in an http or soap (simple object access protocol) manner. Aiming at a user request sent by a user to the simulation system, the simulation system analyzes the user request, searches simulation response data corresponding to the analyzed user request according to the mapping relation, executes operations such as code adaptation, rule matching, user contract checking and the like, and finally returns the simulation response data to a user side in a TCP/IP mode. The user side can also access the simulation system in an http mode to check the called statistical data of the simulation system.
The embodiment can quickly switch between real service and simulation service according to the requirement of software testers on data customization of the dependent service, improves the testing efficiency, reduces the burden of automatic data initialization, provides dependent isolation for performance testing, saves much troubleshooting time of the dependent service, and realizes reliable control of the external dependent service.
While specific embodiments of the invention have been described above, it will be appreciated by those skilled in the art that these are by way of example only, and that the scope of the invention is defined by the appended claims. Various changes and modifications to these embodiments may be made by those skilled in the art without departing from the spirit and scope of the invention, and these changes and modifications are within the scope of the invention.

Claims (7)

1. A method of simulating an application, comprising:
S1analyzing the metadata address of the API of an application;
S2configuring simulation response data of the application;
S3according to step S1Generating a bus simulation address and an application simulation address by the result of the analysis and the simulation response data;
S4applying the bus emulation address and the application emulation address to the application;
S5the bus simulation address executes the routing of the application according to an application simulation request or executes the routing of the simulation response data by the application simulation address;
step S2The method comprises the following steps:
S21inputting a simulation object;
S22generating metadata of the simulation object;
S23analyzing the metadata;
S24establishing a mapping relation between the metadata and simulation response data corresponding to the metadata;
S25and storing the simulation response data and the mapping relation.
2. A method of simulating an application as claimed in claim 1, comprising:
Sa1and deploying a simulation service agent on the application, wherein the simulation service agent is used for executing application, release or monitoring of the bus simulation address and the application simulation address when a control instruction is received.
3. A simulation application system formed by a simulation method of an application according to any one of claims 1 to 2, comprising a first parsing module, a configuration module, an address generation module, an application module and a routing module;
the first analysis module is used for analyzing the metadata address of the API of an application;
the configuration module is used for configuring simulation response data of the application;
the address generating module is used for generating a bus simulation address and an application simulation address according to the result analyzed by the first analyzing module and the simulation response data;
the application module is used for applying the bus simulation address and the application simulation address to the application;
the routing module is used for executing routing to the application according to an application simulation request or executing routing to the simulation response data by the application simulation address;
the configuration module comprises an input module, a metadata generation module, a second analysis module, a mapping relation establishment module and a storage module;
the input module is used for inputting a simulation object;
the metadata generation module is used for generating metadata of the simulation object;
the second analysis module is used for analyzing the metadata;
the mapping relation establishing module is used for establishing the mapping relation between the metadata and the simulation response data corresponding to the metadata;
the storage module is used for storing the simulation response data and the mapping relation.
4. A method for operating a simulation application, which is implemented by the simulation application system of claim 3, comprising:
S1executing the routing of the simulation response data by the application simulation address according to the application simulation request;
S2performing coding adaptation on the simulation response data according to the format of a request header of a user request;
S3executing rule matching and user contract checking on the simulation response data;
S4and returning the simulation response data.
5. The method of claim 4, comprising:
S5and counting the parameter information of the application called in a plurality of time periods, wherein the parameter information comprises one or more of four fields of calling times, source IP, response time and request addresses.
6. The method of claim 5, comprising:
S6aggregating according to one or more fields in the parameter informationAnd synthesizing the parameter information.
7. A simulation system operating with the method of operation of a simulation application according to any of claims 4 to 6, comprising: the system comprises a first analysis module, a configuration module, an address generation module, an application module, a routing module, a coding adaptation module, a rule matching and checking module and a data return module;
the first analysis module is used for analyzing the metadata address of the API of an application;
the configuration module is used for configuring simulation response data of the application;
the address generating module is used for generating a bus simulation address and an application simulation address according to the result analyzed by the first analyzing module and the simulation response data;
the application module is used for applying the bus simulation address and the application simulation address to the application;
the routing module is used for executing routing to the application according to an application simulation request or executing routing to the simulation response data by the application simulation address;
the code adaptation module is used for executing code adaptation to the simulation response data according to the format of a request head requested by a user;
the rule matching and checking module is used for executing rule matching and user contract checking on the simulation response data;
the data return module is used for returning the simulation response data;
the configuration module comprises an input module, a metadata generation module, a second analysis module, a mapping relation establishment module and a storage module;
the input module is used for inputting a simulation object;
the metadata generation module is used for generating metadata of the simulation object;
the second analysis module is used for analyzing the metadata;
the mapping relation establishing module is used for establishing the mapping relation between the metadata and the simulation response data corresponding to the metadata;
the storage module is used for storing the simulation response data and the mapping relation.
CN201710142491.7A 2017-03-10 2017-03-10 Application simulation method, simulation application, operation method thereof and simulation system Active CN106919511B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710142491.7A CN106919511B (en) 2017-03-10 2017-03-10 Application simulation method, simulation application, operation method thereof and simulation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710142491.7A CN106919511B (en) 2017-03-10 2017-03-10 Application simulation method, simulation application, operation method thereof and simulation system

Publications (2)

Publication Number Publication Date
CN106919511A CN106919511A (en) 2017-07-04
CN106919511B true CN106919511B (en) 2021-03-26

Family

ID=59460785

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710142491.7A Active CN106919511B (en) 2017-03-10 2017-03-10 Application simulation method, simulation application, operation method thereof and simulation system

Country Status (1)

Country Link
CN (1) CN106919511B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107749808A (en) * 2017-10-30 2018-03-02 北京车万家科技有限公司 Simulate implementation method, the apparatus and system of request
CN108563578B (en) * 2018-04-20 2021-09-21 平安科技(深圳)有限公司 SDK compatibility detection method, device, equipment and readable storage medium
CN110515855B (en) * 2019-09-02 2024-02-27 聚好看科技股份有限公司 Simulation control method, server and system for application program
CN110618924B (en) * 2019-09-19 2023-06-23 浙江诺诺网络科技有限公司 Link pressure testing method of web application system
CN111190811A (en) * 2019-12-05 2020-05-22 东方微银科技(北京)有限公司 Method, device, equipment and storage medium for testing resource allocation system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1499396A (en) * 2002-10-24 2004-05-26 �Ҵ���˾ Method and device for maintaining internet field names data
US7340714B2 (en) * 2001-10-18 2008-03-04 Bea Systems, Inc. System and method for using web services with an enterprise system
CN103269294A (en) * 2013-04-26 2013-08-28 广东电网公司电力科学研究院 Message router testing method and system based on ESB bus
CN103580937A (en) * 2012-07-24 2014-02-12 阿里巴巴集团控股有限公司 Web service simulating method and system and service agent system thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7340714B2 (en) * 2001-10-18 2008-03-04 Bea Systems, Inc. System and method for using web services with an enterprise system
CN1499396A (en) * 2002-10-24 2004-05-26 �Ҵ���˾ Method and device for maintaining internet field names data
CN103580937A (en) * 2012-07-24 2014-02-12 阿里巴巴集团控股有限公司 Web service simulating method and system and service agent system thereof
CN103269294A (en) * 2013-04-26 2013-08-28 广东电网公司电力科学研究院 Message router testing method and system based on ESB bus

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"基于ESB的Web服务注册和管理的研究与实现";王路远;《中国优秀硕士学位论文全文数据库(信息科技辑)》;同方知网技术有限公司;20111015(第10期);第23页第4行-第7行,第26页第2行-第15行,第29页第12行-第31页第10行) *

Also Published As

Publication number Publication date
CN106919511A (en) 2017-07-04

Similar Documents

Publication Publication Date Title
CN106919511B (en) Application simulation method, simulation application, operation method thereof and simulation system
CN106776313B (en) Method and device for simulating service and centralized management platform
CN109525461B (en) Network equipment testing method, device, equipment and storage medium
WO2020233369A1 (en) Method for improving software integration system on basis of simulated port, and related device
CN107241315B (en) Access method and device of bank gateway interface and computer readable storage medium
US9348771B1 (en) Cloud-based instrument driver system
CN105159833A (en) Automatic testing device and method
CN104579822A (en) Automatic performance test system and method of mobile application based on Http protocol
CN111708702A (en) Simulation test method, client, server, system and readable storage medium
CN110196809B (en) Interface testing method and device
CN111752820B (en) gRPC interface pressure test method, computer equipment and storage medium
CN113704110A (en) Automatic testing method and device for user interface
CN108694120B (en) Method and device for testing service component
CN116627849B (en) System test method, device, equipment and storage medium
US9329960B2 (en) Methods, systems, and computer readable media for utilizing abstracted user-defined data to conduct network protocol testing
CN116681013B (en) Simulation verification method, platform, device, equipment and medium of network chip
CN113468045A (en) Test system, method and assembly for server batch configuration software
CN109347914A (en) A kind of method and device of the processing browse request based on Python Flask and decorator
CN101969442B (en) Process running environment perception and migration based network analog framework implementation method
CN112181822A (en) Test method and test method for starting time consumption of application program
CN103019927B (en) A kind of performance test methods and system
CN115203048A (en) Test request response method, system, device and storage medium
CN104767808B (en) A kind of WEB Proxy Method based on support AJAX
CN113068216A (en) Network dial testing method, network dial testing system and computer readable storage medium
CN113656268B (en) Performance test method and device for business service, electronic equipment and storage medium

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