CN110765013A - Automatic flow execution method and system - Google Patents

Automatic flow execution method and system Download PDF

Info

Publication number
CN110765013A
CN110765013A CN201910993432.XA CN201910993432A CN110765013A CN 110765013 A CN110765013 A CN 110765013A CN 201910993432 A CN201910993432 A CN 201910993432A CN 110765013 A CN110765013 A CN 110765013A
Authority
CN
China
Prior art keywords
python script
interface
control information
flow
control
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
CN201910993432.XA
Other languages
Chinese (zh)
Other versions
CN110765013B (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.)
Shenzhen City Street Technology Media Ltd
Original Assignee
Shenzhen City Street Technology Media 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 City Street Technology Media Ltd filed Critical Shenzhen City Street Technology Media Ltd
Priority to CN201910993432.XA priority Critical patent/CN110765013B/en
Publication of CN110765013A publication Critical patent/CN110765013A/en
Application granted granted Critical
Publication of CN110765013B publication Critical patent/CN110765013B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/3684Test management for test design, e.g. generating new test cases
    • 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
    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Abstract

The invention discloses a process automation execution method and a system, wherein the method comprises the following steps: when the auxiliary service is started, detecting operation information of a user on an interface and control information of a corresponding control; generating a dynamic type language Python script according to the operation information and the control information; verifying the Python script; and when the Python script passes the verification, responding to the Python script and executing an operation flow corresponding to the Python script. The method provided by the invention can make the flow in the system programmable, can support the execution of Python script in App, greatly improves the flexibility and compatibility of RPA automatic flow on the mobile terminal, is more beneficial to the user to freely program and realize the self-defined flow, and can freely exert imagination to realize the flow needing automation. Thereby saving a large amount of hands which repeat the work and reducing the cost of enterprise expenditure.

Description

Automatic flow execution method and system
Technical Field
The present application relates to the field of electronic technologies, and in particular, to a method and a system for automatically executing a process.
Background
At present, with the popularization of internet technology, mobile terminal equipment becomes the central importance of people in work and life, and with the higher and higher weight of mobile equipment, data displayed on a mobile phone by a plurality of platforms is richer than that of a PC (personal computer) terminal, and enterprises pay more and more attention to the operation of the mobile terminal. But at present, no product integrating the automatic execution flow and the recording automatic script of the mobile terminal exists in the market. Traditional human hands perform repetitive tasks, requiring a large number of workers to spend a significant amount of time handling.
Currently, software for mobile device RPA (robot process automation, RPA for short) automation is not provided in the market. Only a few frameworks for mobile phone-side automated testing exist on the market. These automated testing frameworks can only rely on adb (android Debug bridge) to provide simple simulated clicks, and cannot form the effect of automated execution flow. For the large-batch work tasks of the mobile terminal, the large-batch work tasks are only processed in the modes of manual operation, manual input and the like. Manual operation is often error prone and requires a lot of manpower and time, and is inefficient.
Disclosure of Invention
The invention provides a flow automatic execution method and a flow automatic execution system, which are used for solving the problems that in the prior art, flow operation on a mobile terminal needs modes of worker operation, manual input and the like, so that flow processing is easy to make mistakes, and a large amount of manpower and time are consumed.
The specific technical scheme is as follows:
a method of process automation execution, the method comprising:
when the auxiliary service is started, detecting operation information of a user on an interface and control information of a corresponding control;
generating a dynamic type language Python script according to the operation information and the control information;
verifying the Python script;
and when the Python script passes the verification, responding to the Python script and executing an operation flow corresponding to the Python script.
Generating a dynamic type language Python script according to the operation information and the control information, wherein the generating comprises the following steps: :
when a recording instruction is detected, recording control information including a clicked interface, a control ID, a control position and a control type; and
recording operation information of the execution operation on the interface;
generating the Python script according to the control information and the operation information; (ii) a Or
Acquiring control information and an operation flow of an input interface through a terminal, and generating the self-defined Python script according to the control information and the operation flow of the input interface.
Verifying the Python script, comprising:
determining a code in the Python script;
and carrying out grammar check, safety check and performance verification on the determined code.
Responding the Python script, and executing an operation flow corresponding to the Python script, wherein the operation flow comprises the following steps:
monitoring response operation on an interface, wherein the response operation comprises interface window switching, interface clicking and interface scrolling operation;
monitoring a calling interface and determining corresponding logic processing operation made by the calling interface.
After responding to the Python script and executing an operation flow corresponding to the Python script, the method further includes:
detecting whether the operation flow is finished or not;
and when the completion of the operation flow is detected, ending the execution and releasing the resources.
A process automation execution system, the system comprising:
the detection module is used for detecting operation information of a user on an interface and control information of a corresponding control when the auxiliary service is started;
the generating module is used for generating a dynamic type language Python script according to the operation information and the control information;
the processing module is used for verifying the Python script; and when the Python script passes the verification, responding to the Python script and executing an operation flow corresponding to the Python script.
The generating module is specifically used for recording control information including a clicked interface, a control ID, a control position and a control type when a recording instruction is detected; recording operation information of the execution operation on the interface; generating the Python script according to the control information and the operation information; or acquiring control information and an operation flow of an input interface through a terminal, and generating the self-defined Python script according to the control information and the operation flow of the input interface.
The processing module is further configured to determine a code in the Python script; and carrying out grammar check, safety check and performance verification on the determined code.
The processing module is further configured to monitor response operations on the interface, where the response operations include interface window adjustment, interface clicking, and interface scrolling operations; monitoring a calling interface and determining corresponding logic processing operation made by the calling interface.
The processing module is also used for detecting whether the operation flow is finished; and when the completion of the operation flow is detected, ending the execution and releasing the resources.
The method provided by the invention at least has the following technical effects:
1. the method provided by the invention can make the flow in the system programmable, can support the execution of Python script in App, greatly improves the flexibility and compatibility of RPA automatic flow on the mobile terminal, is more beneficial to the user to freely program and realize the self-defined flow, and can freely exert imagination to realize the flow needing automation. Thereby saving a large amount of hands which repeat the work and reducing the cost of enterprise expenditure.
2. By the method, the mobile terminal can execute the automatic flow without being connected with a computer, and for the task of the fixed flow, the specific flow can be automatically completed and automatically completed in batches only by compiling the Python script of the corresponding flow. Therefore, the efficiency is improved by 500 percent compared with the traditional manual operation, and simultaneously, the cost of operating equipment is also reduced.
3. Aiming at the automatic task of the mobile phone, the system provides a method for recording the automatic flow at the mobile phone end, the control on the screen is directly clicked, the clicking step can be recorded, and the Python file script capable of executing the automatic flow is directly output. Therefore, the android phone RPA is used for carrying out automatic flow execution, a large number of personnel do not need to be trained, only a robot of a specific flow needs to be generated, and labor cost and time cost are greatly saved.
Drawings
Fig. 1 is a flowchart of a method for automatically executing a process according to an embodiment of the present invention;
FIG. 2 is a flow chart illustrating the execution of various modules in the system according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a process automation execution system according to an embodiment of the present invention.
Detailed Description
The technical solutions of the present invention are described in detail with reference to the drawings and the specific embodiments, and it should be understood that the embodiments and the specific technical features in the embodiments of the present invention are merely illustrative of the technical solutions of the present invention, and are not restrictive, and the embodiments and the specific technical features in the embodiments of the present invention may be combined with each other without conflict.
Firstly, in the embodiment of the present invention, an integrated scheme of programmable process automation control, direct recording of an automation process at a mobile phone end, and direct output of a Python script that can execute the automation process is implemented by packaging an "auxiliary service" programming interface of an android system, integrating a Python code interpreter in an App, providing a programmable interface to the outside, and calling a function of an RPA system, where the specific implementation principle is as follows:
fig. 1 is a flowchart illustrating a method for automatically executing a process according to an embodiment of the present invention, where the method includes:
s1, when the auxiliary service is started, detecting the operation information of the user on the interface and the control information of the corresponding control;
s2, generating a dynamic type language Python script according to the operation information and the control information;
s3, verifying the Python script;
s4, when the Python script passes the verification, responding to the Python script and executing the operation flow corresponding to the Python script.
Firstly, a "accessibility service" programming interface provided by an operating system is used to package a related method for operating the accessibility service programming interface by Python, and a Python operating environment is integrated in a system App, which is called RPA Core SDK in the system.
As shown in fig. 2, which is an execution flow chart among modules in the system, when it is determined that the accessibility service auxiliary service function in the system is started, a Python script is generated first, and the generation method of the Python script is as follows:
1. click screen recording generation: the RPA Core SDK records information such as a clicked interface, a control id, a control position, a control character, a control type and the like by using an AccessibilityService programming interface, records operations such as clicking, sliding, long pressing and the like on the interface, and finally generates a corresponding Python script;
2. writing Python code to realize: the RPA Core SDK provided by the system is used for development, and the method program which is provided by the RPACore SDK and can operate the accessitivyservice is called to realize the required functions.
After the Python script is generated in the above manner, the Python script generated in the above step is loaded, and the code in the Python script is verified, where the verification includes but is not limited to syntax check, security check, and performance verification of the code.
After verification passes, the __ main __ method calling Python script begins execution. : the RPA Core SDK responds to the Python script method, the mobile phone starts to operate automatically, and in the execution process, the Python script, the RPA Core SDK and the accessibility service of the user can perform the following interaction:
1. the Access serviceService recalls the onAccess serviceEvent method responded by the operating system to the RPA Core SDK, so that the RPA Core SDK can monitor the information of interface window change, interface click, interface rolling and the like, and the Python script of the user can register the monitoring interface and perform corresponding logic processing;
2. the Python script generated by the user returns the final result of execution to the RPA Core SDK: execution success or failure, and corresponding execution information.
3. Customizing a callback event: the Python script generated by the user can perform self-defined interaction with the accessibility service through the RPA CoreSDK according to the service requirement.
And returning the result of the generated Python script to the RPA Core SDK, releasing related resources by the RPA Core SDK, and completing a single RPA task.
The technical solution of the present invention is further explained by the specific application cases as follows:
the first condition is as follows: automatic praise automatic execution flow for headline article
The method comprises the following steps: and opening an auxiliary service function or a barrier-free function in the android mobile phone.
Step two: python script generation (screen recording mode):
1) starting the recording function of the RPA Core SDK, and calling out a recording suspension window;
2) clicking a 'start recording' button in the suspension window;
3) opening a detail page of a certain article in the today's headline App;
4) clicking a 'like' button, and then clicking a 'saving step' in the floating window;
5) clicking a 'record finishing' button in the suspension window to derive a Python script;
step three: the RPA Core SDK is used to load Python scripts.
Step four: the RPA Core SDK automatically checks the Python code.
Step five: after passing the check, the RPA Core SDK starts executing Python scripts.
Step six: the RPA Core SDK starts to call the 'auxiliary service' to automatically operate the mobile phone.
Step seven: and the task is automatically completed.
Case two: automatically collecting news searched by 'iphone 11' on Tencent news and outputting the news as csv file according to specific format
The method comprises the following steps: and opening an auxiliary service function or a barrier-free function in the android mobile phone.
Step two: the RPA Core SDK is used to write Python scripts to implement an automated process (taking Tencent news V5.8.82 as an example, the version is different, and the resource id may be different):
a. the open _ App method provided by the SDK is called, and the package name 'com.tencent.news' of the tencel news is introduced, so that the tencel news App can be automatically called
b. Calling a click _ id method provided by the SDK, and transmitting an id (com.ent.news: id/al0) of a search box control, so that the search box can be automatically clicked;
c. calling an input _ content _ by _ id method provided by the SDK, and introducing a search box id (com.content.news: id/btw) and content to be input (iphone11), namely automatically pasting the content to the search box;
d. calling a click _ text method provided by the SDK, and introducing characters to be clicked (searching), namely clicking a search button;
e. calling a click _ id _ with _ index method provided by the SDK, and inputting an id (com.tencent.news: id/aj) of a search result list and a subscript (starting from 0) of an item needing to be clicked, so that the appointed search result can be clicked and the article detail page is entered;
f. calling find _ node _ text _ by _ id provided by the SDK, and transmitting a control id (com.tencent. news: id/cj) of the character to be extracted, thus realizing the extraction of the character displayed by the article title;
g. calling a write _ csv method provided by the SDK to output contents to the csv file;
h. calling an on _ result method provided by the SDK, and transmitting parameters: true represents success and False represents failure;
step three: the RPA Core SDK is used to load Python scripts.
Step four: the RPA Core SDK automatically checks the Python code.
Step five: after passing the check, the RPA Core SDK starts executing Python scripts.
Step six: the RPA Core SDK starts to call the 'auxiliary service' to automatically operate the mobile phone.
Step seven: and the task is automatically completed.
The method provided by the invention at least has the following technical effects:
1. the method provided by the invention can make the flow in the system programmable, can support the execution of Python script in App, greatly improves the flexibility and compatibility of RPA automatic flow on the mobile terminal, is more beneficial to the user to freely program and realize the self-defined flow, and can freely exert imagination to realize the flow needing automation. Thereby saving a large amount of hands which repeat the work and reducing the cost of enterprise expenditure.
2. By the method, the mobile terminal can execute the automatic flow without being connected with a computer, and for the task of the fixed flow, the specific flow can be automatically completed and automatically completed in batches only by compiling the Python script of the corresponding flow. Therefore, the efficiency is improved by 500 percent compared with the traditional manual operation, and simultaneously, the cost of operating equipment is also reduced.
3. Aiming at the automatic task of the mobile phone, the system provides a method for recording the automatic flow at the mobile phone end, the control on the screen is directly clicked, the clicking step can be recorded, and the Python file script capable of executing the automatic flow is directly output. Therefore, the android phone RPA is used for carrying out automatic flow execution, a large number of personnel do not need to be trained, only a robot of a specific flow needs to be generated, and labor cost and time cost are greatly saved.
Corresponding to the method provided by the present invention, an embodiment of the present invention further provides a process automation execution system, and as shown in fig. 3, the present invention provides a schematic structural diagram of the process automation execution system, where the system includes:
the detection module 301 is configured to detect operation information of a user on an interface and control information of a corresponding control when the auxiliary service is started;
a generating module 302, configured to generate a dynamic type language Python script according to the operation information and the control information;
a processing module 303, configured to verify the Python script; and when the Python script passes the verification, responding to the Python script and executing an operation flow corresponding to the Python script.
Further, in this embodiment of the present invention, the generating module 302 is specifically configured to record, when a recording instruction is detected, control information including a clicked interface, a control ID, a control position, and a control type; recording operation information of the execution operation on the interface; and generating the Python script according to the control information and the operation information.
Further, in this embodiment of the present invention, the processing module 303 is further configured to determine a code in the Python script; and carrying out grammar check, safety check and performance verification on the determined code.
Further, in this embodiment of the present invention, the processing module 303 is further configured to monitor a response operation on an interface, where the response operation includes an interface window adjustment, an interface click, and an interface scrolling operation; monitoring a calling interface and determining corresponding logic processing operation made by the calling interface.
Further, in this embodiment of the present invention, the processing module 303 is further configured to detect whether an operation flow is completed; and when the completion of the operation flow is detected, ending the execution and releasing the resources.
While the preferred embodiments of the present application have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. It is therefore intended that the following appended claims be interpreted as including the preferred embodiment and all such alterations and modifications as fall within the scope of the application, including the use of specific symbols, labels, or other designations to identify the vertices.
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 (10)

1. A method for automated execution of a process, the method comprising:
when the auxiliary service is started, detecting operation information of a user on an interface and control information of a corresponding control;
generating a dynamic type language Python script according to the operation information and the control information;
verifying the Python script;
and when the Python script passes the verification, responding to the Python script and executing an operation flow corresponding to the Python script.
2. The method of claim 1, wherein generating a dynamic type language Python script from the operation information and the control information comprises:
when a recording instruction is detected, recording control information including a clicked interface, a control ID, a control position and a control type; and
recording operation information of the execution operation on the interface;
generating the Python script according to the control information and the operation information; or
Acquiring control information and an operation flow of an input interface through a terminal, and generating the self-defined Python script according to the control information and the operation flow of the input interface.
3. The method of claim 1, wherein validating the Python script comprises:
determining a code in the Python script;
and carrying out grammar check, safety check and performance verification on the determined code.
4. The method of claim 1, wherein in response to the Python script, executing an operational flow corresponding to the Python script comprises:
monitoring response operation on an interface, wherein the response operation comprises interface window switching, interface clicking and interface scrolling operation;
monitoring a calling interface and determining corresponding logic processing operation made by the calling interface.
5. The method of claim 1, wherein after executing the operational flow corresponding to the Python script in response to the Python script, the method further comprises:
detecting whether the operation flow is finished or not;
and when the completion of the operation flow is detected, ending the execution and releasing the resources.
6. A process automation execution system, the system comprising:
the detection module is used for detecting operation information of a user on an interface and control information of a corresponding control when the auxiliary service is started;
the generating module is used for generating a dynamic type language Python script according to the operation information and the control information;
the processing module is used for verifying the Python script; and when the Python script passes the verification, responding to the Python script and executing an operation flow corresponding to the Python script.
7. The system according to claim 6, wherein the generating module is specifically configured to record control information including a clicked interface, a control ID, a control position, and a control type when the recording instruction is detected; recording operation information of the execution operation on the interface; generating the Python script according to the control information and the operation information; or acquiring control information and an operation flow of an input interface through a terminal, and generating the self-defined Python script according to the control information and the operation flow of the input interface.
8. The system of claim 6, wherein the processing module is further configured to determine code in the Python script; and carrying out grammar check, safety check and performance verification on the determined code.
9. The system of claim 6, wherein the processing module is further configured to monitor response operations on the interface, wherein the response operations include interface window switching, interface clicking, and interface scrolling operations; monitoring a calling interface and determining corresponding logic processing operation made by the calling interface.
10. The system of claim 6, wherein the processing module is further configured to detect whether an operational procedure is complete; and when the completion of the operation flow is detected, ending the execution and releasing the resources.
CN201910993432.XA 2019-10-18 2019-10-18 Automatic execution method and system for flow Active CN110765013B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910993432.XA CN110765013B (en) 2019-10-18 2019-10-18 Automatic execution method and system for flow

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910993432.XA CN110765013B (en) 2019-10-18 2019-10-18 Automatic execution method and system for flow

Publications (2)

Publication Number Publication Date
CN110765013A true CN110765013A (en) 2020-02-07
CN110765013B CN110765013B (en) 2024-02-23

Family

ID=69332240

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910993432.XA Active CN110765013B (en) 2019-10-18 2019-10-18 Automatic execution method and system for flow

Country Status (1)

Country Link
CN (1) CN110765013B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111787089A (en) * 2020-06-28 2020-10-16 中国建设银行股份有限公司 Method, device and system for network integration service of process robot
CN111798216A (en) * 2020-07-14 2020-10-20 上海智子信息科技股份有限公司 Robot process automation multi-tool integration method and system
CN112181854A (en) * 2020-10-30 2021-01-05 重庆农村商业银行股份有限公司 Method, device, equipment and storage medium for generating flow automation script
CN112288393A (en) * 2020-06-30 2021-01-29 北京来也网络科技有限公司 Flow grouping method, device, equipment and storage medium combining RPA and AI
CN112651698A (en) * 2020-09-01 2021-04-13 广西辰亚信息技术有限公司 Legal process automation intelligent system
CN113420189A (en) * 2021-08-20 2021-09-21 达而观科技(北京)有限公司 Intelligent terminal android App control method and system based on RPA
US11314531B1 (en) 2020-05-28 2022-04-26 UiPath Inc. Systems and methods for robotic process automation of mobile platforms
CN115291883A (en) * 2022-07-12 2022-11-04 湖南于一科技有限公司 Method for realizing development and operation of robot by self-defined script parser

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012058871A1 (en) * 2010-11-03 2012-05-10 中兴通讯股份有限公司 Method and system for customer service automation
CN103544106A (en) * 2013-10-31 2014-01-29 广东欧珀移动通信有限公司 Method and device for generating script based on control
CN105740143A (en) * 2016-01-27 2016-07-06 厦门美图移动科技有限公司 Automated test method and apparatus as well as computing device
CN107357724A (en) * 2017-06-27 2017-11-17 深圳市泰衡诺科技有限公司上海分公司 Automatic software test method and device in Android system
CN108717393A (en) * 2018-05-16 2018-10-30 平安科技(深圳)有限公司 A kind of applied program testing method and mobile terminal
CN109118347A (en) * 2018-07-20 2019-01-01 苏宁易购集团股份有限公司 A kind of automation collaboration method and system
CN109471678A (en) * 2018-11-07 2019-03-15 苏州思必驰信息科技有限公司 Voice midpoint controlling method and device based on image recognition
US20190129824A1 (en) * 2017-10-30 2019-05-02 Bank Of America Corporation Robotic process automation enabled file dissection for error diagnosis and correction

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012058871A1 (en) * 2010-11-03 2012-05-10 中兴通讯股份有限公司 Method and system for customer service automation
CN103544106A (en) * 2013-10-31 2014-01-29 广东欧珀移动通信有限公司 Method and device for generating script based on control
CN105740143A (en) * 2016-01-27 2016-07-06 厦门美图移动科技有限公司 Automated test method and apparatus as well as computing device
CN107357724A (en) * 2017-06-27 2017-11-17 深圳市泰衡诺科技有限公司上海分公司 Automatic software test method and device in Android system
US20190129824A1 (en) * 2017-10-30 2019-05-02 Bank Of America Corporation Robotic process automation enabled file dissection for error diagnosis and correction
CN108717393A (en) * 2018-05-16 2018-10-30 平安科技(深圳)有限公司 A kind of applied program testing method and mobile terminal
CN109118347A (en) * 2018-07-20 2019-01-01 苏宁易购集团股份有限公司 A kind of automation collaboration method and system
CN109471678A (en) * 2018-11-07 2019-03-15 苏州思必驰信息科技有限公司 Voice midpoint controlling method and device based on image recognition

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
我是小冰纸呀: "关于Airtest的使用探索", pages 1 - 6 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11314531B1 (en) 2020-05-28 2022-04-26 UiPath Inc. Systems and methods for robotic process automation of mobile platforms
CN111787089A (en) * 2020-06-28 2020-10-16 中国建设银行股份有限公司 Method, device and system for network integration service of process robot
CN111787089B (en) * 2020-06-28 2022-05-13 中国建设银行股份有限公司 Method, device and system for network integration service of process robot
CN112288393A (en) * 2020-06-30 2021-01-29 北京来也网络科技有限公司 Flow grouping method, device, equipment and storage medium combining RPA and AI
CN111798216A (en) * 2020-07-14 2020-10-20 上海智子信息科技股份有限公司 Robot process automation multi-tool integration method and system
CN112651698A (en) * 2020-09-01 2021-04-13 广西辰亚信息技术有限公司 Legal process automation intelligent system
CN112181854A (en) * 2020-10-30 2021-01-05 重庆农村商业银行股份有限公司 Method, device, equipment and storage medium for generating flow automation script
CN112181854B (en) * 2020-10-30 2023-12-22 重庆农村商业银行股份有限公司 Method, device, equipment and storage medium for generating process automation script
CN113420189A (en) * 2021-08-20 2021-09-21 达而观科技(北京)有限公司 Intelligent terminal android App control method and system based on RPA
CN115291883A (en) * 2022-07-12 2022-11-04 湖南于一科技有限公司 Method for realizing development and operation of robot by self-defined script parser
CN115291883B (en) * 2022-07-12 2023-05-05 湖南于一科技有限公司 Method for realizing development and operation of robot by custom script parser

Also Published As

Publication number Publication date
CN110765013B (en) 2024-02-23

Similar Documents

Publication Publication Date Title
CN110765013B (en) Automatic execution method and system for flow
CN107577607B (en) User interface automatic testing method and device, electronic equipment and storage medium
US20030164850A1 (en) Recording user interaction with an application
US20150347281A1 (en) Automation testing using descriptive maps
CN107526676B (en) Cross-system test method and device
JP2010191977A (en) Method of executing task in computer system with gui
US20150089415A1 (en) Method of processing big data, apparatus performing the same and storage media storing the same
CN111475390A (en) Log collection system deployment method, device, equipment and storage medium
CN111176629A (en) Application development method and device
CN115658529A (en) Automatic testing method for user page and related equipment
CN112231206A (en) Script editing method for application program test, computer readable storage medium and test platform
CN111552463A (en) Page jump method and device, computer equipment and storage medium
CN106529304B (en) A kind of Android applies concurrent leakage location
CN113869789A (en) Risk monitoring method and device, computer equipment and storage medium
CN111506305B (en) Tool pack generation method, device, computer equipment and readable storage medium
CN117033249A (en) Test case generation method and device, computer equipment and storage medium
CN112036843A (en) Flow element positioning method, device, equipment and medium based on RPA and AI
CN110209572A (en) Ui testing method, ui testing system and terminal
CN114880239A (en) Interface automation testing framework and method based on data driving
CN113360379B (en) Program test environment creation method and program test environment creation apparatus
CN115525561A (en) Protocol interface testing method, device, terminal equipment and storage medium
CN114745313A (en) Terminal remote testing method and device, electronic equipment and readable medium
CN114490892A (en) Data transmission method and device based on datax
CN112231234A (en) Cross-platform user interface automatic testing method, device, equipment and storage medium
CN112650673A (en) Method and device for creating test case in transaction tracking system and electronic equipment

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