CN111045952B - Software testing method, flow playback device, terminal equipment and readable storage medium - Google Patents

Software testing method, flow playback device, terminal equipment and readable storage medium Download PDF

Info

Publication number
CN111045952B
CN111045952B CN201911298834.4A CN201911298834A CN111045952B CN 111045952 B CN111045952 B CN 111045952B CN 201911298834 A CN201911298834 A CN 201911298834A CN 111045952 B CN111045952 B CN 111045952B
Authority
CN
China
Prior art keywords
data
flow
response data
request
terminal device
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
CN201911298834.4A
Other languages
Chinese (zh)
Other versions
CN111045952A (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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei Software 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 Guangzhou Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN201911298834.4A priority Critical patent/CN111045952B/en
Publication of CN111045952A publication Critical patent/CN111045952A/en
Application granted granted Critical
Publication of CN111045952B publication Critical patent/CN111045952B/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/3684Test management for test design, e.g. generating new test cases

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a software testing method, which comprises the following steps: receiving a flow playback control instruction, and acquiring request data corresponding to the flow playback control instruction; sending the request data to a first terminal device and a second terminal device, wherein the first terminal device determines first response data according to the request data, the second terminal device determines second response data according to the request data, and the second terminal device sends the response data to a flow playback device; and receiving the first response data and the second response data, storing the first response data and the second response data as flow playback data, and determining a software detection result according to the flow playback data. The invention also discloses a flow playback device, a terminal device and a computer readable storage medium, which achieve the effect of performing flow playback on the interface for executing the modification operation.

Description

Software testing method, flow playback device, terminal equipment and readable storage medium
Technical Field
The present invention relates to the field of software testing, and in particular, to a software testing method, a traffic playback apparatus, a terminal device, and a computer-readable storage medium.
Background
The traffic playback technology refers to a testing technology that records traffic in a production environment and uses the recorded traffic in playback in the production environment or a testing environment. Therefore, the flow playback method is a vital method for monitoring the quality of the pre-release code before the pre-release code version is online.
When the existing traffic playback method is used for performing traffic playback, a recorded request is sent to an online server, wherein a played-back interface needs to depend on an online interface. Because the interface executing the modification operation may modify data, and the online interface may not be called when performing the flow playback, the flow playback may be performed only on the interface executing the read operation, and the flow playback may not be performed on the interface executing the modification operation.
Disclosure of Invention
The invention mainly aims to provide a software testing method, a flow playback device, a terminal device and a computer readable storage medium, aiming at achieving the effect of carrying out flow playback on an interface for executing modification operation.
In order to achieve the above object, the present invention provides a software testing method applied to a traffic playback device, where the software testing method includes:
receiving a flow playback control instruction, and acquiring request data corresponding to the flow playback control instruction;
sending the request data to a first terminal device and a second terminal device, wherein the first terminal device determines first response data according to the request data, the second terminal device determines second response data according to the request data, and the second terminal device sends the response data to a flow playback device;
and receiving the first response data and the second response data, storing the first response data and the second response data as flow playback data, and determining a software detection result according to the flow playback data.
Optionally, the first terminal device is a terminal device that deploys a software version of a pre-release code, and the second terminal device is a terminal device that deploys a software version of a released code.
Optionally, the step of receiving a traffic playback control instruction and acquiring request data corresponding to the traffic playback control instruction further includes:
receiving a flow playback control instruction, and acquiring a request parameter corresponding to the flow control instruction;
and acquiring request data matched with the request parameters in a database.
Optionally, the traffic playback data includes: the step of determining the software detection result according to the flow playback data comprises the following steps:
acquiring a target request corresponding to a target playback interface identifier;
acquiring first response data and second response data corresponding to the target request;
and comparing the first response data with the second response data, and determining the detection result according to the comparison result.
Optionally, before the step of receiving a flow playback control instruction and acquiring request data corresponding to the flow playback control instruction, the software testing method further includes:
receiving a preset domain name, and determining a machine IP corresponding to the preset domain name;
generating a flow recording instruction according to the machine IP;
and sending the flow recording instruction to a flow recorder, wherein when the flow recorder receives the flow recording instruction, the flow recorder carries out flow capturing on the machine IP according to the flow recording instruction, and a capturing result is stored in a database.
In addition, in order to achieve the above object, the present invention further provides a software testing method applied to a terminal device, where the software testing method includes:
receiving request data;
when the request data has call chain data, sending the call chain data to a simulation test tool, wherein the simulation test tool determines a return value according to the call chain data and sends the return value to a terminal;
receiving the return value, and generating response data according to the return value and the request parameter;
and sending the response data to a flow playback device.
Optionally, after the step of receiving the request data, the software testing method further includes the steps of:
when the request data does not have call chain data, generating response data according to the request parameters;
and executing the step of sending the response data to the flow playback device.
In addition, to achieve the above object, the present invention further provides a traffic playback apparatus, including: a first memory, a first processor and a software test program stored on the first memory and executable on the first processor, which software test program, when executed by the first processor, implements a software testing method as described above.
In addition, to achieve the above object, the present invention further provides a terminal device, including: a second memory, a second processor and a software test program stored on said second memory and executable on said second processor, said software test program, when executed by the second processor, implementing a software testing method as described above.
In addition, to achieve the above object, the present invention further provides a computer readable storage medium, which stores a software testing program, and the software testing program realizes the steps of the software testing method as described above when being executed by a processor.
According to the software testing method, the flow playback device, the terminal equipment and the computer readable storage medium provided by the embodiment of the invention, the flow playback device receives the flow playback control instruction, acquires the request data corresponding to the flow playback control instruction, and sends the request data to the terminal equipment. And the terminal equipment sends the call chain data of the request data to the simulation test tool, acquires a return value corresponding to the call chain data, generates response data according to the return value and sends the response data to the flow playback device. Because the response data can be generated by obtaining the return value corresponding to the call chain data, the played back interface does not depend on the interface on the line, thereby achieving the effect of performing flow playback on the interface executing the modification operation.
Drawings
Fig. 1 is a schematic diagram of a hardware architecture of a traffic recording apparatus according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a hardware architecture of a terminal device according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a test system according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating a first exemplary embodiment of a software testing method according to the present invention;
FIG. 5 is a flowchart illustrating a software testing method according to a second embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
When the existing traffic playback method is used for performing traffic playback, a recorded request is sent to an online server, wherein a played-back interface needs to depend on an online interface. Because the interface executing the modification operation may modify data, and the online interface may not be called when performing the flow playback, the flow playback may be performed only on the interface executing the read operation, and the flow playback may not be performed on the interface executing the modification operation. In order to solve the above-mentioned drawbacks, an embodiment of the present invention provides a software testing method, a traffic playback apparatus, a terminal device, and a computer-readable storage medium, where the software testing method is applied to the traffic playback apparatus, and mainly includes the following steps:
receiving a flow playback control instruction, and acquiring request data corresponding to the flow playback control instruction;
sending the request data to a first terminal device and a second terminal device, wherein the first terminal device determines first response data according to the request data, the second terminal device determines second response data according to the request data, and the second terminal device sends the response data to a flow playback device;
and receiving the first response data and the second response data, storing the first response data and the second response data as flow playback data, and determining a software detection result according to the flow playback data.
In addition, the embodiment of the invention also provides a software testing method, which is applied to terminal equipment and mainly comprises the following steps:
receiving request data;
when the request data has call chain data, sending the call chain data to a simulation test tool, wherein the simulation test tool determines a return value according to the call chain data and sends the return value to a terminal;
receiving the return value, and generating response data according to the return value and the request parameter;
and sending the response data to a flow playback device.
Because the response data can be generated by obtaining the return value corresponding to the call chain data, the played back interface does not depend on the interface on the line, thereby achieving the effect of performing flow playback on the interface executing the modification operation.
As shown in fig. 1, fig. 1 is a schematic diagram of a hardware architecture of a traffic recording apparatus according to an embodiment of the present invention.
The flow recording device of the embodiment of the invention can be terminal equipment such as a PC and the like.
As shown in fig. 1, the terminal may include: a first processor 1001, e.g. a CPU, a first user interface 1003, a first network interface 1004, a first memory 1005, a first communication bus 1002. Wherein a first communication bus 1002 is used to enable connectivity communication between these components. The first user interface 1003 may comprise a Display screen (Display), an input unit such as a keyboard, etc., and the optional first user interface 1003 may also comprise a standard wired interface, a wireless interface. The first network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The first memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The first memory 1005 may alternatively be a storage device independent of the first processor 1001.
Those skilled in the art will appreciate that the hardware architecture of the terminal shown in fig. 1 does not constitute a limitation of the terminal, and may include more or fewer components than those shown, or some components in combination, or a different arrangement of components.
As shown in fig. 1, the first memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a software test program.
In the terminal shown in fig. 1, the first network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the first processor 1001 may be used for a software test program stored in the first memory 1005 and performs the following operations:
receiving a flow playback control instruction, and acquiring a request parameter corresponding to the flow control instruction;
and acquiring request data matched with the request parameters in a database.
Further, the first processor 1001 may be configured to call the software test program stored in the first memory 1005, and further perform the following operations:
acquiring a target request corresponding to a target playback interface identifier;
acquiring first response data and second response data corresponding to the target request;
and comparing the first response data with the second response data, and determining the detection result according to the comparison result.
Further, the first processor 1001 may be configured to call the software test program stored in the first memory 1005, and further perform the following operations:
receiving a preset domain name, and determining a machine IP corresponding to the preset domain name;
generating a flow recording instruction according to the machine IP;
and sending the flow recording instruction to a flow recorder, wherein when the flow recorder receives the flow recording instruction, the flow recorder carries out flow capturing on the machine IP according to the flow recording instruction, and a capturing result is stored in a database.
Referring to fig. 2, fig. 2 is a schematic diagram of a hardware architecture of a terminal device according to an embodiment of the present invention.
The terminal equipment of the embodiment of the invention can be terminal equipment such as a PC and the like.
As shown in fig. 1, the terminal may include: a second processor 2001, a second user interface 2003, a second network interface 2004, a second memory 2005, a second communication bus 2002.
Those skilled in the art will appreciate that the hardware architecture of the terminal shown in fig. 2 does not constitute a limitation of the terminal, and may include more or fewer components than those shown, or some components in combination, or a different arrangement of components.
As shown in fig. 2, the memory 2005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a software test program.
In the terminal shown in fig. 2, the second network interface 2004 is mainly used for connecting to the backend server and performing data communication with the backend server; the second processor 2001 may be configured to call the software test program stored in the second memory 2005 and perform the following operations:
when the request data has call chain data, sending the call chain data to a simulation test tool, wherein the simulation test tool determines a return value according to the call chain data and sends the return value to a terminal;
receiving the return value, and generating response data according to the return value and the request parameter;
and sending the response data to a flow playback device.
Further, the second processor 2001 may be used for the software test program stored in the second call memory 2005, and also performs the following operations:
when the request data does not have call chain data, generating response data according to the request parameters;
and executing the step of sending the response data to the flow playback device.
Referring to fig. 3, an embodiment of the present invention provides a test system, which includes a flow playback apparatus 10, a first terminal device 20, a second terminal device 30, a simulation test tool 40, a database 50, and a flow recorder 60.
The traffic playback apparatus 10 is in communication connection with the first terminal device 20 and the second terminal device 30, so that the traffic playback apparatus 10 can send request data to the first terminal device 20 and the second terminal device 30, and can receive response data sent by the first terminal device 20 and the second terminal device 30.
The traffic playback device 10 may obtain the request data of the database 50 and may also send traffic recording instructions to the traffic recorder 60.
The first terminal device 20 and the second terminal device 30 may transmit call chain data to the simulation test tool 40 when receiving the request data, may receive a return value of the simulation test tool 40, generate response data according to the return value, and then transmit the response data to the traffic playback apparatus 10.
The simulation test tool 40 may receive the call chain data, generate a return value, and send the return value to the first terminal device 20 or the second terminal device 30.
The flow recorder 60 may receive the flow recording instruction, capture a data packet corresponding to the flow recording instruction according to the flow recording instruction, obtain flow data by analyzing the data packet, and store the flow data in the database 50.
Referring to fig. 4, fig. 4 is a first embodiment of the software testing method of the present invention, which includes the following steps:
step S10, receiving a flow playback control instruction, and acquiring request data corresponding to the flow playback control instruction;
step 20, sending the request data to a first terminal device and a second terminal device, wherein the first terminal device determines first response data according to the request data, the second terminal device determines second response data according to the request data, and sends the response data to a flow playback device;
step S30, receiving the first response data and the second response data, and saving the first response data and the second response data as flow playback data, so as to determine a software detection result according to the flow playback data.
In this embodiment, the flow playback control instruction is an instruction that can be directly recognized and executed by a processor, and is used to control the processor to execute a corresponding flow playback operation; the request data can comprise a request domain name, a request interface identifier, request participation and call chain data and the like; the calling chain data is other interface identification and calling chain identification which request the interface to call; the response data is an execution result generated after the terminal equipment executes corresponding operation according to the request data; the flow playback data is associated data record of the request data and the response data; the software test result is a test report generated according to the flow playback data.
In this embodiment, the first processor receives the flow control instruction, then identifies the flow control instruction, and obtains the corresponding request parameter and the request quantity, where the request parameter may be a request domain name and/or a request interface identifier. And acquiring request data matched with the request parameters in the database, and setting the request times to be 1.
The first processor acquires IP addresses of first terminal equipment and second terminal equipment, encapsulates request data into request packets according to the IP addresses, and respectively sends the request packets to the first terminal equipment and the second terminal equipment. Receiving first response data sent by first terminal equipment and second response data sent by second terminal equipment, respectively analyzing the first response data and the second response data, using the playback interface identifier, the request data, the first response data and the second response data as flow playback data, and storing the flow playback data in a memory.
The first processor determines whether the number of requests is less than the number of requests. When the request times are smaller than the request quantity, acquiring another request data matched with the request parameters in the database, adding one to the request times, and then executing the operation; and when the number of requests is not less than the number of requests, determining a software test result according to the flow playback data.
In the technical scheme disclosed in this embodiment, the effect of performing traffic playback on the corresponding interface is achieved by obtaining the request data, sending the request data to the corresponding terminal to obtain the response data, and finally generating the traffic playback data according to the response data.
Optionally, in this embodiment, since the execution results of the pre-release code and the released code need to be obtained, the first terminal device is a terminal device that deploys a software version of the pre-release code, and the second terminal device is a terminal device that deploys a software version of the released code.
By deploying the codes of different versions, the effect of acquiring the execution results of the codes of different versions is achieved.
Optionally, in this embodiment, since the software test result may be determined according to the traffic playback data, the software test result may include a playback interface identifier, request data, first response data, second response data, and a comparison result.
Therefore, the first processor can obtain the traffic playback data of the same playback interface identifier; and acquiring a target request in the flow data, and comparing first response data and second response data of the target request to generate a comparison result. And taking the playback interface identifier, the request data, the first response data, the second response data and the comparison result as flow playback results of the playback interface, integrating all the flow playback results into a software test result, and outputting the software test result.
By generating a comparison result of the first response data and the second response data, the influence caused by code change is displayed more intuitively in a software test result.
Optionally, in this embodiment, since the first processor needs to obtain the corresponding request data from the database, before performing the traffic playback, the traffic recording needs to be performed. The traffic recording is to obtain and store a request packet of a preset domain name corresponding to traffic recording information; the traffic recording information may include recording parameters such as a domain name and recording time; the request data may also include request parameters and call chain data; and the request parameters and the call chain data are stored in the database as different files.
The first processor receives the flow recording information, acquires a preset domain name of the flow recording information, acquires a machine IP (Internet protocol) which is stored in the first memory and matched with the preset domain name, generates a flow recording instruction according to the machine IP, and sends the flow recording instruction to the flow recorder.
By generating the flow recording instruction and sending the flow recording instruction to the flow recorder, the effect of acquiring and storing the request data corresponding to the flow recording instruction is achieved.
Referring to fig. 5, in a second embodiment of the software testing method of the present invention, the software testing method includes the steps of:
step S10, receiving request data;
step S20, when the request data has call chain data, sending the call chain data to a simulation test tool, wherein the simulation test tool determines a return value according to the call chain data and sends the return value to a terminal;
s30, receiving the return value, and generating response data according to the return value and the request parameter;
and S40, sending the response data to a flow playback device.
In this embodiment, the simulation test tool may receive a simulation data request, generate simulation data, and send the simulation data to a requester; the simulation data is a return value of the simulation test tool.
And the second processor receives the request data sent by the flow playback device, and acquires the request parameters and the call chain data by analyzing the request data. When the call chain data is acquired, generating a simulation data request according to the call chain data, sending the simulation test request to a simulation test tool, receiving a return value of the simulation test tool, generating response data according to the return value and the request parameter, and sending the response data to the flow playback device.
In the technical solution disclosed in this embodiment, the return value of the called interface is simulated according to the call chain data, and an online interface is not relied on, so that an effect of performing flow playback on an interface that performs modification operation is achieved.
Optionally, in this embodiment, since there may be no call chain data in the request data, when the call chain data is not acquired, the second processor generates response data according to the request parameter, and sends the response data to the flow playback device.
By directly generating the response data, an effect of performing traffic playback on an interface that performs a read operation is achieved.
In addition, the present invention also provides a traffic playback apparatus, including: a first memory, a first processor and a software test program stored on said first memory and executable on said first processor, said software test program, when executed by the first processor, implementing the steps of the software testing method as described above in the first embodiment.
In addition, the present invention also provides a terminal device, which includes: a second memory, a second processor and a software test program stored on said second memory and executable on said second processor, said software test program when executed by the second processor implementing the steps of the software testing method as described above in the second embodiment.
In addition, an embodiment of the present invention further provides a computer-readable storage medium, where a software testing program is stored on the computer-readable storage medium, and the software testing program, when executed by a processor, implements the steps of the software testing method according to the above embodiments.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of other like elements in a process, method, article, or system comprising the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the description of the foregoing embodiments, it is clear to those skilled in the art that the method of the foregoing embodiments may be implemented by software plus a necessary general hardware platform, and certainly may also be implemented by hardware, but in many cases, the former is a better implementation. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) as described above and includes several instructions for enabling a terminal device (e.g. PC, etc.) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (8)

1. A software testing method is characterized by comprising the following steps:
receiving a flow playback control instruction, and acquiring a request parameter corresponding to the flow playback control instruction;
acquiring request data matched with the request parameters in a database;
the request data are sent to a first terminal device and a second terminal device, wherein the first terminal device determines first response data according to the request data, the second terminal device determines second response data according to the request data, and the first response data and the second response are sent to a flow playback device;
and receiving the first response data and the second response data, storing the first response data and the second response data as flow playback data, and determining a software detection result according to the flow playback data.
2. The software testing method according to claim 1, wherein the first terminal device is a terminal device that deploys a software version of a pre-release code, and the second terminal device is a terminal device that deploys a software version of a released code.
3. The software testing method of claim 1, wherein the traffic playback data comprises: the step of determining the software detection result according to the flow playback data comprises the following steps:
acquiring a target request corresponding to a target playback interface identifier;
acquiring first response data and second response data corresponding to the target request;
and comparing the first response data with the second response data, and determining the detection result according to the comparison result.
4. The software testing method of claim 1, wherein before the step of receiving the traffic playback control command and obtaining the request data corresponding to the traffic playback control command, the software testing method further comprises:
receiving a preset domain name, and determining a machine IP corresponding to the preset domain name;
generating a flow recording instruction according to the machine IP;
and sending the flow recording instruction to a flow recorder, wherein when the flow recorder receives the flow recording instruction, the flow recorder carries out flow capturing on the machine IP according to the flow recording instruction, and a capturing result is stored in a database.
5. A software testing method is characterized by comprising the following steps:
receiving request data;
when the request data has call chain data, sending the call chain data to a simulation test tool, wherein the simulation test tool determines a return value according to the call chain data and sends the return value to a terminal;
receiving the return value, and generating response data according to the return value and the request data;
sending the response data to a traffic playback device;
and when the request data does not have call chain data, generating response data according to the request data, and executing the step of sending the response data to a flow playback device.
6. A traffic playback apparatus, characterized in that the traffic playback apparatus comprises: a first memory, a first processor and a software test program stored on the first memory and executable on the first processor, the software test program when executed by the first processor implementing the steps of the software testing method as claimed in any one of claims 1 to 4.
7. A terminal device, characterized in that the terminal device comprises: second memory, a second processor and a software test program stored on the second memory and executable on the second processor, the software test program, when executed by the second processor, implementing the steps of the software testing method as claimed in claim 5.
8. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a software test program which, when executed by a processor, implements the steps of the software testing method according to any one of claims 1 to 5.
CN201911298834.4A 2019-12-16 2019-12-16 Software testing method, flow playback device, terminal equipment and readable storage medium Active CN111045952B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911298834.4A CN111045952B (en) 2019-12-16 2019-12-16 Software testing method, flow playback device, terminal equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911298834.4A CN111045952B (en) 2019-12-16 2019-12-16 Software testing method, flow playback device, terminal equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN111045952A CN111045952A (en) 2020-04-21
CN111045952B true CN111045952B (en) 2023-03-28

Family

ID=70236955

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911298834.4A Active CN111045952B (en) 2019-12-16 2019-12-16 Software testing method, flow playback device, terminal equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN111045952B (en)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111625452B (en) * 2020-05-22 2024-04-16 上海哔哩哔哩科技有限公司 Flow playback method and system
CN112073579B (en) * 2020-08-27 2022-06-10 北京指掌易科技有限公司 Terminal operation playback processing method and device, terminal equipment and storage medium
CN112214395A (en) * 2020-09-02 2021-01-12 浙江大搜车融资租赁有限公司 Interface testing method based on flow data, electronic device and storage medium
CN112069015B (en) * 2020-11-10 2021-02-23 鹏城实验室 Instruction execution method and device for instruction simulator, terminal equipment and storage medium
CN112347011B (en) * 2020-11-11 2024-04-05 歌尔科技有限公司 Dual-computer communication method, terminal equipment and storage medium
CN112637005B (en) * 2020-12-08 2022-06-14 广州品唯软件有限公司 Flow playback method and device, computer equipment and storage medium
CN112559361A (en) * 2020-12-22 2021-03-26 京东数字科技控股股份有限公司 Flow playback method, device, equipment and computer readable medium
CN112631921A (en) * 2020-12-28 2021-04-09 广州品唯软件有限公司 Method, system and storage medium for improving flow playback coverage
CN112769941A (en) * 2021-01-14 2021-05-07 中国工商银行股份有限公司 Distributed system flow switching verification method and device
CN112765045B (en) * 2021-04-07 2021-11-09 四川新网银行股份有限公司 Case template-based flow playback method
CN113472687B (en) * 2021-07-15 2023-12-05 北京京东振世信息技术有限公司 Data processing method and device
CN114189553B (en) * 2021-11-25 2024-05-31 天津车之家软件有限公司 Flow playback method, system and computing device
CN116719750B (en) * 2023-08-11 2023-12-22 海马云(天津)信息技术有限公司 Software testing method and device, server equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103580945A (en) * 2012-08-07 2014-02-12 百度在线网络技术(北京)有限公司 Method and device for generating testing data for complex service system
CN105871660A (en) * 2016-06-06 2016-08-17 北京京东尚科信息技术有限公司 Quality detection method and equipment
CN106878108A (en) * 2017-03-01 2017-06-20 广州唯品会信息科技有限公司 Network flow playback method of testing and device
CN110083543A (en) * 2019-05-07 2019-08-02 江苏满运软件科技有限公司 Regression testing method, device, electronic equipment and storage medium
CN110188036A (en) * 2019-05-10 2019-08-30 深圳前海微众银行股份有限公司 A kind of method for testing software and device
CN110221965A (en) * 2019-05-09 2019-09-10 阿里巴巴集团控股有限公司 Test cases technology, test method, device, equipment and system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103580945A (en) * 2012-08-07 2014-02-12 百度在线网络技术(北京)有限公司 Method and device for generating testing data for complex service system
CN105871660A (en) * 2016-06-06 2016-08-17 北京京东尚科信息技术有限公司 Quality detection method and equipment
CN106878108A (en) * 2017-03-01 2017-06-20 广州唯品会信息科技有限公司 Network flow playback method of testing and device
CN110083543A (en) * 2019-05-07 2019-08-02 江苏满运软件科技有限公司 Regression testing method, device, electronic equipment and storage medium
CN110221965A (en) * 2019-05-09 2019-09-10 阿里巴巴集团控股有限公司 Test cases technology, test method, device, equipment and system
CN110188036A (en) * 2019-05-10 2019-08-30 深圳前海微众银行股份有限公司 A kind of method for testing software and device

Also Published As

Publication number Publication date
CN111045952A (en) 2020-04-21

Similar Documents

Publication Publication Date Title
CN111045952B (en) Software testing method, flow playback device, terminal equipment and readable storage medium
CN107908541B (en) Interface testing method and device, computer equipment and storage medium
CN107844421B (en) Interface testing method and device, computer equipment and storage medium
CN111026645B (en) User interface automatic test method and device, storage medium and electronic equipment
CN107436844B (en) Method and device for generating interface use case aggregate
CN108984389B (en) Application program testing method and terminal equipment
CN113127338A (en) Firmware testing method, server and computer readable storage medium
CN105787364B (en) Automatic testing method, device and system for tasks
CN108228444B (en) Test method and device
CN108459850B (en) Method, device and system for generating test script
CN107678948B (en) Test case generation method, terminal and storage medium
CN111045879A (en) Pressure test report generation method and device and storage medium
CN111143650B (en) Method, device, medium and electronic equipment for acquiring page data
KR20150025106A (en) Verification apparatus, terminal device, system, method and computer-readable medium for monitoring of application verification result
CN110674023B (en) Interface testing method and device
CN105592169A (en) Terminal identification method and terminal identification device
CN111857103B (en) Vehicle diagnosis method, device, equipment and storage medium
CN109656826B (en) Application testing method, system, device and computer readable storage medium
CN111026669A (en) Test log management method, test log management device, and storage medium
US10169216B2 (en) Simulating sensors
CN111782291B (en) Method and device for starting test page
CN109995607B (en) Method for testing flow overhead, terminal, server and computer storage medium
CN111107100B (en) Equipment for transmitting industrial protocol flow message
CN114371866A (en) Version reconfiguration test method, device and equipment of service system
CN113760688A (en) Remote debugging method, system, webpage server, 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