CN112181854B - Method, device, equipment and storage medium for generating process automation script - Google Patents

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

Info

Publication number
CN112181854B
CN112181854B CN202011189665.3A CN202011189665A CN112181854B CN 112181854 B CN112181854 B CN 112181854B CN 202011189665 A CN202011189665 A CN 202011189665A CN 112181854 B CN112181854 B CN 112181854B
Authority
CN
China
Prior art keywords
component
information
script
flow
item
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
CN202011189665.3A
Other languages
Chinese (zh)
Other versions
CN112181854A (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

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 process automation script, wherein the method comprises the following steps: reading a template file containing the operation flow of the 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 item of operation information respectively; extracting component scripts of the RPA flow components corresponding to the component information respectively, and merging the component scripts extracted respectively to obtain the flow automation script of the software system. Therefore, the method and the device can realize automatic generation of the process automation script, can effectively reduce a large number of repeated work of developers, avoid manual script design and effectively improve development efficiency.

Description

Method, device, equipment and storage medium for generating process automation script
Technical Field
The present invention relates to the field of script development, and in particular, to a method, an apparatus, a device, and a storage medium for generating a process automation script.
Background
The process automation script is a script capable of realizing operation on the corresponding software system, namely, by running the process automation script, all the operation on the corresponding software system can be realized; the generation of the existing process automation script requires that a process developer opens target software systems one by one through a designer according to a service demand book, and after any software system is opened, target elements, input data, submitted data, verification results and the like are identified one by one in sequence according to descriptive steps in the service demand book.
Disclosure of Invention
The invention aims to provide a method, a device, equipment and a storage medium for generating a process automation script, which can effectively reduce a great deal of repeated work of developers and effectively improve development efficiency.
In order to achieve the above object, the present invention provides the following technical solutions:
a method of generating a process automation script, comprising:
reading a template file containing the operation flow of the 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 item of operation information respectively;
extracting component scripts of the RPA flow components corresponding to the component information respectively, and merging the component scripts extracted respectively to obtain the flow automation script of the software system.
Preferably, before determining the component information of the RPA flow component corresponding to each item of operation information, the method further includes:
element names corresponding to each operation are obtained from each item of operation information;
determining common element names respectively having mapping relation with the element names of each operation, and replacing the element names contained in the corresponding operation information by using the determined common element names; wherein, any common element name has a corresponding relation with a plurality of element names.
Preferably, before merging each component script extracted respectively, the method further includes:
filling preset address information in each component script; the address information is address information corresponding to the system environment in which the software system is currently located.
Preferably, before merging each component script extracted respectively, the method further includes:
acquiring input data corresponding to each operation from each item of operation information;
and filling each item of acquired data input into a corresponding element contained in the component script.
An apparatus for generating a process automation script, comprising:
a reading module for: reading a template file containing the operation flow of the software system;
a determining module 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 item of operation information respectively;
a generation module for: extracting component scripts of the RPA flow components corresponding to the component information respectively, and merging the component scripts extracted respectively to obtain the flow automation script of the software system.
Preferably, the method further comprises:
a mapping module for: before component information of RPA flow components corresponding to each item of operation information is determined, element names corresponding to each item of operation are obtained from each item of operation information; determining common element names respectively having mapping relation with the element names of each operation, and replacing the element names contained in the corresponding operation information by using the determined common element names; wherein, any common element name has a corresponding relation with a plurality of element names.
Preferably, the method further comprises:
the filling module is used for: before merging each component script extracted respectively, filling preset address information in each component script; the address information is address information corresponding to the system environment in which the software system is currently located.
Preferably, the method further comprises:
a filling module for: before merging each component script extracted respectively, acquiring input data corresponding to each operation from each operation information; and filling each item of acquired data input into a corresponding element contained in the component script.
An apparatus for generating a process automation script, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of generating a process automation script as claimed in any preceding claim 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 process automation script as claimed in any of the preceding claims.
The invention provides a method, a device, equipment and a storage medium for generating a process automation script, wherein the method comprises the following steps: reading a template file containing the operation flow of the 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 item of operation information respectively; extracting component scripts of the RPA flow components corresponding to the component information respectively, and merging the component scripts extracted respectively to obtain the flow automation script of the software system. When the generation of the flow automation script is required to be realized, the template file containing the operation flow of the software system is read, RPA flow components for realizing various operations in the template file are determined, and then the component scripts of the RPA flow components are combined, so that the flow automation script can be obtained; therefore, the method and the device can realize automatic generation of the process automation script, can effectively reduce a large number of repeated 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 that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present invention, and that other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for generating a process automation script provided by an embodiment of the present invention;
FIG. 2 is a schematic diagram of a method for generating a process automation script according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an apparatus for generating a process automation script according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1, a flowchart of a method for generating a process 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 process 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 service requirements (or can be called as functions) and is set according to actual needs, such as a report system, a service system and the like; when a process automation script of any software system needs to be generated, a template file containing the operation process of the software system can be read first, and the template file can be a file which is compiled in advance according to a specified format by a business person and is used for recording the business operation process; analyzing the template file to obtain the operation name, system function, 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 is contained in the interface for realizing the corresponding operation and represents the corresponding information, 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, wherein 1 to 6 are numbers representing corresponding steps.
TABLE 1
S12: and acquiring operation information of each operation contained in the operation flow from the template file, and determining component information of the RPA flow component corresponding to each operation information.
The robot process automation (Robotic Process Automation, abbreviated as RPA) refers to that various software systems are manually operated by software robot simulation, and business system processes are executed to complete single, repeated and complicated transactional work, so as to realize multi-field business process automation of business processing, office, testing and the like. The RPA flow component is a component which is realized based on RPA and can automatically realize a corresponding flow (or referred to as a step), specifically, in the embodiment of the present application, a flow automation component library may be preset, and the flow automation component library may include RPA flow components respectively used for realizing different flows, so that the RPA flow component in the flow automation component library may be called to realize a corresponding flow, and in general, the RPA flow component realizes a corresponding flow and may include steps of identifying elements, acquiring elements, inputting data, checking data, and the like; the operation information may represent a corresponding flow, so that different operation information and different RPA flow components in the present application have a corresponding relationship.
According to the embodiment of the application, the operation information of each operation can be obtained 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 flow components is preset by a developer, so that after the operation information is acquired, the RPA flow 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 flow 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 flow component is implemented based on the element library shown in table 2, component information (such as ID of the RPA flow component, description information of the RPA flow component, etc.) of the corresponding RPA flow component may be determined directly based on the element name, or the corresponding element ID may be determined based on the element name, and then component information of the corresponding RPA flow component may be determined based on the element ID, the system name, the system function, and the element name, which are set according to the actual requirement, and all other modes are within the scope of the present invention.
TABLE 2
S13: extracting component scripts of the RPA flow components corresponding to each item of component information respectively, and merging each item of component scripts extracted respectively to obtain a flow automation script of the software system.
Because the component information and the RPA flow component have a corresponding relation, after the component information is determined, the application can extract the component script of the RPA flow component corresponding to the component information from the flow automation component library, namely, the script for realizing the flow corresponding to the RPA flow component, further obtain the component script of the RPA flow component corresponding to each item of operation information in the template file, arrange the component scripts according to the arrangement sequence of the corresponding operation information in the template file or according to other arrangement sequences set according to actual needs, and accordingly realize the combination of the component scripts to obtain the flow automation script of the software system.
When the generation of the flow automation script is required to be realized, the template file containing the operation flow of the software system is read, RPA flow components for realizing various operations in the template file are determined, and then the component scripts of the RPA flow components are combined, so that the flow automation script can be obtained; therefore, the method and the device can realize automatic generation of the process automation script, can effectively reduce a large number of repeated work of developers, avoid manual script design and effectively improve development efficiency.
The method for generating the process automation script provided by the embodiment of the invention before determining the component information of the RPA process component corresponding to each item of operation information respectively can further comprise:
element names corresponding to each operation are obtained from each item of operation information;
determining common element names respectively having mapping relation with the element names of each operation, and replacing the element names contained in the corresponding operation information by using the determined common element names; 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 element information, and especially the element names used for realizing the determination of the RPA flow component are needed, the application can automatically repair after intelligent fuzzy matching through name mapping. Specifically, in the method, in acquiring the element names from the operation information, a preset mapping table containing the element names and the common element names can be queried, the common element names with mapping relation with the acquired element names are determined to be the actual names of the elements to which the acquired element names belong, so that the common element names are utilized to replace the element names in the corresponding operation information, and then the corresponding RPA flow component is determined based on the updated operation names; for example, the actual interface element is "determine", but the business personnel write "confirm" when the template file is created, but the RPA flow components all belong to "submit" elements, so that "determine" and "confirm" can be mapped as submit, and the corresponding mapping table can be shown in table 3.
TABLE 3 Table 3
The method for generating the process automation script provided by the embodiment of the invention can further comprise the following steps before merging each component script respectively extracted:
filling preset address information in each component script; the address information is address information corresponding to the system environment in which the software system is currently located.
It should be noted that, in this 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, specifically, since a set of addresses is maintained under different system environments (development, SIT test, UAT test, and production), system information including these address information is recorded in the conversion rule base, so after determining that the software system is in the system environment currently, the system address information in the component script may be filled with the address information corresponding to the system environment currently in which the software system is according to the system information, thereby ensuring normal operation of the software system under the system environment currently in which the software system is located; in one particular embodiment, the conversion rule base may be as shown in Table 4.
TABLE 4 Table 4
The method for generating the process automation script provided by the embodiment of the invention can further comprise the following steps before merging each component script respectively extracted:
acquiring input data corresponding to each operation from each operation information;
and filling each item of acquired data input into corresponding elements contained in the component script.
In order to enable elements in the component 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 into positions of corresponding elements in the component script according to the input data in the template file, namely fill operation data of the corresponding elements in the component script of the RPA flow component according to the input data in the template file, so that replacement of variables in the component 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 process automation script according to an embodiment of the present invention may include:
step 1: a template file example of an operational flow is shown in table 1, which is used to record a business operational flow and is compiled by business personnel in a specified format.
Step 2: establishing an element library; the element library is used for recording the corresponding relation between the elements and the RPA flow component, and is maintained by the RPA developer, and examples can be shown in table 2.
Step 3: and establishing a conversion rule base for recording general system information, and not maintaining a set of addresses in each system environment (development, SIT test, UAT test and production), so that the system information can be processed to obtain a corresponding conversion rule base, for example, as shown in table 4.
Step 4: element name mapping: business personnel can have errors with actual elements when describing element information, and the business personnel can automatically repair after intelligent fuzzy matching through name mapping; for example, the actual interface element is "ok", but the business person writes "confirm" when editing the template file, but all belong to the "submit" element for the RPA flow component, and an example of the mapping table is shown in fig. 3.
Step 5: template file conversion program step. 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 the corresponding component information of the RPA flow 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 component scripts of the RPA flow components corresponding to the component information from the flow automation component library;
step 5.4, filling system address information in the component script of the RPA flow 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 elements in the component script of the RPA flow component, thereby completing the replacement of the variables in the component script and generating the flow automation script of the operation step;
and 5.7, reading the template files step by step to complete the generation of the full-flow automatic script.
In addition, the procedure steps of the RPA flow component specifically include: identifying an element; obtaining elements; inputting data; and (5) checking data.
Therefore, the method and the device do not need developers to input corresponding data one by one, and solve single, repeated and complicated transactional work; the generation of the process automation script is not needed to be realized based on the service requirement, so that the problems of unclear expression, weak logic and the like existing in the prior art due to the fact that the service requirement is described by adopting unstructured documents can be solved, and the problems of high requirement communication cost, low development efficiency and the like are solved; in addition, aiming at the situation that the same system and the same element are operated under different service demands in the prior art, the repeated development is caused, and the problem of repeated development caused by the situation can be solved. Therefore, a great amount of repeated work of testers is effectively reduced, manual script design is avoided, and the work efficiency is improved.
The embodiment of the invention also provides a device for generating the process automation script, which can comprise the following steps as shown in fig. 3:
a reading module 11 for: reading a template file containing the operation flow of the software system;
a determining module 12 for: acquiring operation information of each operation contained in the operation flow from a template file, and determining component information of an RPA flow component corresponding to each operation information;
a generating module 13 for: extracting component scripts of the RPA flow components corresponding to each item of component information respectively, and merging each item of component scripts extracted respectively to obtain a flow automation script of the software system.
The device for generating the process automation script provided by the embodiment of the invention can further comprise:
a mapping module for: before component information of the RPA flow component corresponding to each item of operation information is determined, element names corresponding to each item of operation are obtained from each item of operation information; determining common element names respectively having mapping relation with the element names of each operation, and replacing the element names contained in the corresponding operation information by using the determined common element names; wherein, any common element name has a corresponding relation with a plurality of element names.
The device for generating the process automation script provided by the embodiment of the invention can further comprise:
the filling module is used for: before merging each component script extracted respectively, filling preset address information in each component script; the address information is address information corresponding to the system environment in which the software system is currently located.
The device for generating the process automation script provided by the embodiment of the invention can further comprise:
a filling module for: before combining each component script extracted respectively, acquiring input data corresponding to each operation from each operation information; and filling each item of acquired data input into corresponding elements contained in the component script.
The embodiment of the invention also provides equipment for generating the process automation script, which can comprise:
a memory for storing a computer program;
a processor for implementing the steps of any of the methods of generating a process automation script as described above when executing a computer program.
The embodiment of the invention also provides a computer readable storage medium, wherein a computer program is stored on the computer readable storage medium, and when the computer program is executed by a processor, the steps of the method for generating the flow automation script according to any one of the above steps are realized.
It should be noted that, for descriptions of a device, an apparatus, and a relevant portion in a storage medium for generating a process automation script provided in the embodiments of the present invention, reference is made to detailed descriptions of corresponding portions in a method for generating a process automation script provided in the embodiments of the present invention, which are not described herein. In addition, in the above technical solutions provided in the embodiments of the present invention, the parts consistent with the implementation principles of the corresponding technical solutions in the prior art are not described in detail, so that redundant descriptions are avoided.
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 (8)

1. A method of generating a process automation script, comprising:
reading a template file containing the operation flow of the 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 item of operation information respectively;
extracting component scripts of RPA flow components corresponding to the component information respectively, and merging each component script extracted respectively to obtain a flow automation script of the software system;
before merging each component script extracted respectively, the method further comprises the following steps:
filling preset address information in each component script; the address information is address information corresponding to the system environment in which the software system is currently located.
2. The method of claim 1, further comprising, prior to determining the component information of the RPA flow component corresponding to each of the operation information, respectively:
element names corresponding to each operation are obtained from each item of operation information;
determining common element names respectively having mapping relation with the element names of each operation, and replacing the element names contained in the corresponding operation information by using the determined common element names; wherein, any common element name has a corresponding relation with a plurality of element names.
3. The method of claim 2, further comprising, prior to merging each of the component scripts respectively extracted:
acquiring input data corresponding to each operation from each item of operation information;
and filling each item of acquired data input into a corresponding element contained in the component script.
4. An apparatus for generating a process automation script, comprising:
a reading module for: reading a template file containing the operation flow of the software system;
a determining module 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 item of operation information respectively;
a generation module for: extracting component scripts of RPA flow components corresponding to the component information respectively, and merging each component script extracted respectively to obtain a flow automation script of the software system;
the filling module is used for: before merging each component script extracted respectively, filling preset address information in each component script; the address information is address information corresponding to the system environment in which the software system is currently located.
5. The apparatus as recited in claim 4, further comprising:
a mapping module for: before component information of RPA flow components corresponding to each item of operation information is determined, element names corresponding to each item of operation are obtained from each item of operation information; determining common element names respectively having mapping relation with the element names of each operation, and replacing the element names contained in the corresponding operation information by using the determined common element names; wherein, any common element name has a corresponding relation with a plurality of element names.
6. The apparatus as recited in claim 5, further comprising:
a filling module for: before merging each component script extracted respectively, acquiring input data corresponding to each operation from each operation information; and filling each item of acquired data input into a corresponding element contained in the component script.
7. An apparatus for generating a process automation script, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of generating a process automation script according to any of claims 1 to 3 when executing the computer program.
8. A computer-readable storage medium, on which a computer program is stored, which computer program, when being executed by a processor, implements the steps of the method of generating a process automation script according to any of claims 1 to 3.
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 CN112181854A (en) 2021-01-05
CN112181854B true 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)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112861440B (en) * 2021-02-27 2022-10-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
CN113312129B (en) * 2021-05-24 2023-06-20 华南理工大学 Software operation flow automatic 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 (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Family Cites Families (5)

* 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
CN111124365A (en) * 2019-12-20 2020-05-08 中国建设银行股份有限公司 RPA demand collection method and device
CN111190660B (en) * 2019-12-31 2023-12-01 中国南方电网有限责任公司 Method and system for optimizing process automation based on doubly linked list model
CN111722840A (en) * 2020-06-30 2020-09-29 北京来也网络科技有限公司 Command library creating method, device, medium and equipment for RPA flow generating end
CN111814439B (en) * 2020-08-21 2024-02-02 中国工商银行股份有限公司 Automatic description method and device for flow chart

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
一种基于需求驱动的RPA机器人快速开发方法;李希峰 等;《办公自动化》(第2期);58-60 *

Also Published As

Publication number Publication date
CN112181854A (en) 2021-01-05

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
CN107741903A (en) Application compatibility method of testing, device, computer equipment and storage medium
US11086765B2 (en) Test reuse exchange and automation system and method
CN109933521A (en) Automated testing method, device, computer equipment and storage medium based on BDD
CN115080398A (en) Automatic interface test system and method
CN112597016A (en) Recording method, device and equipment of automatic test script and storage medium
CN112241370A (en) Verification method, system and device for API (application program interface) interface class
CN117370217B (en) Automatic interface test result generation method based on python
CN114816993A (en) Full link interface test method, system, medium and electronic equipment
CN103913672A (en) Satellite low-frequency interface automatic testing system
CN117421217A (en) Automatic software function test method, system, terminal and medium
CN110147313B (en) Log output method and device
CN109697161A (en) A kind of test method of storing process, storage medium and database server
CN113535581B (en) Test script generation method, device, equipment and computer readable storage medium
CN105607957B (en) A kind of data acquisition analysis system based on OPC DA
CN113238940A (en) Interface test result comparison method, device, equipment and storage medium
CN112783683A (en) Data processing method, device, equipment and storage medium
CN111813665A (en) Big data platform interface data testing method and system based on python
CN114448851B (en) Automatic data testing method and system
KR101737575B1 (en) Method and device for verifying data based on sql sentences generated automatically
CN112347095B (en) Data table processing method, device and server
CN114756440B (en) Data writing method, device and equipment of smart card and storage medium
CN109800155B (en) Method and device for testing QTE interlocking application software based on Probe
CN116166537A (en) Regression testing method, device and equipment for unit test cases and storage medium

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