CN110879783B - Program testing method, device, equipment and storage medium - Google Patents

Program testing method, device, equipment and storage medium Download PDF

Info

Publication number
CN110879783B
CN110879783B CN201911150106.9A CN201911150106A CN110879783B CN 110879783 B CN110879783 B CN 110879783B CN 201911150106 A CN201911150106 A CN 201911150106A CN 110879783 B CN110879783 B CN 110879783B
Authority
CN
China
Prior art keywords
program
replay
replay object
record file
test
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
CN201911150106.9A
Other languages
Chinese (zh)
Other versions
CN110879783A (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.)
Shanghai Dameng Database Co Ltd
Original Assignee
Shanghai Dameng Database 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 Shanghai Dameng Database Co Ltd filed Critical Shanghai Dameng Database Co Ltd
Priority to CN201911150106.9A priority Critical patent/CN110879783B/en
Publication of CN110879783A publication Critical patent/CN110879783A/en
Application granted granted Critical
Publication of CN110879783B publication Critical patent/CN110879783B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3604Software analysis for verifying properties of programs
    • G06F11/3612Software analysis for verifying properties of programs by runtime analysis
    • 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)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a program testing method, a program testing device, program testing equipment and a storage medium. The method comprises the following steps: running a test program to generate a first record file; running the test program again to generate a second record file; reading the content of the first record file, and replaying the operation steps recorded by the first record file to generate a first replay object; reading the content of the second record file, and replaying the operation steps recorded by the second record file to generate a second replay object; and comparing the first replay object with the second replay object, and if the first replay object and the second replay object are equivalent, successfully running the test program. The invention solves the problems that in the prior art, whether the test program runs successfully or not is judged according to the output result of the test program and the file creation and modification of the test program are difficult to detect in the program test process, improves the accuracy of the program test, and realizes the effect of detecting the essential operation action in the program running.

Description

Program testing method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to a software testing technology, in particular to a program testing method, a device, equipment and a storage medium.
Background
In conventional test programs, the inputs of the program are generally defined, and the outputs of the program are compared to determine the correctness of the program operation. Such tests typically detect output data, and if the program execution results are ultimately reflected on a file, such as creating a file or modifying a file, it is difficult to detect the final output of the program, and only data generated before the file is written can be detected.
For some programs, the creation and modification of files are the main tasks in the program content, such as installation programs, but because the program modification causes the input, running steps or internal logic of the program to change, the output result is the same as that of the original program, if the final output needs to generate files, such as a modification registry of WINDOWS, etc., the conventional test program has difficulty in detecting changes in the running time of the program.
Disclosure of Invention
The invention provides a program testing method, a device, equipment and a storage medium, so as to realize the detection of program operation.
In a first aspect, an embodiment of the present invention provides a program testing method, including:
running a test program to generate a first record file;
running the test program again to generate a second record file;
reading the content of the first record file, and replaying the operation steps recorded by the first record file to generate a first replay object;
reading the content of the second record file, and replaying the operation steps recorded by the second record file to generate a second replay object;
and comparing the first replay object with the second replay object, and if the first replay object and the second replay object are equivalent, successfully running the test program.
Optionally, before the test program is run and the first record file is generated, the method further includes:
and starting a monitoring tool, wherein the monitoring tool is used for recording the operation steps of the test program.
Optionally, the replay includes re-execution of the operation actions of the operation steps.
Optionally, the comparing the first replay object and the second replay object includes,
comparing the operation action of the first replay object with the operation action of the second replay object.
In a second aspect, an embodiment of the present invention further provides a program testing apparatus, including:
the first recording module is used for running a test program and generating a first recording file;
the second recording module is used for running the test program again and generating a second recording file;
the first replay module is used for reading the content of the first record file, replaying the operation steps recorded by the first record file and generating a first replay object;
the second replay module is used for reading the content of the second record file, replaying the operation steps recorded by the second record file and generating a second replay object;
and the comparison module is used for comparing the first replay object with the second replay object, and if the first replay object and the second replay object are equivalent, the test program is successfully operated.
Optionally, the apparatus further comprises:
the monitoring module is used for starting a monitoring tool, and the monitoring tool is used for recording operation steps of the test program.
Optionally, the replay includes re-execution of the operation actions of the operation steps.
Optionally, the comparing the first replay object and the second replay object includes,
comparing the operation action of the first replay object with the operation action of the second replay object.
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 capable of running on the processor, where the processor executes the program to implement the program testing method according to any embodiment of the present invention.
In a fourth aspect, embodiments of the present invention further provide a storage medium containing computer-executable instructions, on which a computer program is stored, which when executed by a processor implements a program testing method according to any of the embodiments of the present invention.
According to the invention, by recording the operation of the test program and replaying the operation steps in the recorded file when the test program is operated twice to generate the replay object, comparing the operation actions of the replay object twice to determine whether the program is operated successfully, the problems that in the process of testing the program, the limitation of judging whether the test program is operated successfully or not according to the output result of the test program and the creation and modification of the test program to the file are difficult to detect in the prior art are solved, the accuracy of the program test is improved, and the effect of detecting the substantial operation actions in the program operation is realized.
Drawings
FIG. 1 is a flowchart of a program testing method according to a first embodiment of the present invention;
FIG. 2 is a schematic diagram of a program testing apparatus according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a computer device according to a third embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present invention are shown in the drawings.
Example 1
Fig. 1 is a flowchart of a program testing method according to an embodiment of the present invention, where the method may be performed by a program testing device, and the device may be implemented by software and/or hardware.
As shown in fig. 1, the method specifically includes the following steps:
and 110, running a test program to generate a first record file.
The test program may be any program that can be run on a computer. A log file may be understood as a recorded set of all operational steps performed by a test program at run-time. The first record file can be understood as a reference file in the current test process.
Optionally, before the test program is run and the first record file is generated, the method further includes: and starting a monitoring tool, wherein the monitoring tool is used for recording the operation steps of the test program.
Common operating systems (e.g., windows and Linux systems) provide related system interfaces for acquiring changes to files in the operating system. First, a monitoring tool is implemented through these system interfaces for recording the relevant operations performed by the specified program.
The test program may perform operations at runtime such as creating a directory, creating a file, modifying a file, deleting a file, adding a file, etc., and the recording format may be as follows:
create directory c \test #
<create type=”dir”path=”c:\test”></create>
Create file c \test \1.Log
<create type=”file”path=”c:\test\1.log”></create>
# modify File c \test \1.Log add (app and) content ceshi at the end
<modify type=”file”path=”c:\test\1.log”action=”appand”value=”ceshi”><modify>
Delete file c \test \1.Log content, starting at position 10, length 20
<modify type=”file”path=”c:\test\1.log”action=”delete”start=”10”length=”20”><modify>
The # incremental file c \test \1.Log content begins at position 10 with the incremental content being the ceshi
<modify type=”file”path=”c:\test\1.log”action=”add”start=”10”value=”ceshi”><modify>
Delete file #
<delete type=”file”path=”c:\test\1.log”></delete>
And 120, running the test program again to generate a second record file.
Starting the monitoring tool, repeating the operation process of the step 110 on the test program, recording the operation steps of the test program operation, and generating a second record file, wherein the second record file can be understood as a comparison file in the current test process. The test program can be debugged and modified before running again, but the program is unchanged in nature, and the functions realized are unchanged.
And 130, reading the content of the first record file, and replaying the operation steps of the first record file record to generate a first replay object.
Optionally, the replay includes re-execution of the operation actions of the operation steps.
The replay object is understood to be an attribute, a method, or the like describing the operation actions of each operation step in the record file.
And 140, reading the content of the second record file, and replaying the operation steps of the second record file record to generate a second replay object.
Step 150, comparing the first replay object with the second replay object, and if the first replay object is equivalent, running the test program successfully.
Optionally, comparing the first replay object with the second replay object includes comparing an operation action of the first replay object with an operation action of the second replay object.
Specifically, in comparison, if the operation action of the first replay object is identical to the operation action of the second replay object, the operation actions may be considered equivalent. As a specific example, the first record file includes the following:
<create type=”dir”path=”c:\test”></create>
<create type=”file”path=”c:\test\1.log”></create>
<modify type=”file”path=”c:\test\1.log”action=”appand”value=”aa”><modify>
<modify type=”file”path=”c:\test\1.log”action=”appand”value=”bb”><modify>
<delete type=”file”path=”c:\test\1.log”></delete>
the second record file includes the following:
<create type=”dir”path=”d:\test”></create>
<create type=”file”path=”d:\test\1.log”></create>
<modify type=”file”path=”d:\test\1.log”action=”appand”value=”a”><modify>
<modify type=”file”path=”d:\test\1.log”action=”appand”value=”abb”><modify>
<delete type=”file”path=”d:\test\1.log”></delete>
when comparing the first replay object and the second replay object, although the absolute paths of the files modified by the first replay object and the second replay object are different, the relative paths under the catalog are the same and are all 1.Log, and the comparison tool determines that the modified file paths are equivalent; the file contents modified by the first replay object and the second replay object are aa+bb and a+ abb, respectively, although the two steps are literally different, but the accumulated modifications are identical, the comparison tool will recognize that the modified file contents are equivalent, equivalent to 1+2+3=3+2+1, in an inconsistent order, but the results are identical.
And determining whether the two operations of the test program are equivalent by comparing all operation actions contained in the first replay object and the second replay object, and if so, considering that the two operations of the test program are stable, and if no substantial difference exists between the two operations, the operation of the test program is successful.
According to the technical scheme, the replay object is generated by recording the operation of the test program and replaying the operation steps in the recorded file when the test program is operated twice, whether the program is operated successfully is determined by comparing the operation actions of the replay object twice, the problems that in the process of testing the program in the prior art, whether the test program is operated successfully or not is judged according to the output result of the test program, and the file is difficult to be detected by the test program to be created and modified are solved, the accuracy of the program test is improved, and the effect of detecting the substantial operation actions in the program operation is realized.
Example two
The program testing device provided by the embodiment of the invention can execute the program testing method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method. Fig. 2 is a schematic structural diagram of a program testing device according to a second embodiment of the present invention, as shown in fig. 2, the device includes: a first recording module 210, a second recording module 220, a first replay module 230, a second replay module 240, and a contrast module 250.
The first recording module 210 is configured to run a test program and generate a first recording file.
The second recording module 220 is configured to run the test program again to generate a second recording file.
The first replay module 230 is configured to read the content of the first record file, replay the operation steps of the first record file record, and generate a first replay object.
The second replay module 240 is configured to read the content of the second record file, replay the operation steps of the second record file record, and generate a second replay object.
The comparison module 250 is configured to compare the first replay object and the second replay object, and if the first replay object and the second replay object are equivalent, the test program is successfully run.
According to the technical scheme, the replay object is generated by recording the operation of the test program and replaying the operation steps in the recorded file when the test program is operated twice, whether the program is operated successfully is determined by comparing the operation actions of the replay object twice, the problems that in the process of testing the program in the prior art, whether the test program is operated successfully or not is judged according to the output result of the test program, and the file is difficult to be detected by the test program to be created and modified are solved, the accuracy of the program test is improved, and the effect of detecting the substantial operation actions in the program operation is realized.
Optionally, the apparatus further comprises:
the monitoring module 260 is used for starting a monitoring tool, and the monitoring tool is used for recording the operation steps of the test program.
Optionally, the replay includes re-execution of the operation actions of the operation steps.
Optionally, comparing the first replay object with the second replay object includes comparing an operation action of the first replay object with an operation action of the second replay object.
According to the technical scheme, the replay object is generated by recording the operation of the test program and replaying the operation steps in the recorded file when the test program is operated twice, whether the program is operated successfully is determined by comparing the operation actions of the replay object twice, the problems that in the process of testing the program in the prior art, whether the test program is operated successfully or not is judged according to the output result of the test program, and the file is difficult to be detected by the test program to be created and modified are solved, the accuracy of the program test is improved, and the effect of detecting the substantial operation actions in the program operation is realized.
Example III
Fig. 3 is a schematic structural diagram of a computer device according to a third embodiment of the present invention, where, as shown in fig. 3, the computer device includes a processor 310, a memory 320, an input device 330 and an output device 340; the number of processors 310 in the computer device may be one or more, one processor 310 being taken as an example in fig. 3; the processor 310, memory 320, input 330 and output 340 in the computer device may be connected by a bus or other means, for example in fig. 3.
The memory 320 is a computer readable storage medium, and may be used to store a software program, a computer executable program, and modules, such as program instructions/modules corresponding to the program testing method in the embodiment of the present invention (for example, the first recording module 210, the second recording module 220, the first replay module 230, the second replay module 240, and the comparison module 250 in the program testing apparatus). The processor 310 executes various functional applications of the computer device and data processing by running software programs, instructions and modules stored in the memory 320, i.e., implements the program testing methods described above.
Memory 320 may include primarily a program storage area and a data storage area, wherein the program storage area may store an operating system, at least one application program required for functionality; the storage data area may store data created according to the use of the terminal, etc. In addition, memory 320 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 320 may further include memory located remotely from processor 310, which may be connected to the computer device via 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 330 may be used to receive input numeric or character information and to generate key signal inputs related to user settings and function control of the computer device. The output device 340 may include a display device such as a display screen.
Example IV
A fourth embodiment of the present invention also provides a computer-readable storage medium containing computer-executable instructions for performing a program testing method when executed by a computer processor, the method comprising:
running a test program to generate a first record file;
running the test program again to generate a second record file;
reading the content of the first record file, and replaying the operation steps recorded by the first record file to generate a first replay object;
reading the content of the second record file, and replaying the operation steps recorded by the second record file to generate a second replay object;
and comparing the first replay object with the second replay object, and if the first replay object is equivalent, successfully running the test program. .
Of course, the storage medium containing the computer executable instructions provided in the embodiments of the present invention is not limited to the method operations described above, and may also perform the related operations in the test program provided in any embodiment of the present invention.
From the above description of embodiments, it will be clear to a person skilled in the art that the present invention may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art 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 (Random Access Memory, RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, etc., and include several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments of the present invention.
It should be noted that, in the above-mentioned embodiments of the search apparatus, each unit and module included are only divided according to the functional logic, but not limited to the above-mentioned division, as long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for distinguishing from each other, and are not used to limit the protection scope of the present invention.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. 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, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (10)

1. A program testing method, comprising:
running a test program to generate a first record file;
running the test program again to generate a second record file;
reading the content of the first record file, replaying the operation steps recorded by the first record file, and generating a first replay object, wherein the first replay object records the attribute and the method of the operation action corresponding to each operation step in the first record file;
reading the content of the second record file, replaying the operation steps recorded by the second record file, and generating a second replay object, wherein the second replay object records the attribute and the method of the operation action corresponding to each operation step in the second record file;
and comparing the first replay object with the second replay object, and if the first replay object and the second replay object are equivalent, successfully running the test program.
2. The program testing method according to claim 1, further comprising, before running the test program to generate the first record file:
and starting a monitoring tool, wherein the monitoring tool is used for recording the operation steps of the test program.
3. The program testing method of claim 1, wherein the replay includes re-execution of the operation actions of each operation step.
4. The program testing method of any one of claim 1 to 3, wherein said comparing said first replay object and said second replay object comprises,
comparing the operation action of the first replay object with the operation action of the second replay object.
5. A program testing apparatus, comprising:
the first recording module is used for running a test program and generating a first recording file;
the second recording module is used for running the test program again and generating a second recording file;
the first replay module is used for reading the content of the first record file, replaying the operation steps recorded by the first record file and generating a first replay object, wherein the first replay object records the attribute and the method of the operation action corresponding to each operation step in the first record file;
the second replay module is used for reading the content of the second record file, replaying the operation steps recorded by the second record file and generating a second replay object, wherein the second replay object records the attribute and the method of the operation action corresponding to each operation step in the second record file;
and the comparison module is used for comparing the first replay object with the second replay object, and if the first replay object and the second replay object are equivalent, the test program is successfully operated.
6. The program testing device of claim 5, further comprising:
the monitoring module is used for starting a monitoring tool, and the monitoring tool is used for recording operation steps of the test program.
7. The program testing device of claim 5, wherein the replay includes re-execution of the operation actions of each operation step.
8. The program testing device of any one of claims 5-7, wherein said comparing said first replay object to said second replay object comprises,
comparing the operation action of the first replay object with the operation action of the second replay object.
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 implements the program testing method of any of claims 1-4 when the program is executed by the processor.
10. A computer readable storage medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the program testing method according to any one of claims 1-4.
CN201911150106.9A 2019-11-21 2019-11-21 Program testing method, device, equipment and storage medium Active CN110879783B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911150106.9A CN110879783B (en) 2019-11-21 2019-11-21 Program testing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911150106.9A CN110879783B (en) 2019-11-21 2019-11-21 Program testing method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110879783A CN110879783A (en) 2020-03-13
CN110879783B true CN110879783B (en) 2023-09-08

Family

ID=69730838

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911150106.9A Active CN110879783B (en) 2019-11-21 2019-11-21 Program testing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110879783B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365776A (en) * 2013-06-28 2013-10-23 中国科学院计算技术研究所 Parallel system weak consistency verifying method and system based on deterministic replay
CN104750612A (en) * 2015-03-31 2015-07-01 腾讯科技(深圳)有限公司 File operation testing method and device
CN105718353A (en) * 2016-01-18 2016-06-29 深圳市同创国芯电子有限公司 Testing method, apparatus and system for graphic interface application
CN109739691A (en) * 2018-12-30 2019-05-10 上海达梦数据库有限公司 DB Backup and restoration methods, device, terminal device and storage medium
CN109783384A (en) * 2019-01-10 2019-05-21 未来电视有限公司 Log use-case test method, log use-case test device and electronic equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI510913B (en) * 2013-11-12 2015-12-01 Inst Information Industry Testing device and testing method thereof

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365776A (en) * 2013-06-28 2013-10-23 中国科学院计算技术研究所 Parallel system weak consistency verifying method and system based on deterministic replay
CN104750612A (en) * 2015-03-31 2015-07-01 腾讯科技(深圳)有限公司 File operation testing method and device
CN105718353A (en) * 2016-01-18 2016-06-29 深圳市同创国芯电子有限公司 Testing method, apparatus and system for graphic interface application
CN109739691A (en) * 2018-12-30 2019-05-10 上海达梦数据库有限公司 DB Backup and restoration methods, device, terminal device and storage medium
CN109783384A (en) * 2019-01-10 2019-05-21 未来电视有限公司 Log use-case test method, log use-case test device and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王重.并发测试重演工具系统的设计与实现.《中国优秀硕士学位论文全文数据库(信息科技辑)》.2015,全文. *

Also Published As

Publication number Publication date
CN110879783A (en) 2020-03-13

Similar Documents

Publication Publication Date Title
US10761964B2 (en) Object monitoring in code debugging
US10268568B2 (en) System and method for data element tracing
US20150006961A1 (en) Capturing trace information using annotated trace output
CN109815119B (en) APP link channel testing method and device
CN110879781A (en) Program debugging method and device, electronic equipment and computer readable storage medium
CN112905441A (en) Test case generation method, test method, device and equipment
CN110764941A (en) Method, device, medium and equipment for acquiring call stack frame instruction offset
CN112732300A (en) Data packet updating method and device, electronic equipment and readable storage medium
US20140229923A1 (en) Commit sensitive tests
CN105912467B (en) Performance test method and device
CN110889116B (en) Advertisement interception method and device and electronic equipment
CN111240987B (en) Method and device for detecting migration program, electronic equipment and computer readable storage medium
CN110879783B (en) Program testing method, device, equipment and storage medium
CN105302700A (en) Method and equipment for recording user operation on touch terminal
CN108304186B (en) Method and equipment for executing multiple operations based on synthetic configuration file
US20160124837A1 (en) Memory error tracking in a multiple-user development environment
US20190087462A1 (en) Report generation for a digital task
US20160275002A1 (en) Image capture in application lifecycle management for documentation and support
CN110647473A (en) Anti-interference method and device for automatic regression test, computer equipment and storage medium
CN113760696A (en) Program problem positioning method and device, electronic equipment and storage medium
CN112286804B (en) System debugging method, device, equipment and medium
CN106897588B (en) Processing method and device of label function
CN111338956A (en) Automatic pressure measurement method, device, equipment and storage medium
CN116627391B (en) UI component detection method, device, equipment and storage medium
CN113986517B (en) API call log acquisition 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
GR01 Patent grant
GR01 Patent grant