CN116208529A - HTTP transaction interface testing method and system based on offline feedback - Google Patents

HTTP transaction interface testing method and system based on offline feedback Download PDF

Info

Publication number
CN116208529A
CN116208529A CN202211548674.6A CN202211548674A CN116208529A CN 116208529 A CN116208529 A CN 116208529A CN 202211548674 A CN202211548674 A CN 202211548674A CN 116208529 A CN116208529 A CN 116208529A
Authority
CN
China
Prior art keywords
transaction interface
http request
data
test
tape 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.)
Pending
Application number
CN202211548674.6A
Other languages
Chinese (zh)
Inventor
程晓峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Citic Bank Corp Ltd
Original Assignee
China Citic Bank Corp 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 China Citic Bank Corp Ltd filed Critical China Citic Bank Corp Ltd
Priority to CN202211548674.6A priority Critical patent/CN116208529A/en
Publication of CN116208529A publication Critical patent/CN116208529A/en
Pending legal-status Critical Current

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/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • H04L43/0817Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking functioning
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/04Processing captured monitoring data, e.g. for logfile generation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/321Interlayer communication protocols or service data unit [SDU] definitions; Interfaces between layers
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Security & Cryptography (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention relates to an HTTP transaction interface test method and system based on offline feedback, which are used for configuring transaction interface identifiers and adding tape data generated by historical feedback as feedback response data in test, and realizing transaction interface test without actual HTTP communication by matching HTTP requests sent in the test process through using the feedback data of historical records, and particularly being suitable for functional test requirements when a third party interface is abnormal.

Description

HTTP transaction interface testing method and system based on offline feedback
Technical Field
The invention relates to the technical field of online testing of computer systems, in particular to an HTTP transaction interface testing method and system based on offline feedback.
Background
When the commercial bank develops intermediate business, a large number of third party systems are needed to be connected, and each business is related to each business, and a large number of HTTP transaction interface tests are needed before each business is formally online. In the process of service test, abnormal conditions caused by network connection problems often occur, and particularly when a commercial bank calls an API interface of a third party HTTP in a transaction system, the following problems are often encountered in the process of test: the API provided by the third party is not special for the test environment, and has the limitation of calling times; some services only have interface documents, but have no functions, or only have partial functions, and cannot support complete interface tests; the network connection is unstable, so that the test speed is extremely slow, and the test efficiency is affected; the test is limited by a third party network, and if abnormal conditions such as unreachable third party interfaces occur, the progress of the local test can be influenced; during transaction testing, a request is sent to a production API in error due to network debugging errors and the like.
The problems cause difficulties in the process of testing the API interface, such as difficult environment stabilization, difficult data preparation, difficult parallel development and the like among multiple systems, so that the inter-system joint debugging test needs a large amount of communication cost and investigation cost.
Disclosure of Invention
In order to solve the defects in the prior art, the invention provides an HTTP transaction interface testing method and system based on offline feedback, and the HTTP request sent in the testing process is matched by using feedback data of a history record, so that the transaction interface test is carried out under the condition that actual HTTP communication is not carried out, and the method and system are particularly suitable for functional test requirements when a third-party interface is abnormal.
In order to achieve the above object, the present invention adopts the technical scheme that:
an HTTP transaction interface testing method based on offline feedback, comprising:
s1, configuring a transaction interface identifier related to a test;
s2, recording an HTTP request and corresponding returned response data, and binding the HTTP request and the corresponding response data to form tape data;
s3, adding a transaction interface identifier to the tape data according to the transaction interface correspondingly called by the HTTP request;
s4, intercepting the HTTP request according to the test instruction and identifying a transaction interface to be tested corresponding to the HTTP request;
s5, judging whether the tape data added with the transaction interface identifier corresponding to the transaction interface to be tested exists or not;
s6, when judging that the tape data added with the transaction interface identifier corresponding to the transaction interface to be tested does not exist, normally executing the HTTP request, and connecting a third party through the transaction interface to be tested to obtain response data;
and S7, when judging that the tape data added with the transaction interface identifier corresponding to the transaction interface to be tested exists, preventing the HTTP request from being executed, and feeding back by using the response data in the corresponding tape data.
Further, the method further comprises:
when the response data returned corresponding to the HTTP request recorded by the tape data changes, the corresponding tape data is deleted.
Further, the method further comprises:
the deleted HTTP request corresponding to the tape data is marked, and the corresponding HTTP request and the corresponding returned response data are re-recorded and combined into new tape data.
Further, the method further comprises:
when there is no test instruction, the tape data is verified based on the response data match obtained by executing the HTTP request.
Further, the transaction interface identification includes a request method, a full URI, a server hostname, a server port, a request path, a query parameter, a request topic, request content, and a request header for a third party interface.
Further, the method further comprises:
and feeding back test information by using the transaction interface identification as an index, wherein the test information comprises response data, a statistical report and a test progress corresponding to the test instruction.
The invention also relates to an HTTP transaction interface test system based on offline feedback, which is characterized by comprising the following steps:
the identification configuration module is used for configuring the transaction interface identification related to the test and adding the transaction interface identification to the tape data;
the tape data management module is used for recording the HTTP request and the corresponding returned response data and binding the HTTP request and the corresponding returned response data to form tape data;
the test control module is used for intercepting the HTTP request according to the test instruction and identifying a transaction interface to be tested corresponding to the HTTP request;
the interface judging module is used for judging whether the tape data added with the transaction interface identifier corresponding to the transaction interface to be tested exists or not;
and the test execution module is used for carrying out corresponding operation to obtain response data according to the judging result of whether the tape data added with the transaction interface identifier corresponding to the transaction interface to be tested exists.
The invention also relates to a computer-readable storage medium, characterized in that the storage medium has stored thereon a computer program which, when executed by a processor, implements the method described above.
The invention also relates to an electronic device, which is characterized by comprising a processor and a memory;
the memory is used for storing transaction interface identifiers and tape data;
the processor is used for executing the method by calling the transaction interface identification and the tape data.
The invention also relates to a computer program product comprising a computer program and/or instructions, characterized in that the computer program and/or instructions, when executed by a processor, implement the steps of the above-mentioned method.
The beneficial effects of the invention are as follows:
by adopting the HTTP transaction interface testing method and system based on offline feedback, the HTTP request sent in the testing process is matched by using the feedback data of the history record, so that the transaction interface test is carried out under the condition that actual HTTP communication is not carried out, and the method and system can be particularly suitable for the functional test requirement when the third-party interface is abnormal.
Drawings
Fig. 1 is a flow chart of an HTTP transaction interface testing method based on offline feedback according to the present invention.
Fig. 2 is a schematic structural diagram of an HTTP transaction interface test system based on offline feedback according to the present invention.
Detailed Description
For a clearer understanding of the present invention, reference will be made to the following detailed description taken in conjunction with the accompanying drawings and examples.
The first aspect of the present invention relates to a method for testing an HTTP transaction interface based on offline feedback, including the steps shown in fig. 1:
s1, configuring a transaction interface identifier related to a test. The transaction interface identification includes a request method (such as POST or GET), a full URI, a server hostname (a hostname of a server receiving the request), a server port (a port of a server receiving the request), a request path, a query parameter (a query string in the request), a request topic (raw_body), a request content (body content), and a request header of the third party interface.
S2, recording the HTTP request and the corresponding returned response data, and binding the HTTP request and the corresponding response data to form tape data.
Preferably, when the test instruction does not exist, the tape data is verified according to the response data obtained by executing the HTTP request, when the response data corresponding to the returned HTTP request recorded by the tape data changes, the corresponding tape data is deleted, and the corresponding HTTP request and the corresponding returned response data are re-recorded and combined into new tape data.
S3, adding the transaction interface identification to the tape data according to the transaction interface correspondingly called by the HTTP request.
The tape data simultaneously comprises an HTTP request, response data returned corresponding to the request in the history operation and transaction interface information required to be called by the request, so that the tape data can be correspondingly matched with the subsequently received HTTP request and corresponding data feedback is provided.
S4, intercepting the HTTP request according to the test instruction and identifying a transaction interface to be tested corresponding to the HTTP request.
Preferably, the interface test function can be flexibly used by setting a transaction baffle switch, and particularly, the transaction baffle can be operated to be closed after the test is passed so as to simply reply to the real transaction request for execution.
S5, judging whether the tape data added with the transaction interface identification corresponding to the transaction interface to be tested exists or not.
Preferably, any one or more specific interface information can be selected for calibration matching, and whether the transaction interface corresponds to the transaction interface identification or not is identified.
S6, when judging that the tape data added with the transaction interface identification corresponding to the transaction interface to be tested does not exist, normally executing the HTTP request, and connecting a third party through the transaction interface to be tested to obtain response data. At this time, since there is no history data (tape data) that can be used directly, the corresponding response data is directly acquired by the normal execution method. Preferably, the response data may be directly stored as corresponding tape data after being acquired.
And S7, when judging that the tape data added with the transaction interface identifier corresponding to the transaction interface to be tested exists, preventing the HTTP request from being executed, and feeding back by using the response data in the corresponding tape data.
Preferably, after the test of the test instruction mark is completed, the transaction interface identifier is used as an index to feed back test information, wherein the test information comprises response data, a statistical report and a test progress corresponding to the test instruction.
When the method is used for testing the transaction interface, a test library such as a VCR can be preferably adopted for more convenient operation. When testing HTTP requests using a VCR, the corresponding requests to be executed by the supported HTTP library are recorded and serialized and written to a flat file (yaml file by default) which can be used as tape data. When the relevant code is executed again, the VCR reads the serialized requests and response data stored in the tape data and intercepts the HTTP requests, returning response data corresponding to those requests. For the same HTTP request, the first time is a complete HTTP request to the server, the VCR records, and from the second time, the VCR can intercept the same requests and read tape data, return the same response data as the first time request, and the second time request does not actually generate HTTP communication, thereby realizing the offline work of the test and not depending on the network; meanwhile, the feedback is the determined response data, is not influenced by actual service feedback, meets the functional test requirement under the abnormal condition of the API of the opposite side, and is also beneficial to accelerating the test execution speed. If the server modifies the API, it will respond to the data content or format change by deleting the tape data file and running the test again for re-recording.
In another aspect, the present invention further relates to an HTTP transaction interface testing system based on offline feedback, with a structure shown in fig. 2, including:
the identification configuration module is used for configuring the transaction interface identification related to the test and adding the transaction interface identification to the tape data;
the tape data management module is used for recording the HTTP request and the corresponding returned response data and binding the HTTP request and the corresponding returned response data to form tape data;
the test control module is used for intercepting the HTTP request according to the test instruction and identifying a transaction interface to be tested corresponding to the HTTP request;
the interface judging module is used for judging whether the tape data added with the transaction interface identifier corresponding to the transaction interface to be tested exists or not;
and the test execution module is used for carrying out corresponding operation to obtain response data according to the judging result of whether the tape data added with the transaction interface identifier corresponding to the transaction interface to be tested exists.
By using the system, the above-mentioned operation processing method can be executed and the corresponding technical effects can be achieved.
The embodiments of the present invention also provide a computer-readable storage medium capable of implementing all the steps of the method in the above embodiments, the computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements all the steps of the method in the above embodiments.
The embodiment of the invention also provides an electronic device for executing the method, which is used as an implementation device of the method, and at least comprises a processor and a memory, wherein the memory is particularly used for storing data required by executing the method and related computer programs, such as transaction interface identifiers, tape data and the like, and all the steps of the implementation method are executed by calling the data and the programs in the memory by the processor, so that corresponding technical effects are obtained.
Preferably, the electronic device may comprise a bus architecture, and the bus may comprise any number of interconnected buses and bridges, the buses linking together various circuits, including the one or more processors and memory. The bus may also link together various other circuits such as peripheral devices, voltage regulators, power management circuits, etc., as are well known in the art and, therefore, will not be further described herein. The bus interface provides an interface between the bus and the receiver and transmitter. The receiver and the transmitter may be the same element, i.e. a transceiver, providing a unit for communicating with various other systems over a transmission medium. The processor is responsible for managing the bus and general processing, while the memory may be used to store data used by the processor in performing operations.
Additionally, the electronic device may further include a communication module, an input unit, an audio processor, a display, a power supply, and the like. The processor (or controllers, operational controls) employed may comprise a microprocessor or other processor device and/or logic devices that receives inputs and controls the operation of the various components of the electronic device; the memory may be one or more of a buffer, a flash memory, a hard drive, a removable medium, a volatile memory, a nonvolatile memory, or other suitable means, may store the above-mentioned related data information, may further store a program for executing the related information, and the processor may execute the program stored in the memory to realize information storage or processing, etc.; the input unit is used for providing input to the processor, and can be a key or a touch input device; the power supply is used for providing power for the electronic equipment; the display is used for displaying display objects such as images and characters, and may be, for example, an LCD display. The communication module is a transmitter/receiver that transmits and receives signals via an antenna. The communication module (transmitter/receiver) is coupled to the processor to provide an input signal and to receive an output signal, which may be the same as in the case of a conventional mobile communication terminal. Based on different communication technologies, a plurality of communication modules, such as a cellular network module, a bluetooth module, and/or a wireless local area network module, etc., may be provided in the same electronic device. The communication module (transmitter/receiver) is also coupled to the speaker and microphone via the audio processor to provide audio output via the speaker and to receive audio input from the microphone to implement the usual telecommunications functions. The audio processor may include any suitable buffers, decoders, amplifiers and so forth. In addition, the audio processor is also coupled to the central processor so that sound can be recorded on the host through the microphone and sound stored on the host can be played through the speaker.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create a system for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks. While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. It is therefore intended that the following claims be interpreted as including the preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
The foregoing is only a preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions easily contemplated by those skilled in the art within the scope of the present invention should be included in the scope of the present invention. Therefore, the protection scope of the present invention should be subject to the protection scope of the claims.

Claims (10)

1. An HTTP transaction interface testing method based on offline feedback, comprising:
s1, configuring a transaction interface identifier related to a test;
s2, recording an HTTP request and corresponding returned response data, and binding the HTTP request and the corresponding response data to form tape data;
s3, adding a transaction interface identifier to the tape data according to the transaction interface correspondingly called by the HTTP request;
s4, intercepting the HTTP request according to the test instruction and identifying a transaction interface to be tested corresponding to the HTTP request;
s5, judging whether the tape data added with the transaction interface identifier corresponding to the transaction interface to be tested exists or not;
s6, when judging that the tape data added with the transaction interface identifier corresponding to the transaction interface to be tested does not exist, normally executing the HTTP request, and connecting a third party through the transaction interface to be tested to obtain response data;
and S7, when judging that the tape data added with the transaction interface identifier corresponding to the transaction interface to be tested exists, preventing the HTTP request from being executed, and feeding back by using the response data in the corresponding tape data.
2. The method of claim 1, wherein the method further comprises:
when the response data returned corresponding to the HTTP request recorded by the tape data changes, the corresponding tape data is deleted.
3. The method of claim 2, wherein the method further comprises:
the deleted HTTP request corresponding to the tape data is marked, and the corresponding HTTP request and the corresponding returned response data are re-recorded and combined into new tape data.
4. The method of claim 2, wherein the method further comprises:
when there is no test instruction, the tape data is verified based on the response data match obtained by executing the HTTP request.
5. The method of claim 1, wherein the transaction interface identification includes a request method, a full URI, a server hostname, a server port, a request path, a query parameter, a request topic, request content, and a request header for a third party interface.
6. The method of claim 1, wherein the method further comprises:
and feeding back test information by using the transaction interface identification as an index, wherein the test information comprises response data, a statistical report and a test progress corresponding to the test instruction.
7. An HTTP transaction interface testing system based on offline feedback, comprising:
the identification configuration module is used for configuring the transaction interface identification related to the test and adding the transaction interface identification to the tape data;
the tape data management module is used for recording the HTTP request and the corresponding returned response data and binding the HTTP request and the corresponding returned response data to form tape data;
the test control module is used for intercepting the HTTP request according to the test instruction and identifying a transaction interface to be tested corresponding to the HTTP request;
the interface judging module is used for judging whether the tape data added with the transaction interface identifier corresponding to the transaction interface to be tested exists or not;
and the test execution module is used for carrying out corresponding operation to obtain response data according to the judging result of whether the tape data added with the transaction interface identifier corresponding to the transaction interface to be tested exists.
8. A computer readable storage medium, characterized in that the storage medium has stored thereon a computer program which, when executed by a processor, implements the method of any of claims 1 to 6.
9. An electronic device comprising a processor and a memory;
the memory is used for storing transaction interface identifiers and tape data;
the processor is configured to perform the method of any of claims 1 to 6 by invoking the transaction interface identification and the tape data.
10. A computer program product comprising a computer program and/or instructions which, when executed by a processor, implement the steps of the method of any one of claims 1 to 6.
CN202211548674.6A 2022-12-05 2022-12-05 HTTP transaction interface testing method and system based on offline feedback Pending CN116208529A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211548674.6A CN116208529A (en) 2022-12-05 2022-12-05 HTTP transaction interface testing method and system based on offline feedback

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211548674.6A CN116208529A (en) 2022-12-05 2022-12-05 HTTP transaction interface testing method and system based on offline feedback

Publications (1)

Publication Number Publication Date
CN116208529A true CN116208529A (en) 2023-06-02

Family

ID=86518082

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211548674.6A Pending CN116208529A (en) 2022-12-05 2022-12-05 HTTP transaction interface testing method and system based on offline feedback

Country Status (1)

Country Link
CN (1) CN116208529A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103905506A (en) * 2012-12-28 2014-07-02 ***通信集团内蒙古有限公司 Mobile application offline access method, processing method, device and system
CN110008423A (en) * 2017-08-25 2019-07-12 腾讯科技(深圳)有限公司 Processed offline method, outlet terminal and the storage medium of the dynamic web page page
CN110597706A (en) * 2019-08-02 2019-12-20 贝壳技术有限公司 Method and device for testing application program interface data abnormity
CN112187908A (en) * 2020-09-23 2021-01-05 易小博(武汉)科技有限公司 Data processing method, system and interface service platform
CN115208951A (en) * 2022-06-28 2022-10-18 平安银行股份有限公司 Request processing method and device, electronic equipment and computer readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103905506A (en) * 2012-12-28 2014-07-02 ***通信集团内蒙古有限公司 Mobile application offline access method, processing method, device and system
CN110008423A (en) * 2017-08-25 2019-07-12 腾讯科技(深圳)有限公司 Processed offline method, outlet terminal and the storage medium of the dynamic web page page
CN110597706A (en) * 2019-08-02 2019-12-20 贝壳技术有限公司 Method and device for testing application program interface data abnormity
CN112187908A (en) * 2020-09-23 2021-01-05 易小博(武汉)科技有限公司 Data processing method, system and interface service platform
CN115208951A (en) * 2022-06-28 2022-10-18 平安银行股份有限公司 Request processing method and device, electronic equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
US20090265724A1 (en) System eliminating hardware duplication during application testing of an internal storage array across different operating systems
CN108540674B (en) Automatic testing method and device, computer equipment and storage medium
CN111273870B (en) Method, equipment and storage medium for iterative migration of mass data among cloud storage systems
CN111324480B (en) Large-scale host transaction fault positioning system and method
CN113485881B (en) Test method and device of temporary speed limiting server, electronic equipment and medium
KR20080052341A (en) Automatic-testing system and method for embedded system software and test scenario composing method
CN112615753A (en) Link abnormity tracking method, first node, second node and link
CN112486814A (en) System migration test method, migration test system, device and storage medium
CN112905460B (en) Device and method for simulating three-party receipt by automatic interface test
CN111414303A (en) Auxiliary system and method for script performance test
CN113051094B (en) Supervision data reporting test method and device
CN113132522A (en) Test method, device, server and medium
CN108228611B (en) Document information copying method and device
CN111930624A (en) Test link message data processing method and device
CN116208529A (en) HTTP transaction interface testing method and system based on offline feedback
CN115276844B (en) Communication module testing method and device, storage medium and electronic equipment
CN114285657B (en) Firewall security policy change verification method and device
CN114490402A (en) Method and device for checking validity of message field
CN117033191A (en) Test case parameterization method and system based on parameter attribute classification
CN111538660A (en) Method and device for counting coverage rate of program codes in container on cloud
CN115934530A (en) Automatic test case multiplexing method and system
CN112988603B (en) Big data test case generation method and device
CN115729832A (en) Method and device for maintaining system ledger and verifying indexes
CN113051176B (en) Automatic test data processing method and device, electronic equipment and storage medium
CN114244830B (en) File gateway application nonfunctional testing method and system

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