CN110765013B - Automatic execution method and system for flow - Google Patents

Automatic execution method and system for flow Download PDF

Info

Publication number
CN110765013B
CN110765013B CN201910993432.XA CN201910993432A CN110765013B CN 110765013 B CN110765013 B CN 110765013B CN 201910993432 A CN201910993432 A CN 201910993432A CN 110765013 B CN110765013 B CN 110765013B
Authority
CN
China
Prior art keywords
python script
rpa
interface
python
execution
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910993432.XA
Other languages
Chinese (zh)
Other versions
CN110765013A (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 Biliang Technology Media Co ltd
Original Assignee
Shenzhen Biliang Technology Media Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Biliang Technology Media Co ltd filed Critical Shenzhen Biliang Technology Media Co 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

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 method and a system for automatically executing a flow, wherein the method comprises the following steps: detecting operation information of a user on an interface and control information of a corresponding control when the auxiliary service is started; 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 verification, responding to the Python script, and executing an operation flow corresponding to the Python script. The method provided by the invention can enable the flow in the system to be programmable, can support the execution of the Python script in the App, greatly improves the flexibility and compatibility of the RPA automatic flow on the mobile terminal, is more beneficial to the free programming of a user to realize the self-defined flow, and can freely exert imagination to realize the flow needing automation. Thereby saving a great deal of hands for repeating the labor work and reducing the expenditure cost of enterprises.

Description

Automatic execution method and system for flow
Technical Field
The present disclosure relates to the field of electronic technologies, and in particular, to a method and a system for automatically executing a flow.
Background
At present, along with popularization of internet technology, mobile terminal equipment has become a great emphasis in work and life of people, along with increasing weight of mobile equipment, data presented on mobile phones by a plurality of platforms are more abundant than that of PC (personal computer) terminals, and enterprises are also paying more attention to operation of the mobile terminals. However, no product integrating the automatic execution flow and the automatic script recording of the mobile terminal exists in the market at present. Traditional human hands perform repetitive work tasks, requiring a significant amount of time for a large number of workers to process.
Currently, software for mobile device RPA (robot flow automation, robotic Process Automation, simply RPA) automation is not provided on the market. Only some frameworks for automated testing at the cell phone end exist on the market. These automated test frameworks can only rely on ADB (Android Debug Bridge) to provide simple simulated clicks and cannot create the effect of an automated execution flow. For the large-batch work tasks of the mobile terminal, the tasks still only stay to be processed by means of manual operation, manual recording and the like. Manual operations are often error-prone and require a lot of manpower and time and are inefficient.
Disclosure of Invention
The invention provides a method and a system for automatically executing a flow, which are used for solving the problems that in the prior art, the flow operation on a mobile terminal needs the modes of manual operation, manual input and the like, so that the flow processing is easy to make mistakes, and a large amount of manpower and time are required to be consumed.
The specific technical scheme is as follows:
a method of automated execution of a process, the method comprising:
detecting operation information of a user on an interface and control information of a corresponding control when the auxiliary service is started;
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 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 dynamic type language Python script 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
operation information of executing operation recorded on the interface;
generating the Python script according to the control information and the operation information; the method comprises the steps of carrying out a first treatment on the surface of the Or alternatively
And acquiring control information and an operation flow of an input interface through a terminal, and generating a customized Python script according to the control information and the operation flow of the input interface.
Verifying the Python script, including:
determining codes in the Python script;
and carrying out grammar checking, security checking and performance verification on the determined codes.
And responding to the Python script, 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;
and monitoring the calling interface and determining corresponding logic processing operation made by the calling interface.
After the operation flow corresponding to the Python script is executed in response to the Python script, the method further includes:
detecting whether the operation flow is finished;
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 the operation information of the user on the interface and the control information of the corresponding control when the auxiliary service is started;
the generation 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 verification, responding to the Python script, and executing an operation flow corresponding to the Python script.
The generation module is specifically used for recording control information including a clicked interface, a control ID, a control position and a control type when the recording instruction is detected; 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 customized Python script according to the control information and the operation flow of the input interface.
The processing module is further used for determining codes in the Python script; and carrying out grammar checking, security checking and performance verification on the determined codes.
The processing module is also used for monitoring response operation on the interface, wherein the response operation comprises interface window adjustment, interface clicking and interface scrolling operation; and monitoring the 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 has at least the following technical effects:
1. the method provided by the invention can enable the flow in the system to be programmable, can support the execution of the Python script in the App, greatly improves the flexibility and compatibility of the RPA automatic flow on the mobile terminal, is more beneficial to the free programming of a user to realize the self-defined flow, and can freely exert imagination to realize the flow needing automation. Thereby saving a great deal of hands for repeating the labor work and reducing the expenditure cost of enterprises.
2. By the method, the mobile terminal can execute the automatic process without being connected with a computer, and for the tasks of the fixed process, the automatic completion of the specific process and the automatic batch completion can be realized by only compiling the Python script of the corresponding process. Thereby improving the efficiency by 500% compared with the traditional manual operation, and simultaneously reducing the cost of operating equipment.
3. Aiming at the automation task of the mobile phone, the system provides a method for recording the automation flow by the mobile phone terminal, directly clicks a control on a screen, can record the clicking step, and directly outputs the Python file script which can execute the automation flow. Therefore, the android mobile phone RPA is used for automatic process execution, a large number of people do not need to be trained in the process, only a robot for a specific process is needed to be generated, and labor cost and time cost are greatly saved.
Drawings
FIG. 1 is a flow chart of a method for automatically executing a flow in an embodiment of the invention;
FIG. 2 is a flow chart illustrating the execution of the 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 following detailed description of the technical solutions of the present invention will be given by way of the accompanying drawings and the specific embodiments, and it should be understood that the specific technical features of the embodiments and the embodiments of the present invention are merely illustrative of the technical solutions of the present invention, and not limiting, and that the embodiments and the specific technical features of the embodiments of the present invention may be combined with each other without conflict.
Firstly, in the embodiment of the invention, 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, calling the functions of an RPA system, realizing an integrated scheme of programmable process automation control, directly recording an automation process at a mobile phone end and directly outputting a Python script of the executable automation process, the specific implementation principle is as follows:
fig. 1 is a flowchart of a method for automatically executing a flow according to an embodiment of the present invention, where the method includes:
s1, detecting operation information of a user on an interface and control information of a corresponding control when an auxiliary service is started;
s2, generating a dynamic type language Python script according to the operation information and the control information;
s3, verifying the Python script;
and S4, when the Python script passes verification, responding to the Python script, and executing an operation flow corresponding to the Python script.
Firstly, an "accessibility service" programming interface provided by an operating system is used to encapsulate a related method for Python to operate the accessibility service programming interface, and a Python operating environment is integrated in a system App, which is called RPA Core SDK in the present system.
As shown in fig. 2, which is a flowchart of execution among the modules in the system, when determining that the accessibilitiyservice auxiliary service function in the system is started, a Python script is first generated, where the Python script is generated as follows:
1. clicking on the screen record results in: the RPA Core SDK records information such as a clicked interface, a control id, a control position, a control text, 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 programming of the operational Access ibilityService provided in the RPA Core SDK is called to realize the required functions.
After generating the Python script in the above manner, the Python script generated in the above steps is loaded and the code in the Python script is verified, where verification includes, but is not limited to, syntax checking, security checking, and performance verification of the code.
After verification passes, the __ main __ method, which invokes the Python script, begins execution. : the RPA Core SDK responds to the Python script method and starts to operate the mobile phone automatically, and in the execution process, the Python script, the RPA Core SDK and the accessibilitiyService of the user can perform the following interactions:
1. the Access ibilityService returns the onAcess ibilityEvent method responded by the operating system to the RPA Core SDK, so that the RPA Core SDK can monitor messages such as interface window change, interface click, interface rolling and the like, and a Python script of the user can register a monitoring interface and perform corresponding logic processing;
2. and (5) returning a final result of execution to the RPA Core SDK by using the Python script generated by the user: success or failure of execution, and corresponding execution information.
3. Custom callback events: the Python script generated by the user can perform self-defined interaction with the AccessibilityService through the RPA Core SDK according to the service requirement.
And returning the result to the RPA Core SDK by the generated Python script, releasing related resources by the RPA Core SDK, and completing the single RPA task.
The technical scheme of the invention is further described below through specific application conditions:
case one: automatic executing process for automatically praying headline article
Step one: and opening an auxiliary service or barrier-free function in the android mobile phone.
Step two: generating Python script (screen recording mode):
1) Starting the recording function of the RPA Core SDK and calling out a recording suspension window;
2) Clicking a record start button in the suspension window;
3) Opening a detail page of a certain article in the present headline App;
4) Clicking the "like" button, then clicking the "save step" in the floating window;
5) Clicking a 'record completion' 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 the Python script.
Step six: the RPA Core SDK starts to call the auxiliary service to automatically operate the mobile phone.
Step seven: the task is automatically completed.
And a second case: automatically collecting news searched by the "iphone11" on the Tenced news, and outputting the news as csv file according to a specific format
Step one: and opening an auxiliary service or barrier-free function in the android mobile phone.
Step two: using RPA Core SDK to write Python scripts to implement the automation flow (e.g., news V5.8.82, version different, resource id may be different):
a. calling the open_app method provided by SDK, and entering the package name "com.tent.news" of the news, the automatic calling of the news App can be realized
b. Calling a click_id method provided by the SDK, and transmitting an id (com.tent.news: id/al 0) of a search box control to realize automatic clicking of a search box;
c. calling an input_content_by_id method provided by the SDK, and inputting a search box id (com.content: id/btw) and a content (iphone 11) to be input, so as to realize automatic pasting of the content to the search box;
d. calling a click_text method provided by the SDK, and inputting characters (search) to be clicked, so that a search button can be clicked;
e. calling a click_id_with_index method provided by the SDK, and inputting an id (com.content. News: id/aj) of a search result list and a subscript (starting from 0) of an item to be clicked, so that a designated search result can be clicked, and an article detail page can be entered;
f. calling find_node_text_by_id provided by the SDK, and inputting a control id (com_news: id/cj) of the text to be extracted, so that the text displayed by the text title can be extracted;
g. the content can be output to the csv file by calling a write_csv method provided by the SDK;
h. calling an on_result method provided by the SDK, and transmitting parameters: true represents success, 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 the Python script.
Step six: the RPA Core SDK starts to call the auxiliary service to automatically operate the mobile phone.
Step seven: the task is automatically completed.
The method provided by the invention has at least the following technical effects:
1. the method provided by the invention can enable the flow in the system to be programmable, can support the execution of the Python script in the App, greatly improves the flexibility and compatibility of the RPA automatic flow on the mobile terminal, is more beneficial to the free programming of a user to realize the self-defined flow, and can freely exert imagination to realize the flow needing automation. Thereby saving a great deal of hands for repeating the labor work and reducing the expenditure cost of enterprises.
2. By the method, the mobile terminal can execute the automatic process without being connected with a computer, and for the tasks of the fixed process, the automatic completion of the specific process and the automatic batch completion can be realized by only compiling the Python script of the corresponding process. Thereby improving the efficiency by 500% compared with the traditional manual operation, and simultaneously reducing the cost of operating equipment.
3. Aiming at the automation task of the mobile phone, the system provides a method for recording the automation flow by the mobile phone terminal, directly clicks a control on a screen, can record the clicking step, and directly outputs the Python file script which can execute the automation flow. Therefore, the android mobile phone RPA is used for automatic process execution, a large number of people do not need to be trained in the process, only a robot for a specific process is needed to be generated, and labor cost and time cost are greatly saved.
Corresponding to the method provided by the present invention, a flow automation executing system is also provided in the embodiment of the present invention, as shown in fig. 3, which is a schematic structural diagram of a flow automation executing system in the embodiment of the present invention, 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;
the generating module 302 is 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 verification, responding to the Python script, and executing an operation flow corresponding to the Python script.
Further, in the embodiment of the present invention, the generating module 302 is specifically configured to record control information including a clicked interface, a control ID, a control position, and a control type when a recording instruction is detected; and 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 the embodiment of the present invention, the processing module 303 is further configured to determine a code in the Python script; and carrying out grammar checking, security checking and performance verification on the determined codes.
Further, in the embodiment of the present invention, the processing module 303 is further configured to monitor a response operation on the interface, where the response operation includes an interface window adjustment, an interface click, and an interface scrolling operation; and monitoring the calling interface and determining corresponding logic processing operation made by the calling interface.
Further, in the embodiment of the present invention, the processing module 303 is further configured to detect whether the 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 embodiments and all such alterations and modifications as fall within the scope of the present application, including those modified to include the use of specific symbols, labels, and so forth to determine vertices.
It will be apparent to those skilled in the art that various modifications and variations can be made in the present application without departing from the spirit or scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims and the equivalents thereof, the present application is intended to cover such modifications and variations.

Claims (2)

1. A method for automated execution of a process, the method comprising:
detecting operation information of a user on an interface and control information of a corresponding control when the auxiliary service is started;
generating a dynamic type language Python script according to the operation information and the control information;
verifying the Python script;
after the Python script passes verification, responding to the Python script, and executing an operation flow corresponding to the Python script;
when generating the dynamic type language Python script according to the operation information and the control information, the method comprises the following steps:
when a recording instruction is detected, the RPA Core SDK records control information including a clicked interface, a control ID, a control position and a control type by using an accessibilityService programming interface; and recording operation information of the execution operation on the interface;
calling a method for operating the accessibilitiyservice programming interface provided in the RPA Core SDK to program according to the control information and the operation information to generate the Python script;
when verifying the Python script, the method comprises the following steps:
loading the Python script by using the RPA Core SDK, and verifying codes in the Python script, wherein the verification comprises the following steps: grammar checking, security checking and performance verification;
after the Python script passes the verification, the method further comprises:
calling a __ main __ method of a Python script to start execution, wherein the RPA Core SDK responds to the Python script method and starts to operate the mobile phone automatically, and in the execution process, the Python script, the RPA Core SDK and the accessibilitiyService programming interface perform the following interactions:
the Access ibilityService programming interface returns an onAccess ibilityEvent method responded by an operating system to the RPA Core SDK, so that the RPA Core SDK monitors interface window change, interface clicking and interface scrolling operation, and the Python script registers the monitoring interface and performs corresponding logic processing;
the Python script returns an execution final result to the RPA Core SDK, wherein the final result comprises: success or failure of execution, and corresponding execution information;
the Python script performs self-defined interaction with the AccessibilityService programming interface through the RPA Core SDK according to the self-service requirement;
the Python script returns a result to the RPA Core SDK, the RPA Core SDK releases related resources, and a single RPA task is completed;
the RPA Core SDK encapsulates a related method for the Python to operate the Access ibilityService programming interface, and integrates the Python operation environment in the system App.
2. A process automation execution system, the system comprising:
the detection module is used for detecting the operation information of the user on the interface and the control information of the corresponding control when the auxiliary service is started;
the generation 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; when the Python script passes verification, responding to the Python script, and executing an operation flow corresponding to the Python script;
the generation module generates a dynamic type language Python script according to the operation information and the control information, and comprises the following steps:
when a recording instruction is detected, the RPA Core SDK records control information including a clicked interface, a control ID, a control position and a control type by using an accessibilityService programming interface; and recording operation information of the execution operation on the interface;
calling a method for operating the accessibilitiyservice programming interface provided in the RPA Core SDK to program according to the control information and the operation information to generate the Python script;
the processing module, when verifying the Python script, includes:
loading the Python script by using the RPA Core SDK, and verifying codes in the Python script, wherein the verification comprises the following steps: grammar checking, security checking and performance verification;
after the Python script passes the verification, the method further comprises:
calling a __ main __ method of a Python script to start execution, wherein the RPA Core SDK responds to the Python script method and starts to operate the mobile phone automatically, and in the execution process, the Python script, the RPA Core SDK and the accessibilitiyService programming interface perform the following interactions:
the Access ibilityService programming interface returns an onAccess ibilityEvent method responded by an operating system to the RPA Core SDK, so that the RPA Core SDK monitors interface window change, interface clicking and interface scrolling operation, and the Python script registers the monitoring interface and performs corresponding logic processing;
the Python script returns an execution final result to the RPA Core SDK, wherein the final result comprises: success or failure of execution, and corresponding execution information;
the Python script performs self-defined interaction with the AccessibilityService programming interface through the RPA Core SDK according to the self-service requirement;
the Python script returns a result to the RPA Core SDK, the RPA Core SDK releases related resources, and a single RPA task is completed;
the RPA Core SDK encapsulates a related method for the Python to operate the Access ibilityService programming interface, and integrates the Python operation environment in the system App.
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 CN110765013A (en) 2020-02-07
CN110765013B true 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)

Families Citing this family (8)

* 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
CN111787089B (en) * 2020-06-28 2022-05-13 中国建设银行股份有限公司 Method, device and system for network integration service of process robot
CN111754204A (en) * 2020-06-30 2020-10-09 北京来也网络科技有限公司 Process grouping method, device, equipment and medium for RPA process execution end
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
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
CN115291883B (en) * 2022-07-12 2023-05-05 湖南于一科技有限公司 Method for realizing development and operation of robot by custom script parser

Citations (7)

* 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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10503627B2 (en) * 2017-10-30 2019-12-10 Bank Of America Corporation Robotic process automation enabled file dissection for error diagnosis and correction

Patent Citations (7)

* 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

Also Published As

Publication number Publication date
CN110765013A (en) 2020-02-07

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
CN110134386B (en) Program editing method and device
AU2016201389A1 (en) Method and system for process automation in computing
CN103164300A (en) Mobile terminal touch screen automatic testing method and device
CN103399814B (en) The method and device of automatic test
CN111427569B (en) Method and device for adapting installation-free program, electronic equipment and storage medium
US20110307868A1 (en) Scripting application with role identification
CN101262681A (en) Automatic testing mobile terminal and its implementation method
CN111723002A (en) Code debugging method and device, electronic equipment and storage medium
WO2023284505A1 (en) Method and apparatus for code-scanning payment
CN107797922B (en) Application page testing method, electronic device and electronic equipment
CN102402455A (en) Method and device for calling dynamic link library (DLL)
CN106529304B (en) A kind of Android applies concurrent leakage location
CN111552463A (en) Page jump method and device, computer equipment and storage medium
CN112148594A (en) Script testing method and device, electronic equipment and storage medium
CN110334014A (en) For user interface automated testing method, system, server and storage medium
CN112861138A (en) Software security analysis method and analysis device, electronic device, and storage medium
CN115509913A (en) Software automation test method, device, machine readable medium and equipment
CN115640183A (en) Chip verification device and method
CN115292196A (en) User interface testing method and device, electronic equipment and readable storage medium
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
CN112231234A (en) Cross-platform user interface automatic testing method, device, equipment and storage medium
CN114880239A (en) Interface automation testing framework and method based on data driving

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