CN110647473A - Anti-interference method and device for automatic regression test, computer equipment and storage medium - Google Patents

Anti-interference method and device for automatic regression test, computer equipment and storage medium Download PDF

Info

Publication number
CN110647473A
CN110647473A CN201910935389.1A CN201910935389A CN110647473A CN 110647473 A CN110647473 A CN 110647473A CN 201910935389 A CN201910935389 A CN 201910935389A CN 110647473 A CN110647473 A CN 110647473A
Authority
CN
China
Prior art keywords
system time
target system
flow
determining
tracking
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.)
Withdrawn
Application number
CN201910935389.1A
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.)
Jiangsu Manyun Software Technology Co Ltd
Original Assignee
Jiangsu Manyun Software 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 Jiangsu Manyun Software Technology Co Ltd filed Critical Jiangsu Manyun Software Technology Co Ltd
Priority to CN201910935389.1A priority Critical patent/CN110647473A/en
Publication of CN110647473A publication Critical patent/CN110647473A/en
Withdrawn legal-status Critical Current

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

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 an anti-interference method, an anti-interference device, computer equipment and a storage medium for an automated regression test, wherein the method comprises the following steps: when recording the flow, recording the current system time, and determining the tracking mark of the current flow according to the system time; when the target system time is obtained, determining the target system time according to the tracking mark; recording a tracking mark of the current flow; when the flow is replayed, determining the target system time according to the tracking identification of the current replay flow; and carrying out flow replay according to the target system time. The same system time can be used as the target system time for recording, and the tracking mark of the current flow is generated according to the current system time. When the flow is replayed, the system time is restored through the tracking marks, the flow is replayed based on the restored target system time, the fact that the system parameters used in the recording process and the replaying process are the same target system time is achieved, the unification of the system time is guaranteed, and the reliability of the automatic regression testing is improved.

Description

Anti-interference method and device for automatic regression test, computer equipment and storage medium
Technical Field
The embodiment of the invention relates to a regression testing technology, in particular to an anti-interference method and device for an automatic regression test, computer equipment and a storage medium.
Background
With the development of testing technology, automated regression testing has been widely used. In the automatic test-back process, the effect to be achieved is that the function parameters of the replay are the same as the function parameters of the recording. However, in many cases, in the recording and playback process of one flow, the system time may affect the test result, resulting in different parameters of the result obtained by recording and the result obtained by playback recording, resulting in interference of the automated regression test and poor reliability.
Disclosure of Invention
The invention provides an anti-interference method and device for an automated regression test, computer equipment and a storage medium, and aims to improve the reliability of the automated regression test.
In a first aspect, an embodiment of the present invention provides an anti-interference method for an automated regression test, including:
when recording the flow, recording the current system time, and determining the tracking mark of the current flow according to the system time;
when the target system time is obtained, determining the target system time according to the tracking mark;
recording a tracking mark of the current flow;
when the flow is replayed, determining the target system time according to the tracking identification of the current replay flow;
and carrying out flow replay according to the target system time.
In a second aspect, an embodiment of the present invention further provides an anti-interference apparatus for automated regression testing, including:
the tracking mark determining module is used for recording the current system time when the flow is recorded and determining the tracking mark of the current flow according to the system time;
the target system time determining module is used for determining the target system time according to the tracking mark when the target system time is obtained;
the recording module is used for recording a tracking mark of the current flow;
the replay module is used for determining the target system time according to the tracking identification of the current replay flow when the flow is replayed; and carrying out flow replay according to the target system time.
In a third aspect, an embodiment of the present invention further provides a computer device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the program to implement the interference rejection method for automated regression testing as shown in the first aspect.
In a fourth aspect, embodiments of the present invention further provide a storage medium containing computer-executable instructions for performing the tamper-resistant method of automated regression testing as shown in the first aspect when executed by a computer processor.
The anti-interference scheme of the automatic regression test provided by the embodiment of the invention can record the current system time when the flow is recorded, and determine the tracking mark of the current flow according to the system time; when the target system time is obtained, determining the target system time according to the tracking mark; recording a tracking mark of the current flow; when the flow is replayed, determining the target system time according to the tracking identification of the current replay flow; and carrying out flow replay according to the target system time. Compared with the conventional automatic regression test, the system time causes interference to the test result. The anti-interference scheme of the automatic regression test provided by the embodiment of the invention can record by using the same system time as the target system time when recording the flow, and generate the tracking mark of the current flow according to the current system time. When the flow is replayed, the system time is restored through the tracking marks, and the flow is replayed based on the restored target system time, so that the system parameters used in the recording process and the replaying process are the same target system time, the unification of the system time is ensured, and the reliability of the automatic regression test is improved.
Drawings
FIG. 1 is a flowchart of an anti-jamming method of automated regression testing according to a first embodiment of the present invention;
FIG. 2 is a flowchart of an anti-jamming method of automated regression testing according to a second embodiment of the present invention;
FIG. 3 is a schematic structural diagram of an anti-jamming device for automated regression testing according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a computer device in the fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
In the process of the automatic flow regression test, f (x) ═ f (x) is needed to achieve the effect that the operation result is consistent whenever the system runs as long as x (flow) is the same. However, f (x) ≠ f (x) in many cases, the reason is that system time is sometimes used in the program execution process, but the system time in the traffic recording process slightly changes, the system time in the playback process also slightly changes, and the system time is obviously different between the traffic recording process and the traffic playback process, so that the execution result of the same traffic in different playback processes changes, and the test is interfered. If f (x) is reached, f (x) will be eliminated.
In the regression testing process, a design framework, various external services, a timeout checker and the like all need to acquire system time. In practice, it is found that the order of the acquisition times may be disordered, and during the execution of the system, there are many asynchronous operations, the order of which cannot be guaranteed, so that in the asynchronous case, complete removal of noise cannot be guaranteed.
The embodiment of the invention provides an anti-interference method for an automatic regression test, which can solve the problem of noise and eliminate the interference of system time on the test, and the specific scheme is as follows:
example one
Fig. 1 is a flowchart of an anti-interference method for an automated regression test according to an embodiment of the present invention, where the embodiment is applicable to an automated regression test, and the method may be executed by a computer device for performing the automated regression test, and specifically includes the following steps:
and step 110, recording the current system time when the flow is recorded, and determining the tracking mark of the current flow according to the system time.
The flow rate refers to an input parameter of a measured function, and the measured function may be a functional module, such as a set of a plurality of functions. Assuming that the measured function is f (x), then x is the flow rate. Every time x is input, f (x) is operated in sequence, and the flow is one. In the testing process, the running process of the tested function is recorded, and the recording process comprises the recording of input parameters and the recording of parameters generated in the program running process. For each flow, the regression testing process will generate a trace identification traceID for each flow. The tracking identifier is used to uniquely identify a recording process.
And when receiving the input parameters, acquiring the current system time, recording the current system time, and taking the system time as the global system time used in the recording process. In a traffic recording process, the current system time, once recorded, will not change. In the execution process of the current flow, the recorded system time is obtained when the system time is obtained.
The tracking mark can mark the current flow and can also integrate the recorded system time into the tracking mark, so that the tracking mark can uniquely identify the flow and record the global system time used by the flow. In one implementation, determining a tracking tag for current traffic based on system time includes:
and determining a tracking mark of the current flow according to the system identification, a Universal Unique Identifier (UUID) and a timestamp of the system time.
The system identifier may be system information, such as an android system, an IOS system, or a Windows system. The universally unique identification code is used to represent the incoming traffic. The system time is the current system time that has been recorded. The time stamp of the system time may be replaced with the system time.
The above information may be arranged in sequence according to a certain arrangement order to obtain the tracking mark, for example, the tracking mark is generated in the sequence of system identifier-universal unique identifier UUID-system time.
And step 120, when the target system time is obtained, determining the target system time according to the tracking mark.
The target system time is the time of the system when the service code is executed. In order to avoid interference caused by different system times in the asynchronous execution process, the system time when each step is executed in the asynchronous execution process is configured as the system time recorded in step 110. And the time in the service (single flow) is static, the time change in the single request (flow) is smoothed, and the time is obtained in any time in one request.
And step 130, recording the tracking mark of the current flow.
A database may be used to store the tracking tags. An association of the tracking tag with the target system time used may also be established.
In the above embodiment, if the tracking flag already contains the system time, the target system time can be acquired by analyzing the tracking flag during playback without establishing the association between the tracking flag and the target system time. Further, other parameters used during the execution of the flow may be recorded.
And 140, determining the target system time according to the tracking identifier of the current replay flow when the flow is replayed.
The system time associated therewith may be read from the database as the target time based on the traffic identification of the playback traffic.
In the above embodiment, when replaying traffic, the target system time is parsed according to the tracking identifier of the current replay traffic; the target system time is taken as a global variable.
And analyzing the tracking identifier based on an algorithm for generating the tracking identifier to obtain a system identifier, a universal unique identifier UUID and a timestamp of system time. The system time may be determined from a timestamp of the system time.
Illustratively, the code of the acquisition time in the replay traffic is acquired, and the code is modified into a second code by using an instrumentation technology, wherein the second code is used for taking the target system time as the time information.
Instrumentation provides the JAVA programming language with a first software package that can be used to edit the code. The code modification is carried out by using an Instrumentation technology, so that the problems of mistaken damage to a basic code, system error report and the like can be avoided, and the reliability is improved.
And 150, carrying out flow reproduction according to the target system time.
And taking the target system time acquired in the step 140 as the system time requested by the service code, continuing to replay the flow, and finishing the replay of the service code. In the above-described embodiment, when the playback traffic acquires time information, the target system time is taken as the time information.
Further, the function under test may involve sending a message to an external module, for example, sending a message with time information to an external server, in which case the system time is adjusted to the message for sending, and based on this, the method further includes:
and if the message carrying the system time is sent to the external server, determining the message according to the recorded system time.
The recorded target system time may be taken as the system time added to the message in the manner provided by the foregoing embodiments. And further, the time information sent to the outside by the tested function is also a global variable in the recording and replaying processes, and the time unification is realized.
The anti-interference scheme of the automatic regression test provided by the embodiment of the invention can record the current system time when the flow is recorded, and determine the tracking mark of the current flow according to the system time; when the target system time is obtained, determining the target system time according to the tracking mark; recording a tracking mark of the current flow; when the flow is replayed, determining the target system time according to the tracking identification of the current replay flow; and carrying out flow replay according to the target system time. Compared with the conventional automatic regression test, the system time causes interference to the test result. The anti-interference scheme of the automatic regression test provided by the embodiment of the invention can record by using the same system time as the target system time when recording the flow, and generate the tracking mark of the current flow according to the current system time. When the flow is replayed, the system time is restored through the tracking marks, and the flow is replayed based on the restored target system time, so that the system parameters used in the recording process and the replaying process are the same target system time, the unification of the system time is ensured, and the reliability of the automatic regression test is improved. In addition, the embodiment can only grind the time of the service code, and other times are not influenced. In the flow processing process, the acquired time is unified, and the time difference between the first acquisition and the later acquisition does not exist. The service code is time-stationary, so that it is a time whenever it is acquired within a request. Meanwhile, the source of the system time is modified and obtained ingeniously by utilizing instrumentation, and the reliability is improved.
Example two
Fig. 2 is a diagram of an anti-interference method for an automated regression test according to a second embodiment of the present invention, which is used to further describe the above embodiment, and includes:
and step 210, recording the current system time when the flow is recorded, and determining the tracking mark of the current flow according to the system time.
And step 220, modifying the code of the acquired time in the recorded tested function into a first code, wherein the first code is used for determining the target system time according to the tracking mark.
And in the recording stage, modifying the codes for acquiring the time information in the tested function, and modifying the acquired time into the target time.
Illustratively, the code of the acquisition time in the recorded measured function is modified into a first code by using an instrumentation technology, and the first code is used for determining the target system time according to the tracking mark.
The code modification is carried out by using an Instrumentation technology, so that the problems of mistaken damage to a basic code, system error report and the like can be avoided, and the reliability is improved.
And step 230, recording the tracking mark of the current flow.
And 240, determining the target system time according to the tracking identifier of the current replay flow when the flow is replayed.
And step 250, carrying out flow reproduction according to the target system time.
The anti-interference method for the automated regression test provided by the embodiment of the invention can modify the code of the acquisition time in the recorded tested function on the basis of the embodiment, and particularly can realize non-invasive code modification through an instrument instrumentation technology, thereby improving the test stability.
EXAMPLE III
Fig. 3 is a schematic structural diagram of an anti-interference apparatus for automated regression testing according to a third embodiment of the present invention, where the apparatus is included in a computer device for performing automated regression testing, and includes: a tracking flag determination module 31, a target system time determination module 32, a recording module 33, and a playback module 34, wherein:
a tracking mark determining module 31, configured to record current system time when recording traffic, and determine a tracking mark of the current traffic according to the system time;
a target system time determining module 32, configured to determine a target system time according to the tracking flag when the target system time is obtained;
a recording module 33, configured to record a tracking flag of a current flow;
a replay module 34, configured to determine a target system time according to the tracking identifier of the current replay traffic when replaying the traffic; and carrying out flow replay according to the target system time.
Further, the tracking flag determining module 31 is configured to:
and determining the tracking mark of the current flow according to the system identification, the UUID and the timestamp of the system time.
Further, the target system time determination module 32 is configured to:
and modifying the code of the acquired time in the recorded tested function into a first code, wherein the first code is used for determining the target system time according to the tracking mark.
Further, the target system time determination module 32 is configured to:
and modifying the code of the acquired time in the recorded measured function into a first code by using an instrument instrumentation technology, wherein the first code is used for determining the target system time according to the tracking mark.
Further, the replay module 34 is configured to:
when the flow is replayed, analyzing the target system time according to the tracking identifier of the current replay flow;
taking the target system time as a global variable;
when the playback traffic acquires time information, the target system time is taken as the time information.
Further, the replay module 34 is configured to:
and acquiring a code of the acquired time in the replay flow, and modifying the code into a second code by using an instrumentation technology, wherein the second code is used for taking the target system time as time information.
Further, the system comprises a message processing module, which is used for determining the message according to the recorded system time if the message carrying the system time is sent to the external server.
The anti-interference device for the automated regression test, provided by the embodiment of the invention, comprises a tracking mark determining module 31, a tracking mark determining module and a tracking mark determining module, wherein the tracking mark determining module is used for recording the current system time when the flow is recorded and determining the tracking mark of the current flow according to the system time; a target system time determining module 32, configured to determine a target system time according to the tracking flag when the target system time is obtained; a recording module 33, configured to record a tracking flag of a current flow; a replay module 34, configured to determine a target system time according to the tracking identifier of the current replay traffic when replaying the traffic; and carrying out flow replay according to the target system time. Compared with the conventional automatic regression test, the system time causes interference to the test result. The anti-interference device for the automatic regression test provided by the embodiment of the invention can record by using the same system time as the target system time when recording the flow, and generate the tracking mark of the current flow according to the current system time. When the flow is replayed, the system time is restored through the tracking marks, and the flow is replayed based on the restored target system time, so that the system parameters used in the recording process and the replaying process are the same target system time, the unification of the system time is ensured, and the reliability of the automatic regression test is improved.
The anti-interference device for the automated regression test provided by the embodiment of the invention can execute the anti-interference method for the automated regression test provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
Example four
Fig. 4 is a schematic structural diagram of a computer apparatus according to a fourth embodiment of the present invention, as shown in fig. 4, the computer apparatus includes a processor 40, a memory 41, an input device 42, and an output device 43; the number of processors 40 in the computer device may be one or more, and one processor 40 is taken as an example in fig. 4; the processor 40, the memory 41, the input device 42 and the output device 43 in the computer apparatus may be connected by a bus or other means, and the connection by the bus is exemplified in fig. 4.
The memory 41, as a computer-readable storage medium, may be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the tamper-resistant method of automated regression testing in the embodiments of the present invention (e.g., the tracking flag determination module 31, the target system time determination module 32, the recording module 33, and the replay module 34). The processor 40 executes various functional applications and data processing of the computer device by executing software programs, instructions and modules stored in the memory 41, namely, the anti-interference method of the automated regression test described above is realized.
The memory 41 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 41 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, memory 41 may further include memory located remotely from processor 40, which may be connected to a computer device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 42 is operable to receive input numeric or character information and to generate key signal inputs relating to user settings and function controls of the computer apparatus. The output device 43 may include a display device such as a display screen.
EXAMPLE five
An embodiment of the present invention further provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform an anti-interference method for automated regression testing, where the method includes:
when recording the flow, recording the current system time, and determining the tracking mark of the current flow according to the system time;
when the target system time is obtained, determining the target system time according to the tracking mark;
recording a tracking mark of the current flow;
when the flow is replayed, determining the target system time according to the tracking identification of the current replay flow;
and carrying out flow replay according to the target system time.
Further, determining a tracking flag of the current flow according to the system time includes:
and determining the tracking mark of the current flow according to the system identification, the UUID and the timestamp of the system time.
Further, when the target system time is obtained, determining the target system time according to the tracking flag includes:
and modifying the code of the acquired time in the recorded tested function into a first code, wherein the first code is used for determining the target system time according to the tracking mark.
Further, modifying a code for acquiring time in the recorded measured function into a first code, wherein the first code is used for determining the target system time according to the tracking mark, and the method comprises the following steps:
and modifying the code of the acquired time in the recorded measured function into a first code by using an instrument instrumentation technology, wherein the first code is used for determining the target system time according to the tracking mark.
Further, in the process of replaying the traffic, determining the target system time according to the tracking identifier of the current replay traffic, comprising:
when the flow is replayed, analyzing the target system time according to the tracking identifier of the current replay flow;
taking the target system time as a global variable;
correspondingly, the flow replaying according to the target system time comprises the following steps:
when the playback traffic acquires time information, the target system time is taken as the time information.
Further, when the playback traffic acquires time information, taking the target system time as the time information includes:
and acquiring a code of the acquired time in the replay flow, and modifying the code into a second code by using an instrumentation technology, wherein the second code is used for taking the target system time as time information.
Further, the method also comprises the following steps:
and if the message carrying the system time is sent to the external server, determining the message according to the recorded system time.
Of course, the storage medium containing the computer-executable instructions provided by the embodiments of the present invention is not limited to the above method operations, and may also perform related operations in the anti-jamming method of the automated regression test provided by any embodiments of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the above search apparatus, each included unit and module are merely divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. An anti-interference method for automated regression testing, comprising:
when recording the flow, recording the current system time, and determining the tracking mark of the current flow according to the system time;
when the target system time is obtained, determining the target system time according to the tracking mark;
recording a tracking mark of the current flow;
when the flow is replayed, determining the target system time according to the tracking identification of the current replay flow;
and carrying out flow replay according to the target system time.
2. The method of claim 1, wherein determining a tracking signature of a current flow based on the system time comprises:
and determining the tracking mark of the current flow according to the system identification, the UUID and the timestamp of the system time.
3. The method of claim 1, wherein determining a target system time from the tracking marker when the target system time is obtained comprises:
and modifying the code of the acquired time in the recorded tested function into a first code, wherein the first code is used for determining the target system time according to the tracking mark.
4. The method of claim 3, wherein the step of modifying the code of the time obtained from the recorded function under test into a first code, the first code being used to determine the target system time based on the tracking signature, comprises:
and modifying the code of the acquired time in the recorded measured function into a first code by using an instrument instrumentation technology, wherein the first code is used for determining the target system time according to the tracking mark.
5. The tamper-resistant method for automated regression testing according to claim 1, wherein determining a target system time based on a tracking indicator of current replay traffic during replay traffic comprises:
when the flow is replayed, analyzing the target system time according to the tracking identifier of the current replay flow;
taking the target system time as a global variable;
correspondingly, the performing of traffic replay according to the target system time includes:
when playback traffic acquires time information, the target system time is taken as the time information.
6. The tamper-resistant method for automated regression testing according to claim 5, wherein said taking the target system time as the time information when the replay traffic obtains the time information comprises:
and acquiring a code of the acquired time in the replay flow, and modifying the code into a second code by using an instrumentation technology, wherein the second code is used for taking the target system time as the time information.
7. The automated regression test anti-jamming method of claim 1, further comprising:
and if the message carrying the system time is sent to the external server, determining the message according to the recorded system time.
8. An anti-jamming device for automated regression testing, comprising:
the tracking mark determining module is used for recording the current system time when the flow is recorded and determining the tracking mark of the current flow according to the system time;
the target system time determining module is used for determining the target system time according to the tracking mark when the target system time is obtained;
the recording module is used for recording a tracking mark of the current flow;
the replay module is used for determining the target system time according to the tracking identification of the current replay flow when the flow is replayed; and carrying out flow replay according to the target system time.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor when executing the program implements the tamper resistant method of automated regression testing of any one of claims 1-7.
10. A storage medium containing computer executable instructions for performing the tamper-resistant method of automated regression testing of any one of claims 1-7 when executed by a computer processor.
CN201910935389.1A 2019-09-29 2019-09-29 Anti-interference method and device for automatic regression test, computer equipment and storage medium Withdrawn CN110647473A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910935389.1A CN110647473A (en) 2019-09-29 2019-09-29 Anti-interference method and device for automatic regression test, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910935389.1A CN110647473A (en) 2019-09-29 2019-09-29 Anti-interference method and device for automatic regression test, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN110647473A true CN110647473A (en) 2020-01-03

Family

ID=68993321

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910935389.1A Withdrawn CN110647473A (en) 2019-09-29 2019-09-29 Anti-interference method and device for automatic regression test, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110647473A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114546822A (en) * 2021-12-27 2022-05-27 芯华章科技股份有限公司 Method for testing design, electronic device and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114546822A (en) * 2021-12-27 2022-05-27 芯华章科技股份有限公司 Method for testing design, electronic device and storage medium

Similar Documents

Publication Publication Date Title
CN109308263B (en) Applet testing method, device and equipment
WO2019227641A1 (en) Application testing method, apparatus, terminal device and medium
CN110287696B (en) Detection method, device and equipment for rebound shell process
CN112035354B (en) Positioning method, device and equipment of risk codes and storage medium
CN110083581B (en) Log tracing method and device, storage medium and computer equipment
CN111158741A (en) Method and device for monitoring change of dependency relationship of business module on third-party class library
CN111796809A (en) Interface document generation method and device, electronic equipment and medium
CN105468511A (en) Web page script error positioning method and apparatus
CN106557419B (en) Program testing method and device
CN112241362A (en) Test method, test device, server and storage medium
US20120054724A1 (en) Incremental static analysis
US9442823B2 (en) Memory error tracking in a multiple-user development environment
CN110647473A (en) Anti-interference method and device for automatic regression test, computer equipment and storage medium
CN116107781A (en) Log tracking method, device, electronic equipment and computer program product
CN109542775B (en) Test script generation and execution method and device
CN112162954B (en) User operation log generation and path positioning method, device, equipment and medium
CN115827374A (en) Application log management method and device, electronic equipment and readable storage medium
CN114064510A (en) Function testing method and device, electronic equipment and storage medium
CN114721638A (en) Query logic code generation method and device
CN111339380B (en) Interface time-consuming data processing method and related device
CN110647474A (en) Anti-interference method and device for automatic regression test, computer equipment and storage medium
CN113986739A (en) Monitoring method and device for website memory leakage, storage medium and processor
CN107766216A (en) It is a kind of to be used to obtain the method and apparatus using execution information
CN111338956A (en) Automatic pressure measurement method, device, equipment and storage medium
CN113760696A (en) Program problem positioning method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20200103

WW01 Invention patent application withdrawn after publication