CN108347356B - Multi-protocol unit testing method and device, electronic equipment and storage medium - Google Patents

Multi-protocol unit testing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN108347356B
CN108347356B CN201710059306.8A CN201710059306A CN108347356B CN 108347356 B CN108347356 B CN 108347356B CN 201710059306 A CN201710059306 A CN 201710059306A CN 108347356 B CN108347356 B CN 108347356B
Authority
CN
China
Prior art keywords
mock
implementation mode
interface
result
request
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
CN201710059306.8A
Other languages
Chinese (zh)
Other versions
CN108347356A (en
Inventor
黄海锋
彭笔立
王朋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201710059306.8A priority Critical patent/CN108347356B/en
Publication of CN108347356A publication Critical patent/CN108347356A/en
Application granted granted Critical
Publication of CN108347356B publication Critical patent/CN108347356B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application provides a multi-protocol unit testing method, which comprises the following steps: when the server receives the test request, matching the interface information carried by the request to a corresponding service interface; determining a network implementation mode corresponding to the matched service interface; if the corresponding network implementation mode is determined to be the IDC implementation mode, requesting the remote server to return a test result; if the corresponding network implementation mode is determined to be the mock implementation mode, determining whether a corresponding mock result exists in the database, and if so, returning the corresponding mock result; otherwise, the remote server is requested to return the test result. Based on the same inventive concept, the application also provides a multi-protocol unit testing device, electronic equipment and a storage medium, which can improve the testing coverage rate under the condition of not influencing the normal operation of an online network.

Description

Multi-protocol unit testing method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method and an apparatus for testing a multi-protocol unit, an electronic device, and a storage medium.
Background
With the rapid development of mobile electronic commerce, the demands of businesses are more and more complex and diversified, and the cross-regional cross-team collaborative development is more and more common inside companies. From the software development perspective, unit testing is considered as a cornerstone of implementation, whether agile development, sustained delivery, or test-driven development (TDD). As these advanced programming development models become increasingly sophisticated, cell testing is now becoming increasingly important. However, in the development process, the situation that the collaborative module is not developed or is not developed completely, or a plurality of relatively complex objects which cannot construct the test resources and are not easy to construct in the application are often encountered, so that a plurality of uncertain factors are brought to the integration test of the subsequent system.
A simulation (mock) technology is adopted, and a dynamic mock object is created for a specific interface to simulate a collaborative module, so that the test is isolated from the object outside the test boundary, the system development and the test are carried out in a completely controllable environment, and the system integration test efficiency and the test coverage rate of testers are effectively improved.
At present, some simple objects are often manually constructed in a development module to perform simulation testing to verify the correctness of the main functions of the system, and for a test resource or a test object scene which cannot be constructed, an online verification method is often adopted to continuously observe and verify.
Manually constructing the simulation object introduces an extra amount of coding, and the introduced code is likely to introduce other errors; the unit test coverage rate of the scheme is low, and a plurality of uncertain factors are brought to the integration test. The network delay, randomness errors and other unstable factors of the test environment of the joint debugging environment influence the accurate positioning of the problems. The online verification problem affects the normal use of the user and may cause serious system bugs.
Disclosure of Invention
In view of this, the present application provides a method and an apparatus for testing a multi-protocol unit, an electronic device, and a storage medium, which can improve the test coverage without affecting the normal operation of an online network.
In order to solve the technical problem, the technical scheme of the application is realized as follows:
a multi-protocol unit testing method, the method comprising:
when a server receives a test request, matching the test request to a corresponding service interface according to interface information carried by the test request; determining a network implementation mode corresponding to the matched service interface;
if the corresponding network implementation mode is determined to be the Internet data center IDC implementation mode, requesting the remote server to return a test result;
if the corresponding network implementation mode is determined to be the mock implementation mode, determining whether a corresponding mock result exists in the database, and if so, returning the corresponding mock result; otherwise, requesting the remote server to return the test result.
A multi-protocol unit testing apparatus, the apparatus comprising: the device comprises a receiving unit, a determining unit and a processing unit;
the receiving unit is used for receiving a test request;
the determining unit is configured to match the test request to a corresponding service interface according to interface information carried in the test request when the receiving unit receives the test request; determining a network implementation mode corresponding to the matched service interface;
the processing unit is used for requesting the remote server to return a test result if the determining unit determines that the corresponding network implementation mode is an Internet Data Center (IDC) implementation mode; if the determining unit determines that the corresponding network implementation mode is a mock implementation mode, determining whether a corresponding mock result exists in the database, and if so, returning the corresponding mock result; otherwise, requesting the remote server to return the test result.
An electronic device, comprising:
at least one central processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one central processor; wherein the content of the first and second substances,
the memory stores instructions executable by the one central processing unit, the instructions being executable by the at least one central processing unit to enable the at least one central processing unit to perform the method described above.
A non-transitory computer readable storage medium storing computer instructions for causing the computer to perform the above method.
According to the technical scheme, the mock result is generated by the mock technology and used for testing the multi-protocol unit aiming at the network which is not formally used online or is inconvenient to be used for online testing. The technical scheme improves the test coverage rate under the condition of not influencing the normal operation of the online network.
Drawings
FIG. 1 is a schematic diagram of a UI provided in an embodiment of the present application;
FIG. 2 is a schematic diagram illustrating a multi-protocol unit testing process based on mock technology in the embodiment of the present application;
FIG. 3 is a schematic diagram of an apparatus for implementing the above technique in an embodiment of the present application;
fig. 4 is a schematic diagram of a hardware structure of an electronic device in the embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more clearly apparent, the technical solutions of the present invention are described in detail below with reference to the accompanying drawings and examples.
The application provides a multi-protocol unit testing scheme based on mock technology, and a mock result is generated through the mock technology and used for testing a multi-protocol unit aiming at a network which is not formally used online or is used and is inconvenient to carry out online testing. The technical scheme improves the test coverage rate under the condition of not influencing the normal operation of the online network.
The multi-protocol unit testing process based on mock technology provided by the application is described in detail with reference to the attached drawings.
In the embodiment of the present application, a system architecture for implementing a multi-protocol unit test based on a mock technology includes: a front-end User Interface (UI), a background server and a remote server.
The front-end UI is used for providing parameter input for a user to perform related tests and acquisition of related data, for example, if the parameter input is used as a mock result, or if the input parameter is some data which is inconvenient to construct, the corresponding data needs to be acquired from an actual network environment.
In a specific implementation, a concise interface is provided for a user to conveniently construct mock results. Referring to fig. 1, fig. 1 is a schematic diagram of a UI provided in an embodiment of the present application.
The interface parameters in fig. 1 include: context selection, interface classification, protocol type, interface name (described in fig. 1 taking interface selection as an example); the parameters are used for generating a relevant service interface according to specific requirements; the environment selection comprises an Internet Data Center (IDC) environment and a pre-release environment, wherein the IDC environment is a real network implementation mode, namely a currently online network; the pre-release environment is a network implementation manner of mock, that is, a network which is not on line currently or is on line currently, but is not convenient for a network implementation manner of testing.
And the interface address option is the real address of the interface for returning the test result in the IDC environment.
And the interface responsible persons are used for team cooperation and marking related responsible persons.
And the request parameter box is used for inputting the requested input parameter so that the server returns a corresponding result according to the corresponding input parameter.
And the mock submission button is used for submitting the content input in the return result to the server so that the server stores the mock result corresponding to the interface parameter.
And if the mock option is turned on, the mock result can be submitted in the on state of the mock switch, and the mock result cannot be submitted in the off state of the mock switch. During specific implementation, the authority of whether the mock can be submitted or not can be given to related personnel according to practical application.
Inputting interface parameters and request parameters through a UI, wherein the interface parameters and the request parameters comprise corresponding network implementation forms, interface classifications, protocol types, interface selections and interface addresses;
when receiving an interface parameter and a request parameter input through a UI, a server generates a service interface according to the interface parameter and acquires a test result corresponding to the request parameter through an interface address in the interface parameter and the service interface; and displaying the test result through a UI.
Taking fig. 1 as an example, the input interface parameters are: IDC environment (real network implementation), interface classification (coupon), protocol type (HTTP protocol), interface selection (coupon list interface); request parameters: inputting the input parameter according to the requirement of the user, and not filling in if the input parameter is not required.
The server generates a service interface corresponding to a real network implementation form under an HTTP protocol after receiving the input, wherein the interface is used for calling a coupon list in the coupon; and according to the input request parameters and the interface address, obtaining and returning the corresponding result, and displaying the returned result in the returned result of fig. 1.
The UI diagram in fig. 1 is merely to provide an example, and is not limited to this implementation, as long as it is possible to implement inputting relevant information through the UI, building a service interface by the server, returning relevant results, and generating and storing mock results.
If the real network corresponding to the service interface is inconvenient for testing, the returned result can be submitted to the server through mock submission.
When the server receives a mock request (a mock request submitted by a mock and generated in the background) input through the UI, a network implementation mode corresponding to a service interface matched with interface parameters carried by the mock request is modified into a mock implementation mode, and a mock result carried by the mock request is stored in a database.
The network implementation modes corresponding to the service interfaces can be flexibly switched, when the network implementation mode corresponding to any service interface is changed from the mock implementation mode to the IDC implementation mode, the network implementation mode corresponding to the service interface is changed into the IDC implementation mode, and the corresponding mock result in the database is deleted.
When the network implementation mode corresponding to any service interface is changed from the IDC implementation mode to the mock implementation mode, a mock request is input through the UI, when the server receives the mock request input through the UI, the network implementation mode corresponding to the service interface matched with the interface parameters carried by the mock request is modified into the mock implementation mode, and a mock result carried in the mock request is stored in the database.
Through the operation, the extra codes brought by manual construction of a simulation object by developers and errors introduced by the extra codes can be reduced, the created mock result can be used for replacing a real online network inconvenient for testing, and due to the fact that the mock has a real network interface, the upgrading and the maintenance of a subsequent system are facilitated.
And the background server is used for testing, returning a corresponding result aiming at the input of the front-end UI, or storing a mock result.
And the remote server is used for a server operated by a real network and providing a real test result for the test of the application so as to carry out the test.
Referring to fig. 2, fig. 2 is a schematic diagram of a multi-protocol unit testing process based on mock technology in the embodiment of the present application. The method comprises the following specific steps:
step 201, when a server receives a test request, matching the test request to a corresponding service interface according to interface information carried by the test request; and determining the network implementation mode corresponding to the matched service interface.
Step 202, if the server determines that the corresponding network implementation mode is the IDC implementation mode, the server requests the remote server to return a test result, and the process is ended.
Step 203, if the server determines that the corresponding network implementation mode is a mock implementation mode, determining whether a corresponding mock result exists in the database, and if so, returning the corresponding mock result; otherwise, the remote server is requested to return the test result.
And when the corresponding network implementation mode is a mock implementation mode and a corresponding mock result does not exist in the database, storing the test result returned by the remote server into the database as the mock result, or modifying the network implementation mode corresponding to the service interface into an IDC implementation mode.
Based on the same inventive concept, the application also provides a multi-protocol unit testing device based on the mock technology. Referring to fig. 3, fig. 3 is a schematic structural diagram of an apparatus applied to the above technology in the embodiment of the present application. The device includes: a receiving unit 301, a determining unit 302 and a processing unit 303;
a receiving unit 301, configured to receive a test request;
a determining unit 302, configured to match, when the receiving unit 301 receives the test request, the test request to a corresponding service interface according to interface information carried in the test request; determining a network implementation mode corresponding to the matched service interface;
a processing unit 303, configured to request the remote server to return a test result if the determining unit 302 determines that the corresponding network implementation is the IDC implementation; if the determining unit 302 determines that the corresponding network implementation is a mock implementation, it determines whether a corresponding mock result exists in the database, and if so, returns the corresponding mock result; otherwise, the remote server is requested to return the test result.
Preferably, the first and second liquid crystal films are made of a polymer,
the processing unit 303 is further configured to, when the corresponding network implementation manner is a mock implementation manner and a corresponding mock result does not exist in the database, store the test result returned by the remote server as the mock result in the database, or modify the network implementation manner corresponding to the service interface into an IDC implementation manner.
Preferably, the first and second liquid crystal films are made of a polymer,
a receiving unit 301, configured to receive an interface parameter and a request parameter;
the processing unit 303 is configured to generate a service interface according to the interface parameter when the receiving unit 301 receives the interface parameter and the request parameter input through the UI, and obtain a test result corresponding to the request parameter through an interface address in the interface parameter and the service interface; displaying the test result through a UI; wherein the interface parameters include at least one of: network implementation, interface classification, protocol type, interface name, interface address.
Preferably, the first and second liquid crystal films are made of a polymer,
the processing unit 303 is further configured to, when receiving a mock request input through the UI, modify a network implementation manner corresponding to a service interface matched with an interface parameter carried in the mock request into a mock implementation manner, and store a mock result carried in the mock request in a database in which a result is obtained through the service interface.
Preferably, the first and second liquid crystal films are made of a polymer,
the processing unit 303 is further configured to, when the network implementation manner corresponding to any service interface is changed from the mock implementation manner to the IDC implementation manner, modify the network implementation manner corresponding to the service interface into the IDC implementation manner, and delete the corresponding mock result in the database.
The units of the above embodiments may be integrated into one body, or may be separately deployed; may be combined into one unit or further divided into a plurality of sub-units.
Based on the same inventive concept, the application also provides a multi-protocol unit test electronic device. Referring to fig. 4, fig. 4 is a schematic diagram of a hardware structure of an electronic device in the embodiment of the present application.
The electronic device shown in fig. 4 comprises at least one central processor 401, a memory 402. The memory 402 and the at least one central processing unit 401 are connected by a bus, the memory 402 is used for storing computer instructions, when the electronic device is operated, the at least one central processing unit 401 executes the computer instructions stored in the memory 402, so that the electronic device executes the method flow shown in fig. 2.
Based on the same inventive concept, the present application also proposes a non-transitory computer-readable storage medium storing computer instructions for causing the computer to perform the above-mentioned method.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
In summary, the mock result is generated by the mock technology for the network which is not formally used online or is inconvenient to be used for online testing, and is used for testing the multi-protocol unit. The technical scheme improves the test coverage rate under the condition of not influencing the normal operation of the online network.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, 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 (10)

1. A method for multi-protocol unit testing, the method comprising:
when receiving a test request, a background server matches the test request to a corresponding service interface according to interface information carried by the test request; determining a network implementation mode corresponding to the matched service interface;
if the corresponding network implementation mode is determined to be the Internet data center IDC implementation mode, requesting the remote server to return a test result;
if the corresponding network implementation mode is determined to be the analog mock implementation mode, determining whether a corresponding mock result exists in the database, and if so, returning the corresponding mock result; otherwise, requesting the remote server to return the test result;
wherein the method further comprises:
the method comprises the steps that when a background server receives interface parameters and request parameters input through a User Interface (UI), a service interface is generated according to the interface parameters, and a test result corresponding to the request parameters is obtained through an interface address in the interface parameters and the service interface; displaying the test result through the UI; wherein the interface parameters include at least one of: network implementation, interface classification, protocol type, interface name, interface address.
2. The method of claim 1, further comprising:
and when the corresponding network implementation mode is determined to be a mock implementation mode and the corresponding mock result does not exist in the database, storing the test result returned by the remote server into the database as the mock result, or modifying the network implementation mode corresponding to the service interface into an IDC implementation mode.
3. The method of claim 1, further comprising:
when a mock request input through the UI is received, modifying a network implementation mode corresponding to a service interface matched with interface parameters carried by the mock request into a mock implementation mode, and storing a mock result carried in the mock request into the database for obtaining the result through the service interface.
4. The method according to any one of claims 1-3, wherein the method further comprises:
when the network implementation mode corresponding to any service interface is changed from a mock implementation mode to an IDC implementation mode, the network implementation mode corresponding to the service interface is changed into the IDC implementation mode, and the corresponding mock result in the database is deleted.
5. A multi-protocol unit testing apparatus, the apparatus comprising: the device comprises a receiving unit, a determining unit and a processing unit;
the receiving unit is used for receiving a test request;
the determining unit is configured to match the test request to a corresponding service interface according to interface information carried in the test request when the receiving unit receives the test request; determining a network implementation mode corresponding to the matched service interface;
the processing unit is used for requesting the remote server to return a test result if the determining unit determines that the corresponding network implementation mode is an Internet Data Center (IDC) implementation mode; if the determining unit determines that the corresponding network implementation mode is the analog mock implementation mode, determining whether a corresponding mock result exists in the database, and if so, returning the corresponding mock result; otherwise, requesting the remote server to return the test result;
wherein the content of the first and second substances,
the receiving unit is used for receiving the interface parameters and the request parameters;
the processing unit is used for generating a service interface according to the interface parameter when the receiving unit receives the interface parameter and the request parameter input through a User Interface (UI), and acquiring a test result corresponding to the request parameter through an interface address in the interface parameter and the service interface; displaying the test result through the UI; wherein the interface parameters include at least one of: network implementation, interface classification, protocol type, interface name, interface address.
6. The apparatus of claim 5,
the processing unit is further configured to, when it is determined that the corresponding network implementation is a mock implementation and the corresponding mock result does not exist in the database, store the test result returned by the remote server as the mock result in the database, or modify the network implementation corresponding to the service interface into an IDC implementation.
7. The apparatus of claim 5,
and the processing unit is further used for modifying a network implementation mode corresponding to a service interface matched with the interface parameters carried by the mock request into a mock implementation mode when the mock request input through the UI is received, and storing a mock result carried in the mock request into the database for obtaining the result through the service interface.
8. The apparatus according to any one of claims 5-7,
the processing unit is further configured to modify the network implementation mode corresponding to the service interface into an IDC implementation mode and delete the corresponding mock result in the database when the network implementation mode corresponding to any service interface is changed from the mock implementation mode into the IDC implementation mode.
9. An electronic device, comprising:
at least one central processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one central processor; wherein the content of the first and second substances,
the memory stores instructions executable by the one central processor to enable the at least one central processor to perform the method of any one of claims 1-4.
10. A non-transitory computer-readable storage medium storing computer instructions for causing a computer to perform the method of any one of claims 1-4.
CN201710059306.8A 2017-01-24 2017-01-24 Multi-protocol unit testing method and device, electronic equipment and storage medium Active CN108347356B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710059306.8A CN108347356B (en) 2017-01-24 2017-01-24 Multi-protocol unit testing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710059306.8A CN108347356B (en) 2017-01-24 2017-01-24 Multi-protocol unit testing method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN108347356A CN108347356A (en) 2018-07-31
CN108347356B true CN108347356B (en) 2020-12-22

Family

ID=62962276

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710059306.8A Active CN108347356B (en) 2017-01-24 2017-01-24 Multi-protocol unit testing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN108347356B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109101430B (en) * 2018-08-24 2022-08-09 创新先进技术有限公司 Test method, device and equipment
CN109445769B (en) * 2018-10-16 2021-08-06 天津津航技术物理研究所 Test software development method for dynamic loading communication protocol based on database
CN111382062B (en) * 2018-12-30 2023-09-15 贝壳技术有限公司 Joint debugging test method and device for real estate transaction system and external institution business system
CN111726374B (en) * 2019-03-18 2024-01-16 北京京东尚科信息技术有限公司 Web request processing method, system, device and computer readable storage medium
CN111858083B (en) * 2019-12-30 2024-05-14 北京嘀嘀无限科技发展有限公司 Remote service calling method and device, electronic equipment and storage medium
CN111752625A (en) * 2020-06-23 2020-10-09 京东数字科技控股有限公司 Method and device for interface mock
CN113010359B (en) * 2021-03-26 2023-03-17 西安航空电子科技有限公司 Bus test system generation method, system, device and storage medium
CN115811488A (en) * 2022-08-31 2023-03-17 重庆长安汽车股份有限公司 Internet of vehicles multi-protocol testing system and method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103297475A (en) * 2012-03-01 2013-09-11 阿里巴巴集团控股有限公司 Mock service system and processing method of Mock service
CN104699619A (en) * 2015-03-31 2015-06-10 北京奇虎科技有限公司 Online testing method and device

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7290192B2 (en) * 2003-03-31 2007-10-30 Advantest Corporation Test apparatus and test method for testing plurality of devices in parallel
CN100571167C (en) * 2006-02-24 2009-12-16 国际商业机器公司 The method and apparatus of the unit testing of Web service operation flow
CN102270175A (en) * 2011-08-21 2011-12-07 中国海洋大学 Simulation test method of data acquisition software
CN103150238B (en) * 2011-12-07 2015-11-11 阿里巴巴集团控股有限公司 A kind of service request processing method, simulated performance method of testing and device
CN104881343B (en) * 2014-02-27 2017-03-15 北京京东尚科信息技术有限公司 A kind of method of testing and test system
CN105391601B (en) * 2015-12-09 2018-08-07 瑞斯康达科技发展股份有限公司 A kind of performance test methods and system of Network Management Equipment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103297475A (en) * 2012-03-01 2013-09-11 阿里巴巴集团控股有限公司 Mock service system and processing method of Mock service
CN104699619A (en) * 2015-03-31 2015-06-10 北京奇虎科技有限公司 Online testing method and device

Also Published As

Publication number Publication date
CN108347356A (en) 2018-07-31

Similar Documents

Publication Publication Date Title
CN108347356B (en) Multi-protocol unit testing method and device, electronic equipment and storage medium
CN109302522B (en) Test method, test device, computer system, and computer medium
CN112199300B (en) Interface testing method and device, electronic equipment and storage medium
CN111078539B (en) Test method, device, system and computer readable storage medium
CN111159049A (en) Automatic interface testing method and system
CN106027644B (en) Service verification method and system
CN107896244A (en) A kind of distribution method of version file, client and server
CN107807841B (en) Server simulation method, device, equipment and readable storage medium
CN109933534B (en) Method and device for determining financial test object
CN110955600A (en) Interface test method and device
CN111352836A (en) Pressure testing method and related device
CN110659870A (en) Business audit test method, device, equipment and storage medium
CN112631919A (en) Comparison test method and device, computer equipment and storage medium
CN111858296A (en) Interface test method, device, equipment and storage medium
CN111881042A (en) Automatic test script generation method and device and electronic equipment
CN107220169B (en) Method and equipment for simulating server to return customized data
CN110674023B (en) Interface testing method and device
CN114465937A (en) Network card testing method, device, server, medium, and computer program product
CN112770108B (en) Performance test method, device and system and computer readable storage medium
CN108089972A (en) interface test method and device
CN107203471B (en) Joint debugging method, service platform and computer storage medium
CN113485927A (en) Test data generation method, device, equipment and storage medium
CN112650689A (en) Test method, test device, electronic equipment and storage medium
CN110941559B (en) Automatic test method and system
CN110717315B (en) System data batch modification method and device, storage medium and electronic equipment

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