CN113900629A - Automatic engine implementation system of computer process - Google Patents

Automatic engine implementation system of computer process Download PDF

Info

Publication number
CN113900629A
CN113900629A CN202111039114.3A CN202111039114A CN113900629A CN 113900629 A CN113900629 A CN 113900629A CN 202111039114 A CN202111039114 A CN 202111039114A CN 113900629 A CN113900629 A CN 113900629A
Authority
CN
China
Prior art keywords
script
instruction
instructions
background
file
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.)
Pending
Application number
CN202111039114.3A
Other languages
Chinese (zh)
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.)
Inspur Software Co Ltd
Original Assignee
Inspur Software 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 Inspur Software Co Ltd filed Critical Inspur Software Co Ltd
Priority to CN202111039114.3A priority Critical patent/CN113900629A/en
Publication of CN113900629A publication Critical patent/CN113900629A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides an engine implementation system for computer process automation, which belongs to the field of computer Web application process automation. The functional instruction, the instruction manager and the script manager are core technical supports, the event flow is edited through the flow editor, and the flow automation is realized through the script executor. The invention can automatically complete repeated copying, pasting, inquiring, clicking and other operations of the WEB application, and combines basic operations to form a complete event so as to replace manual operation, save labor cost and avoid operation errors.

Description

Automatic engine implementation system of computer process
Technical Field
The invention relates to the field of computer Web application process automation, in particular to an engine implementation system for computer process automation.
Background
At present, government affair services are convenient for people, the work load of handling and examining personnel is increased while the handling efficiency is improved, and the work can only depend on secondary input or synchronous data exchange through each system data. The secondary input has more repetitive work, and the manual operation is easy to make mistakes; the data exchange and synchronization data docking is complex, the data volume is large, and the risk of data loss exists.
Disclosure of Invention
In order to solve the technical problem, the invention provides an engine implementation system for computer process automation. Can automatically process data synchronization in work, can help workers to complete more intelligent work more deeply, reduces the work burden and avoids the error rate
The technical scheme of the invention is as follows:
an automatic engine implementing system for computer process can automatically complete repeated copying, pasting, inquiring and clicking operations of WEB application, and is composed of function instruction, instruction manager, script editor and script executor.
The function instruction is a series of js codes to complete corresponding functions, and comprises js grammar corresponding to basic instructions, file operation instructions, interface operation classes, background scheduling class operations and other instructions.
Further, the basic instruction corresponds to a js grammar, and a user uses a daily grammar for a non-professional: if, try to execute, loop execute, throw exception, console output, insert breakpoint, wait, set variable, read start parameter, jump out loop.
The file operation instruction is convenient for file import and export on business, and currently, the file operation instruction comprises the following steps: saving xls, opening xls, acquiring xls content, and setting xls content.
The interface operation type aims at finishing operations of point counting, searching, filling and the like of a Web page of a person. The method specifically comprises the following steps: closing a browser, opening the browser, opening a debugging window, waiting for elements, acquiring element texts, setting an uploading file, setting the element texts, inputting by a keyboard and a mouse, and clicking by the mouse.
The background scheduling operation is similar to the cooperative work of two persons, one person checks and reads the Web page content, and the other person is responsible for filling, and the instructions are as follows: sending variable values to the background, opening scripts, robot states, and waiting for background instructions.
The other instructions, temporarily not yet classified here: and recognizing pictures and characters. And the system reserves an interface, can expand subsequently and executes more file type and AI identification type operations. The method also comprises the steps of packaging the OFFICE document by using an API instruction, transferring the replacement operation of the OFFICE document to background processing, and directly acquiring and printing the result by the foreground.
The instruction manager can conveniently add more instructions and display the instructions in the instruction bar of the script editor.
The script manager manages whether a user creates, modifies and deletes a script and whether the script can be issued and executed.
The script editor is convenient for non-service personnel to use. All instructions are displayed on the left side column, and a user only needs to expand the corresponding instruction classification and drag the instructions into the script display frame. The corresponding attribute description and default value of each instruction are displayed in the right column, and can be modified correspondingly according to the business requirements.
The script executor can directly call the script to run through the URL by other external Web applications, and is responsible for executing authority check, initializing the script environment and translating the script into a JS code so as to facilitate browser identification, analysis of parameters transmitted by the external application and finally starting the script to run.
The invention has the advantages that
The script editor tool can be used for completing automatic flow customization, the work of the handling and approval personnel can be automatically completed through the script executor, the burden of the handling and approval personnel can be reduced, the error reduction in a large amount of repetitive work can be avoided, and the work handling efficiency is improved. The flow customization operation is simple and easy to understand, professional research and development personnel are not required to process the flow, non-technical personnel can operate the flow, so that the processing is timely, and the reusability is extremely high.
1) The labor cost is saved.
2) Avoiding operation errors.
3) The working efficiency is improved.
4) The inspection or automatic entry may be performed 24 hours.
5) Simple operation and low learning cost.
Drawings
Fig. 1 is a block diagram of the overall architecture of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer and more complete, the technical solutions in the embodiments of the present invention will be described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention, and based on the embodiments of the present invention, all other embodiments obtained by a person of ordinary skill in the art without creative efforts belong to the scope of the present invention.
The invention provides an engine implementation system for computer process automation, which comprises a functional instruction, an instruction manager, a script editor and a script executor. The functional instruction, the instruction manager and the script manager are core technical supports, the event flow is edited through the flow editor, and the flow automation is realized through the script executor.
The functional instructions comprise js grammar corresponding to the basic instructions, file operation instructions, interface operation types, background scheduling type operations and other instructions, wherein the other instructions also comprise the step of transferring the OFFICE document replacement operation to background processing by utilizing the API instruction.
The script executor can automatically complete repeated copying, pasting, inquiring, clicking and other operations of the WEB application.
The implementation personnel firstly deploy a background management program based on JAVA development (SSM architecture), and then ensure that the front-end main framework is successfully deployed. And a script editor creates a script according to the service requirement, drags a corresponding instruction block to a script area, customizes the service script execution flow, stores the script and authorizes the script. The business system triggers the engine to execute the script.
After editing the automation script using the present invention, the execution engine can be run on multiple PCs. For example: the taxi is transacted with the driving qualification certification,
the original handling process of handling workers in a handling window is to search registration information in a transportation worker training registration system, then log in an examination record website of another system to search examination scores, judge the scores to reach the standard, finally uniformly record and file data of the systems and issue certificates, and finish handling. Using process automation, the staff only need:
1. opening a taxi driving qualification certification application;
2. inputting/directly swiping the identity card;
3. waiting for 5-10 seconds for the intelligent robot to generate the filing forms (automatically capturing registration information and automatically inquiring examination scores) by self;
4. the result can be directly printed when the data is checked to be correct;
5. the transaction is completed.
The service is transacted by checking the validity of data, the prior login of each website is too complicated to verify, only the seal on the material is seen, and after the automatic script is used, the service can be handed to a robot to transact the query of the login website, so that the validity is more reliable.
1. The driving license material passes the following verification: obtaining a corresponding driving license of the vehicle with a driving experience of more than 3 years;
2. the household registration certification material passes the verification: if the resident lives in the house or holds the residence certificate in the city, the retirement age is not reached;
3. the residence proves that the verification passes;
4. the school calendar above the junior middle school proves that the verification passes.
The above description is only a preferred embodiment of the present invention, and is only used to illustrate the technical solutions of the present invention, and not to limit the protection scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (9)

1. An engine implementation system for automation of computer process is characterized in that,
the system mainly comprises a functional instruction, an instruction manager, a script editor and a script executor;
wherein the content of the first and second substances,
the function instruction is a function which is completed by a series of js codes, and comprises js grammar corresponding to basic instructions, file operation instructions, interface operation classes, background scheduling class operations and other instructions;
the instruction manager is convenient for adding more instructions and displaying the instructions in an instruction bar of the script editor;
the script manager manages whether a user creates, modifies and deletes a script and can issue and execute the script;
the script editor is convenient for non-service personnel to use, displays all instructions on the left column, expands corresponding instruction classification, and drags the instructions into a script display frame; each instruction has corresponding attribute description and default value which are displayed in the right column, and can be correspondingly modified according to the business requirement;
the script executor can directly call the script to run through the URL by other external Web applications, and is responsible for executing authority check, initializing a script environment and translating the script into a JS code so as to facilitate browser identification, analyzing parameters transmitted by the external application and finally starting the script to run;
firstly, deploying a background management program based on JAVA development (SSM architecture), and then ensuring that a front-end main frame is successfully deployed; according to the service requirement, a script is newly built, a corresponding instruction block is dragged to a script area, the service script execution flow is customized, and the script is stored and authorized; the business system triggers the engine execution foot.
2. The system of claim 1,
the basic instruction corresponds to js grammar, and the user is a daily grammar used by non-professionals: if, try to execute, loop execute, throw exception, console output, insert breakpoint, wait, set variable, read start parameter, jump out loop.
3. The system of claim 1,
the file operation instruction is convenient for file import and export on business, and comprises the following steps: saving xls, opening xls, acquiring xls content, and setting xls content.
4. The system of claim 1,
the interface operation type aims at finishing the operations of point counting, searching and filling of the Web page of a person.
5. The system of claim 4,
the method comprises the following steps: closing a browser, opening the browser, opening a debugging window, waiting for elements, acquiring element texts, setting an uploading file, setting the element texts, inputting by a keyboard and a mouse, and clicking by the mouse.
6. The system of claim 1,
the background scheduling operation, namely cooperative work, on one hand, is used for searching and reading Web page content, and on the other hand, is responsible for filling, and the instructions are as follows: sending variable values to the background, opening scripts, robot states, and waiting for background instructions.
7. The system of claim 1,
the other instructions are temporarily unclassified.
8. The system of claim 1,
and the system reserves an interface, so that subsequent expansion is facilitated, and more file type and AI identification type operations are executed.
9. The system of claim 8,
and packaging the OFFICE document by using an API instruction, transferring the OFFICE document replacement operation to background processing, and directly acquiring and printing a result by a foreground.
CN202111039114.3A 2021-09-06 2021-09-06 Automatic engine implementation system of computer process Pending CN113900629A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111039114.3A CN113900629A (en) 2021-09-06 2021-09-06 Automatic engine implementation system of computer process

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111039114.3A CN113900629A (en) 2021-09-06 2021-09-06 Automatic engine implementation system of computer process

Publications (1)

Publication Number Publication Date
CN113900629A true CN113900629A (en) 2022-01-07

Family

ID=79188776

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111039114.3A Pending CN113900629A (en) 2021-09-06 2021-09-06 Automatic engine implementation system of computer process

Country Status (1)

Country Link
CN (1) CN113900629A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115291883A (en) * 2022-07-12 2022-11-04 湖南于一科技有限公司 Method for realizing development and operation of robot by self-defined script parser
CN118092885A (en) * 2024-04-18 2024-05-28 北京长河数智科技有限责任公司 Code frame method based on front-end and back-end plug-in architecture
CN118092885B (en) * 2024-04-18 2024-07-02 北京长河数智科技有限责任公司 Code frame method based on front-end and back-end plug-in architecture

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115291883A (en) * 2022-07-12 2022-11-04 湖南于一科技有限公司 Method for realizing development and operation of robot by self-defined script parser
CN118092885A (en) * 2024-04-18 2024-05-28 北京长河数智科技有限责任公司 Code frame method based on front-end and back-end plug-in architecture
CN118092885B (en) * 2024-04-18 2024-07-02 北京长河数智科技有限责任公司 Code frame method based on front-end and back-end plug-in architecture

Similar Documents

Publication Publication Date Title
US10354225B2 (en) Method and system for process automation in computing
CN102819492B (en) Keyword driven automatic testing frame on basis of Android
CN111241454A (en) Method, system and device for generating webpage code
US20110283261A1 (en) Method of testing multiple language versions of a software system using one test script
CN107526676B (en) Cross-system test method and device
CN110765013A (en) Automatic flow execution method and system
CN110908894B (en) Visual report tool automatic testing method and device based on vuex
US20220350857A1 (en) Methods and systems for browser extension used to generate relative xpath, absolute xpath and/or css selectors
US20200371754A1 (en) Use and advancements of assistive technology in automation for the visually-impaired workforce
CN104111852A (en) Web application automated testing system and testing method based on data drive
CN109522005A (en) Cross-platform GRAPHICAL PROGRAMMING method
CN113900629A (en) Automatic engine implementation system of computer process
US20130179365A1 (en) Systems and methods of rapid business discovery and transformation of business processes
CN111966575B (en) Graphic automatic test method for aviation onboard display software
CN104123138A (en) Rapid building method for ERP system
CN115469849B (en) Service processing system, method, electronic equipment and storage medium
CN115796140B (en) Report automatic generation and report template configuration method and device
WO2023155274A1 (en) Recruitment information publishing method and apparatus based on rpa and ai
CN116594887A (en) CFD software-based automatic test method and system
CN105786787A (en) Efficient PDF report form testing method based on Java
CN114218105A (en) UI automatic regression testing system based on configuration application mode
CN113468050A (en) Canvas-based testing method and device, computer equipment and storage medium
CN111881025A (en) Automatic test task scheduling method, device and system
US11507728B2 (en) Click to document
CN117033249B (en) Test case generation method and device, computer equipment 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