CN111274130A - Automatic testing method, device, equipment and storage medium - Google Patents

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

Info

Publication number
CN111274130A
CN111274130A CN202010049129.7A CN202010049129A CN111274130A CN 111274130 A CN111274130 A CN 111274130A CN 202010049129 A CN202010049129 A CN 202010049129A CN 111274130 A CN111274130 A CN 111274130A
Authority
CN
China
Prior art keywords
target
test
target event
test program
event
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
CN202010049129.7A
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.)
Shenzhen Lexin Software Technology Co Ltd
Original Assignee
Shenzhen Lexin 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 Shenzhen Lexin Software Technology Co Ltd filed Critical Shenzhen Lexin Software Technology Co Ltd
Priority to CN202010049129.7A priority Critical patent/CN111274130A/en
Publication of CN111274130A publication Critical patent/CN111274130A/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
    • 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/3668Software testing
    • G06F11/3672Test management
    • G06F11/368Test management for test version control, e.g. updating test cases to a new software version

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 automatic test method, a device, equipment and a storage medium, wherein the method comprises the following steps: when a target event is detected, determining a test program corresponding to the target event based on a module for analyzing the target event; and testing the target event based on the test program, and when the test result is the same as the target expected value, the test is passed. The technical scheme of the embodiment of the invention solves the technical problems that in the prior art, each service needs to be manually tested by a worker, when version change or a stable service flow is involved, the same service needs to be repeatedly tested by the worker, the workload is large, the labor cost is high, the time is wasted, and the testing efficiency is low, realizes the testing of the target service based on a plurality of preset application programs, improves the testing efficiency, and reduces the labor cost.

Description

Automatic testing method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to an automatic testing method, device, equipment and storage medium.
Background
When testing services in an Application (APP), a tester needs to manually test each service with a worker. When version change or a stable business process is involved, a worker needs to repeatedly test the same business, namely, the same business needs to be repeatedly tested, and the technical problems of large workload, high labor cost, time waste and low testing efficiency exist.
Disclosure of Invention
The invention provides an automatic testing method, device, equipment and storage medium, and aims to achieve the technical effects of reducing labor cost and improving testing efficiency.
In a first aspect, an embodiment of the present invention provides an automated testing method, where the method includes:
when a target event is detected, determining a target test program corresponding to the target event based on a module for analyzing the target event;
and testing the target event based on the target test program, and when the test result is the same as the target expected value, the test is passed.
In a second aspect, an embodiment of the present invention further provides an automatic testing apparatus, where the apparatus includes:
a test program determining module for determining a target test program corresponding to a target event based on the module for analyzing the target event when the target event is detected;
a test result determining module for testing the target event based on the target test program, and when the test result is the same as the target expected value, the test passes
In a third aspect, an embodiment of the present invention further provides an apparatus, where the apparatus includes:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement an automated testing method according to any one of the embodiments of the invention.
In a fourth aspect, embodiments of the present invention also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform an automated testing method according to any one of the embodiments of the present invention.
According to the technical scheme of the embodiment of the invention, when a target event is detected, a test program corresponding to the target event is determined based on a module for analyzing the target event; the target event is tested based on the test program, when the test result is the same as the target expected value, the test is passed, the technical problems that in the prior art, each service needs to be manually tested by a worker, when version change or a stable service flow is involved, the same service needs to be repeatedly tested by the worker, the workload is large, the labor cost is high, time is wasted, and the test efficiency is low are solved, the target service is tested based on a plurality of preset application programs, the test efficiency is improved, and the technical effect of the labor cost is reduced.
Drawings
In order to more clearly illustrate the technical solutions of the exemplary embodiments of the present invention, a brief description is given below of the drawings used in describing the embodiments. It should be clear that the described figures are only views of some of the embodiments of the invention to be described, not all, and that for a person skilled in the art, other figures can be derived from these figures without inventive effort.
Fig. 1 is a schematic flow chart illustrating an automated testing method according to an embodiment of the present invention;
FIG. 2 is another schematic flow chart illustrating an automated testing method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of an automated testing apparatus according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of an apparatus according to a 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.
Example one
Fig. 1 is a flowchart of an automated testing method according to an embodiment of the present invention, where the automated testing method is applicable to a case of testing a developed application, and the method may be executed by an automated testing apparatus, where the automated testing apparatus may be implemented in the form of software and/or hardware, and the hardware may be an electronic device, an optional mobile terminal or a PC terminal, and the like.
As shown in fig. 1, the method of this embodiment includes:
and S110, when the target event is detected, determining a target test program corresponding to the target event based on the module for analyzing the target event.
The target event is an application program which can be understood as needing to be tested, and the target service, such as testing the login service, can be used as the target event. The target event analysis module is used for analyzing the target service to determine a module of a test program corresponding to the target service, namely the target event analysis module is a module for screening out the target test program from pre-programmed test application programs based on the target service. The target test program is a program for testing a target event, i.e. a target service. Based on the target test program, it may be determined whether a target event is available or whether an error exists.
It should be noted that, a worker may write a test program in different test scenarios in advance, that is, the worker may write a test application corresponding to different test services. After the target event is determined, a target test program corresponding to the target event may be determined from the pre-written test programs.
Specifically, after a target event is detected, the target event analysis module screens out a test program corresponding to the target event from all pre-programmed test programs according to the target event, and uses the test program as a target test program.
In this embodiment, determining a target event and determining a test program corresponding to the target event includes: monitoring all events of the system based on the Accessibility Service, and screening out target events from all the events based on a pre-programmed event filter program; and calling a target event analysis module, analyzing and processing the target event, and determining a test program corresponding to the target event.
Wherein, the Accessibility Service can monitor all events in the system. The event filter program may be understood as a program for screening a target event from all events.
Specifically, based on the Accessibility Service, all events of the system can be monitored, and an event filter program is called to filter target events in all events; the event analysis module may analyze the target event to determine a test procedure corresponding to the target event.
And S120, testing the target event based on the target test program, and when the test result is the same as the target expected value, passing the test.
After the test application corresponding to the target event is obtained, the target event may be tested based on the target test application. And when the test result is the same as the target expected value, the target event meets the preset requirement and can pass the test.
Before the target event is tested, an expected value corresponding to the test program may be screened from the database based on the test program, and the expected value may be used as the target expected value.
It is to be understood that the system may define the expected value corresponding to each test program in advance, and when the target event is tested based on the test program, the expected value corresponding to the test application may be acquired first.
Specifically, based on the target test program, an expected value corresponding to the test application program is screened from the database, and the expected value can be used as a target expected value of the test target event.
On the basis of the above technical solution, it should be further noted that when the test result is inconsistent with the target expected value, the test step log is recorded and saved.
That is, when the test result is different from the target expected value, the test result may be retained and recorded in the form of a log. The test log may include information of the test error so that the target user can debug the test record.
According to the technical scheme of the embodiment of the invention, when a target event is detected, a test program corresponding to the target event is determined based on a module for analyzing the target event; the target event is tested based on the test program, when the test result is the same as the target expected value, the test is passed, the technical problems that in the prior art, each service needs to be manually tested by a worker, when version change or a stable service flow is involved, the same service needs to be repeatedly tested by the worker, the workload is large, the labor cost is high, time is wasted, and the test efficiency is low are solved, the target service is tested based on a plurality of preset application programs, the test efficiency is improved, and the technical effect of the labor cost is reduced.
Example two
As a preferred embodiment of the foregoing embodiment, fig. 2 is another schematic flow chart of an automated testing method according to a second embodiment of the present invention. As shown in fig. 2, the method includes:
and S210, starting the application program.
The application program may be an application program for testing each service.
S220, selecting a pre-programmed test program, and entering an automatic test flow.
The test program may be understood as an application program for testing the target service.
It should be noted that, a plurality of test programs may be written in the test software in advance to test different services.
It is understood that before testing the target services, test programs corresponding to the respective services are written and stored. And acquiring test programs corresponding to different test events, and determining test entry pages corresponding to the test programs. Each test program is saved by module so that when the target service is tested, the target service can be tested based on the pre-stored test application.
Specifically, based on a system event sent by the accessitivyservice service, an event to be tested is filtered from all events, that is, a specific event is filtered, and a test program corresponding to the specific event is obtained based on the specific event.
S230, judging whether the test process accords with an expected value; if yes, go to S240; if not, go to S250.
It should be further noted that the user may determine expected values corresponding to the respective test programs in advance, and optionally, the expected value may be 1 if the test passes, and may be 0 if the test fails. Of course, the user can set the expected value according to actual requirements.
Specifically, in the process of testing the target service, if the value output in the test process is the same as the preset expected value, that is, the value meets the expected value, S240 may be executed, that is, the test passes. If the output value is different from the preset expected value, i.e., does not meet the expected value, S250 may be performed. I.e. the test failed.
And S240, the test is passed, and a log is recorded.
It is understood that the test value output by the application program is the same as the expected value, the test is considered to pass, and a log of the test passing can be recorded.
And S250, recording the step logs, and performing screen capture and storage.
It should be noted that, in the process of testing the target service by the target program, the testing step may be recorded, so that when the test passes or fails, it is determined whether the test is wrong or the target service is wrong according to the recorded test log, thereby improving the testing efficiency.
That is, if the test value output in the test process does not meet the expected value, it can be determined that the bug occurs in the target service, and the bug field is recorded, that is, the step log is recorded.
And S260, outputting a test report.
After the test program is run, a test report can be output, so that a worker can determine the problem of the service according to the output test report, or feed back error information to a research and development worker.
In the embodiment, the automatic App test is realized by monitoring various system events sent by the system by using the Android accessitiveService, so that the purposes of improving the development efficiency of testers and maximizing the code reuse are achieved.
According to the technical scheme of the embodiment of the invention, when a target event is detected, a test program corresponding to the target event is determined based on a module for analyzing the target event; the target event is tested based on the test program, when the test result is the same as the target expected value, the test is passed, the technical problems that in the prior art, each service needs to be manually tested by a worker, when version change or a stable service flow is involved, the same service needs to be repeatedly tested by the worker, the workload is large, the labor cost is high, time is wasted, and the test efficiency is low are solved, the target service is tested based on a plurality of preset application programs, the test efficiency is improved, and the technical effect of the labor cost is reduced.
EXAMPLE III
Fig. 3 is a schematic structural diagram of an automated testing apparatus according to a third embodiment of the present invention, where the automated testing apparatus includes: a test program determination module 310 and a test result determination module 320.
Wherein, the test program determining module 310 is configured to determine, when a target event is detected, a target test program corresponding to the target event based on the module for analyzing the target event; and the test result determining module 320 is configured to perform a test on the target event based on the target test program, and when the test result is the same as the target expected value, the test is passed.
According to the technical scheme of the embodiment of the invention, when a target event is detected, a target test program corresponding to the target event is determined based on a module for analyzing the target event; the target event is tested based on the target test program, when the test result is the same as the target expected value, the test is passed, the technical problems that in the prior art, each service needs to be manually tested by a worker, when version change or a stable service flow is involved, the same service needs to be repeatedly tested by the worker, the workload is large, the labor cost is high, time is wasted, and the test efficiency is low are solved, the target service is tested based on a plurality of preset application programs, the test efficiency is improved, and the technical effect of the labor cost is reduced.
On the basis of the above technical solution, the test result determining module is further configured to:
and screening an expected value corresponding to the target test program from a database based on the target test program to serve as the target expected value.
On the basis of the above technical solutions, the test program determining module is further configured to:
monitoring all events of the system based on the Accessibility Service, and screening out target events from all the events based on a pre-programmed event filter program;
and calling the target event analysis module, analyzing and processing the target event, and determining a target test program corresponding to the target event.
On the basis of the above technical solutions, the test program determining module is further configured to:
calling the target test program based on a target test program calling module;
and when detecting that the target control in the target test program is triggered, starting the test.
On the basis of the above technical solutions, the test system further includes a test result recording module, configured to:
and when the test result is different from the target expected value, recording and storing a test step log.
On the basis of the above technical solutions, the apparatus further includes a test result output module, configured to:
and when the test is finished, outputting a test report corresponding to the test result, and sending the test report to a target user.
The automatic testing device provided by the embodiment of the invention can execute the automatic testing method provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
It should be noted that, the units and modules included in the apparatus 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 embodiment of the invention.
Example four
Fig. 4 is a schematic structural diagram of an apparatus according to a fourth embodiment of the present invention. FIG. 4 illustrates a block diagram of an exemplary device 40 suitable for use in implementing embodiments of the present invention. The device 40 shown in fig. 4 is only an example and should not bring any limitation to the function and scope of use of the embodiments of the present invention.
As shown in FIG. 4, device 40 is embodied in a general purpose computing device. The components of device 40 may include, but are not limited to: one or more processors or processing units 401, a system memory 402, and a bus 403 that couples the various system components (including the system memory 402 and the processing unit 401).
Bus 403 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Device 40 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by device 40 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 402 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)404 and/or cache memory 405. Device 40 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 406 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 4, and commonly referred to as a "hard drive"). Although not shown in FIG. 4, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to the bus 403 by one or more data media interfaces. Memory 402 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 408 having a set (at least one) of program modules 407 may be stored, for example, in memory 402, such program modules 407 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 407 generally perform the functions and/or methods of the described embodiments of the invention.
Device 40 may also communicate with one or more external devices 409 (e.g., keyboard, pointing device, display 410, etc.), with one or more devices that enable a user to interact with device 40, and/or with any devices (e.g., network card, modem, etc.) that enable device 40 to communicate with one or more other computing devices. Such communication may be through input/output (I/O) interface 411. Also, device 40 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via network adapter 412. As shown, network adapter 412 communicates with the other modules of device 40 via bus 403. It should be appreciated that although not shown in FIG. 4, other hardware and/or software modules may be used in conjunction with device 40, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processing unit 401 executes various functional applications and data processing by running programs stored in the system memory 402, for example, to implement an automatic test method provided by the embodiment of the present invention.
EXAMPLE five
Embodiments of the present invention also provide a storage medium containing computer-executable instructions that, when executed by a computer processor, perform an automated testing method.
The method comprises the following steps:
when a target event is detected, determining a target test program corresponding to the target event based on a module for analyzing the target event;
and testing the target event based on the target test program, and when the test result is the same as the target expected value, the test is passed.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for embodiments of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
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 automated testing method, comprising:
when a target event is detected, determining a target test program corresponding to the target event based on a module for analyzing the target event;
and testing the target event based on the target test program, and when the test result is the same as the target expected value, the test is passed.
2. The method of claim 1, further comprising, prior to said testing said target event based on said target test program:
and screening an expected value corresponding to the target test program from a database based on the target test program to serve as the target expected value.
3. The method of claim 1, wherein determining, when a target event is detected, a target test program corresponding to the target event based on the module analyzing the target event comprises:
monitoring all events of the system based on the Accessibility Service, and screening out target events from all the events based on a pre-programmed event filter program;
and calling the target event analysis module, analyzing and processing the target event, and determining a target test program corresponding to the target event.
4. The method of claim 1, after the module based on the analysis of the target event determines a target test program corresponding to the target event, further comprising:
calling the target test program based on a test program calling module;
and when detecting that the target control in the target test program is triggered, starting the test.
5. The method of claim 1, further comprising:
and when the test result is different from the target expected value, recording and storing a test step log.
6. The method of claim 1, further comprising:
and when the test is finished, outputting a test report corresponding to the test result, and sending the test report to a target user.
7. An automated testing apparatus, comprising:
a test program determining module for determining a target test program corresponding to a target event based on the module for analyzing the target event when the target event is detected;
and the test result determining module is used for testing the target event based on the target test program, and when the test result is the same as the target expected value, the test is passed.
8. The apparatus of claim 7, wherein the test result determining module is further configured to screen out an expected value corresponding to the target test program from a database as the target expected value based on the target test program.
9. An apparatus, characterized in that the apparatus comprises:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the automated testing method of any of claims 1-6.
10. A storage medium containing computer-executable instructions for performing the automated testing method of any of claims 1-6 when executed by a computer processor.
CN202010049129.7A 2020-01-16 2020-01-16 Automatic testing method, device, equipment and storage medium Withdrawn CN111274130A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010049129.7A CN111274130A (en) 2020-01-16 2020-01-16 Automatic testing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010049129.7A CN111274130A (en) 2020-01-16 2020-01-16 Automatic testing method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111274130A true CN111274130A (en) 2020-06-12

Family

ID=71003459

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010049129.7A Withdrawn CN111274130A (en) 2020-01-16 2020-01-16 Automatic testing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111274130A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112052170A (en) * 2020-09-03 2020-12-08 中国银行股份有限公司 Automatic detection method and device, storage medium and electronic equipment
CN113010439A (en) * 2021-04-28 2021-06-22 科东(广州)软件科技有限公司 Equipment factory detection method and device, electronic equipment and storage medium
CN113515461A (en) * 2021-08-02 2021-10-19 京东数科海益信息科技有限公司 Communication test method, device, electronic equipment and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112052170A (en) * 2020-09-03 2020-12-08 中国银行股份有限公司 Automatic detection method and device, storage medium and electronic equipment
CN113010439A (en) * 2021-04-28 2021-06-22 科东(广州)软件科技有限公司 Equipment factory detection method and device, electronic equipment and storage medium
CN113010439B (en) * 2021-04-28 2022-02-15 科东(广州)软件科技有限公司 Equipment factory detection method and device, electronic equipment and storage medium
CN113515461A (en) * 2021-08-02 2021-10-19 京东数科海益信息科技有限公司 Communication test method, device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110764945B (en) Crash log processing method, device, equipment and storage medium
CN111274130A (en) Automatic testing method, device, equipment and storage medium
CN110990411B (en) Data structure generation method and device, and calling method and device
CN111274154A (en) Automatic testing method, device, equipment and storage medium
CN110597704B (en) Pressure test method, device, server and medium for application program
CN110659210A (en) Information acquisition method and device, electronic equipment and storage medium
CN114253864A (en) Service testing method and device, electronic equipment and storage medium
CN112817853A (en) Automatic test method, system and electronic equipment
CN114003269A (en) Component processing method and device, electronic equipment and storage medium
US10725894B2 (en) Measuring and improving test coverage
CN116541270B (en) Method and device for testing adaptation verification of operating system
CN111309606B (en) Page exception handling method and device, computer equipment and storage medium
CN111784176A (en) Data processing method, device, server and medium
CN112069158A (en) Data restoration method, device, equipment and storage medium
CN115022201B (en) Data processing function test method, device, equipment and storage medium
CN108197041B (en) Method, device and storage medium for determining parent process of child process
CN115543234A (en) Log printing method and related device
CN110795338B (en) Front-end and back-end interaction-based automatic testing method and device and electronic equipment
CN114185656A (en) Test task processing method, device, equipment and storage medium
CN114564388A (en) Program testing method and device, electronic equipment and storage medium
CN110806981B (en) Application program testing method, device, equipment and storage medium
CN110602162B (en) Terminal evidence obtaining method, device, equipment and storage medium
CN109213569B (en) Auditing method and device based on virtual machine, server and storage medium
CN112818204A (en) Service processing 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: 20200612

WW01 Invention patent application withdrawn after publication