CN112988582A - Application program testing method and device and storage medium - Google Patents

Application program testing method and device and storage medium Download PDF

Info

Publication number
CN112988582A
CN112988582A CN202110275075.0A CN202110275075A CN112988582A CN 112988582 A CN112988582 A CN 112988582A CN 202110275075 A CN202110275075 A CN 202110275075A CN 112988582 A CN112988582 A CN 112988582A
Authority
CN
China
Prior art keywords
function
test
tested
functions
app
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110275075.0A
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.)
Sinochem Agriculture Holdings
Original Assignee
Sinochem Agriculture Holdings
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 Sinochem Agriculture Holdings filed Critical Sinochem Agriculture Holdings
Priority to CN202110275075.0A priority Critical patent/CN112988582A/en
Publication of CN112988582A publication Critical patent/CN112988582A/en
Pending 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Abstract

The application discloses an application program testing method, an application program testing device and a storage medium, which are used for accelerating the development of a testing script and improving the success rate of script execution. The application program testing method comprises the following steps: the client determines the functions to be tested of the APP, and sends test requests corresponding to the functions to be tested to a test server; after receiving the test request, the test server analyzes the test request, calls a corresponding frame according to the test request, and forwards the test request to the middleware; after receiving the test request, the middleware calls a corresponding test tool to realize corresponding test operation and feeds back a test result to the test server; and the test server forwards the test result to the client. The application also provides an application program testing device and a storage medium.

Description

Application program testing method and device and storage medium
Technical Field
The present application relates to the field of computers, and in particular, to a method and an apparatus for testing an application program, and a storage medium.
Background
The UI automatic test framework of existing applications APP implements tests based on automated test tools such as the Appium. However, the defects of the prior art are that the common method is not packaged, the test script is developed slowly, elements cannot be obtained due to time delay and the like, and error prompt information is not given, so that the running success rate of the test program is low.
Disclosure of Invention
In view of the foregoing technical problems, embodiments of the present application provide an application program testing method, an application program testing device, and a storage medium, so as to improve a success rate of running a test program.
In a first aspect, an application program testing method provided in an embodiment of the present application includes:
the client determines the functions to be tested of the APP, and sends test requests corresponding to the functions to be tested to a test server;
after receiving the test request, the test server analyzes the test request, calls a corresponding frame according to the test request, and forwards the test request to the middleware;
after receiving the test request, the middleware calls a corresponding test tool to realize corresponding test operation and feeds back a test result to the test server;
and the test server forwards the test result to the client.
Preferably, the functions to be tested include one or a combination of the following:
finding an element function;
an input function;
a click operation function;
a screenshot saving function;
a function of judging whether an element exists;
judging whether the feedback of the APP exists or not;
a function of a slide operation;
a function of acquiring a device log;
a function of sharing operations;
and (4) a function of photographing operation.
Further, the find element function includes:
packaging the search element function;
carrying out secondary development on the packaged search element function;
and if the corresponding element cannot be found after waiting for N seconds, giving an error prompt.
Further, the input function includes:
firstly searching elements of an input box, and then inputting; alternatively, the first and second electrodes may be,
and judging whether the input box needs to be clicked first or not and whether the content of the original input box needs to be cleared or not, and inputting.
Further, the click operation function includes:
and packaging the click operation function into a function, wherein the function realizes that the click element is searched first and the click operation is carried out.
Further, the screenshot saving function includes:
and acquiring a screen of the tested APP through a screenshot saving function and saving the intercepted picture.
Further, the function of determining whether the element exists includes:
and the function of judging whether the element exists is realized through a uniform interface function.
Further, the function of determining whether the feedback of the APP exists includes:
and searching whether the feedback content of the APP exists or not through a uniformly packaged interface.
Further, the functions of the sliding operation include:
acquiring the screen size of the tested device, sliding the screen through the action of the testing tool, calculating the percentage of the screen, and defining the sliding position.
Further, the function of obtaining the device log includes:
and (4) commanding to capture the log of the tested equipment by calling Android Debug Bridge, ADB, and saving the log to a specified directory from starting to finishing execution.
Further, the sharing operation includes:
and judging whether the name is the package name of the external application program, and checking whether the external application program is shared.
Further, the functions of the photographing operation include:
and packaging the shooting and video selection by identifying the buttons of the shooting and photo album, and checking whether the shooting function is correct or not.
By using the application program testing method provided by the invention, the common testing functions are packaged, the development of the testing script is accelerated, the success rate of script execution is improved, and an error prompt is given when the testing fails.
In a second aspect, an embodiment of the present application further provides an application testing apparatus, including:
the client is configured to determine the functions to be tested of the APP and send test requests corresponding to the functions to be tested to the test server;
the test server is configured to parse the test request after receiving the test request, call a corresponding frame according to the test request, forward the test request to the middleware, and forward a test result to the client;
and the middleware is configured to call a corresponding test tool to realize corresponding test operation after receiving the test request, and feed back a test result to the test server.
In a third aspect, an embodiment of the present application further provides an application program testing apparatus, including: a memory, a processor, and a user interface;
the memory for storing a computer program;
the user interface is used for realizing interaction with a user;
the processor is used for reading the computer program in the memory, and when the processor executes the computer program, the application program testing method provided by the invention is realized.
In a fourth aspect, an embodiment of the present invention further provides a storage medium readable by a processor, where the storage medium readable by the processor stores a computer program, and the processor executes the computer program to implement the application program testing method provided by the present invention.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic view illustrating an application program testing process according to an embodiment of the present application;
FIG. 2 is a schematic diagram of an application testing apparatus according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of another application test apparatus according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the present invention will be described in further detail with reference to the accompanying drawings, and it is apparent that the described embodiments are only a part of the embodiments of the present invention, not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Some of the words that appear in the text are explained below:
1. the term "and/or" in the embodiments of the present invention describes an association relationship of associated objects, and indicates that three relationships may exist, for example, a and/or B may indicate: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship.
2. In the embodiments of the present application, the term "plurality" means two or more, and other terms are similar thereto.
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the display sequence of the embodiment of the present application only represents the sequence of the embodiment, and does not represent the merits of the technical solutions provided by the embodiments.
Example one
Referring to fig. 1, a schematic diagram of an application program testing method provided in the embodiment of the present application is shown in fig. 1, where the method includes steps S101 to S103:
s101, a client determines a function to be tested of the APP, and sends a test request corresponding to the function to be tested to a test server;
in this step, the Client (Client) runs the Test Script (Test Script). As a preferred example, it may be a WebDriver test script. Preferably, the client may comprise one or a combination of the following: python client, Java client, Ruby client.
As a preferred example, the client and the test server can communicate with each other through Webdriver JSON Wire Protocol. Namely, the client sends the test request corresponding to the function to be tested to the test server through the Webdriver JSON Wire Protocol interface.
S102, after receiving the test request, the test server analyzes the test request, calls a corresponding frame according to the test request, and forwards the test request to the middleware;
in this step, preferably, the test server communicates with the client via WebDriver JSON Wire Protocol communication. As a preferred example, the test server initiates a service port 4723 for listening for test requests from clients.
Preferably, the test server provides a set of REST interfaces, receives a standard REST request from the client, analyzes the content of the request, calls a corresponding frame according to the test request, and forwards the test request to the middleware.
As a preferred example, the test server provided by this embodiment may be an Appium service.
S103, after receiving the test request, the middleware calls a corresponding test tool to realize corresponding test operation and feeds back a test result to the test server;
in this step, preferably, the middleware is installed on a device to be tested, such as a mobile phone to be tested. Jar, the boottrap listens 4724 port and receives the command of the test server, finally realizes the corresponding test operation by calling the test tool, and feeds back the test result to the test server. As a preferred example, the test tool may be a Uiautomator.
S104, the test server forwards the test result to the client.
As a preferred example, in the embodiment of the present invention, the functions to be tested include one or a combination of the following:
finding an element function;
an input function;
a click operation function;
a screenshot saving function;
a function of judging whether an element exists;
judging whether the feedback of the APP exists or not;
a function of a slide operation;
a function of acquiring a device log;
a function of sharing operations;
and (4) a function of photographing operation.
When testing the application program APP, the functions may be tested one by one, or one or more of the functions may be tested at the same time, which is not limited in the present invention.
The functions to be tested are described below.
1. Find element functionality
The find element function includes: packaging the search element function; carrying out secondary development on the packaged search element function; and if the corresponding element cannot be found after waiting for N seconds, giving an error prompt.
When an element on an APP page is operated on, the element is found first, and then the following operation can be continued. The find element function is encapsulated, for example, in WebDriver of selenium, find _ element is encapsulated. And if the corresponding element cannot be found after waiting for N seconds, giving an error prompt, for example, after waiting for N seconds through secondary development of a WebDriverWait function, judging that the element can be found until the element is displayed, and if the element cannot be found, giving the error prompt.
2. Input function
The input functions include: firstly searching elements of an input box, and then inputting; or judging whether the input box needs to be clicked first or not and whether the content of the original input box needs to be cleared or not, and inputting.
As a preferred example, for the input function, the default is to look up the input box element first and then input directly. Or whether the input box needs to be clicked first or not needs to be judged, whether the content of the original input box needs to be cleared or not needs to be judged, and then the content needs to be input. Whether to click or clear before entering content can be specified in the function.
3. Click operation function
The click operation functions include: and packaging the click operation function into a function, wherein the function realizes that the click element is searched first and the click operation is carried out.
As a preferred example, for the click operation, the element needs to be searched first, then the click event operation is performed, the click operation function is packaged into a function, and after the packaging, the function can be executed by using a function.
4. Screenshot saving function
The screenshot saving function includes: and acquiring a screen of the tested APP through a screenshot saving function and saving the intercepted picture.
As a preferred example, a screenshot of the APP to be tested is obtained through savScreenshot, and can be customized and saved to a specified directory.
5. Function for judging existence of element
The function of judging whether the element exists comprises the following steps: and the function of judging whether the element exists is realized through a uniform interface function.
As a preferred example, when verifying the operation result, determining whether an element exists, and implementing the interface through a uniform interface function, where the implementation manner is the same as the function of the search element, and details are not described here.
6. Function for judging whether feedback of APP exists or not
The function of judging whether the feedback of the APP exists comprises the following functions: and searching whether the feedback content of the APP exists or not through a uniformly packaged interface.
As a preferred example, when verifying the operation result, the toast content is to be verified, and the unified packaging interface is called to find whether the toast content exists.
7. Function of sliding operation
The functions of the sliding operation include: acquiring the screen size of the tested device, sliding the screen through the action of the testing tool, calculating the percentage of the screen, and defining the sliding position.
As a preferred example, the screen size of the tested device is obtained, the screen is slid through the sweep action of the selenium, the percentage of the screen is calculated, and the position of the slide is defined.
8. Function of obtaining device log
The functions of obtaining the device log include: and (4) commanding to capture the log of the tested equipment by calling Android Debug Bridge, ADB, and saving the log to a specified directory from starting to finishing execution.
9. Function of sharing operation
The functions of the sharing operation include: and judging whether the name is the package name of the external application program, and checking whether the external application program is shared.
10. Function of photographing operation
The functions of the photographing operation include: and packaging the shooting and video selection by identifying the buttons of the shooting and photo album, and checking whether the shooting function is correct or not.
In the embodiment of the present invention, as a preferable example, after step S104, the method further includes: and generating a test report.
By the method of the embodiment, the commonly used test functions are packaged, the development of the test script is accelerated, the success rate of script execution is improved, and an error prompt is given when the test fails.
Example two
Based on the same inventive concept, an embodiment of the present invention further provides an application program testing apparatus, as shown in fig. 2, the apparatus includes:
the client 201 is configured to determine a function to be tested of the APP and send a test request corresponding to the function to be tested to the test server;
the test server 202 is configured to, after receiving the test request, parse the test request, invoke a corresponding frame according to the test request, forward the test request to the middleware, and forward a test result to the client;
the middleware 203 is configured to call a corresponding test tool to implement a corresponding test operation after receiving the test request, and feed back a test result to the test server.
As a preferred example, the functions to be tested include one or a combination of the following:
finding an element function;
an input function;
a click operation function;
a screenshot saving function;
a function of judging whether an element exists;
judging whether the feedback of the APP exists or not;
a function of a slide operation;
a function of acquiring a device log;
a function of sharing operations;
and (4) a function of photographing operation.
It should be noted that, the client 201 provided in this embodiment can implement all the functions included in step S101 in the first embodiment, solve the same technical problem, and achieve the same technical effect, which is not described herein again;
it should be noted that, the test server 202 provided in this embodiment can implement all the functions included in steps S102 and S104 in the first embodiment, solve the same technical problem, achieve the same technical effect, and is not described herein again;
it should be noted that the middleware 203 provided in this embodiment can implement all the functions included in step S103 in the first embodiment, solve the same technical problem, and achieve the same technical effect, which is not described herein again;
as a preferred example, the middleware 203 includes a driver and a device, and the driver is used for driving the device to implement the corresponding function. The apparatus comprises one or a combination of: the Android simulator, the Android real machine, the IOS simulator and the IOS real machine.
It should be noted that the apparatus provided in the second embodiment and the method provided in the first embodiment belong to the same inventive concept, solve the same technical problem, and achieve the same technical effect, and the apparatus provided in the second embodiment can implement all the methods of the first embodiment, and the same parts are not described again.
EXAMPLE III
Based on the same inventive concept, an embodiment of the present invention further provides an application program testing apparatus, as shown in fig. 3, the apparatus includes:
comprising a memory 302, a processor 301 and a user interface 303;
the memory 302 for storing a computer program;
the user interface 303 is used for realizing interaction with a user;
the processor 301 is configured to read the computer program in the memory 302, and when the processor 301 executes the computer program, the processor implements:
the client determines the functions to be tested of the APP, and sends test requests corresponding to the functions to be tested to a test server;
after receiving the test request, the test server analyzes the test request, calls a corresponding frame according to the test request, and forwards the test request to the middleware;
after receiving the test request, the middleware calls a corresponding test tool to realize corresponding test operation and feeds back a test result to the test server;
and the test server forwards the test result to the client.
Wherein in fig. 3 the bus architecture may comprise any number of interconnected buses and bridges, with one or more processors, represented by processor 301, and various circuits of memory, represented by memory 302, being linked together. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The processor 301 is responsible for managing the bus architecture and general processing, and the memory 302 may store data used by the processor 301 in performing operations.
The processor 301 may be a CPU, ASIC, FPGA or CPLD, and the processor 301 may also employ a multi-core architecture.
The processor 301 implements any of the application testing methods of the first embodiment when executing the computer program stored in the memory 302.
It should be noted that the apparatus provided in the third embodiment and the method provided in the first embodiment belong to the same inventive concept, solve the same technical problem, and achieve the same technical effect, and the apparatus provided in the third embodiment can implement all the methods of the first embodiment, and the same parts are not described again.
The present application also proposes a processor-readable storage medium. The processor-readable storage medium stores a computer program, and the processor implements any one of the application testing methods of the first embodiment when executing the computer program.
It should be noted that the division of the unit in the embodiment of the present application is schematic, and is only a logic function division, and there may be another division manner in actual implementation. In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (15)

1. An application program APP test method is characterized by comprising the following steps:
the client determines the functions to be tested of the APP, and sends test requests corresponding to the functions to be tested to a test server;
after receiving the test request, the test server analyzes the test request, calls a corresponding frame according to the test request, and forwards the test request to the middleware;
after receiving the test request, the middleware calls a corresponding test tool to realize corresponding test operation and feeds back a test result to the test server;
and the test server forwards the test result to the client.
2. The method of claim 1, wherein the functions to be tested comprise one or a combination of:
finding an element function;
an input function;
a click operation function;
a screenshot saving function;
a function of judging whether an element exists;
judging whether the feedback of the APP exists or not;
a function of a slide operation;
a function of acquiring a device log;
a function of sharing operations;
and (4) a function of photographing operation.
3. The method of claim 2, wherein the find element function comprises:
packaging the search element function;
carrying out secondary development on the packaged search element function;
and if the corresponding element cannot be found after waiting for N seconds, giving an error prompt.
4. The method of claim 2, wherein the input function comprises:
firstly searching elements of an input box, and then inputting; alternatively, the first and second electrodes may be,
and judging whether the input box needs to be clicked first or not and whether the content of the original input box needs to be cleared or not, and inputting.
5. The method of claim 2, wherein the click action function comprises:
and packaging the click operation function into a function, wherein the function realizes that the click element is searched first and the click operation is carried out.
6. The method of claim 2, wherein the screenshot saving function comprises:
and acquiring a screen of the tested APP through a screenshot saving function and saving the intercepted picture.
7. The method of claim 2, wherein the function of determining whether an element is present comprises:
and the function of judging whether the element exists is realized through a uniform interface function.
8. The method of claim 2, wherein the function of determining whether feedback of the APP exists comprises:
and searching whether the feedback content of the APP exists or not through a uniformly packaged interface.
9. The method of claim 2, wherein the function of the sliding operation comprises:
acquiring the screen size of the tested device, sliding the screen through the action of the testing tool, calculating the percentage of the screen, and defining the sliding position.
10. The method of claim 2, wherein the function of obtaining the device log comprises:
and (4) commanding to capture the log of the tested equipment by calling Android Debug Bridge, ADB, and saving the log to a specified directory from starting to finishing execution.
11. The method of claim 2, wherein the function of the sharing operation comprises:
and judging whether the name is the package name of the external application program, and checking whether the external application program is shared.
12. The method of claim 2, wherein the functions of the photographing operation comprise:
and packaging the shooting and video selection by identifying the buttons of the shooting and photo album, and checking whether the shooting function is correct or not.
13. An application testing apparatus, comprising:
the client is configured to determine the functions to be tested of the APP and send test requests corresponding to the functions to be tested to the test server;
the test server is configured to parse the test request after receiving the test request, call a corresponding frame according to the test request, forward the test request to the middleware, and forward a test result to the client;
and the middleware is configured to call a corresponding test tool to realize corresponding test operation after receiving the test request, and feed back a test result to the test server.
14. An application testing apparatus comprising a memory, a processor and a user interface;
the memory for storing a computer program;
the user interface is used for realizing interaction with a user;
the processor, configured to read the computer program in the memory, and when executing the computer program, implement the application testing method according to one of claims 1 to 12.
15. A processor-readable storage medium, characterized in that the processor-readable storage medium stores a computer program which, when executed by a processor, implements an application testing method according to one of claims 1 to 12.
CN202110275075.0A 2021-03-15 2021-03-15 Application program testing method and device and storage medium Pending CN112988582A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110275075.0A CN112988582A (en) 2021-03-15 2021-03-15 Application program testing method and device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110275075.0A CN112988582A (en) 2021-03-15 2021-03-15 Application program testing method and device and storage medium

Publications (1)

Publication Number Publication Date
CN112988582A true CN112988582A (en) 2021-06-18

Family

ID=76335554

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110275075.0A Pending CN112988582A (en) 2021-03-15 2021-03-15 Application program testing method and device and storage medium

Country Status (1)

Country Link
CN (1) CN112988582A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109302522A (en) * 2018-09-11 2019-02-01 北京京东金融科技控股有限公司 Test method, device and computer system and medium
CN110471858A (en) * 2019-08-22 2019-11-19 腾讯科技(深圳)有限公司 Applied program testing method, device and storage medium
US20200042911A1 (en) * 2015-07-29 2020-02-06 Flexera Software Llc Mobile application compatibility testing

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200042911A1 (en) * 2015-07-29 2020-02-06 Flexera Software Llc Mobile application compatibility testing
CN109302522A (en) * 2018-09-11 2019-02-01 北京京东金融科技控股有限公司 Test method, device and computer system and medium
CN110471858A (en) * 2019-08-22 2019-11-19 腾讯科技(深圳)有限公司 Applied program testing method, device and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
普通网友: "全网最全最细的appium自动化测试环境搭建教程以及appium工作原理", 《HTTPS://BLOG.CSDN.NET/PENGJIANGCHUN/ARTICLE/DETAILS/105806323》, 28 April 2020 (2020-04-28), pages 1 - 19 *

Similar Documents

Publication Publication Date Title
CN109302522B (en) Test method, test device, computer system, and computer medium
CN107453960B (en) Method, device and system for processing test data in service test
CN108388514B (en) Interface automation test method, device, equipment and computer readable storage medium
CN108804215B (en) Task processing method and device and electronic equipment
CN109376088B (en) Automatic test system and automatic test method
CN107241315B (en) Access method and device of bank gateway interface and computer readable storage medium
CN111026645A (en) User interface automatic testing method and device, storage medium and electronic equipment
CN110955409B (en) Method and device for creating resources on cloud platform
CN111597120A (en) Interface test apparatus, method, electronic device, and computer-readable storage medium
CN110543429A (en) Test case debugging method and device and storage medium
CN111309743A (en) Report pushing method and device
CN114328250A (en) Automatic self-checking method, medium and device for software system
CN113377669A (en) Automatic testing method and device, computer equipment and storage medium
CN111158995B (en) Method and system for realizing cross-system log tracking query based on skywalk and ELK platform
CN112650689A (en) Test method, test device, electronic equipment and storage medium
CN110990289B (en) Method and device for automatically submitting bug, electronic equipment and storage medium
CN111897738A (en) Automatic testing method and device based on atomic service
CN112988582A (en) Application program testing method and device and storage medium
CN111881025B (en) Automatic test task scheduling method, device and system
CN113434382A (en) Database performance monitoring method and device, electronic equipment and computer readable medium
CN114371866A (en) Version reconfiguration test method, device and equipment of service system
CN108804309B (en) Automatic test method and test tool for contract management system
CN111797008A (en) Automatic verification method, equipment and storage medium for mobile terminal buried point data
CN110888800A (en) Service interaction function test method, device, storage medium and test system
CN112015650B (en) Event testing method and device based on computer vision

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210618