JPH07129384A - Conversion system of operation procedure into natural language format file - Google Patents

Conversion system of operation procedure into natural language format file

Info

Publication number
JPH07129384A
JPH07129384A JP5278746A JP27874693A JPH07129384A JP H07129384 A JPH07129384 A JP H07129384A JP 5278746 A JP5278746 A JP 5278746A JP 27874693 A JP27874693 A JP 27874693A JP H07129384 A JPH07129384 A JP H07129384A
Authority
JP
Japan
Prior art keywords
procedure
file
natural language
operation procedure
language format
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.)
Withdrawn
Application number
JP5278746A
Other languages
Japanese (ja)
Inventor
Yoshikazu Akagi
美和 赤木
Hiroaki Ishikuri
宏章 石栗
Ikuko Kubota
郁子 窪田
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.)
Fujitsu Ltd
Fujitsu Hokkaido Communication Systems Ltd
Original Assignee
Fujitsu Ltd
Fujitsu Hokkaido Communication 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 Fujitsu Ltd, Fujitsu Hokkaido Communication Systems Ltd filed Critical Fujitsu Ltd
Priority to JP5278746A priority Critical patent/JPH07129384A/en
Publication of JPH07129384A publication Critical patent/JPH07129384A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To attain a conversion system of an operation procedure into a natural language format file by converting plural operation procedures for an application program into one natural language format expression, writing the expression in a procedure file and automatically executing the same procedure. CONSTITUTION:This conversion system is provided with a monitoring condition file 11 describing identification conditions for command input and output based upon a prescribed operation procedure, an input/output monitoring part 12 for extracting the operation procedure and a secular change, a conversion reference file 21 for converting plural operation procedures described by program language into one operation procedure expressed by a natural language format expression, a procedure conversion part 22 for converting plural operation procedures into one natural language format operation procedure, and a procedure file 30 for storing the operation procedure converted into the natural language operation procedure.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はアプリケーションプログ
ラムに対して行った操作手順の入力、経時変化を監視し
て、複数の操作手順を自然言語形式の操作手順に変化し
て手順ファイルに蓄積し、その手順ファイルから自動的
に同じ操作を実行する操作手順の自然言語形式ファイル
への変換システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention monitors an input of an operating procedure performed on an application program and a change over time, converts a plurality of operating procedures into natural language operating procedures, and stores them in a procedure file. The present invention relates to a system for converting an operation procedure from a procedure file into a natural language format file that automatically executes the same operation.

【0002】各種電子装置、通信装置のアプリケーショ
ンプログラムにより制御される機能は高度化、複雑化し
てきており、それに伴って、アプリケーションプログラ
ムを操作する操作手順も階層化され、複雑化、多様化し
てきている。
The functions controlled by application programs of various electronic devices and communication devices have become more sophisticated and complicated, and along with that, the operating procedures for operating the application programs have also become hierarchical, becoming more complicated and diversified. There is.

【0003】このようなアプリケーションプログラムに
対して、同様あるいは類似の操作を繰り返し実行する場
合、その都度、キーボード等からコマンド等を投入し
て、同様、類似の操作を行うことはミスを発生させる原
因になる。また、かかるミスを防止するため、詳細に記
述された手順書にしたがって操作を行うことにより、単
純ミスの発生をある程度防止することは可能であるが、
このような操作は効率を低下させる原因にもなる。
When a similar or similar operation is repeatedly executed for such an application program, it is necessary to input a command or the like from a keyboard or the like each time and perform a similar operation, which causes a mistake. become. In addition, in order to prevent such mistakes, it is possible to prevent the occurrence of simple mistakes to some extent by operating according to the procedure manual described in detail.
Such an operation also causes a decrease in efficiency.

【0004】そこで、キーボード等の入力装置より、同
一操作を繰り返すような定型作業の場合には、人手を介
さずに自動的にアプリケーションプログラムの操作を実
行できるシステムが要求されている。
Therefore, in the case of routine work in which the same operation is repeated using an input device such as a keyboard, there is a demand for a system capable of automatically executing an operation of an application program without human intervention.

【0005】[0005]

【従来の技術】図8は従来例を説明するブロック図を示
す。図中の200はアプリケーションプログラムであ
り、30aは手順ファイル、40aは手順実行部、50
は入出力制御部である。
2. Description of the Related Art FIG. 8 is a block diagram for explaining a conventional example. In the figure, 200 is an application program, 30a is a procedure file, 40a is a procedure execution unit, 50
Is an input / output control unit.

【0006】図の従来例では、ユーザが行った操作手順
の履歴を、プログラム言語のままで手順ファイル30a
に書き込み蓄積しておき、同一操作が必要な場合は、手
順実行部40aにより手順ファイル30aに書き込まれ
た、操作手順を読み出して操作を行う。
In the conventional example shown in the figure, the history of the operating procedure performed by the user is stored in the procedure file 30a in the programming language as it is.
If the same operation is required, the operation procedure written in the procedure file 30a by the procedure execution unit 40a is read to perform the operation.

【0007】[0007]

【発明が解決しようとする課題】上述の従来例において
は、手順ファイル30aに書き込まれた操作手順を読み
出して、同一操作手順を繰り返すことは可能であるが、
操作方法、入力内容が一部でも異なる場合には利用する
ことができない。また、手順ファイル30aの内容はプ
ログラム言語で記述されているので、操作の流れが分か
りにくく、操作手順の一部修正を行うことによる再利用
は困難であった。
In the above-mentioned conventional example, it is possible to read out the operation procedure written in the procedure file 30a and repeat the same operation procedure.
It cannot be used if the operation method or input contents are partially different. Further, since the contents of the procedure file 30a are described in the programming language, it is difficult to understand the flow of operations and it is difficult to reuse them by partially modifying the operation procedures.

【0008】また、従来例での操作手順の履歴の中に
は、操作タイミングの保存ができなかったため、タイミ
ングついては後から別途追記する処理を行っていた。こ
のため、前に実行したことのある操作手順に類似する手
順を実行する場合でも、以前の操作手順を利用すること
が困難であり、各種操作の自動化を阻害する原因となっ
ている。
Further, since the operation timing cannot be saved in the history of the operation procedure in the conventional example, the timing is separately added later. Therefore, it is difficult to use the previous operating procedure even when performing a procedure similar to the operating procedure that has been performed before, which is a cause of hindering automation of various operations.

【0009】本発明はアプリケーションプログラムへの
入力、経時変化を監視し、複数の操作手順を1つの自然
言語形式の表現に変換した上で、手順ファイルに書き込
んでおき、手順ファイルの内容にしたがって同一手順を
自動的に実行するとともに、自然言語形式で表現するこ
とにより、手順の理解が容易となり、類似の操作を行う
ときの手順の修正が容易となる操作手順の自然言語形式
ファイルへの変換システムを実現しようとする。
According to the present invention, inputs to an application program and changes over time are monitored, a plurality of operating procedures are converted into one natural language expression, and then written into a procedure file, and the same procedure file is used according to the contents of the procedure file. A system for converting operating procedures into a natural language format file that facilitates the understanding of the procedures by automatically executing the procedures and expressing them in a natural language format, making it easy to correct the procedures when performing similar operations. Try to realize.

【0010】[0010]

【課題を解決するための手段】図1は本発明の第1の原
理を説明するブロック図である。図中の200は操作の
対象となるアプリケーションプログラムであり、210
は入出力部、220は処理部である。
FIG. 1 is a block diagram for explaining the first principle of the present invention. Reference numeral 200 in the figure denotes an application program to be operated, and 210
Is an input / output unit, and 220 is a processing unit.

【0011】100は操作手順の自然言語形式ファイル
への変換システムであり、11は所定の操作手順に基づ
いたコマンドの入力とレスポンスの出力が行われたこと
を識別するための条件を記載した監視条件ファイルであ
り、12はアプリケーションプログラム200に対して
行ったコマンドの入力とレスポンスおよびそれらのタイ
ミング関係を監視条件ファイル11に参照して抽出する
入出力監視部である。
Reference numeral 100 is a system for converting an operation procedure into a natural language format file, and reference numeral 11 is a monitor in which conditions for identifying whether a command is input and a response is output based on a predetermined operation procedure are described. A condition file 12 is an input / output monitoring unit that extracts the command inputs and responses to the application program 200 and their timing relationships by referring to the monitoring condition file 11.

【0012】また、21はプログラム言語で記述されて
いる複数の操作手順を一つの自然言語形式で表現された
操作手順に変換するための変換用参照ファイルであり、
22は入出力監視部12で抽出した複数の操作手順を、
変換用参照ファイル21を参照して一つの自然言語形式
の操作手順に変換する手順変換部であり、30は手順変
換部22で一つの自然言語の操作手順に変換された操作
手順を蓄積する手順ファイルである。
Reference numeral 21 is a conversion reference file for converting a plurality of operating procedures described in a programming language into operating procedures expressed in one natural language format,
Reference numeral 22 denotes a plurality of operation procedures extracted by the input / output monitoring unit 12,
Reference numeral 21 denotes a conversion reference file, which is a procedure conversion unit for converting into one natural language operation procedure, and 30 is a procedure for accumulating the operation procedure converted into one natural language operation procedure by the procedure conversion unit 22. It is a file.

【0013】図2は本発明の第2の原理を説明するブロ
ック図であり、変換用参照ファイル21と、手順ファイ
ル30は図1の原理図で説明したのと同一構成物であ
る。40は手順ファイル30に書き込まれた自然言語形
式の操作手順を変換用参照ファイル21を参照してプロ
グラム言語の操作手順に戻して操作手順を実行する手順
実行部であり、50はアプリケーションプログラム20
0の自動実行の際の操作手順の入出力を制御する入出力
制御部であり、かかる手段により課題を解決する。
FIG. 2 is a block diagram for explaining the second principle of the present invention. The conversion reference file 21 and the procedure file 30 are the same components as described in the principle diagram of FIG. Reference numeral 40 is a procedure execution unit that restores the operation procedure in the natural language format written in the procedure file 30 into the operation procedure in the programming language by referring to the conversion reference file 21, and executes the operation procedure.
It is an input / output control unit that controls the input / output of the operating procedure at the time of automatic execution of 0, and solves the problem by such means.

【0014】[0014]

【作用】図1の第1の原理図においては、アプリケーシ
ョンプログラム200の入出力部210と処理部220
の間で実行されるコマンド、それに対するレスポンスお
よび経時変化等を監視し、監視条件ファイル11に記載
された条件に一致した操作手順を抽出する。そして、抽
出した操作手順を変換用参照ファイル21を参照して自
然言語形式のプログラムに変換するとともに、複数の操
作手順を一つの操作手順にまとめて表現し、手順ファイ
ル30に書き込む。
In the first principle diagram of FIG. 1, the input / output unit 210 and the processing unit 220 of the application program 200.
The command executed during the period, the response to the command, the change over time, and the like are monitored, and the operation procedure that matches the conditions described in the monitoring condition file 11 is extracted. Then, the extracted operation procedure is converted into a program in a natural language format by referring to the conversion reference file 21, and a plurality of operation procedures are collectively expressed as one operation procedure and written in the procedure file 30.

【0015】また、図2の第2の原理図においては、手
順ファイル30に書き込んだ、自然言語形式の操作手順
を変換用参照ファイル21を参照して、プログラム言語
の操作手順に戻して、アプリケーションプログラム20
0の操作を実行する。
In the second principle diagram of FIG. 2, the operation procedure in the natural language format written in the procedure file 30 is returned to the operation procedure in the programming language by referring to the conversion reference file 21, and the application is restored. Program 20
Perform operation 0.

【0016】このように複数の操作手順を一つの自然言
語形式の操作手順として手順ファイル30に書き込んで
おくので、類似した操作手順を実行する場合、図示省略
のエディタ等から手順ファイル30の操作手順を修正す
ることにより、容易に新しい操作手順を作成し利用する
ことができる。また、新規の操作手順もエディタから手
順ファイル30の中に自然言語形式のファイルとして作
成することでそのまま自動実行可能となる。
Since a plurality of operation procedures are written in the procedure file 30 as one natural language operation procedure in this way, when executing similar operation procedures, the operation procedure of the procedure file 30 is performed from an editor (not shown) or the like. By modifying, it is possible to easily create and use a new operation procedure. Also, a new operation procedure can be automatically executed as it is by creating a file in the natural language format in the procedure file 30 from the editor.

【0017】[0017]

【実施例】図3は本発明の実施例を説明するブロック図
である。図は本発明の図1の第1の原理図と、図2の第
2の原理図を合わせて1つのシステムとした実施例であ
る。図はUNIX上での操作手順を自然言語形式のファ
イルに保存する操作手順変換とその手順ファイルから操
作手順を自動的に実行するシステムを示す。
FIG. 3 is a block diagram for explaining an embodiment of the present invention. The figure shows an embodiment in which the first principle diagram of FIG. 1 and the second principle diagram of FIG. 2 of the present invention are combined to form one system. The figure shows an operation procedure conversion for saving the operation procedure on UNIX in a file in a natural language format and a system for automatically executing the operation procedure from the procedure file.

【0018】図中の200は入出力部210、処理部2
20を備える操作対象のアプリケーションプログラムで
あり、入出力部210に接続された210Aは操作釦、
210Bは信号受信、210Cは文字入力を認識し、ア
プリケーションプログラム200の操作を行うものであ
る。
Reference numeral 200 in the figure denotes an input / output unit 210 and a processing unit 2.
20A is an application program to be operated including 20 and connected to the input / output unit 210 is an operation button,
210B is for receiving a signal, and 210C is for recognizing a character input and operating the application program 200.

【0019】また、原理図1で説明した入出力監視部1
2を入力監視部12A、出力監視部12B、時間監視部
12Cより構成し、変換用参照ファイル21を自然言語
辞書ファイル21A、構造解析対応ファイル21Bより
構成し、手順変換部22を自然言語変換部22A、構造
解析部22Bより構成し、手順ファイル30を生成手順
ファイル30A、修正手順ファイル30B、新規手順フ
ァイル30Cから構成した例である。
Further, the input / output monitoring unit 1 described in principle with reference to FIG.
2 is composed of an input monitoring unit 12A, an output monitoring unit 12B, and a time monitoring unit 12C, a conversion reference file 21 is composed of a natural language dictionary file 21A, a structural analysis correspondence file 21B, and a procedure conversion unit 22 is a natural language conversion unit. 22A and the structure analysis unit 22B, and the procedure file 30 is composed of a generation procedure file 30A, a modification procedure file 30B, and a new procedure file 30C.

【0020】60は手順ファイル30の作成、修正を行
うエディタである。アプリケーションプログラム200
上の入出力部210の操作釦210A、信号受信210
B、文字入力210Cは処理部220が処理を実行する
前に、入出力監視部12の入力監視部12A、出力監視
部12B、時間監視部12Cでそれぞれの監視を行い、
その操作と監視条件ファイル11の内容とを参照して条
件分けを行う。
An editor 60 creates and modifies the procedure file 30. Application program 200
Operation button 210A of the upper input / output unit 210, signal reception 210
B, the character input 210C is monitored by the input monitoring unit 12A, the output monitoring unit 12B, and the time monitoring unit 12C of the input / output monitoring unit 12 before the processing unit 220 executes the processing.
The conditions are classified with reference to the operation and the contents of the monitoring condition file 11.

【0021】このような処理により、監視条件ファイル
11に指定された条件を抽出し、自然言語変換部22A
は自然言語辞書ファイル21Aを参照して、UNIXで
記述されている操作手順を自然言語形式に変換する。さ
らに構造解析部22Bは構造解析対応ファイル21Bを
参照して、定型的な複数の動作(ここでは2〜3程度の
操作とする)を一つの操作手順としてまとめて、生成手
順ファイル30Aを生成する。
By such processing, the conditions specified in the monitoring condition file 11 are extracted, and the natural language conversion section 22A is extracted.
Refers to the natural language dictionary file 21A and converts the operating procedure described in UNIX into a natural language format. Further, the structure analysis unit 22B refers to the structure analysis correspondence file 21B, collects a plurality of typical operations (here, operations of about 2 to 3) as one operation procedure, and generates the generation procedure file 30A. .

【0022】この生成手順ファイル30A内に生成され
た自然言語形式による操作手順を修正する場合は、エデ
ィタ60から修正することにより、修正手順ファイル3
0Bを生成し、また、新規の操作手順も同様にエディタ
60を使用して作成され、新規手順ファイル30Cとな
る。このような、手順の修正、新規作成の場合、手順は
自然言語形式で記述されているので、その作業を容易に
行うことができる。
When the operation procedure in the natural language format generated in the generation procedure file 30A is modified, the modification procedure file 3 is modified by modifying it from the editor 60.
0B is generated, and a new operation procedure is similarly created using the editor 60, and becomes a new procedure file 30C. In the case of such procedure correction and new creation, since the procedure is described in the natural language format, the work can be easily performed.

【0023】さらに、この生成手順ファイル30A、修
正手順ファイル30B、新規手順ファイル30Cの内容
に基づき操作を実行する場合は、手順実行部40で操作
手順の変換に使用した自然言語辞書ファイル21A、構
造解析対応ファイル21Bを参照することにより、UN
IXの操作手順に変換し、入出力制御部50を介して自
動実行の制御を行う。
Further, when the operation is executed based on the contents of the generation procedure file 30A, the correction procedure file 30B, and the new procedure file 30C, the natural language dictionary file 21A used for converting the operation procedure in the procedure execution unit 40, the structure By referring to the analysis correspondence file 21B, the UN
It is converted into an IX operation procedure, and automatic execution control is performed via the input / output control unit 50.

【0024】図4は本発明の監視条件ファイルの実施例
を示す。例えば、監視条件の例として、入力されたコマ
ンドが「カーソルを設定する」コマンドである。コマン
ドに対するレスポンスとしては「コマンドのレスポンス
のENDを見る」ことが必要である。またタイミングと
しては「コマンドとコマンドの間隔がA秒以上」である
こと等監視を行う指定の条件を書き込んである。
FIG. 4 shows an embodiment of the monitoring condition file of the present invention. For example, as an example of the monitoring condition, the input command is the "set cursor" command. As a response to a command, it is necessary to "see END of command response". Further, as the timing, a specified condition for monitoring such as "a command interval is A seconds or more" is written.

【0025】図5は本発明の自然言語辞書ファイルの実
施例を示す。例えば、UNIX上での操作が「jump
<byte>」と指定された場合にはこれを自然言語形
式で「<バイト数>ジャンプする」と表現する。また、
「exchange<data><type>」は「<
データ>を<変換型>に変換する」と表現する。
FIG. 5 shows an embodiment of the natural language dictionary file of the present invention. For example, the operation on UNIX is "jump
When "<byte>" is specified, this is expressed as "<byte number>jump" in the natural language format. Also,
"Exchange <data><type>" is "<
Data> is converted to <conversion type> ”.

【0026】ここで、ユーザが変更可能な部分は括弧内
のみで書式を固定している。図6は本発明の構造解析対
応ファイルの実施例を示す。例えば、自然言語辞書ファ
イル21Aを参照して、自然言語形式で表現した操作手
順が「マウスカーソルを<x,y>に設定する」、「<
ボタン>を押す」の二つの操作手順であったとする。こ
れを、構造解析対応ファイル21Bを参照することによ
り、「マウスカーソルの設定」と「ボタンを押す」は連
続した操作であるので、これを一つの操作手順として
「マウスカーソルを<x,y>に設定して、<ボタン>
を押す」と変換する。
Here, the format that can be changed by the user is fixed only in parentheses. FIG. 6 shows an embodiment of the structural analysis correspondence file of the present invention. For example, referring to the natural language dictionary file 21A, the operation procedure expressed in the natural language format is “set the mouse cursor to <x, y>”, “<
It is assumed that the two operation procedures are “press button>”. By referring to the structural analysis correspondence file 21B, "setting the mouse cursor" and "pressing the button" are continuous operations. Therefore, this is one operation procedure, "mouse cursor <x, y> Set to <button>
Press "to convert.

【0027】図7は本発明の生成手順ファイルの実施例
を示す。例えば、電子交換機の試験を行う場合の、アプ
リケーションプログラムの操作手順を自然言語形式で記
述したものであり、図4〜図6に示した各種のファイル
を参照することにより生成した生成手順ファイル30A
の例である。このように、UNIX上の手順を自然言語
形式で表現し、且つ複数の操作を一つの操作手順として
表現することにより、このような手順の作成者以外の人
でも、容易に理解することができ、操作手順の修正、新
規作成が容易となる。
FIG. 7 shows an embodiment of the generation procedure file of the present invention. For example, the operation procedure of the application program when testing the electronic exchange is described in a natural language format, and the generation procedure file 30A generated by referring to the various files shown in FIGS.
Is an example of. In this way, by expressing the procedure on UNIX in a natural language format and expressing a plurality of operations as one operation procedure, even a person other than the creator of such a procedure can easily understand. It becomes easy to modify the operation procedure and create a new one.

【0028】[0028]

【発明の効果】本発明によれば、実際に操作した内容か
ら入力、経時変化等の履歴を手順ファイルとして作成す
るので、アプリケーションプログラムを自動実行する際
の手順ファイルの記述に誤りがなくなる。また、操作手
順を自然言語形式に変換するので、自動作成されたファ
イルを手順書として容易に理解することができ、ファイ
ル上での操作手順の修正、新規の操作手順を手順ファイ
ル上に直接作成することも可能となる。さらに、操作タ
イミングの履歴も記述することができるので、手順ファ
イルに記述された手順をそのままのタイミングで実行す
ることが可能となる。
According to the present invention, since the history of input, changes over time, etc. is created as a procedure file from the contents of actual operation, there is no error in the description of the procedure file when the application program is automatically executed. In addition, since the operating procedure is converted into the natural language format, the automatically created file can be easily understood as a procedure manual, the operating procedure can be modified on the file, and a new operating procedure can be created directly on the procedure file. It is also possible to do. Further, since the history of the operation timing can be described, it is possible to execute the procedure described in the procedure file as it is.

【0029】したがって、アプリケーションプログラム
の試験操作等、繰り返し操作を行う作業の効率化に寄与
できる。
Therefore, it is possible to contribute to the efficiency of the work of repeating the operation such as the test operation of the application program.

【図面の簡単な説明】[Brief description of drawings]

【図1】 本発明の第1の原理を説明するブロック図FIG. 1 is a block diagram illustrating a first principle of the present invention.

【図2】 本発明の第2の原理を説明するブロック図FIG. 2 is a block diagram illustrating a second principle of the present invention.

【図3】 本発明の実施例を説明するブロック図FIG. 3 is a block diagram illustrating an embodiment of the present invention.

【図4】 本発明の監視条件ファイルの実施例FIG. 4 Example of monitoring condition file of the present invention

【図5】 本発明の自然言語辞書ファイルの実施例FIG. 5: Example of natural language dictionary file of the present invention

【図6】 本発明の構造解析対応ファイルの実施例FIG. 6 is an example of a structural analysis compatible file of the present invention.

【図7】 本発明の生成手順ファイルの実施例FIG. 7: Example of generation procedure file of the present invention

【図8】 従来例を説明するブロック図FIG. 8 is a block diagram illustrating a conventional example.

【符号の説明】[Explanation of symbols]

100 操作手順の自然言語形式ファイルへの変換シス
テム 11 監視条件ファイル 12 入出力監視部 12A 入力監視部 12B 出力監視部 12C 時間監視部 21 変換用参照ファイル 21A 自然言語辞書ファイル 21B 構造解析対応ファイル 22 手順変換部 22A 自然言語変換部 22B 構造解析部 30、30a 手順ファイル 30A 生成手順ファイル 30B 修正手順ファイル 30C 新規手順ファイル 40、40a 手順実行部 50 入出力制御部 60 エディタ 200 アプリケーションプログラム 210 入出力部 210A 操作釦 210B 信号受信 210C 文字入力 220 処理部
100 System for converting operation procedure into natural language format file 11 Monitoring condition file 12 Input / output monitoring unit 12A Input monitoring unit 12B Output monitoring unit 12C Time monitoring unit 21 Reference file for conversion 21A Natural language dictionary file 21B Structural analysis compatible file 22 Procedure Conversion unit 22A Natural language conversion unit 22B Structural analysis unit 30, 30a Procedure file 30A Generation procedure file 30B Correction procedure file 30C New procedure file 40, 40a Procedure execution unit 50 Input / output control unit 60 Editor 200 Application program 210 Input / output unit 210A Operation Button 210B Signal reception 210C Character input 220 Processing unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 石栗 宏章 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (72)発明者 窪田 郁子 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 ─────────────────────────────────────────────────── ─── Continued Front Page (72) Inventor Hiroaki Ishiguri 1015 Kamiodanaka, Nakahara-ku, Kawasaki City, Kanagawa Prefecture, Fujitsu Limited (72) Inventor, Ikuko Kubota 1015, Kamedotachu, Nakahara-ku, Kawasaki City, Kanagawa Prefecture, Fujitsu Limited

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 アプリケーションプログラム(200)
を実行する際の操作手順の自然言語形式ファイルへの変
換システム(100)であって、 所定の操作手順のに基づいたコマンドの入力と、レスポ
ンスの出力が行われたことを識別するための条件を記載
した監視条件ファイル(11)と、 前記アプリケーションプログラム(200)に対して行
ったコマンドの入力とレスポンスおよびそれらのタイミ
ング関係を、前記監視条件ファイル(11)に参照して
抽出する入出力監視部(12)と、 プログラム言語で記述されている複数の操作手順を一つ
の自然言語形式で表現された操作手順に変換するための
変換用参照ファイル(21)と、 前記入出力監視部(12)で抽出した複数の操作手順
を、前記変換用参照ファイル(21)を参照して一つの
自然言語形式の操作手順に変換する手順変換部(22)
と、 前記手順変換部(22)で一つの自然言語の操作手順に
変換された操作手順を蓄積する手順ファイル(30)を
備えたことを特徴とする操作手順の自然言語形式ファイ
ルへの変換システム。
1. An application program (200)
A system (100) for converting an operation procedure into a natural language format file when executing, and a condition for identifying that a command is input and a response is output based on a predetermined operation procedure. And a monitoring condition file (11) that describes the input and response of commands made to the application program (200) and their timing relationship with reference to the monitoring condition file (11). A section (12), a conversion reference file (21) for converting a plurality of operation procedures described in a programming language into an operation procedure expressed in one natural language format, and the input / output monitoring section (12) ), A procedure conversion unit for converting the plurality of operation procedures extracted in step 1) into one natural language format operation procedure by referring to the conversion reference file (21). (22)
And a procedure file (30) for accumulating the operation procedure converted into one natural language operation procedure by the procedure conversion unit (22), the conversion system of the operation procedure into a natural language format file. .
【請求項2】 前項記載の変換用参照ファイル(21)
と、 前項記載の手順ファイル(30)と、 前記手順ファイル(30)に書き込まれた自然言語形式
の操作手順を前記変換用参照ファイル(21)を参照し
てプログラム言語の操作手順に戻して操作手順を実行す
る手順実行部(40)と、 前記アプリケーションプログラム(200)の自動実行
の際の操作手順の入出力を制御する入出力制御部(5
0)を備えたことを特徴とする操作手順の自然言語形式
ファイルへの変換システム。
2. The conversion reference file (21) according to the preceding paragraph.
And the procedure file (30) described in the preceding paragraph, and the operation procedure of the natural language format written in the procedure file (30) is returned to the operation procedure of the programming language by referring to the conversion reference file (21) and operated. A procedure execution unit (40) for executing a procedure, and an input / output control unit (5) for controlling input / output of an operation procedure when the application program (200) is automatically executed.
0) A system for converting an operating procedure into a natural language format file.
JP5278746A 1993-11-09 1993-11-09 Conversion system of operation procedure into natural language format file Withdrawn JPH07129384A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5278746A JPH07129384A (en) 1993-11-09 1993-11-09 Conversion system of operation procedure into natural language format file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5278746A JPH07129384A (en) 1993-11-09 1993-11-09 Conversion system of operation procedure into natural language format file

Publications (1)

Publication Number Publication Date
JPH07129384A true JPH07129384A (en) 1995-05-19

Family

ID=17601630

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5278746A Withdrawn JPH07129384A (en) 1993-11-09 1993-11-09 Conversion system of operation procedure into natural language format file

Country Status (1)

Country Link
JP (1) JPH07129384A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020115246A (en) * 2019-01-17 2020-07-30 日本電気株式会社 Generation device, software robot system, generation method and generation program
JP6798050B1 (en) * 2020-01-23 2020-12-09 PayPay株式会社 Generator, generation method and generation program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020115246A (en) * 2019-01-17 2020-07-30 日本電気株式会社 Generation device, software robot system, generation method and generation program
JP6798050B1 (en) * 2020-01-23 2020-12-09 PayPay株式会社 Generator, generation method and generation program
JP2021117591A (en) * 2020-01-23 2021-08-10 PayPay株式会社 Generation device, generation method and generation program

Similar Documents

Publication Publication Date Title
US6877155B1 (en) System and method for generating target language code utilizing an object oriented code generator
EP1650663A2 (en) Automated Software Testing using a layered architecture
US20090037814A1 (en) Graphical User Interface (GUI) Script Generation and Documentation
EP0645032A1 (en) System development support
US7590942B2 (en) System, method and computer program product for documenting and managing execution of procedures in a graphical interface environment
JPH07311677A (en) Operation processor
US20090132994A1 (en) Automation tool and method for generating test code
JP2671793B2 (en) Program generator usage specification simulation method and apparatus
JPH07129384A (en) Conversion system of operation procedure into natural language format file
JPH03241439A (en) Test data preparation tool
JPH08314760A (en) Program development supporting device
JPS62214437A (en) Reconstructible automatic tasking system
US20060247911A1 (en) Systems and methods for learning and mimicking the communications of intelligent electronic devices
JPH10187461A (en) Language processing system
JPH0760363B2 (en) Method for automatically creating user-defined commands
JPH02253443A (en) Program generating method
JPS6027941A (en) Identifier generation system
JP2000057082A (en) Control system for external device of new type succeeding host application asset
JPH04116721A (en) System definition directive analysis system
JPH1049355A (en) Development support method for work application program performing screen operation
Pimentel et al. From Requirements to Architecture for Better Adaptation Control
JPH04318623A (en) Controller
Wong Computer-aided computer-aided design: Improving CAD programmer productivity
Cuisinier et al. NODAL—The second life of the accelerator control language
ODonnell Jr et al. Using Automation to Improve the Flight Software Testing Process

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20010130