CN112181854A - Method, device, equipment and storage medium for generating flow automation script - Google Patents

Method, device, equipment and storage medium for generating flow automation script Download PDF

Info

Publication number
CN112181854A
CN112181854A CN202011189665.3A CN202011189665A CN112181854A CN 112181854 A CN112181854 A CN 112181854A CN 202011189665 A CN202011189665 A CN 202011189665A CN 112181854 A CN112181854 A CN 112181854A
Authority
CN
China
Prior art keywords
component
script
information
flow
rpa
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
CN202011189665.3A
Other languages
Chinese (zh)
Other versions
CN112181854B (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.)
Chongqing Rural Commercial Bank Co ltd
Original Assignee
Chongqing Rural Commercial Bank 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 Chongqing Rural Commercial Bank Co ltd filed Critical Chongqing Rural Commercial Bank Co ltd
Priority to CN202011189665.3A priority Critical patent/CN112181854B/en
Publication of CN112181854A publication Critical patent/CN112181854A/en
Application granted granted Critical
Publication of CN112181854B publication Critical patent/CN112181854B/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
    • 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
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/101Collaborative creation, e.g. joint development of products or services

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Human Resources & Organizations (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Strategic Management (AREA)
  • Data Mining & Analysis (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method, a device, equipment and a storage medium for generating a flow automation script, wherein the method comprises the following steps: reading a template file containing an operation process of a software system; acquiring operation information of each operation contained in the operation flow from the template file, and determining component information of an RPA flow component corresponding to each operation information; and extracting the component script of the RPA process component corresponding to each item of the component information respectively, and combining the extracted component scripts to obtain the process automation script of the software system. Therefore, the method and the device can realize automatic generation of the flow automation script, effectively reduce a large amount of repetitive work of developers, avoid manual script design and effectively improve development efficiency.

Description

Method, device, equipment and storage medium for generating flow automation script
Technical Field
The present invention relates to the field of script development technologies, and in particular, to a method, an apparatus, a device, and a storage medium for generating a flow automation script.
Background
The process automation script is a script which can realize the operation of the corresponding software system, namely, the process automation script is operated, so that the whole operation of the corresponding software system can be realized; the existing process automation script generation needs a process developer to open target software systems one by one through a designer according to a business requirement book, and after any software system is opened, the developer sequentially identifies target elements, input data, submitted data, verification results and the like one by one according to descriptive steps in the business requirement book.
Disclosure of Invention
The invention aims to provide a method, a device, equipment and a storage medium for generating a flow automation script, which can effectively reduce a large amount of repetitive work of developers and effectively improve the development efficiency.
In order to achieve the above purpose, the invention provides the following technical scheme:
a method of generating a flow automation script, comprising:
reading a template file containing an operation process of a software system;
acquiring operation information of each operation contained in the operation flow from the template file, and determining component information of an RPA flow component corresponding to each operation information;
and extracting the component script of the RPA process component corresponding to each item of the component information respectively, and combining the extracted component scripts to obtain the process automation script of the software system.
Preferably, before determining the component information of the RPA process component corresponding to each item of the operation information, the method further includes:
acquiring element names corresponding to various operations from the operation information;
determining a universal element name which has a mapping relation with the element name of each operation, and replacing the element name contained in the corresponding operation information by using the determined universal element name; wherein, any common element name has a corresponding relation with a plurality of element names.
Preferably, before merging each of the extracted component scripts, the method further includes:
filling preset address information in each component script; the address information is address information corresponding to a system environment where the software system is currently located.
Preferably, before merging each of the extracted component scripts, the method further includes:
acquiring input data corresponding to each operation from each item of operation information;
and filling each acquired data input into a corresponding element contained in the component script.
An apparatus that generates a flow automation script, comprising:
a reading module to: reading a template file containing an operation process of a software system;
a determination module to: acquiring operation information of each operation contained in the operation flow from the template file, and determining component information of an RPA flow component corresponding to each operation information;
a generation module to: and extracting the component script of the RPA process component corresponding to each item of the component information respectively, and combining the extracted component scripts to obtain the process automation script of the software system.
Preferably, the method further comprises the following steps:
a mapping module to: before determining the component information of the RPA process component corresponding to each item of the operation information, acquiring element names corresponding to each item of operation from each item of the operation information; determining a universal element name which has a mapping relation with the element name of each operation, and replacing the element name contained in the corresponding operation information by using the determined universal element name; wherein, any common element name has a corresponding relation with a plurality of element names.
Preferably, the method further comprises the following steps:
a fill module to: filling preset address information in each component script before merging each extracted component script; the address information is address information corresponding to a system environment where the software system is currently located.
Preferably, the method further comprises the following steps:
a fill module to: before each extracted component script is combined, acquiring input data corresponding to each operation from each operation information; and filling each acquired data input into a corresponding element contained in the component script.
An apparatus to generate a flow automation script, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of generating a flow automation script as described in any one of the above when executing the computer program.
A computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of a method of generating a flow automation script as claimed in any one of the preceding claims.
The invention provides a method, a device, equipment and a storage medium for generating a flow automation script, wherein the method comprises the following steps: reading a template file containing an operation process of a software system; acquiring operation information of each operation contained in the operation flow from the template file, and determining component information of an RPA flow component corresponding to each operation information; and extracting the component script of the RPA process component corresponding to each item of the component information respectively, and combining the extracted component scripts to obtain the process automation script of the software system. When the generation of the flow automation script needs to be realized, the template file containing the operation flow of the software system is read, the RPA flow components for realizing each operation in the template file are determined, and then the component scripts of the RPA flow components are combined to obtain the flow automation script; therefore, the method and the device can realize automatic generation of the flow automation script, effectively reduce a large amount of repetitive work of developers, avoid manual script design and effectively improve development efficiency.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method for generating a flow automation script according to an embodiment of the present invention;
fig. 2 is a schematic diagram of an implementation of a method for generating a flow automation script according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an apparatus for generating a flow automation script according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, a flowchart illustrating a method for generating a flow automation script according to an embodiment of the present invention may include:
s11: and reading a template file containing the operation flow of the software system.
The method for generating the flow automation script provided by the embodiment of the invention can be a corresponding device; the software system in the application can be any system which can realize corresponding business requirements (or can be called as a function) set according to actual needs, such as a report system, a business system and the like; when a process automation script of any software system needs to be generated, a template file containing an operation process of the software system can be read firstly, and the template file can be a file which is compiled by business personnel in advance according to a specified format and is used for recording the operation process of the business; analyzing the template file to obtain an operation name, a system function, an element name, input data and the like contained in the template file; the operation name is the name of the operation, the system name is the name of the software system, the system function is the function which can be realized by the software system, the element name is the name of the element, the element can be understood as the content which represents the corresponding information and is contained in the interface for realizing the corresponding operation, and the input data is the data which corresponds to the corresponding element and can be input to the corresponding position of the element; as shown in table 1, an example of a template file is shown, where 1 to 6 are numbers representing corresponding steps.
TABLE 1
Figure BDA0002752422140000041
Figure BDA0002752422140000051
S12: and acquiring operation information of each operation contained in the operation flow from the template file, and determining the component information of the RPA flow component corresponding to each operation information.
Robot Process Automation (RPA for short) refers to that a software robot simulates manual operation on various software systems and executes a business system Process to complete single, repeated and fussy transactional work, thereby realizing Automation of business processes in multiple fields such as business processing, office work, testing and the like. The RPA process component is a component that is realized based on RPA and can automatically realize a corresponding process (or referred to as a step), specifically, in the embodiment of the present application, a process automation component library may be preset, and the process automation component library may include RPA process components that are respectively used for realizing different processes, so that a corresponding process may be realized by calling the RPA process component in the process automation component library, generally speaking, the RPA process component realizing the corresponding process may include steps of identifying elements, obtaining elements, entering data, verifying data, and the like; the operation information may represent a corresponding flow, so that different operation information and different RPA flow components in the application have a corresponding relationship.
The method and the device for processing the operation information can acquire the operation information of each operation from the template file, and the operation information can comprise element names, system functions and the like; the corresponding relation between the operation information and the RPA process components is preset by a developer, so that after the operation information is acquired, the RPA process components corresponding to the operation information can be determined based on the operation information and the preset corresponding relation; in a specific embodiment, a developer may pre-establish an element library, where the element library is used to record a correspondence between an element (or an element and other information corresponding to the element) and an RPA process component, where the element library may be maintained by the RPA developer, and in a specific example, the element library may be as shown in table 2; when the determination of the RPA process component is implemented based on the element library shown in table 2, the component information (such as the ID of the RPA process component, the description information of the RPA process component, etc.) of the corresponding RPA process component may be directly determined based on the element name, or the corresponding element ID may be determined based on the element name, and then the component information of the corresponding RPA process component may be determined based on the element ID, the system name, the system function, and the element name, and other manners set according to actual needs are also within the protection scope of the present invention.
TABLE 2
Figure BDA0002752422140000061
S13: and extracting the component scripts of the RPA process components corresponding to each item of component information respectively, and combining the extracted component scripts to obtain the process automation script of the software system.
Because the component information and the RPA process component have a corresponding relationship, after the component information is determined, the component scripts of the RPA process component corresponding to the component information can be extracted from the process automation component library, that is, the scripts of the process corresponding to the RPA process component are realized, so as to obtain the component scripts of the RPA process component corresponding to each item of operation information in the template file, and the component scripts are arranged correspondingly according to the arrangement sequence of the corresponding operation information in the template file or other arrangement sequences set according to actual needs, so that the combination of the component scripts can be realized, and the process automation script of the software system is obtained.
When the generation of the flow automation script needs to be realized, the template file containing the operation flow of the software system is read, the RPA flow components for realizing each operation in the template file are determined, and then the component scripts of the RPA flow components are combined to obtain the flow automation script; therefore, the method and the device can realize automatic generation of the flow automation script, effectively reduce a large amount of repetitive work of developers, avoid manual script design and effectively improve development efficiency.
The method for generating a flow automation script provided by the embodiment of the present invention may further include, before determining component information of an RPA flow component corresponding to each operation information, that:
acquiring element names corresponding to various operations from each operation information;
determining a universal element name which has a mapping relation with the element name of each operation, and replacing the element name contained in the corresponding operation information by using the determined universal element name; wherein, any common element name has a corresponding relation with a plurality of element names.
Because the template file is compiled for the service personnel, the service personnel may have errors with actual elements when describing the element information, and particularly the element names needed to be used for realizing the RPA process component determination, the method and the system can automatically repair the elements after intelligent fuzzy matching through name mapping. Specifically, in the method, a preset mapping table containing element names and common element names can be inquired in the operation information, the common element names having a mapping relation with the acquired element names are determined to be actual names of elements to which the acquired element names belong, so that the common element names are used for replacing the element names in the corresponding operation information, and then the corresponding RPA process components are determined based on the updated operation names; for example, the actual interface element is "determine", but the business personnel writes "confirm" when creating the template file, but for the RPA process component, the "submit" element belongs to, so that both "determine" and "confirm" can be mapped to submit, and the corresponding mapping table can be as shown in table 3.
TABLE 3
Figure BDA0002752422140000071
The method for generating a flow automation script provided by the embodiment of the present invention may further include, before merging each extracted component script:
filling preset address information in each component script; the address information is address information corresponding to the system environment where the software system is currently located.
It should be noted that, in the embodiment of the present application, a conversion rule base may be preset, where the conversion rule base is used to record system information (mainly including address information) of different system environments, and specifically, because a set of addresses is maintained in each of the different system environments (development, SIT test, UAT test, and production), the system information including the address information is recorded in the conversion rule base, so that after the current system environment of the software system is determined, the address information corresponding to the current system environment of the software system may be filled in the system address information in the component script according to the system information, thereby ensuring normal operation of the software system in the current system environment, and the like; in one embodiment, the transformation rule base may be as shown in Table 4.
TABLE 4
Figure BDA0002752422140000081
The method for generating a flow automation script provided by the embodiment of the present invention may further include, before merging each extracted component script:
acquiring input data corresponding to each operation from each operation information;
and filling each acquired data input into a corresponding element contained in the component script.
In order to enable the elements in the assembly script to be filled with correct data and further ensure the accuracy of the generated flow automation script, the method and the device can fill the input data to the positions of the corresponding elements in the assembly script according to the input data in the template file, namely, the operation data of the corresponding elements in the assembly script of the RPA flow assembly is filled according to the input data in the template file, so that the replacement of variables in the assembly script is completed, and finally the corresponding flow automation script is generated.
In a specific application scenario, as shown in fig. 2, a method for generating a flow automation script according to an embodiment of the present invention may include:
step 1: the template file of the operation flow is shown in table 1, and is used for recording the operation flow of the business, and the operation flow is compiled by the business personnel according to a specified format.
Step 2: establishing an element library; the element library is used to record the correspondence between the elements and the RPA process components, and is maintained by the RPA developer, and an example may be as shown in table 2.
And step 3: the conversion rule base is established for recording the general system information, and a set of addresses are not required to be maintained in the system environment (development, SIT test, UAT test and production), so that the system information can be processed to obtain the corresponding conversion rule base, which is shown in table 4.
And 4, step 4: element name mapping: when describing element information, business personnel may have errors with actual elements, and can automatically repair the elements after intelligent fuzzy matching through name mapping; for example, the actual interface element is "ok", but the business person writes "ok" when making the template file, but for the RPA flow component, they all belong to "submit" element, and an example of the mapping table is shown in fig. 3.
And 5: and converting the template file into a program. The method specifically comprises the following steps:
step 5.1, reading an operation flow template file, and analyzing an operation name, a system function, an element name and input data;
step 5.2, finding out the corresponding component information of the RPA process component according to the element name mapping and the system name, the system function and the element name in the element library;
step 5.3, extracting a component script of the RPA process component corresponding to the component information from the process automation component library;
step 5.4, filling system address information in the component script of the RPA process component according to the system information;
step 5.5, according to the input data in the template file, filling the operation data of the corresponding element in the component script of the RPA process component, thereby completing the replacement of the variable in the component script and generating the process automation script of the operation step;
and 5.7, reading the template files one by one according to the steps to finish the generation of the full-process automatic script.
In addition, the program steps of the RPA flow component specifically include: identifying an element; obtaining an element; inputting data; and (6) data checking.
Therefore, developers do not need to input corresponding data one by one, and single, repeated and tedious transactional work is solved; the generation of the flow automation script is not required to be realized based on the business requirements, so that the problems of unclear expression, weak logic and the like, high requirement communication cost, low development efficiency and the like in the prior art due to the fact that the business requirements are described by adopting an unstructured document can be solved; moreover, the problem of repeated development caused by the situation that the same system and the same element are operated due to different service requirements in the prior art can be solved. Therefore, a large amount of repetitive work of testers is effectively reduced, manual script design is avoided, and the working efficiency is improved.
An embodiment of the present invention further provides an apparatus for generating a flow automation script, as shown in fig. 3, which may include:
a reading module 11 for: reading a template file containing an operation process of a software system;
a determining module 12 for: acquiring operation information of each operation contained in the operation flow from the template file, and determining component information of an RPA flow component corresponding to each operation information;
a generating module 13 configured to: and extracting the component scripts of the RPA process components corresponding to each item of component information respectively, and combining the extracted component scripts to obtain the process automation script of the software system.
The apparatus for generating a flow automation script provided by the embodiment of the present invention may further include:
a mapping module to: before determining the component information of the RPA process component corresponding to each item of operation information, acquiring element names corresponding to each item of operation from each item of operation information; determining a universal element name which has a mapping relation with the element name of each operation, and replacing the element name contained in the corresponding operation information by using the determined universal element name; wherein, any common element name has a corresponding relation with a plurality of element names.
The apparatus for generating a flow automation script provided by the embodiment of the present invention may further include:
a fill module to: filling preset address information in each component script before merging each extracted component script; the address information is address information corresponding to the system environment where the software system is currently located.
The apparatus for generating a flow automation script provided by the embodiment of the present invention may further include:
a fill module to: before combining each extracted component script, acquiring input data corresponding to each operation from each operation information; and filling each acquired data input into a corresponding element contained in the component script.
An embodiment of the present invention further provides an apparatus for generating a flow automation script, where the apparatus may include:
a memory for storing a computer program;
a processor for implementing the steps of a method of generating a flow automation script as claimed in any one of the above when executing a computer program.
Embodiments of the present invention also provide a computer-readable storage medium, on which a computer program is stored, and when executed by a processor, the computer program implements the steps of any one of the above methods for generating a flow automation script.
It should be noted that for the description of the relevant parts in the apparatus, the device, and the storage medium for generating the flow automation script provided by the embodiment of the present invention, reference is made to the detailed description of the corresponding parts in the method for generating the flow automation script provided by the embodiment of the present invention, and details are not repeated herein. In addition, parts of the above technical solutions provided in the embodiments of the present invention that are consistent with the implementation principles of the corresponding technical solutions in the prior art are not described in detail, so as to avoid redundant description.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method of generating a flow automation script, comprising:
reading a template file containing an operation process of a software system;
acquiring operation information of each operation contained in the operation flow from the template file, and determining component information of an RPA flow component corresponding to each operation information;
and extracting the component script of the RPA process component corresponding to each item of the component information respectively, and combining the extracted component scripts to obtain the process automation script of the software system.
2. The method according to claim 1, wherein before determining the component information of the RPA flow component corresponding to each item of the operation information, further comprising:
acquiring element names corresponding to various operations from the operation information;
determining a universal element name which has a mapping relation with the element name of each operation, and replacing the element name contained in the corresponding operation information by using the determined universal element name; wherein, any common element name has a corresponding relation with a plurality of element names.
3. The method of claim 2, wherein prior to merging each of the component scripts extracted separately, further comprising:
filling preset address information in each component script; the address information is address information corresponding to a system environment where the software system is currently located.
4. The method of claim 3, wherein prior to merging each of the component scripts extracted separately, further comprising:
acquiring input data corresponding to each operation from each item of operation information;
and filling each acquired data input into a corresponding element contained in the component script.
5. An apparatus that generates a flow automation script, comprising:
a reading module to: reading a template file containing an operation process of a software system;
a determination module to: acquiring operation information of each operation contained in the operation flow from the template file, and determining component information of an RPA flow component corresponding to each operation information;
a generation module to: and extracting the component script of the RPA process component corresponding to each item of the component information respectively, and combining the extracted component scripts to obtain the process automation script of the software system.
6. The apparatus of claim 5, further comprising:
a mapping module to: before determining the component information of the RPA process component corresponding to each item of the operation information, acquiring element names corresponding to each item of operation from each item of the operation information; determining a universal element name which has a mapping relation with the element name of each operation, and replacing the element name contained in the corresponding operation information by using the determined universal element name; wherein, any common element name has a corresponding relation with a plurality of element names.
7. The apparatus of claim 6, further comprising:
a fill module to: filling preset address information in each component script before merging each extracted component script; the address information is address information corresponding to a system environment where the software system is currently located.
8. The apparatus of claim 7, further comprising:
a fill module to: before each extracted component script is combined, acquiring input data corresponding to each operation from each operation information; and filling each acquired data input into a corresponding element contained in the component script.
9. An apparatus that generates a flow automation script, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of generating a flow automation script as claimed in any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, carries out the steps of the method of generating a flow automation script according to any one of claims 1 to 4.
CN202011189665.3A 2020-10-30 2020-10-30 Method, device, equipment and storage medium for generating process automation script Active CN112181854B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011189665.3A CN112181854B (en) 2020-10-30 2020-10-30 Method, device, equipment and storage medium for generating process automation script

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011189665.3A CN112181854B (en) 2020-10-30 2020-10-30 Method, device, equipment and storage medium for generating process automation script

Publications (2)

Publication Number Publication Date
CN112181854A true CN112181854A (en) 2021-01-05
CN112181854B CN112181854B (en) 2023-12-22

Family

ID=73916722

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011189665.3A Active CN112181854B (en) 2020-10-30 2020-10-30 Method, device, equipment and storage medium for generating process automation script

Country Status (1)

Country Link
CN (1) CN112181854B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112861440A (en) * 2021-02-27 2021-05-28 哈尔滨工业大学(威海) Software robot system for various applications and working method thereof
CN113127370A (en) * 2021-05-14 2021-07-16 中国工商银行股份有限公司 Report system smoking test method, RPA robot and system
CN113312129A (en) * 2021-05-24 2021-08-27 华南理工大学 Software operation process automation robot method, system, device and medium
CN113467879A (en) * 2021-07-20 2021-10-01 上海数慧系统技术有限公司 Multi-system data processing method and device based on RPA robot

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190155225A1 (en) * 2017-11-21 2019-05-23 Accenture Global Solutions Limited Bot management framework for robotic process automation systems
CN110609675A (en) * 2018-06-14 2019-12-24 中兴通讯股份有限公司 Workflow modeling method and device and computer readable storage medium
JP2020013400A (en) * 2018-07-19 2020-01-23 株式会社野村総合研究所 Apparatus and computer program
CN110765013A (en) * 2019-10-18 2020-02-07 深圳市比量科技传媒有限公司 Automatic flow execution method and system
CN110908651A (en) * 2019-11-01 2020-03-24 苏宁云计算有限公司 Graphical construction method and system of RPA business process
CN111047147A (en) * 2019-11-20 2020-04-21 深圳市法本信息技术股份有限公司 Automatic acquisition method for business process and intelligent terminal
CN111124365A (en) * 2019-12-20 2020-05-08 中国建设银行股份有限公司 RPA demand collection method and device
CN111126781A (en) * 2019-11-29 2020-05-08 苏宁云计算有限公司 RPA service flow establishing method and system
CN111190660A (en) * 2019-12-31 2020-05-22 中国南方电网有限责任公司 Method and system for optimizing process automation based on bidirectional linked list model
CN111722840A (en) * 2020-06-30 2020-09-29 北京来也网络科技有限公司 Command library creating method, device, medium and equipment for RPA flow generating end
CN111814439A (en) * 2020-08-21 2020-10-23 中国工商银行股份有限公司 Method and device for automatically describing flow chart

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190155225A1 (en) * 2017-11-21 2019-05-23 Accenture Global Solutions Limited Bot management framework for robotic process automation systems
CN110609675A (en) * 2018-06-14 2019-12-24 中兴通讯股份有限公司 Workflow modeling method and device and computer readable storage medium
JP2020013400A (en) * 2018-07-19 2020-01-23 株式会社野村総合研究所 Apparatus and computer program
CN110765013A (en) * 2019-10-18 2020-02-07 深圳市比量科技传媒有限公司 Automatic flow execution method and system
CN110908651A (en) * 2019-11-01 2020-03-24 苏宁云计算有限公司 Graphical construction method and system of RPA business process
CN111047147A (en) * 2019-11-20 2020-04-21 深圳市法本信息技术股份有限公司 Automatic acquisition method for business process and intelligent terminal
CN111126781A (en) * 2019-11-29 2020-05-08 苏宁云计算有限公司 RPA service flow establishing method and system
CN111124365A (en) * 2019-12-20 2020-05-08 中国建设银行股份有限公司 RPA demand collection method and device
CN111190660A (en) * 2019-12-31 2020-05-22 中国南方电网有限责任公司 Method and system for optimizing process automation based on bidirectional linked list model
CN111722840A (en) * 2020-06-30 2020-09-29 北京来也网络科技有限公司 Command library creating method, device, medium and equipment for RPA flow generating end
CN111814439A (en) * 2020-08-21 2020-10-23 中国工商银行股份有限公司 Method and device for automatically describing flow chart

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
KATE MCDANIEL: "Learn Robotic Process Automation with RPA Tutorials for Beginners", Retrieved from the Internet <URL:https://www.uipath.com/blog/rpa/learning-robotic-process-automation-through-video-tutorials> *
李希峰 等: "一种基于需求驱动的RPA机器人快速开发方法", 《办公自动化》, no. 2, pages 58 - 60 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112861440A (en) * 2021-02-27 2021-05-28 哈尔滨工业大学(威海) Software robot system for various applications and working method thereof
CN113127370A (en) * 2021-05-14 2021-07-16 中国工商银行股份有限公司 Report system smoking test method, RPA robot and system
CN113312129A (en) * 2021-05-24 2021-08-27 华南理工大学 Software operation process automation robot method, system, device and medium
CN113467879A (en) * 2021-07-20 2021-10-01 上海数慧系统技术有限公司 Multi-system data processing method and device based on RPA robot

Also Published As

Publication number Publication date
CN112181854B (en) 2023-12-22

Similar Documents

Publication Publication Date Title
CN112181854B (en) Method, device, equipment and storage medium for generating process automation script
CN102831052B (en) Test exemple automation generating apparatus and method
US7917895B2 (en) Automated software testing and validation system
CN101339534B (en) Software test apparatus and test method
CN110716870B (en) Automatic service testing method and device
CN112306855B (en) Interface automation test method, device, terminal and storage medium
CN109933521A (en) Automated testing method, device, computer equipment and storage medium based on BDD
US11086765B2 (en) Test reuse exchange and automation system and method
CN115080398A (en) Automatic interface test system and method
CN114741283A (en) Automatic interface testing method and device based on python design
CN111679982A (en) Automatic testing method for REST API (representational State transfer) interface software
CN107357721B (en) Method and device for testing system
CN113312260B (en) Interface test method, device, equipment and storage medium
CN103913672A (en) Satellite low-frequency interface automatic testing system
CN117370217A (en) Automatic interface test result generation method based on python
CN117421217A (en) Automatic software function test method, system, terminal and medium
CN111427582B (en) RTL code management method, device, equipment and computer readable storage medium
CN110147313B (en) Log output method and device
CN113535581B (en) Test script generation method, device, equipment and computer readable storage medium
CN113986263A (en) Code automation test method, device, electronic equipment and storage medium
CN109697161A (en) A kind of test method of storing process, storage medium and database server
CN111813665A (en) Big data platform interface data testing method and system based on python
CN114448851B (en) Automatic data testing method and system
CN109800155B (en) Method and device for testing QTE interlocking application software based on Probe
CN114661609B (en) Artificial intelligence medical automation test integrated system

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