CN115858400A - Mobile app automatic test task arrangement system - Google Patents

Mobile app automatic test task arrangement system Download PDF

Info

Publication number
CN115858400A
CN115858400A CN202310165614.4A CN202310165614A CN115858400A CN 115858400 A CN115858400 A CN 115858400A CN 202310165614 A CN202310165614 A CN 202310165614A CN 115858400 A CN115858400 A CN 115858400A
Authority
CN
China
Prior art keywords
mobile terminal
service
script
mobile
node
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.)
Granted
Application number
CN202310165614.4A
Other languages
Chinese (zh)
Other versions
CN115858400B (en
Inventor
吴景行
林京
董红苹
卢超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Xuanwu Wireless Technology Co Ltd
Original Assignee
Guangzhou Xuanwu Wireless 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 Guangzhou Xuanwu Wireless Technology Co Ltd filed Critical Guangzhou Xuanwu Wireless Technology Co Ltd
Priority to CN202310165614.4A priority Critical patent/CN115858400B/en
Publication of CN115858400A publication Critical patent/CN115858400A/en
Application granted granted Critical
Publication of CN115858400B publication Critical patent/CN115858400B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

The invention relates to a mobile app automatic test task arranging system. The invention relates to a mobile app automatic test task scheduling system which comprises a front-end task scheduling system, an app end script recording and playing system and a rear-end task execution system; the front-end task arranging system is used for managing the test tasks and arranging low codes of the test tasks; the app end script recording and playing system is used for connecting the mobile end and collecting the operation of the app of the mobile end; the back-end task execution system is used for storing and analyzing the test scheduling tasks generated by the front-end task scheduling system and scheduling the execution of the test scheduling tasks. The mobile app automatic test task arranging system realizes the all-round management of the test script case, including flow management and safety management.

Description

Mobile app automatic test task arrangement system
Technical Field
The invention relates to the technical field of computer software testing, in particular to a mobile app automatic testing task arranging system.
Background
The test, as an important ring in the development process, plays the role of bug gatekeeper. Both newly developed functions and old reconstructed services can be used online by testing multiple rounds of verification methods in different scenes and different boundaries. In this process, there is often a large amount of repetitive work. Taking the App end test as an example, because the App end naturally has the problem of fragmentation, once entering a test link, a tester usually needs a large number of general models to perform adaptation tests in addition to performing function verification by using a specific model. For each machine, the tester needs to repeatedly click the screen according to the set test case, observe each phenomenon output by the screen, and record each test result. Under the condition of short construction period or abnormal construction period, overtime work is often needed, a large amount of manpower is consumed, and meanwhile, repeated work strikes the working enthusiasm and creativity of testing personnel.
In order to solve the above problems, the industry generally considers that an automatic test tool such as a monkey runner on an Android platform or a UITest on an iOS platform is used for performing an automatic test, so as to reduce the workload of testers. Although these functions improve the efficiency of the test, as a tool with independent functions, the test flow cannot be completed from the whole closed loop. There are mainly the following problems:
1. the Android and iOS platforms need to be recorded respectively to form test scripts, and repeated work exists for the design realization of the same set of UI/UE;
2. the test result is often output by a text report, and the output report cannot be automatically converted into a graphical report or a specific image-text mixed report to be output;
3. the test script lacks perfect version management, the scenario in which the script is used, the time when the script is established, the reason why the script needs to be modified, and the test script is transmitted through a port;
4. the test scripts can only be executed independently, and a plurality of scripts can not be executed in series according to certain logic;
5. during the execution period of the test script, the security certification is lacked, and any script can be randomly operated on one mobile phone device;
6. the test script is started to be executed by manual operation, and the test cannot be started automatically, in batches and in a timing mode.
Disclosure of Invention
Based on this, the present invention provides a mobile app automation test task scheduling system, which implements all-around management of test script cases, including flow management and security management.
In a first aspect, the invention provides a mobile app automatic test task scheduling system, which comprises a front-end task scheduling system, an app end script recording and playing system and a back-end task execution system;
the front-end task arrangement system is used for managing the test tasks and arranging low codes of the test tasks;
the app end script recording and playing system is used for connecting the mobile end and collecting the operation of the app of the mobile end;
the back-end task execution system is used for storing and analyzing the test scheduling tasks generated by the front-end task scheduling system and scheduling the execution of the test scheduling tasks.
Further, the app end script recording and playing system comprises a mobile end discovery service, a script collector connection service and a protocol running service;
the mobile terminal discovery service is used for discovering a mobile terminal, installing a drive packet at the mobile terminal and starting a monitoring service at the mobile terminal so as to monitor a script collector connection service; the drive package comprises a mobile terminal collector and a script runner;
the script collector connection service is used for triggering a mobile terminal collector in the drive to enter a collection state;
the protocol running service is used for acquiring a wifi corresponding to the mobile terminal from the mobile terminal discovery service, issuing a script to the mobile terminal through the wifi, and running the script by a script runner in the mobile terminal drive.
Further, the script is packaged and composed through a WebDriverAPI protocol.
Further, the arranging process of the front-end task arranging system involves the following nodes:
task lifecycle nodes including a start node and an end node;
logical nodes, including conditional nodes;
and the processing nodes comprise a planning task node, a test script node, a mail node, an exception handling node, a report node and a text extraction node.
Further, the logic node and the processing node are also used for inputting parameters and outputting parameters;
the input parameter function represents that the content output by the superior node is received, and the parameter which can be used as the node is selected from the content;
the output parameter function indicates that good content processed by the node is output to the next stage.
Further, the mobile terminal discovery service is installed in the intelligent device where the mobile app automatic test task arrangement system is located, and a driving service is installed while a body service of the mobile terminal discovery service is installed;
the driver services are used for adb services of Android and apple Mobile services of iOS, and the adb services and the apple Mobile services are used for discovering the mobile terminal when the mobile terminal is accessed into a PC or a cluster server through a usb, and installing a driver package on the mobile terminal.
Furthermore, the script collector is used for connecting the service to access the mobile terminal discovery service, and obtaining the wifi currently connected with the mobile terminal from the mobile terminal discovery service;
the script collector connection service is connected to the mobile terminal through the wifi, and triggers the mobile terminal collector in the drive to enter a collection state.
Further, the driver package further comprises a process detection service, which is used for observing the App process change of the mobile terminal and providing hook injection capability;
and after the mobile terminal is started with the app, the process monitoring service discovers the change of the number of the processes, and the changed processes are in the white list, and then the recording service is started.
Further, the recording service is used for replacing the events of the controls on the UI tree by using the hooks and the recursive UI tree; the permuted events include: click events, long-press events, drag events;
the recording service is also used for observing the change of the UI number, and if a new control appears on the tree, the new control is subjected to event replacement processing.
The mobile app automatic test task arranging system provided by the invention realizes the all-round management of the test script case, including flow management and safety management; the task arrangement of the test scripts is realized, and testers can arrange and combine the test scripts according to actual conditions and arrange the test script flow by combining different conditions; the test result chart is outputted by changing the past test report or manually edited, and a tester can automatically modify the output of the test report by arranging tasks; one end records the script, and the multi-end adaptation is general.
For a better understanding and practice, the invention is described in detail below with reference to the accompanying drawings.
Drawings
FIG. 1 is a flowchart illustrating a new test script according to an embodiment;
FIG. 2 is a schematic diagram illustrating a process for editing various types of nodes in one embodiment;
FIG. 3 is a functional diagram of a mobile discovery service;
fig. 4 is a schematic diagram illustrating functional connections between a mobile discovery service and a PC and a mobile phone;
FIG. 5 is a schematic diagram of a script collector connection service function;
FIG. 6 is a schematic diagram of a protocol run service function;
FIG. 7 is a schematic view of a script packing/unpacking process;
FIG. 8 is a schematic diagram illustrating the operation of a back-end task execution system in one embodiment;
FIG. 9 is a schematic diagram of script node processing logic;
FIG. 10 is a schematic diagram of conditional node processing logic;
FIG. 11 is a functional diagram of a process detection service;
FIG. 12 is a flow diagram that illustrates the process monitoring service after a tester has started an app, according to one embodiment;
FIG. 13 is a flow diagram of a click control test in one embodiment;
FIG. 14 is a flow diagram of a long press record button test in one embodiment.
Detailed Description
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
It should be understood that the embodiments described are only some embodiments of the present application, and not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without any creative effort belong to the protection scope of the embodiments in the present application.
The terminology used in the embodiments of the present application is for the purpose of describing particular embodiments only and is not intended to be limiting of the embodiments of the present application. As used in the examples of this application and the appended claims, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items.
When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present application. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the application, as detailed in the appended claims. In the description of the present application, it is to be understood that the terms "first," "second," "third," and the like are used solely to distinguish one from another and are not necessarily used to describe a particular order or sequence, nor are they to be construed as indicating or implying relative importance. The specific meaning of the above terms in the present application can be understood by those of ordinary skill in the art as appropriate.
In addition, in the description of the present application, "a plurality" means two or more unless otherwise specified. "and/or" describes the association relationship of the associated object, indicating that there may be three relationships, for example, a and/or B, which 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.
In order to solve the problems in the background art, an embodiment of the present application provides a mobile app automated test task scheduling system, which includes a front-end task scheduling system, an app end script recording and playing system, and a back-end task execution system;
the front-end task arranging system is used for managing the test tasks and arranging low codes of the test tasks;
the app end script recording and playing system is used for connecting the mobile end and collecting the operation of the app of the mobile end;
the back-end task execution system is used for storing and analyzing the test scheduling tasks generated by the front-end task scheduling system and scheduling the execution of the test scheduling tasks.
In a specific embodiment, the orchestration process of the front-end task orchestration system is as shown in FIGS. 1 and 2. Three types of nodes are involved in the arrangement process: first, task lifecycle nodes: a start node and an end node; second, logical node: a conditional node; third, processing node: the system comprises a planning task node, a test script node, a mail node, an exception handling node, a report node and a text extraction node. The logic nodes and the processing nodes have input parameters and output parameter settings except for their own specific content settings or programming. The input parameters are used for receiving the content output by the superior node and selecting the parameters which can be used as the node from the content; and the output parameter is used for outputting the good content processed by the node to the next stage. The content of the input parameters will increase as the content of the output increases.
In a preferred embodiment, the app terminal script recording and playing system includes a mobile terminal discovery service, a script collector connection service, and a protocol running service.
The mobile terminal discovery service is used for discovering a mobile terminal, installing a drive packet at the mobile terminal and starting a monitoring service at the mobile terminal so as to monitor a script collector connection service; the drive package comprises a mobile terminal collector and a script runner.
The script collector connection service is used for triggering a mobile terminal collector in the drive to enter a collection state.
The protocol running service is used for acquiring a wifi corresponding to the mobile terminal from the mobile terminal discovery service, issuing a script to the mobile terminal through the wifi, and running the script by a script runner in the mobile terminal drive.
The mobile terminal discovery service is installed in the intelligent device where the mobile app automatic test task arrangement system is located, and a driving service is installed while a body service of the mobile terminal discovery service is installed;
the driver services are used for adb services of Android and apple Mobile services of iOS, and the adb services and the apple Mobile services are used for discovering the mobile terminal when the mobile terminal is accessed into a PC or a cluster server through a usb, and installing a driver package on the mobile terminal.
In a preferred embodiment, as shown in fig. 3 and 4, the mobile discovery service is installed under the windows system through an exe file or the dmg file is installed under the mac system, and the driver service is also installed while the body service is installed: the Android Adb service and the iOS AppleMobile service are used for discovering the mobile phone and installing a corresponding driver package when the mobile phone is accessed into a PC or a cluster server through a usb. If the driver package is accessed to the PC, after the driver package is installed, the monitoring service is started on the mobile phone, and the monitoring script collector is connected with the service.
The script collector is used for connecting the service to access the mobile terminal discovery service and obtaining the wifi of the current connected mobile terminal from the mobile terminal discovery service; the script collector connection service is connected to the mobile terminal through the wifiip, and triggers the mobile terminal collector in the drive to enter a collection state.
In a preferred embodiment, as shown in fig. 5, when the script node collects data, the script node is connected to a script collector connection service (installed along with the mobile discovery service) through a local 127.0.0.1, and the script collector connection service accesses the mobile discovery service, obtains a wifiip of the currently connected mobile phone from the mobile discovery service, and then the script collector connection service is connected to the mobile phone through the wifiip and triggers the mobile collector in the driver to enter a collection state. At the moment, the operation of the mobile phone App is reversely transmitted back to the script collector to connect the service, and the script generator generates the script in real time and reversely transmits back to the script node.
As shown in fig. 6, when the script node is executed, the script node is connected to the protocol running service on the cluster service, and similarly, the protocol running service obtains wifi ip from the mobile discovery service, and issues a script to the mobile phone through the wifi ip, and the script is run by the script runner in the mobile phone driver.
Preferably, as shown in fig. 7, the script is composed by packaging via WebDriverAPI protocol, is an API interface for automated testing, has good cross-platform characteristics, and the internal protocol is generated or executed by an automated testing framework of each platform, which are key frameworks for driving and collecting the UI.
In a specific embodiment, the internal protocol contains the following information:
v/protocol name (collection information recorded in protocol)
Clicking (screen information, click coordinates, control size, control identification)
Long press (screen information, long press coordinate, long press duration, control coordinate, control size, control identification)
Dragging (screen information, dragging start coordinate, dragging end coordinate, dragging duration, control coordinate, control size, control identification)
Value (screen information, control coordinates, control size, control identification, value)
Assignment (screen information, control coordinates, control size, control identification, value)
Change Properties (Screen information, control coordinates, control size, control identification, value)
Jump (jump to page title)
Return (returned page title)
Screenshot
And (4) screen information.
Preferably, as shown in fig. 8, after the front-end editing system finishes editing, the front-end editing system can select to save or release. The storage is only to simply store the protocol generated after the front-end arrangement system is arranged into the database, and immediately analyze the protocol on the basis of releasing the protocol. When the front end generates the protocol, the starting node and the second node are merged to be the trigger node, and the trigger node is a special node and is used for telling the server side whether the scheduling is executed immediately or scheduled. And if the task is a scheduling task, all information is put into a scheduling queue to wait for execution. Other nodes in the arrangement have execution logic of corresponding nodes.
The execution mode of the script node and the special execution mode of the condition node are shown in fig. 9 and fig. 10, and each node has common initialization logic, input condition logic and output condition cache logic, except for the self-processing logic of each specific node.
In a preferred embodiment, as shown in fig. 11 and 12, the driver package further includes a process detection service, configured to observe App process changes of the mobile terminal, and provide hook injection capability;
and after the mobile terminal is started with the app, the process monitoring service discovers the change of the number of the processes, and the changed processes are in a white list, and then the recording service is started.
The script recording and playing service provides WebDriversAPIJSON data packet generation and disassembly and drives the automatic test framework to operate; and the communication service drives a unified gateway for external interactive communication of the packet.
The recording service is used for replacing the events of the controls on the UI tree by using the hooks and the recursive UI tree; the permuted events include: click event, long press event, drag event. The recording service is also used for observing the change of the UI number, and if a new control appears on the tree, the event replacement processing is carried out on the new control.
In a specific test example, as shown in fig. 12, after the driver package is installed, a process monitoring service is started to observe the change of the system process. After a user starts the App, the process monitoring service finds out the change of the process quantity, and the changed process is in the white list, then the recording service is started, the recording service starts the automatic testing framework, obtains the UI tree of the current App process through the API provided by the automatic testing framework, and adds a recording button in the root node of the UI tree.
The tester presses the record button to determine to start preparation for recording. The recording service performs replacement processing on the events of the controls on the UI tree through the recursive UI tree by using hooks. The permuted events include: click event, long press event, drag event. Meanwhile, the recording service observes the change of the UI number, and if a new control appears on the tree, the event replacement processing is immediately carried out on the new control.
As shown in fig. 13, when a tester clicks a control, a click event is triggered (the processing procedures of a long-time press event and a drag event are substantially the same), because the click event of the control has been replaced by hook processing, the hook processing event is executed first, and after corresponding information of the current control is acquired, the control event is executed according to the original logic.
Because the hook processing is adopted, the hook can obtain the control information and can also find out information except the control, such as screen information, through the information in the control. The click event corresponds to the click hook processing, so that the necessary control information and context information are obtained in the hook processing, and a JSON data packet is generated according to the WebDriverAPI standard. And the generated JSON data packet is sent to the script collector connection service by means of the established wifi IP connection. And after receiving the data packet, the script acquisition connection service analyzes the data packet, takes out a preset event template according to the event type in the data packet, and generates a script character string according to the template, wherein the character string comprises control information required during playing and playing behaviors. The script string is sent to the script node in the integrated stream through the established local connection. The script character string is displayed by the script node, and a tester can modify the script according to the requirement.
As shown in fig. 14, the tester can also perform interface element operations or other UI related operations by pressing the record button for a long time. And after operation storage, returning the script nodes through a WebDriverAPI JSON data packet.
The mobile app automatic test task arranging system provided by the invention realizes the all-round management of the test script case, including flow management and safety management; the task arrangement of the test scripts is realized, and testers can arrange and combine the test scripts according to actual conditions and arrange the test script flow by combining different conditions; the test result chart is outputted by changing the past test report or manually edited, and a tester can automatically modify the output of the test report by arranging tasks; one end records the script, and the multi-end adaptation is general.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention.

Claims (9)

1. A mobile app automated test task orchestration system, characterized by:
the system comprises a front-end task arrangement system, an app end script recording and playing system and a rear-end task execution system;
the front-end task arranging system is used for managing the test tasks and arranging low codes of the test tasks;
the app end script recording and playing system is used for connecting the mobile end and collecting the operation of the app of the mobile end;
the back-end task execution system is used for storing and analyzing the test arrangement task generated by the front-end task arrangement system and scheduling the execution of the test arrangement task.
2. The mobile app automated test task orchestration system according to claim 1, wherein:
the app end script recording and playing system comprises a mobile end discovery service, a script collector connection service and a protocol running service;
the mobile terminal discovery service is used for discovering a mobile terminal, installing a drive packet at the mobile terminal and starting a monitoring service at the mobile terminal so as to monitor a script collector connection service; the drive package comprises a mobile terminal collector and a script runner;
the script collector connection service is used for triggering a mobile terminal collector in the drive to enter a collection state;
the protocol running service is used for acquiring a wifi corresponding to the mobile terminal from the mobile terminal discovery service, issuing a script to the mobile terminal through the wifi, and running the script by a script runner in the mobile terminal drive.
3. The mobile app automated test task orchestration system of claim 2, wherein:
the script is packaged and formed through a WebDriverAPI protocol.
4. The mobile app automated testing task orchestration system according to claim 1, wherein the orchestration process of the front-end task orchestration system involves the following nodes:
task lifecycle nodes, including a start node and an end node;
a logical node comprising a conditional node;
and the processing nodes comprise a planning task node, a test script node, a mail node, an exception handling node, a report node and a text extraction node.
5. The mobile app automated test task orchestration system according to claim 4, wherein:
the logic node and the processing node are also used for inputting parameters and outputting parameters;
the input parameter function represents that the content output by the superior node is received, and the parameter which can be used as the node is selected from the content;
the output parameter function indicates that good content processed by the node is output to the next stage.
6. The mobile app automated test task orchestration system according to claim 2, wherein:
the mobile terminal discovery service is installed in the intelligent device where the mobile app automatic test task arrangement system is located, and a driving service is installed while the body service of the mobile terminal discovery service is installed;
the driver services are used for adb services of Android and apple Mobile services of iOS, and the adb services and the apple Mobile services are used for discovering the mobile terminal when the mobile terminal is accessed into a PC or a cluster server through a usb, and installing a driver package on the mobile terminal.
7. The mobile app automated test task orchestration system according to claim 6, wherein:
the script collector is used for connecting the service to access the mobile terminal discovery service and obtaining the wifi of the current connected mobile terminal from the mobile terminal discovery service;
the script collector connection service is connected to the mobile terminal through the wifi, and triggers the mobile terminal collector in the drive to enter a collection state.
8. The mobile app automated test task orchestration system according to claim 2, wherein:
the driver package also comprises a process detection service for observing App process changes of the mobile terminal and providing hook injection capability;
and after the mobile terminal is started with the app, the process monitoring service discovers the change of the number of the processes, and the changed processes are in a white list, and then the recording service is started.
9. The mobile app automated test task orchestration system of claim 8, wherein:
the recording service is used for replacing the events of the controls on the UI tree by using the hooks and the recursive UI tree; the permuted events include: click event, long press event, drag event;
the recording service is also used for observing the change of the UI number, and if a new control appears on the tree, the new control is subjected to event replacement processing.
CN202310165614.4A 2023-02-27 2023-02-27 Automatic test task arrangement system for mobile app Active CN115858400B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310165614.4A CN115858400B (en) 2023-02-27 2023-02-27 Automatic test task arrangement system for mobile app

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310165614.4A CN115858400B (en) 2023-02-27 2023-02-27 Automatic test task arrangement system for mobile app

Publications (2)

Publication Number Publication Date
CN115858400A true CN115858400A (en) 2023-03-28
CN115858400B CN115858400B (en) 2023-07-04

Family

ID=85658949

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310165614.4A Active CN115858400B (en) 2023-02-27 2023-02-27 Automatic test task arrangement system for mobile app

Country Status (1)

Country Link
CN (1) CN115858400B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106681899A (en) * 2015-11-06 2017-05-17 北京京东尚科信息技术有限公司 Android-UI automatic testing method and system based on Jmeter
CN108153672A (en) * 2017-12-25 2018-06-12 苏州蜗牛数字科技股份有限公司 The automatization test system and test method of a kind of mobile application
CN110928787A (en) * 2019-11-22 2020-03-27 北京博睿宏远数据科技股份有限公司 Automatic test script recording and playback method, device, equipment and storage medium
CN113722164A (en) * 2021-08-23 2021-11-30 中国电力科学研究院有限公司 Method, system and storage medium for automatic testing of mobile terminal and remote real machine debugging
CN114238077A (en) * 2021-11-19 2022-03-25 航天信息股份有限公司 Automatic test task arranging system and method
CN114490265A (en) * 2022-01-29 2022-05-13 北京博睿宏远数据科技股份有限公司 Data acquisition method, device, equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106681899A (en) * 2015-11-06 2017-05-17 北京京东尚科信息技术有限公司 Android-UI automatic testing method and system based on Jmeter
CN108153672A (en) * 2017-12-25 2018-06-12 苏州蜗牛数字科技股份有限公司 The automatization test system and test method of a kind of mobile application
CN110928787A (en) * 2019-11-22 2020-03-27 北京博睿宏远数据科技股份有限公司 Automatic test script recording and playback method, device, equipment and storage medium
CN113722164A (en) * 2021-08-23 2021-11-30 中国电力科学研究院有限公司 Method, system and storage medium for automatic testing of mobile terminal and remote real machine debugging
CN114238077A (en) * 2021-11-19 2022-03-25 航天信息股份有限公司 Automatic test task arranging system and method
CN114490265A (en) * 2022-01-29 2022-05-13 北京博睿宏远数据科技股份有限公司 Data acquisition method, device, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
陈佳;郭山清;: "面向服务端私有Web API的自动发现技术研究", 网络与信息安全学报 *

Also Published As

Publication number Publication date
CN115858400B (en) 2023-07-04

Similar Documents

Publication Publication Date Title
CN105094783B (en) method and device for testing stability of android application
US20130263090A1 (en) System and method for automated testing
US8589886B2 (en) System and method for automatic hardware and software sequencing of computer-aided design (CAD) functionality testing
KR101637371B1 (en) System for testing an application use for a smart device and method therefor
CN106021099A (en) System and method for achieving UI automatic test of intelligent terminal
CN101887392A (en) Method and device for testing software system operation stability
CN106649063A (en) Method and system used for monitoring time consuming data when program runs
CN108399132A (en) A kind of scheduling tests method, apparatus and storage medium
US20100180245A1 (en) Methods and products for determining and visualizin ic behavior
CN101930399A (en) Method for recording software test
CN107733735B (en) Script recording system and method implanted in pressure measurement device
CN110362483A (en) Performance data acquisition method, device, equipment and storage medium
EP1236108A1 (en) A system and method for testing and validating devices having an embedded operating system
CN115686540B (en) RPA control method and system based on Hongmong system
CN112765028A (en) Android application program testing method and system based on group control mechanism
CN108776604A (en) The execution method and system of goal task
US9547537B2 (en) Automatic profiling report generation
CN111464350B (en) Method and system for managing heterogeneous brand network equipment
CN115858400B (en) Automatic test task arrangement system for mobile app
CN115248782B (en) Automatic testing method and device and computer equipment
US8773527B2 (en) System and method for capturing debug information using a peripheral device
CN111258893A (en) Mobile terminal application automatic testing device for randomly assembling transaction path
US20010015732A1 (en) Setting up a communication procedure between instances and a protocol tester using the method
CN114064460A (en) Android APP-based pressure test and crash log extraction improvement method
WO2000075783A1 (en) Protocol acknowledgment between homogeneous systems

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