JP2012022384A - Method and system for generating screen operation script - Google Patents

Method and system for generating screen operation script Download PDF

Info

Publication number
JP2012022384A
JP2012022384A JP2010157913A JP2010157913A JP2012022384A JP 2012022384 A JP2012022384 A JP 2012022384A JP 2010157913 A JP2010157913 A JP 2010157913A JP 2010157913 A JP2010157913 A JP 2010157913A JP 2012022384 A JP2012022384 A JP 2012022384A
Authority
JP
Japan
Prior art keywords
screen
software
processing apparatus
information processing
information
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
JP2010157913A
Other languages
Japanese (ja)
Other versions
JP5683156B2 (en
Inventor
Shigeo Tsukuta
茂生 營田
Ayano Yamagata
綾乃 山縣
Eriko Yuasa
枝里子 湯浅
Hiroshi Yamano
浩 山野
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.)
Hitachi Information Systems Ltd
Original Assignee
Hitachi Information Systems 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 Hitachi Information Systems Ltd filed Critical Hitachi Information Systems Ltd
Priority to JP2010157913A priority Critical patent/JP5683156B2/en
Publication of JP2012022384A publication Critical patent/JP2012022384A/en
Application granted granted Critical
Publication of JP5683156B2 publication Critical patent/JP5683156B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a system for generating a screen operation script properly and completely for automatic operation software, while easily creating an input screen.SOLUTION: In an information processing apparatus of the system, a screen operation generation function part 14 generates a screen operation script for automatic operation software for implementing programs 17A-17C having only a GUI that operates on an OS, as a sequence of operations by complementing operation information for the programs 17A-17C, according to AP operations obtained by analyzing operation contents transmitted from the GUI for one screen by an instruction content analysis function part 13 via a query/response function part 12, in accordance with instructions from user terminals 10A-10C. The response content editing function part 16 generates the automatic operation software edited for displaying the result. The query/response function part 12 displays the edited automatic operation software on the terminals 10A-10C.

Description

本発明は、一連の操作が必要な複数の操作対象プログラムに対してそれぞれ操作指示を行わずに1つの問合せ画面上で問合せを行うことができるように、集約化した1つの問合せ画面上で結果応答できるようにした画面操作用スクリプト生成方法及びシステムに関する。   The present invention provides a result on a single inquiry screen so that a plurality of operation target programs that require a series of operations can be inquired on a single inquiry screen without giving operation instructions. The present invention relates to a screen operation script generation method and system capable of responding.

従来、オペレーティングシステム(OS)が提供するGUI(Graphical User Interface)を使用して画面の入出力を行うプログラムでは、複数のプログラムをWebアプリケーション又はWebサービスのようにマッシュアップすることができないため、係るプログラムに対して主に再帰テストを目的として自動操作して行うためのソフトウェアが存在する。   Conventionally, a program that performs screen input / output using a GUI (Graphical User Interface) provided by an operating system (OS) cannot mash up a plurality of programs like a Web application or a Web service. There is software for automatically performing operations on programs mainly for the purpose of recursive testing.

このようなソフトウェアは、1つの操作対象プログラムを操作指示するように作成されているため、複数の操作対象プログラムが存在する場合には一連の操作を自動操作ソフトウェアに与える必要があることにより、一般に複数の操作対象プログラムを操作指示することは困難視されている。そこで、複数の操作対象プログラムが存在する場合には、或るプログラムから出た結果を他のプログラムの入力用に供するという使い方をすることが多い。   Since such software is created so as to instruct to operate one operation target program, it is generally necessary to give a series of operations to the automatic operation software when there are a plurality of operation target programs. It is considered difficult to instruct operation of a plurality of operation target programs. Therefore, when there are a plurality of operation target programs, the result obtained from one program is often used for input of another program.

因みに、このような複数の操作対象プログラムが存在する場合の連携に関連する周知技術としては、例えば他のWebアプリケーションから内容をコピーして自Webアプリケーションに使用する際の連携のためのWebアプリケーション編集方法(特許文献1参照)が挙げられる。   Incidentally, as a well-known technique related to cooperation in the case where such a plurality of operation target programs exist, for example, Web application editing for cooperation when copying contents from other Web applications and using them in the own Web application The method (refer patent document 1) is mentioned.

特開2009−223555号公報JP 2009-223555 A

上述した複数の操作対象プログラムが存在する場合の連携に関連する周知技術について、特許文献1に係るアプリケーション連携のようにWebアプリケーションを対象にした場合には、スクレイピング等の手段で組合せ操作を行うことが可能であり、組合せ操作を行うために複数のWebアプリケーションの間で共通な操作や連動させるための操作を自動補完するように製作することが可能であるのに対し、オペレーティングシステム上で動作するGUIしか持たない複数の操作対象プログラムを使用する場合には、それぞれの操作対象プログラムを利用者端末から操作者が操作する必要があり、一連の操作を自動操作ソフトウェアとして与えようとした場合、毎回全ての画面遷移に対応できるように画面操作用スクリプトを作成しなければならないことにより、入力画面の作成が容易でなく手間が掛かり過ぎてしまうばかりでなく、自動操作ソフトウェアに対して漏れなく画面操作用スクリプトを作成することが困難であるという問題がある。   As for the well-known technology related to cooperation in the case where there are a plurality of operation target programs described above, when a Web application is targeted as in application cooperation according to Patent Document 1, a combination operation is performed by means such as scraping. In order to perform combination operations, it can be created to automatically complement common operations and operations to be linked between multiple Web applications, but it operates on the operating system. When using a plurality of operation target programs having only a GUI, it is necessary for the operator to operate each operation target program from the user terminal, and each time a series of operations is to be given as automatic operation software, You must create a screen operation script to handle all screen transitions. By not become, not only the creation of the input screen will be easy and not too time-consuming, there is a problem that it is difficult to create a screen operation for the script not leak to the automatic operation software.

本発明は、このような問題点を解決すべくなされたもので、その技術的課題は、入力画面の作成が容易で自動操作ソフトウェアに対して漏れなく適確に画面操作用スクリプトを作成して迅速に応答処理できる画面操作用スクリプト生成方法及びシステムを提供することにある。   The present invention has been made to solve such problems, and its technical problem is that an input screen can be easily created and a screen operation script can be accurately and accurately created for automatic operation software. It is an object of the present invention to provide a screen operation script generation method and system capable of prompt response processing.

上記技術的問題を解決するため、本発明の画面操作用スクリプト生成方法は、オペレーティングシステム上で動作するGUIしか持たない複数の操作対象プログラムを使用する際、操作者による複数の利用者端末側からの操作指示に応じて当該複数の操作対象プログラムの一連の操作を情報処理装置側で集約処理すると共に、当該集約処理の表示を1画面のGUIだけで行わせる第1のステップと、情報処理装置側で1画面のGUIから送られた操作内容を解析して該当する複数のアプリケーション操作に分解する第2のステップと、情報処理装置側で複数のアプリケーション操作に従って自動操作ソフトウェア用の画面操作用スクリプトを生成する第3のステップと、情報処理装置側で自動操作ソフトウェアにより複数の操作対象プログラムを操作するために少なくとも接続情報及び認証情報を補完する操作を実行する第4のステップと、情報処理装置側で自動操作ソフトウェアにより複数の利用者端末側に対して結果表示するために必要な情報を複数の操作対象プログラムを表示する表示画面から自動的に拾い出して結果表示用に編集した結果として、当該自動操作ソフトウェアを作成する第5のステップと、情報処理装置側から複数の利用者端末側に対して編集の結果として自動操作ソフトウェアを表示する第6のステップと、を有することを特徴とする。   In order to solve the above technical problem, the screen operation script generation method of the present invention uses a plurality of operation target programs having only a GUI operating on an operating system from a plurality of user terminals by an operator. A first step for causing the information processing apparatus to perform a consolidation process of a series of operations of the plurality of operation target programs in response to the operation instruction, and to display the aggregation process using only one screen GUI; and the information processing apparatus The second step of analyzing the operation content sent from the one-screen GUI on the side and disassembling it into a plurality of corresponding application operations, and the screen operation script for automatic operation software according to the plurality of application operations on the information processing device side And a plurality of operation target programs using automatic operation software on the information processing apparatus side. The fourth step of performing an operation for supplementing at least the connection information and the authentication information in order to operate the information, and information necessary for displaying the result on the plurality of user terminals by the automatic operation software on the information processing apparatus As a result of automatically picking up a program from a display screen displaying a plurality of operation target programs and editing the result display result, a fifth step of creating the automatic operation software and a plurality of user terminals from the information processing apparatus side And a sixth step of displaying automatic operation software as a result of editing to the side.

上記画面操作用スクリプト生成方法の一実施態様は、情報処理装置側で複数の操作対象プログラムを操作して所定の複合した回答を得る際、自動操作ソフトウェアに対して当該複数の操作対象プログラムにおけるそれぞれの画面遷移について、中間言語を用いて編集の結果の表示を得る画面までを操作回数に依らずに表現すると共に、当該中間言語を解析して当該自動操作ソフトウェアが当該複数の操作対象プログラムのそれぞれにおける画面遷移を行うための画面操作用スクリプトを生成することを特徴とする。   In one embodiment of the above-described screen operation script generation method, when a plurality of operation target programs are operated on the information processing apparatus side to obtain a predetermined composite answer, The screen transition of the intermediate language is expressed without depending on the number of operations until the screen for obtaining the display of the editing result is displayed, and the automatic operation software analyzes each of the plurality of operation target programs by analyzing the intermediate language. A screen operation script for performing screen transition is generated.

上記画面操作用スクリプト生成方法の他の実施態様は、情報処理装置側で複数の操作対象プログラムを操作して所定の複合した回答を得る際、自動操作ソフトウェアに対して当該複数の操作対象プログラムにおけるそれぞれの画面遷移について、中間言語を用いて編集の結果の表示を得る画面までを操作回数に依らずに表現すると共に、当該中間言語を解析して当該自動操作ソフトウェアが当該複数の操作対象プログラムのそれぞれに対してデータ入力を行うための画面操作用スクリプトを生成することを特徴とする。   In another embodiment of the above screen operation script generation method, when the information processing apparatus operates a plurality of operation target programs and obtains a predetermined combined answer, the automatic operation software uses the plurality of operation target programs. For each screen transition, the intermediate language is used to represent the screen for obtaining the display of the edited result, regardless of the number of operations, and the intermediate language is analyzed to allow the automatic operation software to store the plurality of operation target programs. A screen operation script for inputting data to each of them is generated.

上記何れかの画面操作用スクリプト生成方法の別の実施態様は、情報処理装置側で複数の操作対象プログラムの全ての画面情報と、入力項目及び出力項目の操作内容に伴う画面遷移とエラー内容に伴う画面遷移とをデータベース化すると共に、中間言語のルールをデータベース化することによって、当該中間言語の生成、当該中間言語の解析、操作及び入力の不足情報の補完を実行可能とするように、画面操作用スクリプトの生成を行うことを特徴とする。   Another embodiment of any one of the above screen operation script generation methods is that the information processing apparatus side includes all screen information of a plurality of operation target programs, screen transitions associated with the operation contents of input items and output items, and error contents. In addition to creating a database of accompanying screen transitions, and creating a database of intermediate language rules, the intermediate language can be generated, the intermediate language can be analyzed, and operations and input shortage information can be complemented. An operation script is generated.

また、上記技術的問題を解決するため、本発明の画面操作用スクリプト生成システムは、オペレーティングシステム上で動作するGUIしか持たない複数の操作対象プログラムを使用するためのシステムであって、操作者により複数の操作対象プログラムをそれぞれ操作指示する複数の利用者端末と、複数の利用者端末からの操作指示に応じて複数の操作対象プログラムの一連の操作を集約処理する情報処理装置と、を備え、情報処理装置は、集約処理の表示を1画面のGUIだけで行わせる第1の手段と、1画面のGUIから送られた操作内容を解析して該当する複数のアプリケーション操作に分解する第2の手段と、複数のアプリケーション操作に従って自動操作ソフトウェア用の画面操作用スクリプトを生成する第3の手段と、自動操作ソフトウェアにより複数の操作対象プログラムを操作するために少なくとも接続情報及び認証情報を補完する操作を実行する第4の手段と、自動操作ソフトウェアにより複数の利用者端末に対して結果表示するために必要な情報を複数の操作対象プログラムを表示する表示画面から自動的に拾い出して結果表示用に編集した結果として、当該自動操作ソフトウェアを作成する第5の手段と、複数の利用者端末に対して編集の結果として自動操作ソフトウェアを表示する第6の手段と、を有することを特徴とする。   In order to solve the above technical problem, the screen operation script generation system of the present invention is a system for using a plurality of operation target programs having only a GUI that operates on an operating system, and is operated by an operator. A plurality of user terminals that respectively instruct operation of a plurality of operation target programs, and an information processing apparatus that collectively processes a series of operations of the plurality of operation target programs according to operation instructions from the plurality of user terminals, The information processing apparatus includes a first unit that displays the aggregation process using only a one-screen GUI, and a second unit that analyzes operation contents transmitted from the one-screen GUI and decomposes the operation contents into a plurality of corresponding application operations. Means, a third means for generating a screen operation script for automatic operation software in accordance with a plurality of application operations, and an automatic operation Necessary for displaying results on a plurality of user terminals by automatic operation software and fourth means for executing at least an operation for complementing connection information and authentication information in order to operate a plurality of operation target programs by software As a result of automatically picking up information from a display screen displaying a plurality of operation target programs and editing the result display, the fifth means for creating the automatic operation software and editing for a plurality of user terminals And a sixth means for displaying automatic operation software as a result of the above.

上記画面操作用スクリプト生成システムの一実施態様は、情報処理装置は、複数の操作対象プログラムを操作して所定の複合した回答を得る際、自動操作ソフトウェアに対して当該複数の操作対象プログラムにおけるそれぞれの画面遷移について、中間言語を用いて編集の結果の表示を得る画面までを操作回数に依らずに表現すると共に、当該中間言語を解析して当該自動操作ソフトウェアが当該複数の操作対象プログラムのそれぞれにおける画面遷移を行うための画面操作用スクリプトを生成することを特徴とする。   In one embodiment of the above-described screen operation script generation system, when the information processing apparatus operates a plurality of operation target programs to obtain a predetermined composite answer, each of the plurality of operation target programs in the automatic operation software The screen transition of the intermediate language is expressed without depending on the number of operations until the screen for obtaining the display of the editing result is displayed, and the automatic operation software analyzes each of the plurality of operation target programs by analyzing the intermediate language. A screen operation script for performing screen transition is generated.

上記画面操作用スクリプト生成システムの他の実施態様は、情報処理装置は、複数の操作対象プログラムを操作して所定の複合した回答を得る際、自動操作ソフトウェアに対して当該複数の操作対象プログラムにおけるそれぞれの画面遷移について、中間言語を用いて編集の結果の表示を得る画面までを操作回数に依らずに表現すると共に、当該中間言語を解析して当該自動操作ソフトウェアが当該複数の操作対象プログラムのそれぞれに対してデータ入力を行うための画面操作用スクリプトを生成することを特徴とする。   In another embodiment of the above-described screen operation script generation system, when the information processing apparatus operates a plurality of operation target programs to obtain a predetermined combined answer, the information processing apparatus uses the plurality of operation target programs for the automatic operation software. For each screen transition, the intermediate language is used to represent the screen for obtaining the display of the edited result, regardless of the number of operations, and the intermediate language is analyzed to allow the automatic operation software to store the plurality of operation target programs. A screen operation script for inputting data to each of them is generated.

上記何れかの画面操作用スクリプト生成システムの別の実施態様は、情報処理装置は、複数の操作対象プログラムの全ての画面情報と、入力項目及び出力項目の操作内容に伴う画面遷移とエラー内容に伴う画面遷移とをデータベース化すると共に、中間言語のルールをデータベース化することによって、当該中間言語の生成、当該中間言語の解析、操作及び入力の不足情報の補完を実行可能とするように、画面操作用スクリプトの生成を行うことを特徴とする。   In another embodiment of any one of the above-described screen operation script generation systems, the information processing apparatus is configured to display all screen information of a plurality of operation target programs, screen transitions associated with operation contents of input items and output items, and error contents. In addition to creating a database of accompanying screen transitions, and creating a database of intermediate language rules, the intermediate language can be generated, the intermediate language can be analyzed, and operations and input shortage information can be complemented. An operation script is generated.

本発明によれば、情報処理装置側において、利用者端末側からの指示に応じてオペレーティングシステム上で動作するGUIしか持たない複数の操作対象プログラムを対象とし、1画面のGUIから送られた操作内容を解析した複数のアプリケーション操作に従って、各操作対象プログラムを一連の操作として実施するための自動操作ソフトウェア用の画面操作用スクリプトを各操作対象プログラムについての操作用の情報を補完して生成し、結果表示用に編集して自動操作ソフトウェアを作成しているため、入力画面の作成が容易で自動操作ソフトウェアに対して漏れなく適確に画面操作用スクリプトを作成して迅速に応答処理することができ、結果として自動操作ソフトウェアの実行により各操作対象プログラムを一連の操作として実施することができるようになる。また、各操作対象プログラムを操作して所定の複合した回答を得る場合に、自動操作ソフトウェアに与える画面操作用スクリプトを容易に生成可能であり、しかも簡易な記述が可能な中間言語を用いることによって、編集の結果の表示を得る画面までを操作回数に依らずに表現した上、中間言語を解析して自動操作ソフトウェアが各操作対象プログラムのそれぞれにおける画面遷移を行うための画面操作用スクリプトを簡易に生成したり、或いは自動操作ソフトウェアが各操作対象プログラムのそれぞれに対してデータ入力を行うための画面操作用スクリプトを簡易に生成することができ、更には各操作対象プログラムで発生し得るエラーに対して画面操作を行う(操作及び入力の不足情報を補完)し得る機能を構築することができる。   According to the present invention, on the information processing apparatus side, an operation sent from a one-screen GUI for a plurality of operation target programs having only a GUI that operates on the operating system in response to an instruction from the user terminal side. In accordance with a plurality of application operations whose contents have been analyzed, a screen operation script for automatic operation software for performing each operation target program as a series of operations is generated by complementing the operation information for each operation target program, Since the automatic operation software is created by editing for the result display, it is easy to create the input screen, and it is possible to create a screen operation script accurately and without any omissions to the automatic operation software for quick response processing. As a result, each operation target program is executed as a series of operations by executing the automatic operation software. So that it is Rukoto. In addition, by using an intermediate language that can easily generate a screen operation script to be given to automatic operation software when each operation target program is operated to obtain a predetermined composite answer, In addition to expressing the screen to obtain the display of the edited result without depending on the number of operations, the intermediate operation language is analyzed, and the screen operation script for automatic operation software to perform screen transition in each operation target program is simplified Can be generated easily, or a screen operation script for automatic operation software to input data to each operation target program can be easily generated. Further, an error that can occur in each operation target program can be generated. On the other hand, it is possible to construct a function capable of performing screen operations (complementing operation and input shortage information).

本発明の実施例1に係る画面操作用スクリプト生成処理システムの基本構成を示したブロック図である。It is the block diagram which showed the basic composition of the script generation processing system for screen operations concerning Example 1 of the present invention. 図1に示す画面操作用スクリプト生成処理システムに備えられる利用者端末の細部構成を例示したブロック図である。It is the block diagram which illustrated the detailed structure of the user terminal with which the script generation processing system for screen operations shown in FIG. 1 is equipped. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる問合せ応答機能部の細部構成を例示したブロック図である。FIG. 2 is a block diagram illustrating a detailed configuration of an inquiry response function unit provided in the information processing apparatus of the screen operation script generation processing system shown in FIG. 1. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる指示内容解析機能部の細部構成を例示したブロック図である。FIG. 2 is a block diagram illustrating a detailed configuration of an instruction content analysis function unit provided in the information processing apparatus of the screen operation script generation processing system illustrated in FIG. 1. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる画面操作生成機能部の細部構成を例示したブロック図である。FIG. 2 is a block diagram illustrating a detailed configuration of a screen operation generation function unit provided in the information processing apparatus of the screen operation script generation processing system illustrated in FIG. 1. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる画面操作実行機能部の細部構成を例示したブロック図である。FIG. 2 is a block diagram illustrating a detailed configuration of a screen operation execution function unit provided in the information processing apparatus of the screen operation script generation processing system illustrated in FIG. 1. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる応答内容編集機能部の細部構成を例示したブロック図である。FIG. 2 is a block diagram illustrating a detailed configuration of a response content editing function unit provided in the information processing apparatus of the screen operation script generation processing system illustrated in FIG. 1. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる指示内容データベースに格納される指示内容データを例示した表示画面上での模式図である。FIG. 2 is a schematic diagram on a display screen illustrating instruction content data stored in an instruction content database provided in the information processing apparatus of the screen operation script generation processing system illustrated in FIG. 1. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる画面キャプチャデータベースに格納される画面データを例示した表示画面上で模式図である。FIG. 2 is a schematic diagram on a display screen illustrating screen data stored in a screen capture database provided in the information processing apparatus of the screen operation script generation processing system illustrated in FIG. 1. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる画面遷移情報データベースに格納される画面データを例示した表示画面上での模式図である。FIG. 2 is a schematic diagram on a display screen illustrating screen data stored in a screen transition information database provided in the information processing apparatus of the screen operation script generation processing system shown in FIG. 1. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられるユーザ情報データベースに格納されるユーザデータを例示した表示画面上での模式図である。FIG. 2 is a schematic diagram on a display screen illustrating user data stored in a user information database provided in the information processing apparatus of the screen operation script generation processing system shown in FIG. 1. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる言語ルールデータベースに格納されるルールデータを例示した表示画面上での模式図である。FIG. 2 is a schematic diagram on a display screen illustrating rule data stored in a language rule database provided in the information processing apparatus of the screen operation script generation processing system shown in FIG. 1. 図1に示す画面操作用スクリプト生成処理システムにおける利用者端末からの要求に応じた情報処理装置のスクリプト生成処理により統合操作を行って結果を応答するまでのシーケンスを示した図である。It is the figure which showed the sequence until it performs integrated operation by the script production | generation process of the information processing apparatus according to the request | requirement from the user terminal in the script production | generation system for screen operations shown in FIG. 1, and responds with a result. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる問合せ応答機能部に係る問合せ応答機能を説明するために示した利用者端末との間のシーケンスを示した図である。It is the figure which showed the sequence between the user terminals shown in order to demonstrate the inquiry response function which concerns on the inquiry response function part with which the information processing apparatus of the script generation processing system for screen operations shown in FIG. 1 is equipped. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる指示内容解析機能部に係る中間言語作成を含む指示内容解析機能のシーケンスを示した図である。It is the figure which showed the sequence of the instruction content analysis function including the intermediate language preparation which concerns on the instruction content analysis function part with which the information processing apparatus of the screen operation script generation processing system shown in FIG. 1 is equipped. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる画面操作生成機能部に係る画面操作用スクリプトの生成を含む画面操作生成機能のシーケンスを示した図である。It is the figure which showed the sequence of the screen operation production | generation function including the production | generation of the script for screen operation concerning the screen operation production | generation function part with which the information processing apparatus of the screen operation script production | generation processing system shown in FIG. 1 is equipped. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる画面操作実行機能部に係る画面操作から画面より結果を取り出す処理に至る一連の処理を含む画面操作実行機能のシーケンスを示した図である。The sequence of the screen operation execution function including a series of processes from the screen operation related to the screen operation execution function unit provided in the information processing apparatus of the screen operation script generation processing system shown in FIG. FIG. 図1に示す画面操作用スクリプト生成処理システムの情報処理装置に備えられる応答内容編集機能部に係る応答結果編集機能のシーケンスを示した図である。It is the figure which showed the sequence of the response result edit function which concerns on the response content edit function part with which the information processing apparatus of the script generation processing system for screen operations shown in FIG. 1 is equipped.

以下、本発明の画面操作用スクリプト生成方法及びシステムについて、図面を参照して詳細に説明する。   Hereinafter, a screen operation script generation method and system according to the present invention will be described in detail with reference to the drawings.

最初に、本発明の画面操作用スクリプト生成方法の技術的概要を簡単に説明する。本発明の画面操作用スクリプト生成方法は、オペレーティングシステム(OS)上で動作するGUIしか持たない複数の操作対象プログラムを使用するとき、操作者による複数の利用者端末側からの操作指示に応じて各操作対象プログラムの一連の操作を情報処理装置側で集約処理すると共に、その集約処理の表示を1画面のGUIだけで行わせる第1のステップと、情報処理装置側で1画面のGUIから送られた操作内容を解析して該当する複数のアプリケーション操作に分解する第2のステップと、情報処理装置側で各アプリケーション操作に従って自動操作ソフトウェア用の画面操作用スクリプトを生成する第3のステップと、情報処理装置側で自動操作ソフトウェアにより複数の操作対象プログラムを操作するために少なくとも接続情報及び認証情報を補完する操作を実行する第4のステップと、情報処理装置側で自動操作ソフトウェアにより各利用者端末側に対して結果表示するために必要な情報を複数の操作対象プログラムを表示する表示画面から自動的に拾い出して結果表示用に編集した結果として、当該自動操作ソフトウェアを作成する第5のステップと、情報処理装置側から各利用者端末側に対して編集の結果として自動操作ソフトウェアを表示する第6のステップと、を有するものである。   First, a technical outline of the screen operation script generation method of the present invention will be briefly described. According to the screen operation script generation method of the present invention, when a plurality of operation target programs having only a GUI operating on an operating system (OS) are used, in response to operation instructions from a plurality of user terminals by an operator. A series of operations of each operation target program is aggregated on the information processing apparatus side, and the aggregation process is displayed only on one screen GUI, and the information processing apparatus side sends it from the one screen GUI. A second step of analyzing the content of the operation performed and disassembling it into a plurality of corresponding application operations; a third step of generating a screen operation script for automatic operation software according to each application operation on the information processing device side; At least connected to operate multiple operation target programs with automatic operation software on the information processing device side A fourth step of executing an operation for supplementing information and authentication information, and a plurality of operation target programs for displaying information necessary for displaying results on each user terminal side by automatic operation software on the information processing device side As a result of automatically picking up from the display screen to be edited and editing for the result display, the fifth step of creating the automatic operation software, and the information processing apparatus side to each user terminal side automatically as the editing result A sixth step of displaying operation software.

但し、情報処理装置側で各操作対象プログラムを操作して所定の複合した回答を得る際、自動操作ソフトウェアに対して各操作対象プログラムにおけるそれぞれの画面遷移について、中間言語を用いて編集の結果の表示を得る画面までを操作回数に依らずに表現すると共に、中間言語を解析して自動操作ソフトウェアが各操作対象プログラムのそれぞれにおける画面遷移を行うための画面操作用スクリプトを生成するか、或いは中間言語を解析して自動操作ソフトウェアが各操作対象プログラムのそれぞれに対してデータ入力を行うための画面操作用スクリプトを生成することが好ましい。更に、情報処理装置側で各操作対象プログラムの全ての画面情報と、入力項目及び出力項目の操作内容に伴う画面遷移とエラー内容に伴う画面遷移とをデータベース化すると共に、中間言語のルールをデータベース化することによって、中間言語の生成、中間言語の解析、操作及び入力の不足情報の補完を実行可能とするように、画面操作用スクリプトの生成を行うことが好ましい。   However, when the information processing device side operates each operation target program to obtain a predetermined composite answer, the edit result of the screen transition in each operation target program with respect to the automatic operation software is obtained using an intermediate language. Represents the screen to obtain the display regardless of the number of operations, and analyzes the intermediate language to generate a screen operation script for the automatic operation software to perform screen transition in each operation target program, or intermediate It is preferable to analyze a language and generate a script for screen operation for automatic operation software to input data to each operation target program. Furthermore, on the information processing device side, all the screen information of each operation target program, the screen transition accompanying the operation contents of the input items and output items, and the screen transition accompanying the error contents are made into a database, and the rules of the intermediate language are stored in the database. It is preferable to generate a screen operation script so that generation of an intermediate language, analysis of the intermediate language, operation, and supplementation of insufficient information of input can be performed.

このような画面操作用スクリプト生成方法によれば、情報処理装置側において、利用者端末側からの指示に応じてオペレーティングシステム(OS)上で動作するGUIしか持たない複数の操作対象プログラムを対象とし、1画面のGUIから送られた操作内容を解析した複数のアプリケーション操作に従って、各操作対象プログラムを一連の操作として実施するための自動操作ソフトウェア用の画面操作用スクリプトを各操作対象プログラムについての操作用の情報を補完して生成し、結果表示用に編集して自動操作ソフトウェアを作成しているため、入力画面の作成が容易で自動操作ソフトウェアに対して漏れなく適確に画面操作用スクリプトを作成して迅速に応答処理することができる。この結果として、自動操作ソフトウェアを実行することで各操作対象プログラムを一連の操作として実施することができる。   According to such a screen operation script generation method, on the information processing apparatus side, a plurality of operation target programs having only a GUI that operates on an operating system (OS) in response to an instruction from the user terminal side are targeted. A screen operation script for automatic operation software for executing each operation target program as a series of operations in accordance with a plurality of application operations analyzed from operation contents sent from a one-screen GUI. Information is generated by complementing and editing for the result display, and automatic operation software is created, making it easy to create input screens. Create and respond quickly. As a result, it is possible to execute each operation target program as a series of operations by executing the automatic operation software.

また、各操作対象プログラムを操作して所定の複合した回答を得る場合に、自動操作ソフトウェアに与える画面操作用スクリプトを容易に生成可能であり、しかも簡易な記述が可能な中間言語を用いて編集の結果の表示を得る画面までを操作回数に依らずに表現した上、中間言語を解析して自動操作ソフトウェアが各操作対象プログラムのそれぞれにおける画面遷移を行う画面操作用スクリプトを簡易に生成したり、或いは自動操作ソフトウェアが各操作対象プログラムのそれぞれに対してデータ入力を行う画面操作用スクリプトを簡易に生成することができ、更には各操作対象プログラムで発生し得るエラーに対して画面操作を行う(操作及び入力の不足情報を補完)し得る機能を構築することができる。   In addition, when operating each operation target program to obtain a predetermined composite answer, it is possible to easily generate a screen operation script to be given to the automatic operation software and edit it using an intermediate language that allows simple description In addition to expressing the screen to obtain the display of the result regardless of the number of operations, the intermediate language is analyzed and the automatic operation software easily generates a screen operation script that performs screen transition in each operation target program. Alternatively, it is possible to easily generate a script for screen operation for inputting data to each operation target program by the automatic operation software, and further to perform a screen operation for an error that may occur in each operation target program. It is possible to construct a function capable of (complementing operation and input shortage information).

この結果、生成される画像操作用スクリプトは、データベース化された各操作対象プログラムの全ての画面遷移と、エラー内容を含む入力項目及び出力項目の操作内容に伴う画面遷移とに基づく一連の操作内容が反映され、しかも中間言語によりそれを生成するための入力画面が必要最小限で済むように簡素化されて簡易に表記される。また、操作及び入力の不足情報を補完する機能を持つことにより、各操作対象プログラムに細部に渡って操作を行うことができる。   As a result, the generated script for image operation is a series of operation contents based on all screen transitions of each operation target program stored in a database and screen transitions associated with operation contents of input items and output items including error contents. Is reflected and simplified so that an input screen for generating it in an intermediate language is minimized. In addition, since the operation and input shortage information is provided, it is possible to perform operations on each operation target program in detail.

図1は、本発明の実施例1に係る画面操作用スクリプト生成処理システムの基本構成を示したブロック図である。   FIG. 1 is a block diagram illustrating a basic configuration of a screen operation script generation processing system according to the first embodiment of the present invention.

この画面操作用スクリプト生成処理システムは、複数(ここでは3台)の利用者端末10A〜10Cと、ネットワーク11を介して各利用者端末10A〜10Cに接続されたサーバ機能の情報処理装置とから構成される。   This screen operation script generation processing system includes a plurality (three in this case) of user terminals 10A to 10C and an information processing apparatus having a server function connected to each of the user terminals 10A to 10C via the network 11. Composed.

情報処理装置は、問合せ応答機能部12、指示内容解析機能部13、画面操作生成機能部14、画面操作実行機能部15、応答内容編集機能部16、及び各種データベース18〜23を備えて構成されると共に、各利用者端末10A〜10Cが利用権限を持つ操作対象プログラム17A〜17Cを自動操作する機能を有している。尚、ここでの情報処理装置は、よく知られているように、略図するCPU、主メモリ、補助記憶部(HDD)等による記憶装置、表示装置、及びキーボードマウス等の操作用の入出力装置を備えて構成されるものである。また、各利用者端末10A〜10Cについても同様な構成である。   The information processing apparatus includes an inquiry response function unit 12, an instruction content analysis function unit 13, a screen operation generation function unit 14, a screen operation execution function unit 15, a response content editing function unit 16, and various databases 18 to 23. In addition, each of the user terminals 10A to 10C has a function of automatically operating the operation target programs 17A to 17C to which the use authority is granted. The information processing apparatus here is, as is well known, an input / output device for operation such as a CPU, a main memory, a storage device such as an auxiliary storage unit (HDD), a display device, and a keyboard mouse. Is configured. Moreover, it is the same structure also about each user terminal 10A-10C.

このうち、問合せ応答機能部12は、各利用者端末10A〜10Cに対して操作選択画面を表示するもので、指示内容データベース18から読み出した問合せ指示内容のデータに対応する操作画面をネットワーク11経由で各利用者端末10A〜10Cの表示装置の表示画面上に表示し、そこで入力された結果の入力内容のデータをネットワーク11経由で受信して指示内容解析機能部13に送信する。   Among these, the inquiry response function unit 12 displays an operation selection screen on each of the user terminals 10 </ b> A to 10 </ b> C, and displays an operation screen corresponding to the inquiry instruction content data read from the instruction content database 18 via the network 11. Then, the data of the input contents as a result of the display on the display screens of the user terminals 10A to 10C are received via the network 11 and transmitted to the instruction content analysis function unit 13.

指示内容解析機能部13では、問合せ応答機能部12の問合せ指示内容のデータ及びそれに対する入力内容のデータと、指示内容データベース18の指示内容データとに基づいて各利用者端末10A〜10Cの操作内容をチェックし、言語ルールデータベース22の言語ルールデータに基づいて生成した中間言語を画面操作生成機能部14と応答内容編集機能部16とに引き渡す。   In the instruction content analysis function unit 13, the operation content of each of the user terminals 10 </ b> A to 10 </ b> C based on the data of the inquiry instruction content of the inquiry response function unit 12, the data of the content input thereto, and the instruction content data of the instruction content database 18. The intermediate language generated based on the language rule data in the language rule database 22 is transferred to the screen operation generation function unit 14 and the response content editing function unit 16.

画面操作生成機能部14では、画面キャプチャデータベース19から操作対象画面情報、各画面における入力項目、出力項目を取得し、画面遷移情報データベース20から遷移対象の画面を正常時エラー発生時のそれぞれについて取得する。また、指示内容解析機能部13から引き渡された中間言語を言語ルールデータベース22の言語ルールデータを使って解析することにより画面操作用スクリプトの生成を行うと共に、入力フィールドの生成、読取対象フィールドから読取を行うための画面操作用スクリプトの生成を行い、正常時の画面遷移とエラー発生時の画面遷移とについての全てを包含する画面操作スクリプトとして纏めた上(この処理は技術的概念では操作内容を解析して該当する複数のアプリケーション操作に分解する場合に相当する)で画面操作実行機能部15に送信する。   The screen operation generation function unit 14 acquires operation target screen information, input items and output items in each screen from the screen capture database 19, and acquires a transition target screen from the screen transition information database 20 for each time when a normal error occurs. To do. In addition, the intermediate language delivered from the instruction content analysis function unit 13 is analyzed using the language rule data in the language rule database 22 to generate a screen operation script, and the input field is generated and read from the reading target field. A screen operation script is generated to perform the process, and is compiled as a screen operation script that includes all of the screen transition at normal time and the screen transition at the time of error occurrence. This corresponds to the case of analyzing and decomposing it into a plurality of corresponding application operations) and transmitting it to the screen operation execution function unit 15.

画面操作実行機能部15は、ユーザ情報データベース21からユーザ情報(データ)を読み出し、各操作対象プログラム17A〜17Cに対して画面操作生成機能部14が作成した画面操作用スクリプトを用いてログイン操作、画面操作、画面読取、表示結果編集、利用ログデータベース22に対するログ出力を行い、応答内容を応答内容編集機能部16に引き渡す。   The screen operation execution function unit 15 reads user information (data) from the user information database 21 and performs a login operation using a screen operation script created by the screen operation generation function unit 14 for each of the operation target programs 17A to 17C. Screen operation, screen reading, display result editing, and log output to the usage log database 22 are performed, and the response content is delivered to the response content editing function unit 16.

応答内容編集機能部16は、指示内容解析機能部13から提示された中間言語と、画面操作実行機能部15から引き渡された応答内容とを言語ルールデータベース22の言語ルールデータと突合せ、表示結果として編集してから問合せ応答機能部12に送信する。   The response content editing function unit 16 matches the intermediate language presented from the instruction content analysis function unit 13 and the response content delivered from the screen operation execution function unit 15 with the language rule data in the language rule database 22, and displays the result as a display result. After editing, the data is transmitted to the inquiry response function unit 12.

そこで、問合せ応答機能部12は、応答内容編集機能16から引き渡された表示結果(編集結果の応答結果)を各利用者端末10A〜10Cに送信する。   Therefore, the inquiry response function unit 12 transmits the display result (the response result of the editing result) delivered from the response content editing function 16 to each of the user terminals 10A to 10C.

即ち、上述した画面操作用スクリプト生成処理システムは、オペレーティングシステム上で動作するGUIしか持たない各操作対象プログラム17A〜17Cを使用するためのもので、各利用者端末10A〜10Cは操作者により各操作対象プログラム17A〜17Cをそれぞれ操作指示する。情報処理装置は、基本機能として各利用者端末10A〜10Cからの操作指示に応じて各操作対象プログラム17A〜17Cの一連の操作を集約処理する。   That is, the screen operation script generation processing system described above is for using the operation target programs 17A to 17C having only a GUI that operates on the operating system, and each of the user terminals 10A to 10C is set by the operator. Operation instructions are given to the operation target programs 17A to 17C, respectively. The information processing apparatus aggregates a series of operations of the operation target programs 17A to 17C in accordance with operation instructions from the user terminals 10A to 10C as basic functions.

情報処理装置の各部の細部機能について、問合せ応答機能部12は集約処理の表示を1画面のGUIだけで行わせる第1の手段として働く。指示内容解析機能部13は1画面のGUIから送られた操作内容を解析して該当する複数のアプリケーション操作に分解する第2の手段として働く。画面操作生成機能部14は複数のアプリケーション操作に従って自動操作ソフトウェア用の画面操作用スクリプトを生成する第3の手段として働く。画面操作実行機能部15は、自動操作ソフトウェアにより各操作対象プログラム17A〜17Cを操作するために少なくとも接続情報及び認証情報を補完する操作を実行する第4の手段として働く。応答内容編集機能部16は、自動操作ソフトウェアにより各利用者端末10A〜10Cに対して結果表示するために必要な情報を各操作対象プログラム17A〜17Cを表示する表示画面から自動的に拾い出して結果表示用に編集した結果として、自動操作ソフトウェアを作成する第5の手段として働く。更に、上記問合せ応答機能部12は各利用者端末10A〜10Cに対して編集の結果として自動操作ソフトウェアを表示する第6の手段としても働く。   Regarding the detailed functions of each unit of the information processing apparatus, the inquiry response function unit 12 serves as a first unit that displays the aggregation process only by using one screen GUI. The instruction content analysis function unit 13 serves as a second means for analyzing the operation content sent from the GUI of one screen and disassembling it into a plurality of corresponding application operations. The screen operation generation function unit 14 functions as a third means for generating a screen operation script for automatic operation software according to a plurality of application operations. The screen operation execution function unit 15 functions as a fourth means for executing an operation that complements at least the connection information and the authentication information in order to operate each of the operation target programs 17A to 17C by the automatic operation software. The response content editing function unit 16 automatically picks up information necessary for displaying the result on each of the user terminals 10A to 10C by the automatic operation software from the display screen displaying the operation target programs 17A to 17C. As a result of editing for the result display, it functions as a fifth means for creating automatic operation software. Further, the inquiry response function unit 12 also functions as a sixth means for displaying automatic operation software as a result of editing for each of the user terminals 10A to 10C.

また、この情報処理装置では、画像操作実行機能部15において各操作対象プログラム17A〜17Cを操作して所定の複合した回答を得る際、自動操作ソフトウェアに対して各操作対象プログラム17A〜17Cにおけるそれぞれの画面遷移について、指示内容解析機能部13で取得した中間言語を用いて編集の結果の表示を得る画面までを操作回数に依らずに表現すると共に、中間言語を解析して自動操作ソフトウェアが各操作対象プログラム17A〜17Cのそれぞれにおける画面遷移を行うように画面操作生成機能部14において画面操作用スクリプトを生成する機能と、中間言語を解析して自動操作ソフトウェアが各操作対象プログラム17A〜17Cのそれぞれに対してデータ入力を行うように画面操作生成機能部14において画面操作用スクリプトを生成する機能とを有する。   Further, in this information processing apparatus, when the operation target programs 17A to 17C are operated in the image operation execution function unit 15 to obtain a predetermined composite answer, each of the operation target programs 17A to 17C is associated with the automatic operation software. For the screen transitions, the intermediate language acquired by the instruction content analysis function unit 13 is used to represent the screen for obtaining the display of the edited result without depending on the number of operations, and the automatic operation software analyzes the intermediate language and displays each screen. The screen operation generation function unit 14 generates a screen operation script so as to perform screen transition in each of the operation target programs 17A to 17C, and the automatic operation software analyzes the intermediate language to determine the operation target programs 17A to 17C. In the screen operation generation function unit 14 to input data for each of them. And a function of generating a script for surface operation.

その他、情報処理装置では、各操作対象プログラム17A〜17Cの全ての画面情報と、入力項目及び出力項目の操作内容に伴う画面遷移とエラー内容に伴う画面遷移とをデータベース化してそれぞれ必要な事項のデータを各種データベース(指示内容データベース18、画面キャプチャデータベース19、画面遷移情報データベース20、ユーザ情報データベース21、利用ログデータベース23)に格納すると共に、中間言語のルールをデータベース化して格納する言語ルールデータベース22とを有する。これにより、指示内容解析機能部13での中間言語の生成及び解析を実行可能とすると共に、画面操作生成機能部14での操作及び入力の不足情報の補完を実行可能とするように、画面操作実行機能部15での画面操作用スクリプトの生成を行わせる機能を構築している。   In addition, in the information processing apparatus, all the screen information of the operation target programs 17A to 17C, the screen transition associated with the operation content of the input item and the output item, and the screen transition associated with the error content are made into a database and each necessary item is Data is stored in various databases (instruction content database 18, screen capture database 19, screen transition information database 20, user information database 21, and usage log database 23), and a language rule database 22 that stores intermediate language rules as a database. And have. Thus, the operation of the intermediate language can be generated and analyzed by the instruction content analysis function unit 13, and the operation of the screen operation generation function unit 14 and the input shortage information can be complemented. A function for generating a screen operation script in the execution function unit 15 is constructed.

図2は、画面操作用スクリプト生成処理システムに備えられる利用者端末10A〜10Cの細部構成を例示したブロック図である。   FIG. 2 is a block diagram illustrating a detailed configuration of the user terminals 10A to 10C provided in the screen operation script generation processing system.

利用者端末10A〜10Cは、CPU101、入出力装置を構成するキーボード102及びマウス103、表示装置104、内部メモリ105、略図する外部記憶装置を備え、内部メモリ105にはプログラム群106としてWWWブラウザ1061が記憶されている。   The user terminals 10 </ b> A to 10 </ b> C include a CPU 101, a keyboard 102 and a mouse 103 constituting an input / output device, a display device 104, an internal memory 105, and a simplified external storage device. The internal memory 105 includes a WWW browser 1061 as a program group 106. Is remembered.

図3は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる問合せ応答機能部12の細部構成を例示したブロック図である。   FIG. 3 is a block diagram illustrating a detailed configuration of the inquiry response function unit 12 included in the information processing apparatus of the screen operation script generation processing system.

問合せ応答機能部12は、ユーザ情報データベース21にリンクすることを基本とする他、指示内容データベース18及び指示内容解析機能部13にリンクする問合せ受付プログラム121と、応答内容編集機能部16にリンクする統合操作結果応答プログラム122と、を備えている。更に、問合せ受付プログラム121には統合操作選択画面送信部1211と統合操作データ入力画面送信部1212と統合操作データ入力受付部1213とが構築されており、統合操作結果応答プログラム122には統合操作応答画面送信部1221が構築されている。   In addition to linking to the user information database 21, the inquiry response function unit 12 links to the inquiry content database 18 and the instruction content analysis function unit 13 and to the response content editing function unit 16. And an integrated operation result response program 122. Further, the inquiry reception program 121 includes an integrated operation selection screen transmission unit 1211, an integrated operation data input screen transmission unit 1212, and an integrated operation data input reception unit 1213. The integrated operation result response program 122 includes an integrated operation response. A screen transmission unit 1221 is constructed.

図4は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる指示内容解析機能部13の細部構成を例示したブロック図である。   FIG. 4 is a block diagram illustrating a detailed configuration of the instruction content analysis function unit 13 provided in the information processing apparatus of the screen operation script generation processing system.

指示内容解析機能部13は、言語ルールデータベース22、画面操作生成機能部14、応答内容編集機能部16にリンクすることを基本とする他、指示内容データベース18にリンクする指示受付プログラム131を備えている。更に、指示受付プログラム131には操作画面チェック部1311と中間言語生成部1312とが構築されている。   The instruction content analysis function unit 13 is basically linked to the language rule database 22, the screen operation generation function unit 14, and the response content editing function unit 16, and includes an instruction reception program 131 that links to the instruction content database 18. Yes. Further, the instruction reception program 131 includes an operation screen check unit 1311 and an intermediate language generation unit 1312.

図5は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる画面操作生成機能部14の細部構成を例示したブロック図である。   FIG. 5 is a block diagram illustrating a detailed configuration of the screen operation generation function unit 14 provided in the information processing apparatus of the screen operation script generation processing system.

画面操作生成機能部14は、言語ルールデータベース22及び画面操作実行機能部15にリンクすることを基本とする他、画面キャプチャデータベース19及び画面推移情報データベース20にリンクする中間言語解析プログラム141と画面操作言語プログラム142とを備えている。更に、中間言語解析プログラム141には中間言語ルール読込部1411、中間言語解析部1412、不足情報補完部1413が構築され、画面操作言語プログラム142には画面操作実行機能言語ルール読込部1421、入力フィールド生成部1422、読取対象出力フィールド生成部1423、正常画面遷移生成部1424、エラー画面遷移生成部1425、全体画面遷移生成部1426が構築されている。   The screen operation generation function unit 14 is based on linking to the language rule database 22 and the screen operation execution function unit 15, and also includes an intermediate language analysis program 141 and screen operation linked to the screen capture database 19 and the screen transition information database 20. Language program 142. Further, the intermediate language analysis program 141 includes an intermediate language rule reading unit 1411, an intermediate language analysis unit 1412, and a shortage information complementing unit 1413. The screen operation language program 142 includes a screen operation execution function language rule reading unit 1421, an input field. A generation unit 1422, a reading target output field generation unit 1423, a normal screen transition generation unit 1424, an error screen transition generation unit 1425, and an entire screen transition generation unit 1426 are constructed.

図6は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる画面操作実行機能部15の細部構成を例示したブロック図である。   FIG. 6 is a block diagram illustrating a detailed configuration of the screen operation execution function unit 15 provided in the information processing apparatus of the screen operation script generation processing system.

画面操作実行機能部15は、利用ログデータベース22、ユーザ情報データベース21、操作対象プログラム17A〜17C、応答内容編集機能部16にリンクする画面操作プログラム151を備える。更に、画面操作プログラム151には、ログイン操作部1511、画面操作部1512、画面読取部1513、表示結果編集部1514、ログ出力部1515が構築されている。   The screen operation execution function unit 15 includes a use log database 22, a user information database 21, operation target programs 17 </ b> A to 17 </ b> C, and a screen operation program 151 linked to the response content editing function unit 16. Further, the screen operation program 151 includes a login operation unit 1511, a screen operation unit 1512, a screen reading unit 1513, a display result editing unit 1514, and a log output unit 1515.

図7は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる応答内容編集機能部16の細部構成を例示したブロック図である。   FIG. 7 is a block diagram illustrating a detailed configuration of the response content editing function unit 16 provided in the information processing apparatus of the screen operation script generation processing system.

応答内容編集機能部16は、言語ルールデータベース22、問合せ応答機能部12、指示内容解析機能部13、画面操作実行機能部15にリンクすることを基本とし、応答内容設定プログラム161を備える。更に、応答内容設定プログラム161には、中間言語ルール読込部1611、中間言語解析部1612、応答内容待ち受け部1613、表示結果読出し部1614が構築されている。   The response content editing function unit 16 is basically linked to the language rule database 22, the inquiry response function unit 12, the instruction content analysis function unit 13, and the screen operation execution function unit 15, and includes a response content setting program 161. Further, in the response content setting program 161, an intermediate language rule reading unit 1611, an intermediate language analysis unit 1612, a response content waiting unit 1613, and a display result reading unit 1614 are constructed.

図8は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる指示内容データベース18に格納される指示内容データを例示した表示画面上での模式図である。   FIG. 8 is a schematic diagram on the display screen illustrating the instruction content data stored in the instruction content database 18 provided in the information processing apparatus of the screen operation script generation processing system.

上述した問合せ応答機能部12に接続される指示内容データベース18の指示内容データは、利用者端末10A〜10Cから指示される統合操作についての指示内容(番号)を識別する指示内容ID181とそれを支援する統合操作画面名称182、生成対象中間言語番号183を保有している。   The instruction content data of the instruction content database 18 connected to the inquiry response function unit 12 described above supports the instruction content ID 181 for identifying the instruction content (number) for the integrated operation instructed from the user terminals 10A to 10C and the support. The integrated operation screen name 182 and the generation target intermediate language number 183 are held.

図9は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる画面キャプチャデータベース19に格納される画面キャプチャデータを例示した表示画面上での模式図である。   FIG. 9 is a schematic diagram on the display screen illustrating screen capture data stored in the screen capture database 19 provided in the information processing apparatus of the screen operation script generation processing system.

画面キャプチャデータベース19の画面キャプチャデータは、各操作対象プログラム17A〜17Cの全画面に統一画面を持たせて入出力情報を格納するもので、具体的には統一画面番号191、操作対象プログラム内画面番号192、入力フィールド1・型193、入力フィールド1・データ長194、入力フィールド1・場所195、入力フィールド1・必須/任意別196から出力フィールド1・型197、出力フィールド1・データ長198、出力フィールド1・場所199、出力フィールド1・必須/任意別19Aに至る各種データを格納する。入力フィールド及び出力フィールドの何れについても、画面内にある全ての可変フィールドを格納する。また、入力フィールド・場所、出力フィールド・場所については、画面内の相対的な座標位置として格納する。   The screen capture data in the screen capture database 19 stores input / output information by giving a unified screen to all the screens of the operation target programs 17A to 17C. Specifically, the screen capture data 19 includes a unified screen number 191 and a screen in the operation target program. Number 192, input field 1 / type 193, input field 1 / data length 194, input field 1 / location 195, input field 1 / required / optional 196 to output field 1 / type 197, output field 1 / data length 198, Various data from the output field 1 / location 199 to the output field 1 / required / optional 19A are stored. For both the input field and the output field, all variable fields in the screen are stored. Further, the input field / location and the output field / location are stored as relative coordinate positions in the screen.

図10は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる画面遷移情報データベース20に格納される画面遷移情報(データ)を例示した表示画面上での模式図である。   FIG. 10 is a schematic diagram on the display screen illustrating the screen transition information (data) stored in the screen transition information database 20 provided in the information processing apparatus of the screen operation script generation processing system.

画面遷移情報データベース20の画面遷移情報(データ)は、各操作対象プログラム17A〜17Cの画面遷移が画面遷移パターン毎に格納されるもので、具体的には画面遷移ID201、操作対象プログラム番号202、操作番号203、正常時画面遷移内容204、エラー発生時画面遷移内容205を格納する。   The screen transition information (data) in the screen transition information database 20 stores the screen transitions of the respective operation target programs 17A to 17C for each screen transition pattern. Specifically, the screen transition information 201 includes the screen transition ID 201, the operation target program number 202, The operation number 203, normal screen transition content 204, and error screen transition content 205 are stored.

図11は、画面操作用スクリプト生成処理システムの情報処理装置に備えられるユーザ情報データベース21に格納されるユーザ情報(データ)を例示した表示画面上での模式図である。   FIG. 11 is a schematic diagram on the display screen illustrating user information (data) stored in the user information database 21 provided in the information processing apparatus of the screen operation script generation processing system.

ユーザ情報データベース21のユーザ情報(データ)は、各操作対象プログラム17A〜17Cを操作するために必要な情報を格納するもので、具体的にはログインID211、特権ユーザID212、ログイン先ID213、操作対象プログラム番号214、操作対象プログラムパスワード215を格納する。尚、これらのユーザ情報(データ)は、利用者単位に記憶されるものである。   The user information (data) in the user information database 21 stores information necessary for operating each of the operation target programs 17A to 17C. Specifically, the login ID 211, the privileged user ID 212, the login destination ID 213, and the operation target The program number 214 and the operation target program password 215 are stored. The user information (data) is stored for each user.

図12は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる言語ルールデータベース22に格納される言語ルールデータを例示した表示画面上での模式図である。   FIG. 12 is a schematic diagram on the display screen illustrating language rule data stored in the language rule database 22 provided in the information processing apparatus of the screen operation script generation processing system.

言語ルールデータベース22の言語ルールデータは、言語種別毎にシンタクスを格納するもので、具体的には言語種別ID221、言語コードID222、シンタクス223を格納する。   The language rule data in the language rule database 22 stores syntax for each language type, and specifically stores a language type ID 221, a language code ID 222, and a syntax 223.

図13は、画面操作用スクリプト生成処理システムにおける利用者端末10A〜10Cからの要求に応じた情報処理装置のスクリプト生成処理により統合操作を行って結果を応答するまでのシーケンスを示した図である。   FIG. 13 is a diagram showing a sequence from when the integrated operation is performed by the script generation processing of the information processing apparatus in response to a request from the user terminals 10A to 10C in the screen operation script generation processing system and the result is returned. .

図13では、画面操作用スクリプト生成処理システムにおいて、利用者端末10A〜10Cから統合操作を選択して統合操作用のデータ入力を行い、情報処理装置側で各操作対象プログラム17A〜17Cが自動的に画面上で操作され、操作結果を編集して各利用者端末10A〜10Cに応答して送信するまでの処理手順を示している。   In FIG. 13, in the screen operation script generation processing system, the integration operation is selected from the user terminals 10A to 10C and data for the integration operation is input, and the operation target programs 17A to 17C are automatically executed on the information processing apparatus side. 5 shows a processing procedure from when the operation result is edited on the screen, and the operation result is edited and transmitted in response to each of the user terminals 10A to 10C.

具体的に云えば、先ず利用者端末10A〜10Cから操作(ステップS3001)を行い、問合せ応答機能部12が各利用者端末10A〜10Cに対して統合操作の選択肢を表示することで統合操作選択(ステップS3002)が行われる。この後、選択内容に合わせた入力が選択内容入力(ステップS3003)として行われ、これについての選択内容判定(ステップS3004)を行い、具体的には選択内容に誤りがあるか否かを判定(ステップS3005)する。   More specifically, first, an operation (step S3001) is performed from the user terminals 10A to 10C, and the inquiry response function unit 12 displays an integration operation option on each of the user terminals 10A to 10C. (Step S3002) is performed. Thereafter, an input according to the selected content is performed as the selected content input (step S3003), and the selected content is determined (step S3004). Specifically, it is determined whether or not there is an error in the selected content ( Step S3005).

この判定の結果、選択内容に誤りがあれば選択内容入力(ステップS3003)の前にリターンするが、選択内容に誤りが無ければ、指示内容解析(ステップS3006)の処理、入力内容に合わせて中間言語生成(ステップS3007)を行う処理、中間言語から画面遷移の生成(ステップS3008)する処理、中間言語から実入力対象外、且つ操作対象プログラムへは入力が必要な項目(操作対象プログラム入力項目)を生成(ステップS3009)する処理、正常系画面遷移を行うための正常系画面遷移操作スクリプト生成(ステップS3010)の処理、エラー対応画面生成スクリプト生成(ステップS3011)の処理を順次行う。   As a result of this determination, if there is an error in the selected content, the process returns before inputting the selected content (step S3003), but if there is no error in the selected content, the process of the instruction content analysis (step S3006) is intermediated according to the input content. Processing that performs language generation (step S3007), processing that generates screen transitions from the intermediate language (step S3008), items that are not actually input from the intermediate language and that require input to the operation target program (operation target program input items) Is generated (step S3009), normal screen transition operation script generation (step S3010) for normal screen transition, and error handling screen generation script generation (step S3011) are sequentially performed.

次に、各操作対象プログラム17A〜17Cを操作するためのログイン操作(ステップS3101)、画面操作(ステップS3102)を行った後、画面操作にエラーがありか否かを判定(ステップS3103)する。   Next, after performing a login operation (step S3101) and a screen operation (step S3102) for operating each of the operation target programs 17A to 17C, it is determined whether there is an error in the screen operation (step S3103).

この判定の結果、画面操作にエラーがあれば、エラー対応画面操作(ステップS3201)を行い、エラー画面読取(ステップS3202)の処理、エラー表示結果編集(ステップS3203)の処理、エラー処理ログ出力(ステップS3204)の処理を順次行うが、エラーが無ければ正常画面読取(ステップS3104)の処理、正常表示結果編集(ステップS3105)の処理、正常処理ログ出力(ステップS3106)の処理を順次行う。   If there is an error in the screen operation as a result of this determination, error handling screen operation (step S3201) is performed, error screen reading (step S3202) processing, error display result editing (step S3203) processing, error processing log output ( If there is no error, the normal screen reading process (step S3104), the normal display result editing process (step S3105), and the normal process log output process (step S3106) are sequentially performed.

この後は何れの場合もステップS3007で生成しておいた中間言語に合わせて出力結果編集(ステップS3107)の処理を行った後、出力結果(編集結果)を各利用者端末10A〜10CのWWWブラウザ1061に送って表示させることにより、出力結果表示(ステップS3108)の処理を行う。   Thereafter, in any case, after processing the output result (step S3107) in accordance with the intermediate language generated in step S3007, the output result (edit result) is sent to the WWW of each of the user terminals 10A to 10C. By sending it to the browser 1061 for display, an output result display (step S3108) is performed.

図14は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる問合せ応答機能部12に係る問合せ応答機能を説明するために示した各利用者端末10A〜10Cとの間のシーケンスを示した図である。   FIG. 14 shows a sequence with each of the user terminals 10A to 10C shown to explain the inquiry response function related to the inquiry response function unit 12 provided in the information processing apparatus of the screen operation script generation processing system. FIG.

図14では、各利用者端末10A〜10Cと問合せ応答機能部12との間のやりとりを示している。   FIG. 14 shows an exchange between each of the user terminals 10A to 10C and the inquiry response function unit 12.

具体的に云えば、先ず利用者端末10A〜10Cにおいて、受け付けた統合操作選択画面(ステップS4001)の内容に合わせて統合操作選択(ステップS4002)を行い、その結果の入力画面についての選択内容送信(ステップS4003)を情報処理装置に対して行う。   More specifically, first, in the user terminals 10A to 10C, the integrated operation selection (step S4002) is performed in accordance with the contents of the received integrated operation selection screen (step S4001), and the selection content transmission for the input screen as a result is transmitted. (Step S4003) is performed on the information processing apparatus.

次に、情報処理装置では、問合せ応答機能部12が各利用者端末10A〜10Cより選択内容受信(ステップS4101)を行った後、受け付けた統合操作の選択内容に合わせた統合操作入力画面送信(ステップS4102)を行う。   Next, in the information processing apparatus, after the inquiry response function unit 12 receives the selected content from each of the user terminals 10A to 10C (step S4101), the integrated operation input screen is transmitted in accordance with the selected integrated operation selection ( Step S4102) is performed.

利用者端末10A〜10Cでは、受け付けた統合操作入力画面表示(ステップS4004)を行った後、統合操作入力画面に入力操作(ステップS4005)した結果得られる統合操作入力画面送信(ステップS4006)を情報処理装置に対して行う。   In the user terminals 10A to 10C, after the received integrated operation input screen display (step S4004) is performed, the integrated operation input screen transmission (step S4006) obtained as a result of the input operation (step S4005) on the integrated operation input screen is information. This is performed on the processing device.

情報処理装置の問合せ応答機能部12では、入力内容の受付(ステップS4103)を行うと、指示内容解析機能部13に入力内容を送信(ステップS4104)する。そこで、指示内容解析機能部13から画面操作生成機能部14、画面操作実行機能部15、応答内容編集機能部16に至る各部の処理結果により得られた統合操作応答画面送信(ステップS4105)を各利用者端末10A〜10Cに対して行い、各利用者端末10A〜10Cでは受け付けた統合操作応答画面をWWWブラウザ1061に送って表示させることにより、統合操作結果画面表示(ステップS4007)の処理を行う。   When the inquiry response function unit 12 of the information processing apparatus accepts the input content (step S4103), the input content is transmitted to the instruction content analysis function unit 13 (step S4104). Therefore, the integrated operation response screen transmission (step S4105) obtained from the processing results of each unit from the instruction content analysis function unit 13 to the screen operation generation function unit 14, the screen operation execution function unit 15, and the response content editing function unit 16 is transmitted. The integrated operation result screen display (step S4007) is performed by sending the integrated operation response screen received to the user terminals 10A to 10C to the WWW browser 1061 for display on the user terminals 10A to 10C. .

図15は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる指示内容解析機能部13に係る中間言語作成を含む指示内容解析機能のシーケンスを示した図である。   FIG. 15 is a diagram illustrating a sequence of an instruction content analysis function including intermediate language creation according to the instruction content analysis function unit 13 provided in the information processing apparatus of the screen operation script generation processing system.

図15では、指示内容解析機能部13において指示内容を取り込んでから中間言語を生成するまでの処理内容を示している。   FIG. 15 shows the processing contents from the fetching of the instruction content in the instruction content analysis function unit 13 to the generation of the intermediate language.

具体的に云えば、指示内容解析機能部13では問合せ応答機能部12で作成された指示内容データベース18を参照しての指示内容の取り込み(ステップS5001)を行った後、操作画面チェック(ステップS5002)を行い、操作画面に誤りありか否かを判定(ステップS5003)する。   Specifically, the instruction content analysis function unit 13 fetches the instruction content with reference to the instruction content database 18 created by the inquiry response function unit 12 (step S5001), and then checks the operation screen (step S5002). ) To determine whether or not there is an error in the operation screen (step S5003).

この判定の結果、操作画面に誤りがあれば処理を問い合わせ応答機能部12に戻すが、操作画面に誤りが無ければ言語ルールデータベース22から中間言語生成用に中間言語ルール読出し(ステップS5004)を行った後、中間言語生成(ステップS5005)を行って画面操作生成機能部14及び応答内容編集機能部15へ引き渡す。   If there is an error in the operation screen as a result of this determination, the process is returned to the inquiry response function unit 12. If there is no error in the operation screen, the intermediate language rule is read from the language rule database 22 for generating an intermediate language (step S5004). After that, intermediate language generation (step S5005) is performed and passed to the screen operation generation function unit 14 and the response content editing function unit 15.

図16は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる画面操作生成機能部14に係る画面操作用スクリプトの生成を含む画面操作生成機能のシーケンスを示した図である。   FIG. 16 is a diagram illustrating a sequence of a screen operation generation function including generation of a screen operation script related to the screen operation generation function unit 14 provided in the information processing apparatus of the screen operation script generation processing system.

図16では、画面操作生成機能14による各操作対象プログラム17A〜17Cを一連の操作として操作するための操作スクリプトを生成する処理内容を示している。   In FIG. 16, the processing content which produces | generates the operation script for operating each operation object program 17A-17C by the screen operation production | generation function 14 as a series of operation is shown.

具体的に云えば、画面操作生成機能14では、先ず指示内容解析機能部13が作成した中間言語の解釈するため、言語ルールデータベース22から中間言語ルール読込(ステップS6001)を行って中間言語解析(ステップS6002)し、補完すべき不足情報を洗い出して不足情報補完(ステップS6003)の処理を行う。   More specifically, the screen operation generation function 14 first reads an intermediate language rule (step S6001) from the language rule database 22 in order to interpret the intermediate language created by the instruction content analysis function unit 13 (step S6001). In step S6002), the shortage information to be supplemented is identified, and the shortage information supplement (step S6003) is performed.

次に、画面操作実行機能部15で使用される操作スクリプトを生成するため、そのための言語ルールを言語ルールデータベース22から読み込むことで画面操作実行機能言語ルール読込(ステップS6004)の処理を行う。   Next, in order to generate an operation script to be used by the screen operation execution function unit 15, the language rule for that purpose is read from the language rule database 22, and the screen operation execution function language rule reading process (step S 6004) is performed.

引き続き、画面キャプチャデータベース22から各操作対象プログラム17A〜17Cの入力フィールド情報を読出して入力フィールド生成(ステップS6005)することにより、画面操作用スクリプトを生成する。   Subsequently, by reading the input field information of each of the operation target programs 17A to 17C from the screen capture database 22 and generating an input field (step S6005), a screen operation script is generated.

また、画面キャプチャデータベース22から各操作対象プログラム17A〜17Cの読出し対象フィールド情報を読出して読出し対象フィールド生成(ステップS6006)することにより、画面操作用スクリプトを生成する。   Further, the screen operation script is generated by reading the read target field information of each of the operation target programs 17A to 17C from the screen capture database 22 and generating the read target field (step S6006).

更に、画面遷移情報データベース20から画面遷移情報(データ)を読出し、正常時の正常画面遷移生成(ステップS6007)の処理、エラー発生時のエラー画面遷移生成(ステップS6008)の処理を行って画面操作用スクリプトに反映させた後、これらを纏める全体画面遷移生成(ステップS6009)の処理を行って画面操作用スクリプトの一本化生成を行い、生成した画面操作用スクリプトを画面操作実行機能部15に引き渡す。   Further, the screen transition information (data) is read from the screen transition information database 20, and normal screen transition generation at normal time (step S6007) processing and error screen transition generation at the time of error occurrence (step S6008) processing are performed to perform screen operations. After being reflected in the script, the entire screen transition generation (step S6009) for collecting them is performed to generate a single screen operation script, and the generated screen operation script is stored in the screen operation execution function unit 15. hand over.

図17は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる画面操作実行機能部15に係る画面操作から画面より結果を取り出す処理に至る一連の処理を含む画面操作実行機能のシーケンスを示した図である。   FIG. 17 shows a sequence of a screen operation execution function including a series of processes from a screen operation to a process of extracting a result from the screen according to the screen operation execution function unit 15 provided in the information processing apparatus of the screen operation script generation processing system. It is a figure.

図17では、画面操作機能部15により実際に各操作対象プログラム17A〜17Cを操作し、所定の回答を得るまでの手順を示している。   FIG. 17 shows a procedure from when the operation target programs 17A to 17C are actually operated by the screen operation function unit 15 to obtain a predetermined answer.

具体的に云えば、画面操作機能部15では、先ずユーザ情報データベース21を参照し、ログイン操作するためのユーザ情報(データ)を取得し、ログイン操作(ステップS7001)を行った後、画面操作生成機能部14で作成した画面操作用スクリプトを使用して各操作対象プログラム17A〜17Cの画面操作(ステップS7002)を自動的に実行し、画面操作にエラーありか否かを判定(ステップS7003)する。   Specifically, the screen operation function unit 15 first refers to the user information database 21, acquires user information (data) for login operation, performs login operation (step S7001), and then generates screen operation. Using the screen operation script created by the function unit 14, the screen operation (step S7002) of each of the operation target programs 17A to 17C is automatically executed to determine whether there is an error in the screen operation (step S7003). .

この判定の結果、画面操作にエラーがあればエラー対応画面操作(ステップS7101)を行った後、エラー画面読取(ステップS7102)の処理、エラー表示結果編集(ステップS7103)の処理、利用ログデータベース22に対するエラー処理ログ出力(ステップS7104)の処理を順次行うが、エラーが無ければ正常画面読取(ステップS7004)の処理、正常表示結果編集(ステップS7005)の処理、利用ログデータベース22に対する正常処理ログ出力(ステップS7006)の処理を順次行う。   If there is an error in the screen operation as a result of this determination, an error handling screen operation (step S7101) is performed, then an error screen reading process (step S7102), an error display result editing process (step S7103), and a usage log database 22 The error processing log output (step S7104) is sequentially performed on the screen, but if there is no error, the normal screen reading (step S7004) processing, the normal display result editing (step S7005) processing, and the normal processing log output to the usage log database 22 are performed. The processing of (Step S7006) is sequentially performed.

この後は何れの場合も操作終了か否かの判定(ステップS7007)を行い、その判定結果が操作終了でなければ画面操作(ステップS7002)の前にリターンして全操作が行われるまでループするが、操作終了であれば各操作対象プログラム17A〜17Cの各画面で表示された結果に基づいて、各利用者端末10A〜10Cに応答すべき内容に合わせて表示結果編集(ステップS7008)の処理を行い、編集結果として作成された自動操作ソフトウェアを応答内容編集機能部16に引き渡す。   Thereafter, in each case, it is determined whether or not the operation is completed (step S7007). If the determination result is not the operation completed, the process returns to the screen operation (step S7002) and loops until all operations are performed. If the operation is completed, based on the results displayed on the screens of the operation target programs 17A to 17C, the display result editing process (step S7008) is performed in accordance with the contents to be responded to the user terminals 10A to 10C. The automatic operation software created as an editing result is delivered to the response content editing function unit 16.

図18は、画面操作用スクリプト生成処理システムの情報処理装置に備えられる応答内容編集機能部16に係る応答結果編集機能のシーケンスを示した図である。   FIG. 18 is a diagram showing a sequence of a response result editing function related to the response content editing function unit 16 provided in the information processing apparatus of the screen operation script generation processing system.

図18では、応答内容編集機能部16が指示内容解析機能部13によって生成された中間言語より指定された応答指示内容と、画面操作実行機能部15で実際に各操作対象プログラム17A〜17Cを操作して得られた応答内容とを組合せて編集し、作成された自動操作ソフトウェアを問合せ応答機能部12を介して各利用者端末10A〜10Cに応答する手順を示すシーケンス図である。   In FIG. 18, the response content editing function unit 16 actually operates the operation target programs 17 </ b> A to 17 </ b> C with the response instruction content specified by the intermediate language generated by the instruction content analysis function unit 13 and the screen operation execution function unit 15. It is a sequence diagram which shows the procedure which responds to each user terminal 10A-10C via the inquiry response function part 12 edited in combination with the response content obtained in this way, and editing the created automatic operation software.

具体的に云えば、応答内容編集機能部16では、指示内容解析機能部13から生成された中間言語が引き渡されるため、先ずこれを解釈するため言語ルールデータベース22から中間言語ルール読込(ステップS8001)の処理を行った後、引き渡された中間言語の内容と中間言語ルールとを付き合わせ、中間言語解析(ステップS8002)を行って応答内容を特定する。   More specifically, the response content editing function unit 16 receives the intermediate language generated from the instruction content analysis function unit 13, and first reads the intermediate language rule from the language rule database 22 to interpret it (step S8001). After the above process is performed, the contents of the delivered intermediate language are associated with the intermediate language rules, and the intermediate language analysis (step S8002) is performed to identify the response contents.

更に、言語ルールデータベース22から中間言語ルールを読出し、各利用者端末10A〜10Cの入力対象外、且つ画面操作実行機能部15からも応答しない規定値の補完を行うことで応答内容補完(ステップS8003)の処理を行う。   Further, the intermediate language rule is read out from the language rule database 22, and the content of the response is complemented by complementing the specified values that are not input to the user terminals 10A to 10C and are not responded by the screen operation execution function unit 15 (step S8003 ).

ここで、画面操作実行機能部15で実際に各操作対象プログラム17A〜17Cを操作して得られた応答内容(自動操作ソフトウェア)を取り込み、その中から表示結果読出し(ステップS8004)を行い、更に問合せ応答機能部12が扱う形式へと表示結果埋め込み(ステップS8005)の編集を行い、その編集結果(自動操作ソフトウェア)を問合せ応答実行機能部12に引き渡す。   Here, the response content (automatic operation software) obtained by actually operating each operation target program 17A to 17C by the screen operation execution function unit 15 is fetched, and the display result is read from the response content (step S8004), and further. The display result embedding (step S8005) is edited into a format handled by the inquiry response function unit 12, and the edited result (automatic operation software) is transferred to the inquiry response execution function unit 12.

10A〜10C 利用者端末
11 ネットワーク
12 問合せ応答機能部
13 指示内容解析機能部
14 画面操作生成機能部
15 画面操作実行機能部
16 応答内容編集機能部
17A〜17C 操作対象プログラム
18 指示内容データベース
19 画面キャプチャデータベース
20 画面遷移情報データベース
21 ユーザ情報データベース
22 言語ルールデータベース
23 利用ログデータベース
10A to 10C User terminal 11 Network 12 Inquiry response function unit 13 Instruction content analysis function unit 14 Screen operation generation function unit 15 Screen operation execution function unit 16 Response content editing function unit 17A to 17C Operation target program 18 Instruction content database 19 Screen capture Database 20 Screen transition information database 21 User information database 22 Language rule database 23 Usage log database

Claims (8)

オペレーティングシステム上で動作するGUI(Graphical User Interface)しか持たない複数の操作対象プログラムを使用する際、操作者による複数の利用者端末側からの操作指示に応じて当該複数の操作対象プログラムの一連の操作を情報処理装置側で集約処理すると共に、当該集約処理の表示を1画面のGUIだけで行わせる第1のステップと、前記情報処理装置側で前記1画面のGUIから送られた操作内容を解析して該当する複数のアプリケーション操作に分解する第2のステップと、前記情報処理装置側で前記複数のアプリケーション操作に従って自動操作ソフトウェア用の画面操作用スクリプトを生成する第3のステップと、前記情報処理装置側で前記自動操作ソフトウェアにより前記複数の操作対象プログラムを操作するために少なくとも接続情報及び認証情報を補完する操作を実行する第4のステップと、前記情報処理装置側で前記自動操作ソフトウェアにより前記複数の利用者端末側に対して結果表示するために必要な情報を前記複数の操作対象プログラムを表示する表示画面から自動的に拾い出して結果表示用に編集した結果として、当該自動操作ソフトウェアを作成する第5のステップと、前記情報処理装置側から前記複数の利用者端末側に対して前記編集の結果として前記自動操作ソフトウェアを表示する第6のステップと、を有することを特徴とする画面操作用スクリプト生成方法。   When using a plurality of operation target programs having only a GUI (Graphical User Interface) operating on an operating system, a series of the plurality of operation target programs is set according to an operation instruction from a plurality of user terminals by an operator. The first step of performing an aggregation process on the information processing apparatus side and performing the display of the aggregation process only with a one-screen GUI, and an operation content sent from the one-screen GUI on the information processing apparatus side. A second step of analyzing and disassembling into a plurality of corresponding application operations; a third step of generating a screen operation script for automatic operation software in accordance with the plurality of application operations on the information processing device side; and the information The plurality of operation objects by the automatic operation software on the processing device side A fourth step of executing at least an operation for supplementing the connection information and the authentication information in order to operate the program, and a result display on the plurality of user terminals by the automatic operation software on the information processing apparatus side A step of automatically creating the automatic operation software as a result of automatically picking up information necessary for the operation from the display screen displaying the plurality of operation target programs and editing the result display, and the information processing apparatus side And a sixth step of displaying the automatic operation software as a result of the editing on the plurality of user terminals. 請求項1記載の画面操作用スクリプト生成方法において、前記情報処理装置側で前記複数の操作対象プログラムを操作して所定の複合した回答を得る際、前記自動操作ソフトウェアに対して当該複数の操作対象プログラムにおけるそれぞれの画面遷移について、中間言語を用いて前記編集の結果の表示を得る画面までを操作回数に依らずに表現すると共に、当該中間言語を解析して当該自動操作ソフトウェアが当該複数の操作対象プログラムのそれぞれにおける画面遷移を実行可能とするための画面操作用スクリプトを生成することを特徴とする画面操作用スクリプト生成方法。   The screen operation script generation method according to claim 1, wherein when the information processing apparatus operates the plurality of operation target programs to obtain a predetermined composite answer, the plurality of operation targets are applied to the automatic operation software. For each screen transition in the program, the intermediate language is used to represent the screen for obtaining the display of the edited result, regardless of the number of operations, and the intermediate language is analyzed and the automatic operation software performs the plurality of operations. A screen operation script generation method for generating a screen operation script for enabling screen transition in each of the target programs. 請求項1記載の画面操作用スクリプト生成方法において、前記情報処理装置側で前記複数の操作対象プログラムを操作して所定の複合した回答を得る際、前記自動操作ソフトウェアに対して当該複数の操作対象プログラムにおけるそれぞれの画面遷移について、中間言語を用いて前記編集の結果の表示を得る画面までを操作回数に依らずに表現すると共に、当該中間言語を解析して当該自動操作ソフトウェアが当該複数の操作対象プログラムのそれぞれに対してデータ入力を実行可能とするための画面操作用スクリプトを生成することを特徴とする画面操作用スクリプト生成方法。   The screen operation script generation method according to claim 1, wherein when the information processing apparatus operates the plurality of operation target programs to obtain a predetermined composite answer, the plurality of operation targets are applied to the automatic operation software. For each screen transition in the program, the intermediate language is used to represent the screen for obtaining the display of the edited result, regardless of the number of operations, and the intermediate language is analyzed and the automatic operation software performs the plurality of operations. A screen operation script generation method for generating a screen operation script for enabling data input to each of target programs. 請求項2又は3記載の画面操作用スクリプト生成方法において、前記情報処理装置側で前記複数の操作対象プログラムの全ての画面情報と、入力項目及び出力項目の操作内容に伴う画面遷移とエラー内容に伴う画面遷移とをデータベース化すると共に、前記中間言語のルールをデータベース化することによって、当該中間言語の生成、当該中間言語の解析、操作及び入力の不足情報の補完を実行可能とするように、前記画面操作用スクリプトの生成を行うことを特徴とする画面操作用スクリプト生成方法。   The screen operation script generation method according to claim 2 or 3, wherein the information processing apparatus side includes all screen information of the plurality of operation target programs, screen transitions associated with operation contents of input items and output items, and error contents. In addition to creating a database of accompanying screen transitions and creating a database of the rules of the intermediate language, it is possible to execute the generation of the intermediate language, the analysis of the intermediate language, the operation, and the complement of the lack of input information, A screen operation script generation method comprising generating the screen operation script. オペレーティングシステム上で動作するGUI(Graphical User Interface)しか持たない複数の操作対象プログラムを使用するためのシステムであって、操作者により前記複数の操作対象プログラムをそれぞれ操作指示する複数の利用者端末と、前記複数の利用者端末からの前記操作指示に応じて前記複数の操作対象プログラムの一連の操作を集約処理する情報処理装置と、を備え、
前記情報処理装置は、前記集約処理の表示を1画面のGUIだけで行わせる第1の手段と、前記1画面のGUIから送られた操作内容を解析して該当する複数のアプリケーション操作に分解する第2の手段と、前記複数のアプリケーション操作に従って自動操作ソフトウェア用の画面操作用スクリプトを生成する第3の手段と、前記自動操作ソフトウェアにより前記複数の操作対象プログラムを操作するために少なくとも接続情報及び認証情報を補完する操作を実行する第4の手段と、前記自動操作ソフトウェアにより前記複数の利用者端末に対して結果表示するために必要な情報を前記複数の操作対象プログラムを表示する表示画面から自動的に拾い出して結果表示用に編集した結果として、当該自動操作ソフトウェアを作成する第5の手段と、前記複数の利用者端末に対して前記編集の結果として前記自動操作ソフトウェアを表示する第6の手段と、を有することを特徴とする画面操作用スクリプト生成システム。
A system for using a plurality of operation target programs having only a GUI (Graphical User Interface) operating on an operating system, wherein a plurality of user terminals that respectively instruct the operation of the plurality of operation target programs by an operator; An information processing apparatus that performs a collective process of a series of operations of the plurality of operation target programs in response to the operation instructions from the plurality of user terminals,
The information processing apparatus analyzes the contents of the operation sent from the first screen GUI and displays the aggregation processing only with a one-screen GUI, and divides it into a plurality of corresponding application operations. Second means; third means for generating a screen operation script for automatic operation software according to the plurality of application operations; and at least connection information for operating the plurality of operation target programs by the automatic operation software; From a display screen for displaying the plurality of operation target programs, a fourth means for performing an operation for complementing the authentication information, and information necessary for displaying the result on the plurality of user terminals by the automatic operation software As a result of automatically picking up and editing for the result display, a fifth step of creating the automatic operation software If, screen operation script generation system characterized by having a sixth means for displaying said automatic manipulation software as a result of the editing with respect to the plurality of user terminals.
請求項5記載の画面操作用スクリプト生成システムにおいて、前記情報処理装置は、前記複数の操作対象プログラムを操作して所定の複合した回答を得る際、前記自動操作ソフトウェアに対して当該複数の操作対象プログラムにおけるそれぞれの画面遷移について、中間言語を用いて前記編集の結果の表示を得る画面までを操作回数に依らずに表現すると共に、当該中間言語を解析して当該自動操作ソフトウェアが当該複数の操作対象プログラムのそれぞれにおける画面遷移を実行可能とするための画面操作用スクリプトを生成することを特徴とする画面操作用スクリプト生成システム。   6. The screen operation script generation system according to claim 5, wherein when the information processing apparatus operates the plurality of operation target programs to obtain a predetermined composite answer, the plurality of operation targets are applied to the automatic operation software. For each screen transition in the program, the intermediate language is used to represent the screen for obtaining the display of the edited result, regardless of the number of operations, and the intermediate language is analyzed and the automatic operation software performs the plurality of operations. A screen operation script generation system for generating a screen operation script for enabling screen transition in each target program. 請求項5記載の画面操作用スクリプト生成システムにおいて、前記情報処理装置は、前記複数の操作対象プログラムを操作して所定の複合した回答を得る際、前記自動操作ソフトウェアに対して当該複数の操作対象プログラムにおけるそれぞれの画面遷移について、中間言語を用いて前記編集の結果の表示を得る画面までを操作回数に依らずに表現すると共に、当該中間言語を解析して当該自動操作ソフトウェアが当該複数の操作対象プログラムのそれぞれに対してデータ入力を実行可能とするための画面操作用スクリプトを生成することを特徴とする画面操作用スクリプト生成処理システム。   6. The screen operation script generation system according to claim 5, wherein when the information processing apparatus operates the plurality of operation target programs to obtain a predetermined composite answer, the plurality of operation targets are applied to the automatic operation software. For each screen transition in the program, the intermediate language is used to represent the screen for obtaining the display of the edited result, regardless of the number of operations, and the intermediate language is analyzed and the automatic operation software performs the plurality of operations. A screen operation script generation processing system for generating a screen operation script for enabling data input to each target program. 請求項6又は7記載の画面操作用スクリプト生成システムにおいて、前記情報処理装置は、前記複数の操作対象プログラムの全ての画面情報と、入力項目及び出力項目の操作内容に伴う画面遷移とエラー内容に伴う画面遷移とをデータベース化すると共に、前記中間言語のルールをデータベース化することによって、当該中間言語の生成、当該中間言語の解析、操作及び入力の不足情報の補完を実行可能とするように、前記画面操作用スクリプトの生成を行うことを特徴とする画面操作用スクリプト生成システム。   8. The screen operation script generation system according to claim 6 or 7, wherein the information processing apparatus includes all screen information of the plurality of operation target programs, screen transitions associated with operation contents of input items and output items, and error contents. In addition to creating a database of accompanying screen transitions and creating a database of the rules of the intermediate language, it is possible to execute the generation of the intermediate language, the analysis of the intermediate language, the operation, and the complement of the lack of input information, A screen operation script generation system that generates the screen operation script.
JP2010157913A 2010-07-12 2010-07-12 Screen operation script generation method and system Expired - Fee Related JP5683156B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010157913A JP5683156B2 (en) 2010-07-12 2010-07-12 Screen operation script generation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010157913A JP5683156B2 (en) 2010-07-12 2010-07-12 Screen operation script generation method and system

Publications (2)

Publication Number Publication Date
JP2012022384A true JP2012022384A (en) 2012-02-02
JP5683156B2 JP5683156B2 (en) 2015-03-11

Family

ID=45776655

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010157913A Expired - Fee Related JP5683156B2 (en) 2010-07-12 2010-07-12 Screen operation script generation method and system

Country Status (1)

Country Link
JP (1) JP5683156B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10198586A (en) * 1997-01-08 1998-07-31 Nec Corp Automatic gui system operating device and operation macro-executing device
JP2003091471A (en) * 2001-09-18 2003-03-28 M & C Kenkyusho:Kk Information processing server, information processing program, computer readable recording medium with the program recorded and information processing system
JP2006018827A (en) * 2004-06-30 2006-01-19 Microsoft Corp Smart user interface record and reproduction framework
JP2008040537A (en) * 2006-08-01 2008-02-21 Hitachi Information Systems Ltd Gui test support system and application program for test support

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10198586A (en) * 1997-01-08 1998-07-31 Nec Corp Automatic gui system operating device and operation macro-executing device
JP2003091471A (en) * 2001-09-18 2003-03-28 M & C Kenkyusho:Kk Information processing server, information processing program, computer readable recording medium with the program recorded and information processing system
JP2006018827A (en) * 2004-06-30 2006-01-19 Microsoft Corp Smart user interface record and reproduction framework
JP2008040537A (en) * 2006-08-01 2008-02-21 Hitachi Information Systems Ltd Gui test support system and application program for test support

Also Published As

Publication number Publication date
JP5683156B2 (en) 2015-03-11

Similar Documents

Publication Publication Date Title
CN101101205B (en) Inspection apparatus for inspecting articles
CN101288051B (en) Cooperative job processing system, cooperative job flow creating apparatus, cooperative job flow creating method, job flow execution method
CN105491008B (en) Public account two-dimensional code generation method and device and public account attention method and device
CN103678600B (en) The processing method and equipment of web data
CN106294770A (en) Information sharing method, device and terminal
CN102902740B (en) Recommendation method and device for Web service combination
CN105095298B (en) The methods, devices and systems and cloud disk service device of file upload cloud disk
CN109981322A (en) The method and apparatus of cloud resource management based on label
CN104572072A (en) MVC (model view controller) mode-based language transformation method and equipment for program
CN104036003B (en) search result integration method and device
WO2019074125A1 (en) System, method and program for automating business process that involves web browser operation
CN113138927B (en) Software function test method and device
CN102067117B (en) Method for displaying and operating table
CN108664247B (en) Page template data interaction method and device
CN103649924A (en) Embedded apparatus, program generation apparatus, and program
JP6452882B1 (en) System, method and program for automating business processes involving operation of web browser
KR20210075484A (en) Method for inspecting facility and user terminal performing the same
CN103019534B (en) Mobile terminal and method to set up
CN104954611A (en) Information processing apparatus and method for controlling same
CN109902182A (en) Knowledge data processing method, device, equipment and storage medium
CN106127475A (en) A kind of data processing method and device
CN103092937B (en) Visual webpage includes detection method
CN113516729A (en) Chart drawing method and device and computer readable storage medium
JP5683156B2 (en) Screen operation script generation method and system
CN116719735A (en) Test case generation method and device

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20111208

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130705

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140220

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140401

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140602

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20150106

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150113

R150 Certificate of patent or registration of utility model

Ref document number: 5683156

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees