JP2001356936A - Test support device and supporting method of gui system program - Google Patents

Test support device and supporting method of gui system program

Info

Publication number
JP2001356936A
JP2001356936A JP2001111390A JP2001111390A JP2001356936A JP 2001356936 A JP2001356936 A JP 2001356936A JP 2001111390 A JP2001111390 A JP 2001111390A JP 2001111390 A JP2001111390 A JP 2001111390A JP 2001356936 A JP2001356936 A JP 2001356936A
Authority
JP
Japan
Prior art keywords
test
screen
program
class
screen program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2001111390A
Other languages
Japanese (ja)
Inventor
Makoto Muraishi
誠 村石
Katanori Tonomura
方規 殿村
Yasuyuki Fujikawa
泰之 藤川
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
Original Assignee
Fujitsu 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 filed Critical Fujitsu Ltd
Priority to JP2001111390A priority Critical patent/JP2001356936A/en
Publication of JP2001356936A publication Critical patent/JP2001356936A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To make a test of a screen program to use a graphic user interface automatic and efficient. SOLUTION: This test support device is provided with a means 2 to receive screen definition information of the screen program to be tested as input, to be a sub-class in relation of succession of object orientation to a class of the screen program to be tested and to generate a test support class to test the screen program and a means 3 to perform the test of the screen program to be tested by using the generated test support class.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はプログラムのテスト
方式に係り、更に詳しくはグラフィックユーザインタフ
ェースを使用する画面プログラムのテスト作業の効率
化、および自動化を実現するためのGUI系プログラム
のテスト支援装置、および支援方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program test method, and more particularly, to a GUI program test support device for realizing the efficiency and automation of a screen program test operation using a graphic user interface. And support methods.

【0002】[0002]

【従来の技術と発明が解決しようとする課題】グラフィ
ックユーザインタフェース(GUI)を使用する画面プ
ログラムに対するテストを行う場合には、一般的なプロ
グラムのテストに用いられるようなテスト用ドライバを
作成することは困難であり、主にプログラム作成者によ
る手作業でテストが行われていた。一般にキーボードや
マウスの操作をスクリプト化(文字記述化)するような
テスト支援ツールは存在するが、そのようなテスト支援
ツールは画面の位置や画面上の部品の配置が変わって使
えなくなるというような不便な点があった。
2. Description of the Related Art When performing a test on a screen program using a graphic user interface (GUI), it is necessary to create a test driver used for testing a general program. Was difficult and the testing was done mainly by the program creators manually. In general, there are test support tools that script keyboard (mouse) operations (character description), but such test support tools cannot be used because the position of the screen or the arrangement of parts on the screen changes. There were inconveniences.

【0003】画面プログラムの単体テストにおいては、
従来はテスト仕様書を作成してテストを行うことはあま
りなく、画面プログラムの作成者、または単体テストの
担当者が適当なパターンを作成してプログラムのテスト
を行うことが多く、品質保証の面で問題が残ってしま
う。また、テスト仕様書を作成してテストを行う場合に
も、画面の定義を人間が目視で参照して仕様書を作成す
ることが多く、例えば最大値や最小値の勘違い、あるい
はテストデータの作成ミスなどが起こる可能性があっ
た。
In a unit test of a screen program,
Conventionally, test specifications are not often created and tested, and the screen program creator or the person in charge of unit testing often creates an appropriate pattern and tests the program. The problem remains. Also, when creating test specifications and performing tests, humans often refer to screen definitions visually to create specifications, for example, misunderstanding the maximum and minimum values, or creating test data. Mistakes could occur.

【0004】テストの実行時において仕様書に基づいて
データ入力を行うとしても、人間がデータ入力を行うこ
とによって入力ミスが起こる可能性は常に存在する。ま
た入力されたデータが残らない場合には、テスト実行後
の検証をすることができなかった。更に入力されたデー
タに対する処理が、画面プログラム上で正常な処理を通
ったか、エラーなどの異常処理を通ったかなどの判定は
頻繁であり、テスト実行時の画面プログラムの動きを把
握することは困難であった。
[0004] Even when data is input based on the specification at the time of execution of a test, there is always a possibility that an input error may occur when a human performs data input. If the input data does not remain, verification after the test execution cannot be performed. Furthermore, it is often difficult to determine whether the processing of the input data has passed through the normal processing on the screen program or has passed abnormal processing such as an error, and it is difficult to grasp the movement of the screen program during the test execution. Met.

【0005】画面プログラムは入力項目が多いものが多
く、また1つの入力項目についてもその変化範囲が広い
ためテストパターンが非常に大きくなり、全てのパター
ンを実行することは人間の手作業では困難である。また
再テストを行う場合には、以前のテストに対する入力デ
ータが残っていないため、結果的には同じ作業が繰り返
され、非効率的になってしまう。マウスカーソルやキー
ボードの操作を記録、スクリプト化する市販のテスト支
援ツールでは、画面の位置や画面部品などの配置が変わ
るとツールを使用することができず、画面部品などの配
置が変わった場合には再テストには使えないという問題
点があった。
[0005] Many screen programs have many input items, and even one input item has a wide range of change, so that the test pattern becomes very large, and it is difficult for a human to manually execute all the patterns. is there. Further, when the retest is performed, no input data remains for the previous test, and as a result, the same operation is repeated, resulting in inefficiency. With commercially available test support tools that record and script the operation of the mouse cursor and keyboard, if the screen position and the layout of screen components change, the tool cannot be used. Had a problem that it could not be used for retesting.

【0006】画面の起動時間や、画面上のボタンを押し
た場合のレスポンス時間の測定など、プログラムの実行
性能を測定する場合には担当者がストップウオッチなど
を用いて時間を計測することが多く、また一般に複数回
測定して集計を行う必要があり、担当者の作業負荷が大
きくなってしまう。画面プログラムをテスト用に修正し
て処理時間を表示することも不可能ではないが、測定終
了後に修正した箇所を元に戻す必要があり、テスト終了
後にプログラムソースの変更を行わなければならず、修
正ミスなどによってテスト完了後のプログラムの品質に
不安が残ることになる。更にテスト実行後のテスト報告
書の作成においては、テスト担当者が手作業で記入して
いくために、記入ミスなどが発生する可能性があるとい
う問題点もあった。
When measuring the execution performance of a program, such as the startup time of a screen or the response time when a button on the screen is pressed, a person in charge often measures the time using a stopwatch or the like. In addition, it is generally necessary to perform measurement a plurality of times and perform tallying, which increases the workload of the person in charge. It is not impossible to modify the screen program for the test and display the processing time, but it is necessary to restore the corrected part after the measurement is completed, and the program source must be changed after the test is completed. Due to mistakes in correction, the quality of the program after the test is completed remains uneasy. Further, in preparing a test report after the test is executed, there is a problem that a mistake may occur due to manual entry by a tester.

【0007】本発明の課題は、上述の問題点に鑑み、G
UIを使用する画面プログラムのテスト作業全般を効率
的、自動化するためのテスト支援装置、およびテスト支
援方法を提供することであり、一般にテストの仕様書作
成、テストの実行、テストの報告書作成というテスト作
業の3段階における様々な問題点を解決することであ
る。
SUMMARY OF THE INVENTION The object of the present invention is to provide a G
To provide a test support device and a test support method for efficiently and automating a whole test operation of a screen program using a UI, and to provide a test specification, a test execution, and a test report in general. It is to solve various problems in three stages of the test operation.

【0008】[0008]

【課題を解決するための手段】図1は本発明の原理構成
ブロック図である。同図はグラフィックユーザインタフ
ェース(GUI)を使用する画面プログラムのテストを
支援するためのGUI系プログラムのテスト支援装置の
原理構成ブロック図である。
FIG. 1 is a block diagram showing the principle configuration of the present invention. FIG. 1 is a block diagram showing the principle configuration of a GUI program test support apparatus for supporting a screen program test using a graphic user interface (GUI).

【0009】図1においてテスト支援装置1は、テスト
支援クラス生成手段2とテスト実行手段3とを備える。
テスト支援クラス生成手段2は例えばテスト支援クラス
生成装置であり、テスト対象プログラムの画面定義情報
を入力として受け取り、そのテスト対象画面プログラム
のクラス(スーパークラス、親のクラス)に対してオブ
ジェクト指向の継承の関係におけるサブクラス(子のク
ラス)であって、画面プログラムをテストするためのテ
スト支援クラスを生成するものである。
In FIG. 1, a test support apparatus 1 includes a test support class generating means 2 and a test executing means 3.
The test support class generation means 2 is, for example, a test support class generation device, receives screen definition information of a test target program as input, and inherits object-oriented inheritance for the class (super class, parent class) of the test target screen program. Is a subclass (child class) in the relationship of (1), and generates a test support class for testing a screen program.

【0010】テスト実行手段3は、テスト支援クラス生
成手段2によって生成されたテスト支援クラスを使用し
てテスト対象画面プログラムのテストを実行するもので
ある。
The test execution means 3 executes a test of the screen program to be tested using the test support class generated by the test support class generation means 2.

【0011】本発明の実施の形態においては、テスト支
援装置1は更にテスト仕様生成手段を備える。テスト仕
様生成手段は、画面定義情報からテスト対象画面プログ
ラムに対するテスト仕様を生成するものである。またテ
スト支援装置1はテスト報告生成手段を更に備えること
もできる。テスト報告生成手段は、テスト仕様生成手段
によって生成されたテスト仕様と、テスト実行手段3に
よるテスト対象画面プログラムのテスト実行結果とを用
いて、テスト報告を生成するものである。
In the embodiment of the present invention, the test support device 1 further includes a test specification generation unit. The test specification generation means generates a test specification for the test target screen program from the screen definition information. In addition, the test support device 1 can further include a test report generation unit. The test report generation unit generates a test report using the test specification generated by the test specification generation unit and the test execution result of the test target screen program by the test execution unit 3.

【0012】本発明の実施の形態においては、テスト支
援クラスは入力テストデータの入力支援を行う機能を備
えることも、テストの手動、または自動実行時のテスト
結果を記録する機能を備えることも、画面上でのテスト
実行箇所の視覚的表示を行う機能を備えることも、また
新たな入力テストデータ、または以前のテスト実行結果
に対する入力データを用いたテストの手動、または自動
実行の機能を備えることもできる。この時、以前のテス
ト実行結果に対する入力データを用いたテストの実行結
果が以前の実行結果と異なる時に警告の表示を行う機能
を備えることもできる。更にテスト支援クラスは、テス
ト対象画面プログラムの実行性能の測定を支援する機能
を備えることもできる。
In the embodiment of the present invention, the test support class has a function of supporting input of input test data, a function of recording a test result at the time of executing a test manually or automatically, and Provide a function to visually display the location of test execution on the screen, and a function to manually or automatically execute a test using new input test data or input data for the previous test execution result Can also. At this time, a function of displaying a warning when a test execution result using input data for the previous test execution result is different from the previous execution result may be provided. Further, the test support class may have a function of supporting measurement of the execution performance of the test target screen program.

【0013】本発明のGUI系プログラムのテスト支援
方法においては、グラフィックユーザインタフェースを
使用する画面プログラムのテストを支援する方法とし
て、画面定義情報を入力として受け取り、テスト対象画
面プログラムのクラスに対してオブジェクト指向の継承
の関係におけるサブクラス(子のクラス)であって、画
面プログラムをテストするためのテスト支援クラスを生
成し、生成されたテスト支援クラスを使用してテスト対
象画面プログラムのテストを実行する方法が用いられ
る。
In the GUI program test support method according to the present invention, as a method of supporting a screen program test using a graphic user interface, screen definition information is received as an input, and an object is defined for a class of a screen program to be tested. A method for generating a test support class for testing a screen program, which is a subclass (child class) in an orientation-oriented inheritance relationship, and executing a test of a test target screen program using the generated test support class Is used.

【0014】更に本発明の計算機読み出し可能可搬型記
憶媒体として、グラフィックユーザインタフェースを使
用する画面プログラムのテストを支援するための計算機
で使用される記憶媒体において、テスト対象画面プログ
ラムの画面定義情報を受け取るステップと、そのテスト
対象画面プログラムのクラスに対してオブジェクト指向
の継承の関係におけるサブクラスであって、画面プログ
ラムをテストするためのテスト支援クラスを生成するス
テップとを計算機に実行させるためのプログラムを格納
した記憶媒体が用いられる。
Further, as a computer-readable portable storage medium of the present invention, a storage medium used in a computer for supporting a test of a screen program using a graphic user interface receives screen definition information of a screen program to be tested. A program for causing a computer to execute a step and a step of generating a test support class for testing a screen program, which is a subclass in an object-oriented inheritance relationship with respect to the class of the screen program to be tested. Storage medium is used.

【0015】また本発明における計算機読み出し可能可
搬型記憶媒体として、グラフィックユーザインタフェー
スを使用する画面プログラムのテストを実行するための
計算機で使用される記憶媒体において、新たな入力テス
トデータ、または以前のテスト実行結果に対する入力デ
ータを受け取るステップと、受け取った入力データを用
いて、テスト対象画面プログラムのクラスに対しオブジ
ェクト指向の継承の関係におけるサブクラスであって、
画面プログラムをテストするためのテスト支援クラスを
使用して、そのテスト対象画面プログラムのテストを実
行するステップとを計算機に実行させるためのプログラ
ムを格納した記憶媒体が用いられる。
The computer-readable portable storage medium according to the present invention is a storage medium used in a computer for executing a screen program test using a graphic user interface. A step of receiving input data for the execution result, and using the received input data, a subclass in an object-oriented inheritance relationship with respect to the class of the test target screen program,
Using a test support class for testing a screen program, a storage medium storing a program for causing a computer to execute a step of executing a test of the test target screen program is used.

【0016】更に、本発明のプログラムとして、グラフ
ィックユーザインタフェースを使用する画面プログラム
のテストを支援するための計算機で使用されるプログラ
ムにおいて、テスト対象画面プログラムの画面定義情報
を受け取る手順と、そのテスト対象画面プログラムのク
ラスに対してオブジェクト指向の継承の関係におけるサ
ブクラスであって、画面プログラムをテストするための
テスト支援クラスを生成する手順とを計算機に実行させ
るためのプログラムが用いられる。
Further, as a program of the present invention, in a program used in a computer for supporting a test of a screen program using a graphic user interface, a procedure for receiving screen definition information of a screen program to be tested, A program for causing a computer to execute a procedure for generating a test support class for testing a screen program, which is a subclass in an object-oriented inheritance relationship with respect to a screen program class, is used.

【0017】また本発明におけるプログラムとして、グ
ラフィックユーザインタフェースを使用する画面プログ
ラムのテストを実行するための計算機で使用されるプロ
グラムにおいて、新たな入力テストデータ、または以前
のテスト実行結果に対する入力データを受け取る手順
と、受け取った入力データを用いて、テスト対象画面プ
ログラムのクラスに対しオブジェクト指向の継承の関係
におけるサブクラスであって、画面プログラムをテスト
するためのテスト支援クラスを使用して、そのテスト対
象画面プログラムのテストを実行する手順とを計算機に
実行させるためのプログラムが用いられる。
Also, in the program used in the computer for executing the test of the screen program using the graphic user interface as the program according to the present invention, new input test data or input data for a previous test execution result is received. Using the procedure and the received input data, a subclass in an object-oriented inheritance relationship to the class of the screen program to be tested, using the test support class for testing the screen program, the screen to be tested A program for causing a computer to execute a procedure for executing a test of the program is used.

【0018】以上述べたように本発明においては、テス
ト対象画面プログラムのクラスに対してオブジェクト指
向の継承の関係におけるサブクラスであって、画面プロ
グラムをテストするためのテスト支援クラスが生成さ
れ、そのテスト支援クラスを使用してテスト対象画面プ
ログラムのテストが実行される。
As described above, in the present invention, a test support class for testing a screen program, which is a subclass in an object-oriented inheritance relationship with respect to a class of a screen program to be tested, is generated, and the test is performed. The test of the test target screen program is executed using the support class.

【0019】[0019]

【発明の実施の形態】本発明の基本的な概念について、
図2〜図6を用いて説明する。図2、および図3は、グ
ラフィックユーザインタフェース(GUI)を使用する
画面プログラムのテストを実行するための、オブジェク
ト指向プログラミングにおける継承の考え方を利用した
テスト支援クラスの利用の説明図である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Regarding the basic concept of the present invention,
This will be described with reference to FIGS. FIG. 2 and FIG. 3 are explanatory diagrams of the use of a test support class that uses the concept of inheritance in object-oriented programming to execute a test of a screen program using a graphic user interface (GUI).

【0020】図2で示すように、本発明においては従来
のような汎用的な支援ツールを用いたり、テストドライ
バを生成してテスト実行作業を支援するのではなく、テ
スト対象画面プログラム10とオブジェクト指向プログ
ラミングにおける継承の関係にある対象テスト支援クラ
ス11が用いられることによって、テスト対象画面プロ
グラム10のテストが実行される。
As shown in FIG. 2, the present invention does not use a conventional general-purpose support tool or generates a test driver to support the test execution work. The test of the test target screen program 10 is executed by using the target test support class 11 that has an inheritance relationship in the directional programming.

【0021】図3は、画面プログラムの拡張によるテス
ト支援クラスの構成の説明図である。テスト対象画面プ
ログラム10を拡張して、テスト支援機能を付け加える
ことによって、テスト支援クラス11が構成される。
FIG. 3 is an explanatory diagram of the configuration of the test support class by extending the screen program. The test support class 11 is configured by extending the test target screen program 10 and adding a test support function.

【0022】本発明の実施形態においてはテスト仕様書
が作成され、前述のテスト支援クラスを利用してテスト
が実行され、その結果に対するテスト報告書が生成され
る。図4はテスト仕様書生成の説明図である。同図にお
いて画面定義情報15から、テスト仕様書生成装置16
によってテストパターンとその入力データファイル17
が生成され、その入力データファイルの編集/取り込み
が行われて、テスト仕様書18が生成される。テスト仕
様書18としては、テスト仕様書生成装置16の出力を
そのまま用いてもよい。
In the embodiment of the present invention, a test specification is created, a test is executed using the test support class described above, and a test report for the result is generated. FIG. 4 is an explanatory diagram of test specification generation. In the figure, the test specification generating device 16
Test pattern and its input data file 17
Is generated, and the input data file is edited / imported to generate the test specification 18. As the test specification 18, the output of the test specification generation device 16 may be used as it is.

【0023】テストパターンとしては正常な結果が得ら
れると期待されるパターンと、異常な結果、すなわちエ
ラーなどが検出されると期待されるテストパターンなど
が用いられ、テスト仕様書18としては例えばエクセル
のフォーマットの仕様書が生成されるが、実際にテスト
を実行するためには、そのフォーマットを例えばデータ
項目毎にカンマで区切られているファイルとしてのCS
V形式のファイルに変換して、テストを実行するコンピ
ュータが読み込み可能なファイル形式に直す必要があ
る。
As a test pattern, a pattern expected to obtain a normal result and a test pattern expected to detect an abnormal result, that is, an error or the like are used. Format is generated, but in order to actually execute the test, the format must be specified as a file separated by commas for each data item.
It is necessary to convert the file into a V-format file and convert the file into a file format that can be read by a computer executing the test.

【0024】図5はテスト支援クラス生成の概念的な説
明図である。テスト支援クラス、すなわち図3で説明し
たようにテスト支援機能が付け加えられた画面プログラ
ムが画面プログラムの定義を元に生成される。すなわち
画面定義情報15から、テスト支援クラス生成装置20
によってテスト支援クラス21が生成される。画面定義
情報15にはテスト対象の画面プログラム10のクラス
名(親のクラス名)が記述されており、このクラスを継
承することによって子クラスとしてのテスト支援クラス
21が生成される。
FIG. 5 is a conceptual illustration of test support class generation. A test support class, that is, a screen program to which a test support function is added as described in FIG. 3 is generated based on the definition of the screen program. That is, from the screen definition information 15, the test support class generation device 20
As a result, a test support class 21 is generated. The class name (parent class name) of the screen program 10 to be tested is described in the screen definition information 15, and a test support class 21 as a child class is generated by inheriting this class.

【0025】テストの実行時には、生成されたテスト支
援クラス21の実行によってテスト対象の画面プログラ
ム10も起動され、テスト支援機能付きの画面が表示さ
れる。画面プログラムに付け加えられるテスト支援機能
は、次の6つの機能である。
When a test is executed, the screen program 10 to be tested is also started by executing the generated test support class 21, and a screen with a test support function is displayed. The test support functions added to the screen program are the following six functions.

【0026】第1の機能は、テストパターンおよび入力
テストデータの入力支援機能である。この機能を用いる
ことによってテスト仕様書または、生成された入力デー
タファイルが読み込まれ、画面上の入力項目に対応して
入力データの一覧が表示され、テスト作業者がそれらの
入力データのいずれかを選択して入力できるように支援
を行う。
The first function is a function for supporting input of test patterns and input test data. By using this function, the test specification or the generated input data file is read, a list of input data is displayed corresponding to the input items on the screen, and the test operator can select any of those input data. Provide support so that you can select and enter.

【0027】第2の機能は実行結果の記録機能である。
テスト実行の日時、テストケースの番号、入力データ、
実行結果などをファイルに記録できるようにする機能で
ある。
The second function is a function of recording an execution result.
Date and time of test execution, test case number, input data,
This function allows you to record execution results and other information in a file.

【0028】第3の機能はテストの自動実行の機能であ
る。テスト仕様書に基づいた入力データファイル、また
は以前のテスト実行結果に対する入力データを用いて、
入力データを順次自動的にテスト対象の画面プログラム
に入力し、その実行結果を記録できるようにする機能で
ある。
The third function is a function for automatically executing a test. Using input data files based on test specifications or input data from previous test execution results,
This is a function that allows input data to be automatically and sequentially input to the screen program to be tested and records the execution results.

【0029】第4の機能はテスト再実行時の以前の結果
との比較機能である。上述の第3の機能の自動実行機能
において、以前のテスト実行結果に対する入力データを
用いてテストを自動、あるいは手動実行する場合に、以
前の実行結果と異なる結果が得られら場合に、テスト作
業者に対して警告表示できるようにする機能である。
The fourth function is a function of comparing the result with the previous result when the test is re-executed. In the automatic execution function of the third function described above, when a test is automatically or manually executed using input data for a previous test execution result, if a result different from the previous execution result is obtained, a test operation is performed. This function allows a warning to be displayed to the user.

【0030】第5の機能はテスト実行時のプログラム処
理内の通過箇所の視覚的表現機能である。この機能で
は、画面上のプログラム処理内の通過箇所に対応するコ
ントロール(画面上の部品)の色を、正常な処理が行わ
れた場合と、エラーなどの異常処理が行われた場合と
で、例えば青と黄色というように変えて表示することに
よって、テスト作業者に正常な処理が行われたか否かを
知らせることができるようにする機能である。
The fifth function is a visual representation function of a passage portion in the program processing at the time of test execution. In this function, the color of the control (part on the screen) corresponding to the passing point in the program processing on the screen is displayed when the normal processing is performed and when the error processing such as an error is performed. For example, this function is to change the display to blue and yellow so that the test operator can be notified of whether or not normal processing has been performed.

【0031】第6の機能はプログラム実行時の性能測定
の支援機能である。例えば画面の起動時間や、画面内の
ボタン押し下げ時のレスポンス時間などを測定し、その
結果を表示したり、記録する機能である。プログラムが
起動されてから画面が表示されるまでの時間、ボタン押
し下げ時の対応する処理終了までの時間などを測定する
ために、その処理の開始/終了時に合わせた時間の測定
開始/終了処理を追加して、プログラムの性能を測定で
きるようにする機能であり、測定結果を画面に表示した
り、ファイルに保存したりする機能である。
The sixth function is a function for supporting performance measurement during program execution. For example, it is a function of measuring a startup time of a screen, a response time when a button in the screen is pressed, and displaying or recording the result. In order to measure the time from when the program is started to when the screen is displayed, the time until the corresponding processing is completed when the button is pressed, etc., the measurement start / end processing of the time matched with the start / end of the processing is performed. In addition, it is a function that enables the performance of a program to be measured, and a function that displays the measurement results on a screen or saves it in a file.

【0032】テストが終了するとテスト報告書の作成が
行われる。図6に示すように、テスト仕様書18と実行
結果情報23を用いて、テスト報告書生成装置24によ
ってテスト報告書25が生成される。
When the test is completed, a test report is prepared. As shown in FIG. 6, a test report generation device 24 generates a test report 25 using the test specification 18 and the execution result information 23.

【0033】図7はテスト支援装置の全体構成図であ
る。同図は基本的には図4〜図6をまとめたものである
が、それ以外に画面定義情報15からテスト対象画面プ
ログラムに相当するテスト対象画面クラス28を生成す
る画面クラス生成装置27を備えている。画面定義情報
15からの画面クラス28の生成に関しては、本発明と
直接の関係がないため、その説明を省略する。
FIG. 7 is an overall configuration diagram of the test support apparatus. 4 is basically a summary of FIGS. 4 to 6, and further includes a screen class generation device 27 that generates a test target screen class 28 corresponding to a test target screen program from the screen definition information 15. ing. Since the generation of the screen class 28 from the screen definition information 15 has no direct relation to the present invention, the description is omitted.

【0034】図7においてテスト支援クラス21は、前
述の6つの機能に対応する5つの装置、すなわちテスト
データ入力装置31、テストデータ設定装置32、テス
ト自動実行装置33、性能測定支援装置34、および通
過処理の視覚的表現装置35を備えている。これらの装
置の動作については後述する。
In FIG. 7, the test support class 21 includes five devices corresponding to the above-described six functions, that is, a test data input device 31, a test data setting device 32, a test automatic execution device 33, a performance measurement support device 34, and A visual expression device 35 for the passage process is provided. The operation of these devices will be described later.

【0035】図8はオブジェクト指向プログラミングに
おける継承を利用したテスト支援機能の実現方法の説明
図である。同図において、テスト対象画面クラス28は
作業担当者がテストしたい画面プログラムのクラスであ
り、テスト支援クラス21とは別のファイルに格納され
ているために、テスト終了後にはテスト支援クラス21
によるテスト支援機能を切り離し、このクラス28を実
行するだけで実際の画面プログラムの実行が可能とな
る。
FIG. 8 is an explanatory diagram of a method of realizing a test support function using inheritance in object-oriented programming. In the figure, a test target screen class 28 is a class of a screen program that the worker wants to test, and is stored in a file different from the test support class 21.
, The actual screen program can be executed only by executing the class 28.

【0036】テスト支援クラス21(サブクラス)はテ
スト対象画面クラス(スーパークラス)と継承の関係が
あり、テスト対象画面を継承して、テスト支援機能付き
に拡張されたものである。実際のテスト対象画面プログ
ラムのテストは、テスト対象画面クラス28を継承した
テスト支援クラス21を使って行われる。テスト作業者
からはテスト対象画面クラス28が拡張されているよう
に見える。テスト支援クラス21は、テスト対象画面ク
ラス28の機能に加えて、テスト支援機能として前述の
ような入力支援機能、テスト自動実行機能、性能測定支
援機能、実行結果記録機能などの機能を持つものであ
る。
The test support class 21 (subclass) has a relationship of inheritance with the screen class (super class) to be tested, is inherited from the screen to be tested, and is extended with a test support function. The actual test of the test target screen program is performed using the test support class 21 that inherits the test target screen class 28. From the test operator, it looks as if the test target screen class 28 has been extended. The test support class 21 has functions such as the input support function, the automatic test execution function, the performance measurement support function, and the execution result recording function as the test support functions in addition to the function of the test target screen class 28. is there.

【0037】見掛け上テスト作業者はテスト支援クラス
21のテストを行っているように見えるが、ボタンを押
し下げ時の処理などはテスト対象画面クラス28の処理
が呼ばれて行われるために、テスト対象画面クラス28
のテストを行っていることになる。このようにテスト対
象画面クラス28を継承することによって、テスト対象
画面クラス28そのものを修正する必要はなく、テスト
対象画面プログラムのテストを実行することができる。
従来においてはテスト実行のためには、テスト対象画面
プログラムソースそのものを修正する必要があったが、
本発明によってテスト対象画面クラス28の修正の必要
はなく、画面上のコントロール(部品)の変更などがあ
っても、テストの実行には全く問題が生じない。従来に
おいては、テスト対象画面クラスとテスト支援クラスと
を設けるとしても、これらのクラスは全くの別物であ
り、テスト支援クラスがテスト対象画面クラスを一方的
に知っているという関係でしかなかった。
Although it appears that the test worker is testing the test support class 21, the processing when the button is depressed is performed by calling the processing of the test target screen class 28. Screen class 28
Test. By inheriting the test target screen class 28 in this way, it is not necessary to modify the test target screen class 28 itself, and the test of the test target screen program can be executed.
In the past, to execute a test, it was necessary to modify the test target screen program source itself.
According to the present invention, there is no need to modify the test target screen class 28, and even if there is a change in controls (parts) on the screen, there is no problem in executing the test. Conventionally, even if a test target screen class and a test support class are provided, these classes are completely different from each other, and the test support class only knows the test target screen class unilaterally.

【0038】続いて本発明のテスト支援装置の動作につ
いて、画面提示情報の具体例を用いて図9〜図15によ
って説明する。図9は画面定義情報からのテスト仕様書
生成の説明図である。ここでは従業員の登録画面のテス
トのための仕様書生成について説明する。同図におい
て、左上の従業員登録画面定義には従業員番号からキャ
ンセルまでの6つの項目に対する変数名、型が定義され
ており、従業員番号から電話番号までの4つの項目につ
いてはその桁数、従業員番号と郵便番号については更に
その範囲、すなわち最小値と最大値が定義されている。
このような従業員登録画面定義から、左下の従業員登録
の画面が生成される。これについては前述のように説明
を省略する。またテスト仕様書生成装置16によって、
従業員登録画面テスト仕様が生成される。
Next, the operation of the test support apparatus of the present invention will be described with reference to FIGS. 9 to 15 using a specific example of screen presentation information. FIG. 9 is an explanatory diagram of test specification generation from the screen definition information. Here, the generation of a specification for testing the registration screen of the employee will be described. In the same figure, the variable name and the type for the six items from the employee number to the cancellation are defined in the upper left employee registration screen definition, and the number of digits for the four items from the employee number to the telephone number is defined. The ranges of employee numbers and postal codes are further defined, ie, minimum and maximum values.
From such an employee registration screen definition, an employee registration screen at the lower left is generated. The description of this is omitted as described above. In addition, by the test specification generating device 16,
An employee registration screen test specification is generated.

【0039】テスト仕様としては、項目単位の仕様と、
画面単位の仕様とが生成される。項目単位の仕様は、従
業員登録画面定義の1つの項目に対する一般に複数のテ
ストケースから構成される。例えば従業員番号の項目に
対するテストケースはTEST−1001−01からT
EST−1001−06の6つのテストケースからな
り、例えば最初のテストケースは最小値についてもテス
トするものであり、テストデータは、“000000”
となっており、登録用の従業員番号として正常なもので
あり、このデータを用いた従業員登録は正しく実行され
るはずのものである。このような正常系のテスト仕様に
加えて、例えば3番目のテストケースに対するテストデ
ータ“−1”は異常系のテスト仕様であり、このような
データを用いた従業員登録は正しく実行されないはずの
ものである。
The test specifications include item-specific specifications,
A specification for each screen is generated. The item-by-item specification generally comprises a plurality of test cases for one item of the employee registration screen definition. For example, the test case for the item of the employee number is TEST-1001-01 to T
It consists of six test cases EST-1001-06. For example, the first test case also tests the minimum value, and the test data is “000000”.
This is a normal employee number for registration, and employee registration using this data should be executed correctly. In addition to such a normal test specification, for example, test data “−1” for the third test case is an abnormal test specification, and employee registration using such data should not be performed correctly. Things.

【0040】画面単位のテスト仕様は登録すべき4つの
項目、すなわち従業員番号から電話番号までの4つの項
目を1組として、1つの画面単位のテストデータとする
ものであり、例えばTEST−G001のテストソース
はテスト仕様の最初の4桁のデータから構成される。な
お従業員登録画面定義において省略されている項目があ
る場合などは、例えばユーザからの指示に基づいてテス
ト仕様の生成が行われる。
The test specification for each screen is a set of four items to be registered, that is, four items from the employee number to the telephone number, and is set as test data for one screen. For example, TEST-G001 The test source consists of the first four digits of the test specification. When there is an item omitted in the employee registration screen definition, for example, a test specification is generated based on an instruction from a user.

【0041】図10はテストデータを従業員登録画面の
フィールドに対して埋め込むためのテストデータ提供装
置の動作説明図である。テストデータ提供装置は、基本
的にテストデータ入力装置31と、テストデータ設定装
置32から構成される。テストデータ入力装置31はテ
スト仕様書を読み込む、テストデータ設定装置32が読
み取ることができる形式のテストデータ入力情報40を
作成し、テストデータ設定装置32はテストデータ入力
情報40を読み込み、その入力情報に基づいて画面上に
ポップアップメニューを表示し、テスト作業者によって
選択された値を画面上の入力フィールドに対して埋め込
み動作を実行する。
FIG. 10 is a diagram for explaining the operation of the test data providing device for embedding test data in the fields of the employee registration screen. The test data providing device basically includes a test data input device 31 and a test data setting device 32. The test data input device 31 reads test specifications and creates test data input information 40 in a format that can be read by the test data setting device 32. The test data setting device 32 reads the test data input information 40 and reads the input information. A pop-up menu is displayed on the screen based on the above, and a value selected by the test operator is embedded in an input field on the screen to execute an operation.

【0042】図10においては最初のテストデータとし
て従業員番号に対する“000000”が選択され、画
面上の従業員番号の入力フィールドに埋め込まれてい
る。前述のように従業員番号は数字のみが正常値であ
り、その有効値は000000から999999までで
あり、数字以外、例えば英字や日本語は異常値である。
正常値は当然正しく入力フィールドに対して埋め込ま
れ、正しいデータが埋め込まれたこと、すなわちテスト
データが設定されたことが、テストデータとのそのテス
ト結果などを記録する実行結果情報23に記録される。
テスト作業者はマウス操作のみでテストデータの入力を
行うことが可能となり、テスト工程の工数を削減するこ
とができる。設定が実行されたテストデータについて
は、次々と削除を行って、未設定のテストデータを一目
で確認可能とすることもできる。
In FIG. 10, "000000" for the employee number is selected as the first test data, and is embedded in the employee number input field on the screen. As described above, as for the employee number, only the numeral is a normal value, the valid value is from 000000 to 999999, and other than the numeral, for example, an alphabetic character or Japanese is an abnormal value.
The normal value is, of course, correctly embedded in the input field, and the fact that the correct data is embedded, that is, the setting of the test data, is recorded in the execution result information 23 that records the test data and the test result thereof. .
The test operator can input test data only by operating the mouse, thereby reducing the number of test steps. Test data for which setting has been performed can be deleted one after another so that unset test data can be checked at a glance.

【0043】図11はテストデータ提供装置による画面
単位のテストデータ設定動作の説明図である。この画面
単位のテストデータ設定動作においては、ポップアップ
メニューに、一般にそれぞれ複数のテスト項目から構成
されるテストケースの名前が複数表示され、ここではT
EST−G001のテストケースに対する4つのテスト
項目、すなわち従業員番号から電話番号までの4つのテ
ストデータが各入力フィールドに正しく埋め込まれてい
る。この画面単位のテストデータ設定においても、設定
が実行されたテストケースに対するデータを次々と削除
し、設定が実行されていないテストケースを一目で確認
できるようにすることも可能である。
FIG. 11 is an explanatory diagram of a test data setting operation for each screen by the test data providing device. In the test data setting operation for each screen, a pop-up menu generally displays a plurality of test case names each including a plurality of test items.
Four test items for the test case of EST-G001, that is, four test data from the employee number to the telephone number are correctly embedded in each input field. Also in the test data setting for each screen, it is possible to delete the data for the test cases for which the settings have been performed one after another so that the test cases for which the settings have not been performed can be checked at a glance.

【0044】図12はテスト自動実行動作の説明図であ
る。テスト自動実行は基本的にはテストデータ入力装置
31と、テスト自動実行装置33によって行われる。テ
スト仕様書に基づく入力データは、前述のようにテスト
データ入力装置31によってテストデータ入力情報40
の形式に変換され、テスト自動実行装置33に与えられ
ることも可能である。この前回の実行結果情報41は、
以前に行われた実行結果を格納するものであり、その時
の入力データと実行結果の両方を格納している。
FIG. 12 is an explanatory diagram of the test automatic execution operation. The automatic test execution is basically performed by the test data input device 31 and the test automatic execution device 33. The input data based on the test specification is transmitted to the test data input information 40 by the test data input device 31 as described above.
And can be provided to the automatic test execution device 33. This previous execution result information 41
It stores the result of execution performed before, and stores both the input data and the execution result at that time.

【0045】図12では自動テストの内容として従業員
登録が実行されており、テストケースTEST−G00
1のテストデータを用いて従業員登録が正しく行われた
ことが画面上に示されている。すなわちテストケース毎
の入力フィールドに対する値の設定と、ボタンの押し下
げなどが自動的に行われ、その実行結果が実行結果情報
23として保存される。この動作は後述するように中断
ボタンが押されるまで、各テストケースに対して次々と
実行される。
In FIG. 12, employee registration is executed as the content of the automatic test, and test case TEST-G00
The screen shows that the employee registration has been correctly performed using the test data of No. 1. That is, setting of a value in an input field for each test case, pressing of a button, and the like are automatically performed, and the execution result is stored as execution result information 23. This operation is executed for each test case one after another until the interrupt button is pressed as described later.

【0046】テスト仕様書が項目単位である場合にもテ
ストの自動実行は同様に行われる。前回の実行結果情報
41を利用する場合には、以前の実行結果と比べて今回
の実行結果が異なるテストケースに対して警告、ここで
はTEST−G003の結果が異なることが表示されて
いる。
The automatic execution of the test is performed in the same manner when the test specification is in item units. When the previous execution result information 41 is used, a warning is issued for a test case in which the current execution result is different from the previous execution result, and here, the fact that the result of TEST-G003 is different is displayed.

【0047】このように従業員登録画面上の登録ボタン
が押下されると、入力された従業員番号、郵便番号、電
話番号などがチェックされ、例えば従業員番号が最小値
から最大値までの範囲外であればエラーメッセージが表
示れる。入力データが正常値であれば、例えば従業員登
録画面を表示しているパソコンと接続されたサーバ側の
登録処理が呼び出され、図示しないデータベースの登録
が行われる。
When the registration button on the employee registration screen is depressed in this way, the entered employee number, postal code, telephone number, etc. are checked, and for example, the employee number ranges from the minimum value to the maximum value. If not, an error message is displayed. If the input data is a normal value, for example, a registration process of a server connected to a personal computer displaying an employee registration screen is called, and a database (not shown) is registered.

【0048】図13はプログラムの通過処理の視覚的表
現の動作例である。例えばテスト漏れなどを防止するた
めに、画面上の各コントロール(部品)に対してテスト
の結果が視覚的に分かるようなテスト支援ロジック機能
を埋め込んで、例えばコントロールの背景色を正常な場
合と異常な場合とで変えることによって、プログラムの
通過処理結果の視覚的表現が実現される。
FIG. 13 is an operation example of a visual expression of the passage processing of the program. For example, in order to prevent test omissions, a test support logic function that visually recognizes the test results for each control (part) on the screen is embedded, for example, when the background color of the control is normal and abnormal In this case, a visual representation of the result of the passage processing of the program is realized.

【0049】各入力フィールドに対しては、エラー処理
を通ると入力フィールドの背景色を黄色、正常系を通れ
ば背景色を青とすることによって、処理が正常に行われ
たか否かが視覚的に表現される。ボタンについては、一
度でもボタンの押し下げ処理が行われると、ボタンの背
景色を例えば青に変更することによって、ボタンの押し
下げが行われたことが表現される。
For each input field, the background color of the input field is set to yellow after passing through the error processing, and the background color is set to blue if passing through the normal system. Is represented by For a button, once the button is pressed, the background color of the button is changed to, for example, blue, thereby expressing that the button is pressed.

【0050】図14は性能測定支援機能の動作例であ
る。性能測定支援装置34は、画面定義情報15を用い
てテスト実行時の各種の性能を測定し、その結果を実行
結果情報23に格納する。
FIG. 14 shows an operation example of the performance measurement support function. The performance measurement support device 34 measures various performances at the time of test execution using the screen definition information 15, and stores the results in the execution result information 23.

【0051】性能測定支援装置34は、例えばテスト対
象画面の起動時には、画面が表示されるまでの時間を起
動時間として測定し、その結果を表示する。ここでは従
業員登録画面の表示までの時間が560ミリ秒であるこ
とが表示されている。
For example, when the test target screen is activated, the performance measurement support device 34 measures the time until the screen is displayed as the activation time, and displays the result. Here, it is displayed that the time until the display of the employee registration screen is 560 milliseconds.

【0052】また性能測定支援装置34は、テスト対象
画面上でのボタンの押し下げ動作によって、対応する処
理が終わるまでの時間を測定する。処理の終了は指定さ
れた項目の文字列変化、または測定終了メソッドの呼び
出しによって検出され、それまでの時間の表示と、その
時間データの実行結果情報23への保存が行われる。
The performance measurement support device 34 measures the time until the corresponding processing is completed by pressing down the button on the test target screen. The end of the process is detected by a change in the character string of the designated item or the call of the measurement end method, and the display of the time up to that point is performed and the time data is stored in the execution result information 23.

【0053】性能測定支援装置34は、テスト対象画面
の画面定義情報15から、例えば従業員登録画面定義の
各項目の一覧を取得し、ボタン押し下げ時の処理の終了
を検出すべき項目の候補として保持し、それをテスト作
業者に測定項目として指定させる。例えば登録ボタンの
押し下げによって登録が終了すると、状況のフィールド
が空白から「登録しました」に変化するが、性能測定支
援装置34はこの文字列の変化を検出して、登録ボタン
押し下げ時の処理が終了したことを検出する。この処理
終了までの時間測定は、前述のように測定終了メソッド
を呼び出すことによって行うこともできる。
The performance measurement support device 34 acquires, for example, a list of each item of the employee registration screen definition from the screen definition information 15 of the test target screen, and as a candidate of an item to detect the end of the process when the button is pressed. Hold and have the tester specify it as a measurement. For example, when the registration is completed by pressing down the registration button, the status field changes from blank to “registered”, but the performance measurement support device 34 detects the change in the character string, and the processing when the registration button is pressed down is performed. Detects termination. The time measurement up to the end of the processing can be performed by calling the measurement end method as described above.

【0054】図15はテスト報告書生成装置の動作例の
説明図である。テスト報告書生成装置24は、前述のよ
うにテストの実行によって得られた実行結果情報23と
テスト仕様書18を付き合わせ、テスト仕様書18にお
いて未記入であった実行結果および実施日を記入して、
テスト報告書25を生成する。
FIG. 15 is an explanatory diagram of an operation example of the test report generation device. The test report generation device 24 associates the execution result information 23 obtained by executing the test with the test specification 18 as described above, and writes the execution result and the execution date that have not been entered in the test specification 18. hand,
Generate a test report 25.

【0055】図16は以上説明したテスト支援装置の全
体動作例の説明図である。同図においては、テストデー
タ入力情報に対してテストの実行結果、実行日時などを
含む実行結果情報と、起動時間、レスポンス時間などを
含む性能測定情報とが保存される。実行結果情報の1行
目は起動時間をミリ秒単位で示したものであり、2行目
以降はテストデータ入力情報に加えてテストデータを入
力した結果表示された値、実行結果が正常であるかエラ
ーであるかを示す○、または×の判定結果、実行日時、
データ入力から結果表示までのレスポンス時間(ミリ
秒)がアンダーライン付きで示されている。
FIG. 16 is an explanatory diagram of an example of the overall operation of the test support apparatus described above. In the drawing, execution result information including a test execution result, execution date and time, and the like, and performance measurement information including a start time, a response time, and the like are stored for test data input information. The first line of the execution result information indicates the start time in milliseconds, and the second and subsequent lines indicate the value displayed as a result of inputting test data in addition to the test data input information, and the execution result is normal. Or the result of the judgment of whether or not an error
The response time (millisecond) from data input to result display is shown with an underline.

【0056】なお、例えば実行結果情報の4行目(TE
ST−I0001−03のテストケースの結果)はテス
ト内容が“最小値−1”、テストデータが“−1”に対
する結果であり、アンダーライン部の最初の“0”は入
力データが正常なものでなかったことを示している。
For example, the fourth line (TE
ST-I0001-03 test result) is the result for the test content of "minimum value -1" and the test data of "-1", and the first "0" in the underlined portion indicates that the input data is normal. It was not.

【0057】続いて本発明におけるテスト支援機能の実
現方法や、テスト支援装置の処理フローチャートなどに
ついて更に詳細に説明する。図17、図18はテスト支
援機能を実現する場合の従来方式と本発明の方式との説
明図である。ここでは前述の従業員登録画面をテスト対
象画面とし、登録ボタンの押し下げの時点から登録完了
までの時間を測定する性能測定機能追加について考え
る。
Next, a method for realizing the test support function according to the present invention and a processing flowchart of the test support apparatus will be described in more detail. FIG. 17 and FIG. 18 are explanatory diagrams of the conventional system and the system of the present invention when implementing the test support function. Here, the above-described employee registration screen is used as a test target screen, and the addition of a performance measurement function for measuring the time from when the registration button is pressed to when registration is completed is considered.

【0058】図17は従来方式における実現方法であ
り、従業員登録画面クラス内の登録ボタン押し下げ時の
処理の中に、測定開始メソッドと測定終了メソッドが呼
び出されるようにプログラムの追加が行われる。これは
図18の従業員登録画面クラスのソースプログラムと比
較すれば明らかである。
FIG. 17 shows a method of realizing the conventional method, in which a program is added so that the measurement start method and the measurement end method are called during the process of pressing down the registration button in the employee registration screen class. This is apparent from comparison with the employee registration screen class source program shown in FIG.

【0059】図17ではこのように従業員登録画面クラ
スを修正する必要があり、テスト支援Aクラスと従業員
登録画面クラスとは別ものであり、画面も別になってお
り、テスト支援Aクラスと従業員登録画面クラスとの間
には、単に知っているという関係があるにすぎない。な
お測定開始メソッドは例えばストップウォッチを起動す
るメソッドであり、測定終了メソッドはストップウォッ
チを止めるメソッドである。
In FIG. 17, it is necessary to modify the employee registration screen class as described above. The test support A class and the employee registration screen class are different, and the screens are also different. There is only a relationship of knowing with the employee registration screen class. The measurement start method is, for example, a method for starting a stopwatch, and the measurement end method is a method for stopping the stopwatch.

【0060】図18の本発明の方式においては、従業員
登録画面クラスの修正は必要がなく、テスト支援Bクラ
ス内に登録ボタン押下時の処理を行うためのソースプロ
グラムを生成するだけであり、テスト支援Bクラスを実
行するだけで従業員登録画面クラスに対するテストが行
われ、画面表示もテスト支援Bクラスによって行われ
る。
In the method of the present invention shown in FIG. 18, it is not necessary to modify the employee registration screen class, but only to generate a source program for performing processing when the registration button is pressed in the test support B class. The test for the employee registration screen class is performed only by executing the test support B class, and the screen display is also performed by the test support B class.

【0061】なおテスト支援Bクラスでは、ボタンが押
されたときの処理メソッド、すなわちtorokuButton-act
ion( )をスーパークラスで呼び出す前後に測定開始と終
了のメソッドが埋め込まれている。
In the test support B class, a processing method when a button is pressed, that is, torokuButton-act
The measurement start and end methods are embedded before and after calling ion () in the superclass.

【0062】図19はテスト仕様書生成装置の処理フロ
ーチャートである。同図において処理が開始されると、
まずステップS1で画面定義情報の読み込みが行われ、
ステップS2で全ての行の読み込みが行われていたか否
かが判定され、まだ行われていなかった場合にはステッ
プS3で項目単位のテスト仕様の生成と仕様書への書き
込みが行われ、ステップS1以降の処理が繰り返され
る。ステップS2で全ての行の読み込みが行われていた
と判定されると、ステップS4で画面単位のテスト仕様
の生成が行われ、それがテスト仕様書に書き込まれて処
理を終了する。
FIG. 19 is a processing flowchart of the test specification creator. When the process is started in FIG.
First, the screen definition information is read in step S1,
At step S2, it is determined whether or not all the rows have been read. If not, at step S3, a test specification is generated in units of items and written to the specification, and step S1 is performed. Subsequent processing is repeated. If it is determined in step S2 that all the rows have been read, a test specification is generated for each screen in step S4, which is written in the test specification, and the process ends.

【0063】図20はテスト支援クラス生成装置の処理
フローチャートである。同図において処理が開始される
と、まずステップS6でコントロール情報、すなわち画
面上の部品などに関する情報が取得され、ステップS7
で全てのコントロール情報が取得されていたか否かが判
定され、まだ取得されていなかった場合にはステップS
8でコントロールに対するテスト支援処理機能、例えば
前述の登録ボタン押下時の登録処理終了までの時間測定
機能の処理などが生成され、ステップS6以降の処理が
繰り返される。
FIG. 20 is a processing flowchart of the test support class generation device. When the process is started in the figure, first, control information, that is, information on parts on the screen is acquired in step S6, and step S7 is executed.
It is determined whether or not all the control information has been obtained in step S. If it has not been obtained yet, step S
In step 8, a test support processing function for the control, such as the processing of the time measurement function until the end of the registration processing when the registration button is pressed, is generated, and the processing from step S6 is repeated.

【0064】ステップS7で全てのコントロール情報が
取得されていたと判定されると、ステップS9で画面に
対するテスト支援処理機能が生成され、ステップS10
でテスト支援クラスソースに生成されたテスト支援処理
機能が書き出されて処理を終了する。ここでステップS
9ではテストデータ入力装置、テストデータ設定装置、
テスト自動実行装置、性能測定支援装置などがテスト支
援処理機能として生成され、テスト支援クラス内に設け
られる。
If it is determined in step S7 that all control information has been acquired, a test support processing function for the screen is generated in step S9, and step S10
Then, the test support processing function generated in the test support class source is written out, and the process ends. Here step S
In 9, a test data input device, a test data setting device,
An automatic test execution device, a performance measurement support device, and the like are generated as a test support processing function and provided in the test support class.

【0065】テスト支援クラスは基本的には前述のよう
に画面定義情報、すなわちテスト対象画面クラスの画面
定義情報から生成される。すなわち画面上のコントロー
ルなどと対応する項目の属性の最大値や、最小値などの
情報が画面定義情報から得られて、テスト支援クラスが
生成される。
The test support class is basically generated from the screen definition information, that is, the screen definition information of the screen class to be tested, as described above. That is, information such as the maximum value and the minimum value of the attribute of the item corresponding to the control on the screen is obtained from the screen definition information, and the test support class is generated.

【0066】これに対して図7で説明したように画面ク
ラス生成装置27によって生成されたテスト対象画面ク
ラス28からテスト支援クラスを生成することも可能で
ある。すなわち画面上のコントロールなどについてはテ
スト対象画面クラス28から必要な情報を取得し、各項
目の属性情報、すなわち最大値や最小値などの情報は、
例えば利用者からの指定を受けてテスト支援クラスを生
成することもできる。
On the other hand, as described with reference to FIG. 7, a test support class can be generated from the test target screen class 28 generated by the screen class generation device 27. That is, for the controls on the screen, necessary information is acquired from the test target screen class 28, and the attribute information of each item, that is, information such as the maximum value and the minimum value is
For example, a test support class can be generated in response to designation from a user.

【0067】図21はテストデータ入力装置の動作例、
図22はその処理フローチャートである。図21におい
てテストデータ入力装置31は、例えば従業員登録画面
テスト仕様書(従業員番号)18を読み込み、例えばエ
クセル形式の仕様書データをテスト自動実行装置が読み
取れる形式のテストデータ入力情報40に変換して出力
する。
FIG. 21 shows an operation example of the test data input device.
FIG. 22 is a flowchart of the processing. In FIG. 21, a test data input device 31 reads, for example, an employee registration screen test specification (employee number) 18 and converts, for example, Excel format specification data into test data input information 40 in a format that can be read by an automatic test execution device. And output.

【0068】テストデータ入力情報40は画面名、入力
フィールド、第一階層表示データ、第二階層表示デー
タ、およびテスト値の5つの項目からなっており第一階
層表示データはテスト仕様書のテスト項目に、また第二
階層表示データはテスト内容に対応する。
The test data input information 40 is composed of five items: a screen name, an input field, first-level display data, second-level display data, and a test value. The second layer display data corresponds to the test content.

【0069】図22のテストデータ入力装置の処理フロ
ーチャートにおいて処理が開始されると、まずステップ
S12でテスト仕様書の読み込みが行われ、ステップS
13で全ての行が読み込まれていたか否かが判定され、
読み込まれていなかった場合にはステップS14でテス
トデータ入力情報への変換とその書き込みが行われ、ス
テップS12以降の処理が繰り返され、ステップS13
で全ての行が読み込まれていたと判定された時間で処理
を終了する。
When the processing is started in the processing flow chart of the test data input device of FIG. 22, first, at step S12, a test specification is read, and at step S12,
At 13 it is determined whether all rows have been read,
If it has not been read, the conversion into the test data input information and the writing thereof are performed in step S14, and the processing from step S12 is repeated, and the processing in step S13 is repeated.
The process ends at the time when it is determined that all the rows have been read.

【0070】図23はテストデータ設定装置の動作例を
示し、図24はその処理フローチャートを示す。図23
においてテストデータ設定装置32は、テストデータ入
力情報40を用いポップアップメニューを画面上に表示
し、テスト作業者によって選択されたテスト値を入力フ
ィールドに埋め込み、正しくデータ設定が行われたか否
かなどの実行結果情報23を出力する。実行結果情報2
3としては図16で説明した実行結果情報のうち、起動
時間以外の実行結果が出力されている。
FIG. 23 shows an operation example of the test data setting device, and FIG. 24 shows a processing flowchart thereof. FIG.
In the above, the test data setting device 32 displays a pop-up menu on the screen using the test data input information 40, embeds the test value selected by the test operator in the input field, and determines whether the data setting has been correctly performed. The execution result information 23 is output. Execution result information 2
As No. 3, an execution result other than the activation time is output from the execution result information described in FIG.

【0071】図24のテストデータ設定装置の処理フロ
ーチャートにおいて処理が開始されると、ステップS1
6でテストデータ入力情報が読み込まれ、ステップS1
7で例えばテスト作業者によって指定された画面名がデ
ータに存在するか否かが判定され、存在しない場合には
直ちに処理を終了する。存在する場合にはステップS1
8で指定された入力フィールドが存在するか否かが判定
され、存在しない場合にはステップS16以降の処理が
繰り返される。
When the processing is started in the processing flowchart of the test data setting device of FIG. 24, step S1 is started.
In step 6, test data input information is read, and in step S1
In step 7, it is determined whether or not the screen name specified by the test operator exists in the data, and if not, the process ends immediately. If there is, step S1
It is determined whether or not the input field specified in step 8 exists, and if not, the processing from step S16 is repeated.

【0072】ステップS18で指定された入力フィール
ドが存在する場合には、ステップS19でポップアップ
メニューが作成されて画面上に表示され、ステップS2
0でテスト作業者によってテスト値、またはテストケー
スが選択されたか否かが判定され、選択されていない場
合にはステップS19以降の処理が繰り返される。
If the input field specified in step S18 exists, a pop-up menu is created and displayed on the screen in step S19.
At 0, it is determined whether or not a test value or a test case has been selected by the test operator, and if not, the processing from step S19 is repeated.

【0073】テスト値またはテストケースが選択された
と判定されると、ステップS21でテスト値が入力フィ
ールドに埋め込まれ、ステップS22でポップアップメ
ニューが画面上から消去され、ステップS23で例えば
テスト値が正しく設定されたことが実行結果情報として
書き出され、ステップS24で実行済みのテスト値の削
除を行うか否かが判定され、削除しない場合にはステッ
プS16以降の処理が繰り返される。
If it is determined that the test value or the test case has been selected, the test value is embedded in the input field in step S21, the pop-up menu is deleted from the screen in step S22, and for example, the test value is correctly set in step S23. The result is written out as execution result information, and it is determined in step S24 whether or not to delete the executed test value. If not, the processing from step S16 is repeated.

【0074】ステップS24で実行済みテスト値を削除
すべき場合には、ステップS25でポップアップメニュ
ーとして表示すべきデータから実行済みテスト値が削除
されて、ステップS16以降の処理が繰り返される。こ
のように実行済みテスト値を削除することによって、前
述のように未実行のテスト値、またはテストケースを一
目で確認することが可能となる。
If the executed test value is to be deleted in step S24, the executed test value is deleted from the data to be displayed as a pop-up menu in step S25, and the processing from step S16 is repeated. By deleting the executed test value in this manner, it is possible to check the unexecuted test value or the test case at a glance as described above.

【0075】図25はテスト自動実行装置の動作例であ
り、図26はその処理フローチャートである。テスト自
動実行装置33は、図12で説明したようにテストデー
タ入力情報40、または前回の実行結果情報41を用い
てテストの自動実行を行い、その結果を実行結果情報2
3として出力する。図25における実行結果情報は、図
16の実行結果情報と比較して起動時間の測定結果を含
まない点と、テストの自動実行のためテスト作業者がそ
れを見て実行結果が正常か異常かを判定するための表示
としての○または×が表示されていない点とが異なって
いる。
FIG. 25 shows an operation example of the automatic test execution apparatus, and FIG. 26 is a flowchart of the processing. The test automatic execution device 33 automatically executes a test using the test data input information 40 or the previous execution result information 41 as described with reference to FIG.
Output as 3. The execution result information in FIG. 25 does not include the measurement result of the startup time as compared with the execution result information in FIG. 16, and whether the execution result is normal or abnormal when the tester looks at it for automatic test execution. Is different from that in which ○ or × is not displayed as a display for judging.

【0076】図26において処理が開始されると、まず
ステップS30でテストデータ入力情報または前回の実
行結果情報が読み込まれ、ステップS31で読み込みが
最後まで終了していたか否かが判定され、終了していた
場合には直ちに処理を終了する。まだ最後まで読み込ま
れていなかった場合には、ステップS32で例えば作業
担当者によって指定された画面名がデータに存在するか
否かが判定され、ない場合にも直ちに処理を終了する。
When the processing is started in FIG. 26, first, test data input information or previous execution result information is read in step S30, and it is determined in step S31 whether or not the reading has been completed to the end. If so, the process ends immediately. If the data has not been read to the end yet, it is determined in step S32 whether or not the screen name specified by, for example, the worker exists in the data. If not, the process is immediately terminated.

【0077】指定された画面名が存在する場合には、ス
テップS33で指定された入力フィールドが存在するか
否かが判定され、存在しない場合にはステップS30か
らの処理が繰り返される。入力フィールドが存在した場
合には、ステップS34でテスト値が入力フィールドに
埋め込まれ、ステップS35で実行結果情報、例えばテ
スト値が正常に埋め込まれたか否かの情報が書き出さ
れ、ステップS36で中断ボタンが押されたか否かが判
定され、まだ押されていない場合にはステップS30以
降の処理が繰り返される。本実施形態においては、中断
ボタンが押されるまではテストの自動実行が行われるも
のとし、ステップS36で中断ボタンが押されたと判定
された時点で処理を終了する。
If the designated screen name exists, it is determined in step S33 whether the designated input field exists, and if not, the processing from step S30 is repeated. If the input field exists, the test value is embedded in the input field in step S34, execution result information such as information on whether the test value has been normally embedded is written out in step S35, and the process is interrupted in step S36. It is determined whether or not the button has been pressed. If the button has not been pressed yet, the processing from step S30 is repeated. In the present embodiment, it is assumed that the test is automatically executed until the interrupt button is pressed, and the process ends when it is determined in step S36 that the interrupt button has been pressed.

【0078】図27は通過処理の視覚的表現装置の動作
例であり、図28はその処理フローチャートである。図
27において、ステップS38で例えばテスト作業者に
よって入力項目への値の設定が行われると、それを受け
て通過処理の視覚的表現装置35はステップS39で入
力項目の色の変更、すなわち正常な範囲の入力データの
設定が行われたか否かを入力フィールドの背景色を変更
することによってテスト作業者に対して表示する。図2
7の例では正常なデータの入力時には背景色が青、文字
が白で表示されるのに対して、異常データの入力時には
背景が黄色、文字が黒で表示される。
FIG. 27 shows an example of the operation of the visual representation device of the passage process, and FIG. 28 is a flowchart of the process. In FIG. 27, when a value is set to an input item by, for example, a test operator in step S38, the visual expression device 35 of the passing process receives the change of the input item in step S39, that is, changes the color of the input item, ie Whether or not the input data of the range has been set is displayed to the test operator by changing the background color of the input field. FIG.
In the example of No. 7, when the normal data is input, the background color is displayed in blue and the characters are displayed in white, whereas when the abnormal data is input, the background is displayed in yellow and the characters are displayed in black.

【0079】図28のフローチャートにおいて処理が開
始されると、まずステップS41で入力項目に対するテ
ストデータが読み込まれ、ステップS42で親の画面プ
ログラム、すなわちオブジェクト指向の継承の関係でテ
スト支援クラスの親(スーパークラス)となっているテ
スト対象画面プログラムの入力処理にテストデータが渡
され、ステップS43でエラー、すなわち入力データの
異常が検出されたか否かが判定され、エラーが発生した
場合にはステップS44で入力フィールドの背景色と文
字の色が異常処理表現の色に変更された後に、エラーが
発生しない場合にはステップS45で背景色と文字の色
が正常処理表現の色に変更された後に処理を終了する。
When the processing is started in the flowchart of FIG. 28, first, test data for an input item is read in step S41, and in step S42, the parent screen program, that is, the parent ( The test data is passed to the input processing of the screen program to be tested, which is a super class, and it is determined in step S43 whether or not an error, that is, an abnormality in the input data is detected. If the error does not occur after the background color of the input field and the color of the character are changed to the color of the abnormal processing expression, the processing is performed after the background color and the color of the character are changed to the color of the normal processing expression in step S45. To end.

【0080】図29は性能測定支援装置の動作説明図で
あり、図30はその処理フローチャートである。図29
において性能測定支援装置34は、例えばテスト対象画
面クラス28の起動時には画面が表示されるまでの時間
を計測して、その結果を実行結果情報23として出力す
ると共に、例えば従業員登録の場合には登録ボタンが押
された時点でテスト対象画面クラス28のボタン処理の
呼び出しを行い、ボタン処理の終了時点で、それまでの
経過時間を実行結果情報23として出力することにな
る。
FIG. 29 is an explanatory diagram of the operation of the performance measurement support device, and FIG. 30 is a flowchart of the process. FIG.
For example, the performance measurement support apparatus 34 measures the time until the screen is displayed when the test target screen class 28 is activated, outputs the result as the execution result information 23, and, for example, in the case of employee registration, The button processing of the test target screen class 28 is called when the registration button is pressed, and the elapsed time up to that point is output as the execution result information 23 when the button processing ends.

【0081】図30のフローチャートにおいて処理が開
始されると、ステップS50でテスト対象画面クラスの
起動と、画面の表示までの時間の測定が開始され、ステ
ップS51で画面が表示されたか否かが判定され、まだ
表示されていない場合にはその判定が続けられ、表示さ
れたと判定された場合にはステップS52で起動時間測
定が終了したことと結果の表示が行われ、実行結果情報
が書き出される。
When the process is started in the flowchart of FIG. 30, the activation of the test target screen class and the measurement of the time until the display of the screen are started in step S50, and it is determined in step S51 whether the screen is displayed. If it has not been displayed yet, the determination is continued, and if it is determined that it has been displayed, the completion of the startup time measurement and the result are displayed in step S52, and the execution result information is written out.

【0082】続いてステップS53で監視項目が変更さ
れたか否かが判定され、変更されている場合にはステッ
プS54で監視項目の変更が行われた後にステップS5
3以降の処理が繰り返され、監視項目が変更されていな
い場合にはステップS55で対象画面上のボタン、例え
ば登録ボタンが押されたか否かが判定され、押されてい
ない場合にはステップS56で対象画面が終了したか否
かの判定が行われ、終了していない場合にはステップS
53以降の処理が繰り返され、終了したと判定されると
処理を終了する。
Subsequently, in step S53, it is determined whether or not the monitoring item has been changed. If the monitoring item has been changed, the monitoring item is changed in step S54, and then the process proceeds to step S5.
Steps 3 and after are repeated, and if the monitoring item has not been changed, it is determined in step S55 whether a button on the target screen, for example, a registration button has been pressed, and if not, in step S56. It is determined whether or not the target screen has ended, and if not, step S
The processing after 53 is repeated, and when it is determined that the processing has been completed, the processing is completed.

【0083】上述の監視項目の変更について図31を用
いて説明する。図31は文字列変化の検出による性能測
定支援機能における監視項目変化の説明図である。従業
員登録画面において、住所補完ボタンが押下されると住
所の一部が補完入力され、登録ボタンが押下されると前
述のように状況欄に登録成功/失敗に関する情報が表示
される。そこで住所補完ボタンを押下したときは監視項
目として住所欄、登録ボタンを押下したときは状況欄を
監視して文字列変化を検出する。
The change of the monitoring item will be described with reference to FIG. FIG. 31 is an explanatory diagram of a change in a monitoring item in the performance measurement support function by detecting a change in a character string. On the employee registration screen, when the address complement button is pressed, a part of the address is complementarily input, and when the register button is pressed, information on registration success / failure is displayed in the status column as described above. Therefore, when the address complement button is pressed, the address column is monitored as a monitoring item, and when the registration button is pressed, the status column is monitored to detect a character string change.

【0084】このように測定対象によって監視項目が異
なるため、テスト作業者やユーザの意向に応じて監視項
目を変更可能とする必要がある。図31では画面上の入
力フィールドでない任意の箇所でマウスを右クリックす
ることによりテスト支援カスタマイズ用のポップアップ
メニューが表示される。
As described above, the monitoring items differ depending on the measurement target, and therefore it is necessary to be able to change the monitoring items according to the intentions of the test operator and the user. In FIG. 31, a pop-up menu for test support customization is displayed by right-clicking the mouse at an arbitrary place other than the input field on the screen.

【0085】このポップアップメニューには監視項目の
変更の他に、性能測定方法変更、すなわち前述の測定終
了メソッド呼出しによる方法への変更や、図30のステ
ップS60、ステップS62で説明する測定上限時間の
設定のメニューが表示され、テスト支援機能のカスタマ
イズが可能である。
In addition to the change of the monitoring item, the performance measurement method change, that is, the change to the method by calling the measurement end method, and the measurement upper limit time described in steps S60 and S62 in FIG. A setting menu is displayed, and the test support function can be customized.

【0086】図30に戻り、ステップS55で対象画面
のボタンが押されたと判定されると、ステップS57で
ボタン処理時間、すなわち例えば登録ボタンが押されて
から従業員登録が行われ、状況のフィールドに「登録し
ました」が表示されるまでの時間の測定が開始され、ま
た同時にテスト対象画面クラス28内のボタン処理が呼
び出され、ステップS58でボタン処理時間の測定方法
が文字列変化検出か、測定用メソッド呼出しかが判定さ
れ、文字列変化検出のときにはステップS59で指定さ
れた項目、例えば前述の状況の項目に文字列の変化など
があったか否かが判定され、ない場合にはステップS6
0で例えばあらかじめ設定されている上限時間を越えた
か否かが判定され、越えていない場合にはステップS5
9以降の処理が繰り返される。
Referring back to FIG. 30, if it is determined in step S55 that the button on the target screen has been pressed, in step S57 the button processing time, that is, for example, employee registration is performed after the registration button is pressed, and the status field is displayed. The measurement of the time until “Registered” is displayed is started, and at the same time, the button processing in the test target screen class 28 is called. In step S58, whether the method of measuring the button processing time is character string change detection or Only the method call for measurement is determined. When a change in the character string is detected, it is determined whether or not the item specified in step S59, for example, the item in the above-described situation has a change in the character string.
At 0, for example, it is determined whether or not a predetermined upper limit time has been exceeded. If not, step S5
Steps 9 and thereafter are repeated.

【0087】ステップS58で測定方法が測定用メソッ
ド呼出しのときには、ステップS61で測定終了メソッ
ドが呼ばれたか否かが判定され、まだ呼ばれていないと
きにはステップS62で上限時間を越えたか否かが判定
され、まだ越えていない場合にはステップS61以降の
処理が繰り返される。
If the measurement method is a method call in step S58, it is determined in step S61 whether the measurement end method has been called. If not, it is determined in step S62 whether the upper limit time has been exceeded. If not, the processing after step S61 is repeated.

【0088】ステップS59で変化があった場合、ステ
ップS60、ステップS62で上限時間を越えた場合、
ステップS61で測定終了メソッドが呼ばれたと判定さ
れた場合には、いずれもステップS63で測定が終了し
たことと実行結果情報の書き出しが行われた後に、ステ
ップS53以降の処理が繰り返される。
When there is a change in step S59, when the time exceeds the upper limit time in steps S60 and S62,
If it is determined in step S61 that the measurement end method has been called, the processing after step S53 is repeated after the measurement is ended in step S63 and the execution result information is written out.

【0089】図32はテスト報告書生成装置の処理フロ
ーチャートである。同図において処理が開始されると、
まずステップS65でテスト仕様書が読み込まれ、ステ
ップS66で全ての行の読み込みが行われていたか否か
が判定され、読み込まれていたと判定された場合には直
ちに処理を終了する。全ての行がまだ読み込まれていな
かった場合には、ステップS67でその行のテストに対
するテスト結果記録が読み込まれ、ステップS68でテ
スト結果記録の全ての行がすでに読み込まれていたか否
かが判定され、読み込まれていた場合にも直ちに処理を
終了する。まだ読み込まれていなかった場合には、ステ
ップS69でテストケースが一致するか否かが判定さ
れ、一致しない場合にはステップS65以降の処理が繰
り返される。一致している場合には、ステップS70で
実行結果と実施日が記入されて、ステップS65以降の
処理が繰り返される。
FIG. 32 is a processing flowchart of the test report generation device. When the process is started in FIG.
First, the test specification is read in step S65, and it is determined in step S66 whether or not all the rows have been read. If it is determined that all the rows have been read, the process ends immediately. If all the rows have not been read yet, the test result record for the test of that row is read in step S67, and it is determined in step S68 whether all the rows of the test result record have already been read. If the data has been read, the process is immediately terminated. If it has not been read yet, it is determined in step S69 whether or not the test cases match, and if not, the processing from step S65 is repeated. If they match, the execution result and the execution date are entered in step S70, and the processing from step S65 is repeated.

【0090】図33、図34は本発明のテスト支援装置
におけるテスト支援機能の切り離しの説明図である。テ
スト対象画面プログラムのテストが終了し、そのプログ
ラムを実際に本番環境で使用する前に、テスト支援機能
の切り離しが必要となる。図33はテスト実行環境にお
ける表示画面の説明図であり、テスト支援Bクラスを実
行することにより、継承の関係にある従業員登録画面ク
ラスに対するテストが実行される。
FIG. 33 and FIG. 34 are explanatory diagrams of separation of the test support function in the test support apparatus of the present invention. After the test of the screen program to be tested is completed, the test support function needs to be disconnected before the program is actually used in the production environment. FIG. 33 is an explanatory diagram of a display screen in a test execution environment. By executing the test support B class, a test is performed on an employee registration screen class that has a relationship of inheritance.

【0091】これに対して図34は本番環境における画
面表示例であり、プログラムを実際に使用する本番環境
では従業員登録クラスだけが実行される。従来において
は、図17で説明したように従業員登録画面のソースプ
ログラムに追加・修正が行われるため、テストが終了し
た後ではその追加・修正を削除し、本来の機能のみにす
る必要がある。あるいはテストモードと本番モードを設
けて、ソースプログラム内のif文などで処理のモード
を変える必要がある。このようにすると修正ミスや修正
漏れの可能性が常に存在し、またモードを変える場合に
は、その判定のロジックのテストはテストドライバでは
行うことができず、この部分について更にテストが必要
となる。
On the other hand, FIG. 34 shows an example of a screen display in a production environment. In a production environment in which a program is actually used, only the employee registration class is executed. Conventionally, as described with reference to FIG. 17, additions and corrections are made to the source program on the employee registration screen. Therefore, after the test is completed, it is necessary to delete the additions and corrections to provide only the original functions. . Alternatively, it is necessary to provide a test mode and a production mode, and to change the processing mode by an if statement or the like in the source program. In this way, there is always a possibility of a correction error or omission of correction, and when changing modes, the test of the logic for the determination cannot be performed by the test driver, and further testing is required for this part. .

【0092】最後に本発明を実現するためのプログラ
ム、なわちテスト支援のためのプログラムのコンピュー
タへのローディングについて図35を用いて説明する。
以上に述べたような本発明の実施形態を実現するために
は、テスト支援クラス生成装置20によってテスト支援
クラス21を生成し、テスト仕様書生成装置16によっ
て生成されたテスト仕様書とテスト支援クラス21を用
いてテストを実行し、テスト報告書生成装置24によっ
てテスト報告書を生成する必要があるが、これらの動作
は全て一般的なコンピュータによって実行されることに
なる。
Finally, loading of a program for realizing the present invention, that is, a program for supporting a test into a computer will be described with reference to FIG.
In order to realize the embodiment of the present invention as described above, the test support class 21 is generated by the test support class generation device 20, and the test specification and the test support class generated by the test specification generation device 16 are generated. It is necessary to execute a test using the test report generator 21 and generate a test report by the test report generator 24, but all of these operations will be performed by a general computer.

【0093】図35においてコンピュータ51は本体5
4とメモリ55によって構成されている。メモリ55は
ランダムアクセスメモリ(RAM)、ハードディスク、
磁気ディスクなどのメモリであり、このようなメモリに
本発明を実現するためのプログラムが格納され、そのプ
ログラムが本体54によって実行されることによって、
本発明のテスト支援装置が実現される。
In FIG. 35, the computer 51 is
4 and a memory 55. The memory 55 is a random access memory (RAM), a hard disk,
It is a memory such as a magnetic disk, and a program for realizing the present invention is stored in such a memory, and the program is executed by the main body 54.
A test support device according to the present invention is realized.

【0094】本発明の特許請求の範囲の請求項10〜請
求項12に対応するプログラムや図19、図20、図2
2、図24、図26、図28、図30および図32のフ
ローチャートに示されたプログラムなどはメモリ55に
格納され、そのプログラムが本体54によって実行され
ることになる。
The program corresponding to claims 10 to 12 of the present invention and the program shown in FIGS.
2. The programs and the like shown in the flowcharts of FIGS. 24, 26, 28, 30, and 32 are stored in the memory 55, and the programs are executed by the main body 54.

【0095】またこのようなプログラムは、プログラム
提供者側からネットワーク53を介してコンピュータ5
1にロードされることも、または市販され、流通してい
可搬型記憶媒体52に格納され、その可搬型記憶媒体が
コンピュータ51にロードされることによって実行され
ることも可能である。可搬型記憶媒体52としてはフロ
ッピィディスク、CD−ROM、光ディスク、光磁気デ
ィスク、MOなど、様々な形式の記憶媒体を用いること
が可能である。
[0095] Such a program is supplied from the program provider side to the computer 5 via the network 53.
1 or may be stored in a commercially available and distributed portable storage medium 52, and the portable storage medium may be executed by being loaded into the computer 51. As the portable storage medium 52, various types of storage media such as a floppy disk, a CD-ROM, an optical disk, a magneto-optical disk, and an MO can be used.

【0096】以上において本発明の実施形態を詳細に説
明したが、ここで本発明の特徴をまとめると、第1にテ
スト仕様書の生成については、画面定義情報からテスト
仕様書そのもの、またはデータの形式変換によって入力
テストデータとして使えるテスト仕様が生成されるため
に、テスト仕様書の生成が自動化され、あるいは手動部
分を含むとしても容易となるため、品質保証のためのド
キュメントの整備が行いやすくなる。また画面定義情報
から仕様書が生成されるために、テストパターンが広い
範囲を網羅できることになり、また入力テストデータの
画面定義との整合性などにおいても信頼性が向上する。
Although the embodiments of the present invention have been described in detail above, the features of the present invention can be summarized as follows. First, regarding the generation of the test specification, the test specification itself or the data of the data is generated from the screen definition information. Since test specifications that can be used as input test data are generated by format conversion, the generation of test specifications is automated, or even if manual parts are included, it is easy to prepare documents for quality assurance. . In addition, since the specification is generated from the screen definition information, the test pattern can cover a wide range, and the reliability of the input test data in the consistency with the screen definition is improved.

【0097】次にテストの実行については、テスト対象
画面に対してテスト支援機能が付け加えられることによ
って、テストデータの入力ミスがなくなり、テスト実行
結果の記録が残るため、テストの信頼性が向上する。ま
たテストの自動実行や性能測定支援によって、テスト作
業を効率化することができ、テストの実行時には画面プ
ログラム内の通過箇所が画面の入力フィールドなどの色
に反映されるために、テスト作業者が画面プログラムの
動作状態を把握しやすくなる。
Next, regarding the execution of the test, the test support function is added to the screen to be tested, so that the input error of the test data is eliminated and the record of the test execution result remains, so that the reliability of the test is improved. . In addition, automatic test execution and performance measurement support can improve the efficiency of test work.When a test is executed, the passing location in the screen program is reflected in the colors of input fields on the screen, so test workers It becomes easy to grasp the operation state of the screen program.

【0098】マウスカーソルやキーボードの操作を記録
するのではなく、入力データおよびテスト結果を記録す
るために、例えば画面の位置やコントロールの配置が変
わった後の再テストにおいても、テスト実行に影響は生
じない。画面プログラム自体には追加が加えられず、テ
スト完了後のテスト支援機能の切り離しが容易であり、
ソースプログラムについて修正を行う必要がないため、
テスト完了後のプログラムに対する品質を保証すること
ができる。
In order to record the input data and the test result instead of recording the operation of the mouse cursor and the keyboard, even if the screen is re-tested after the position of the screen or the arrangement of the controls is changed, the influence on the test execution is not affected. Does not occur. No additions are made to the screen program itself, and it is easy to disconnect the test support function after the test is completed.
Since there is no need to modify the source program,
The quality of the program after the test is completed can be guaranteed.

【0099】更にテストの報告書作成については、テス
トの結果を自動的にテスト報告書に反映するためにテス
ト作業者の記入ミスなどを防ぐことができ、テスト報告
書の信頼性が向上する。
Further, in preparing a test report, a test result is automatically reflected in the test report, so that a mistake in entry by a test operator can be prevented, and the reliability of the test report is improved.

【0100】[0100]

【発明の効果】以上詳細に説明したように、本発明によ
れば入力データの生成とその入力支援、テストの自動実
行、およびテスト結果の記録とテスト報告書への反映が
可能となり、画面プログラムの単体テストの作業全般、
すなわちテスト仕様書作成、テスト実施、およびテスト
結果報告の3段階に渡って作業を効率化することができ
る。またテスト画面の位置やコントロールの配置が変更
されても本発明のテスト支援装置は有効に使用すること
ができ、他のOSに移行した後の再テストなどにも使用
できる。
As described in detail above, according to the present invention, it is possible to generate input data and support the input, automatically execute a test, record a test result and reflect it in a test report, and General unit testing work,
In other words, the work can be streamlined in three stages: test specification creation, test execution, and test result reporting. Further, even if the position of the test screen and the arrangement of the controls are changed, the test support apparatus of the present invention can be effectively used, and can be used for retesting after shifting to another OS.

【0101】テスト対象の画面プログラム自体に修正を
行う必要がなく、またテスト後のテスト支援機能の切り
離しが簡単にできるため、テスト終了後の本番環境への
移行が容易となり、確実にプログラムの品質を保証する
ことができ、GUI系プログラムの信頼性向上に寄与す
るところが大きい。
There is no need to modify the screen program itself to be tested, and the test support function can be easily separated after the test, so that it is easy to shift to the production environment after the test is completed, and the quality of the program is assured. Can be guaranteed, which greatly contributes to the improvement of the reliability of the GUI program.

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

【図1】本発明の原理構成ブロック図である。FIG. 1 is a block diagram showing the principle configuration of the present invention.

【図2】本発明におけるテスト対象画面プログラムとテ
スト支援クラスとの関係を説明する図である。
FIG. 2 is a diagram illustrating a relationship between a test target screen program and a test support class according to the present invention.

【図3】画面プログラムへのテスト支援機能の付加を説
明する図である。
FIG. 3 is a diagram illustrating addition of a test support function to a screen program.

【図4】テスト仕様書生成の概念的な説明図である。FIG. 4 is a conceptual explanatory diagram of test specification generation.

【図5】テスト支援クラス生成の概念的な説明図であ
る。
FIG. 5 is a conceptual explanatory diagram of test support class generation.

【図6】テスト報告書生成の概念的な説明図である。FIG. 6 is a conceptual explanatory diagram of test report generation.

【図7】本発明のテスト支援装置の全体的な動作の説明
図である。
FIG. 7 is an explanatory diagram of the overall operation of the test support device of the present invention.

【図8】本発明におけるテスト支援機能の実現方法の説
明図である。
FIG. 8 is an explanatory diagram of a method for realizing a test support function according to the present invention.

【図9】画面定義情報からのテスト仕様書生成の具体例
の説明図である。
FIG. 9 is an explanatory diagram of a specific example of generating a test specification from screen definition information.

【図10】項目単位のテストデータ設定の具体例の説明
図である。
FIG. 10 is an explanatory diagram of a specific example of test data setting in item units.

【図11】画面単位のテストデータ設定の具体例の説明
図である。
FIG. 11 is an explanatory diagram of a specific example of test data setting for each screen.

【図12】テスト自動実行の具体例の説明図である。FIG. 12 is an explanatory diagram of a specific example of automatic test execution.

【図13】通過処理の視覚的表現の具体例の説明図であ
る。
FIG. 13 is an explanatory diagram of a specific example of a visual expression of a passage process.

【図14】性能測定支援装置の動作例の説明図である。FIG. 14 is an explanatory diagram of an operation example of the performance measurement support device.

【図15】テスト報告書生成装置の動作例の説明図であ
る。
FIG. 15 is an explanatory diagram of an operation example of the test report generation device.

【図16】テスト支援装置の動作例の全体的な説明図で
ある。
FIG. 16 is an overall explanatory diagram of an operation example of the test support device.

【図17】テスト支援機能実現方法の従来例の説明図で
ある。
FIG. 17 is an explanatory diagram of a conventional example of a test support function realizing method.

【図18】図17に対応する本発明におけるテスト支援
機能実現方法の説明図である。
FIG. 18 is an explanatory diagram corresponding to FIG. 17, illustrating a test support function realizing method according to the present invention.

【図19】テスト仕様書生成装置の処理フローチャート
である。
FIG. 19 is a processing flowchart of the test specification generation device.

【図20】テスト支援クラス生成装置の処理フローチャ
ートである。
FIG. 20 is a processing flowchart of the test support class generation device.

【図21】テストデータ入力装置の動作例を説明する図
である。
FIG. 21 is a diagram illustrating an operation example of the test data input device.

【図22】テストデータ入力装置の処理フローチャート
である。
FIG. 22 is a processing flowchart of the test data input device.

【図23】テストデータ設定装置の動作例の説明図であ
る。
FIG. 23 is an explanatory diagram of an operation example of the test data setting device.

【図24】テストデータ設定装置の処理フローチャート
である。
FIG. 24 is a processing flowchart of the test data setting device.

【図25】テスト自動実行装置の動作例の説明図であ
る。
FIG. 25 is an explanatory diagram of an operation example of the automatic test execution device.

【図26】テスト自動実行装置の処理フローチャートで
ある。
FIG. 26 is a processing flowchart of the automatic test execution device.

【図27】通過処理の視覚的表現装置の動作例の説明図
である。
FIG. 27 is an explanatory diagram of an operation example of the visual expression device of the passage processing.

【図28】通過処理の視覚的表現装置の処理フローチャ
ートである。
FIG. 28 is a processing flowchart of the visual expression device of the passage processing.

【図29】性能測定支援装置の動作の説明図である。FIG. 29 is an explanatory diagram of an operation of the performance measurement support device.

【図30】性能測定支援装置の処理フローチャートであ
る。
FIG. 30 is a processing flowchart of the performance measurement support device.

【図31】監視項目変化時の性能測定支援装置の動作例
の説明図である。
FIG. 31 is an explanatory diagram of an operation example of the performance measurement support device when a monitoring item changes.

【図32】テスト報告書生成装置の処理フローチャート
である。
FIG. 32 is a processing flowchart of the test report generation device.

【図33】テスト環境におけるテスト支援Bクラスによ
るテスト支援の説明図である。
FIG. 33 is an explanatory diagram of test support by a test support B class in a test environment.

【図34】プログラム実行の本番環境における従業員登
録画面を示す図である。
FIG. 34 is a diagram showing an employee registration screen in a production environment of program execution.

【図35】本発明の実施形態を実現するためのプログラ
ムのコンピュータへのローディングを説明する図であ
る。
FIG. 35 is a diagram illustrating loading of a program for realizing an embodiment of the present invention into a computer.

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

1 テスト支援装置 2 テスト支援クラス生成手段 3 テスト実行手段 10 画面プログラム 11,21 テスト支援クラス 15 画面定義情報 16 テスト仕様書生成装置 18 テスト仕様書 20 テスト支援クラス生成装置 23 実行結果情報 24 テスト報告書生成装置 25 テスト報告書 31 テストデータ入力装置 32 テストデータ設定装置 33 テスト自動実行装置 34 性能測定支援装置 35 通過処理の視覚的表現装置 40 テストデータ入力情報 41 前回の実行結果情報 DESCRIPTION OF SYMBOLS 1 Test support apparatus 2 Test support class generation means 3 Test execution means 10 Screen program 11 and 21 Test support class 15 Screen definition information 16 Test specification generation apparatus 18 Test specification 20 Test support class generation apparatus 23 Execution result information 24 Test report Document generation device 25 Test report 31 Test data input device 32 Test data setting device 33 Automatic test execution device 34 Performance measurement support device 35 Visual representation device of passage processing 40 Test data input information 41 Previous execution result information

───────────────────────────────────────────────────── フロントページの続き (72)発明者 藤川 泰之 神奈川県川崎市中原区上小田中4丁目1番 1号 富士通株式会社内 Fターム(参考) 5B042 GA08 GB02 HH17 HH19 5B076 DF08 EC05 5E501 AA02 AC10 BA05 CA02 CB02 CB09 EA05 EA10 FA25 FA42 FB28  ────────────────────────────────────────────────── ─── Continuing on the front page (72) Inventor Yasuyuki Fujikawa 4-1-1, Kamiodanaka, Nakahara-ku, Kawasaki-shi, Kanagawa F-term in Fujitsu Limited (Reference) 5B042 GA08 GB02 HH17 HH19 5B076 DF08 EC05 5E501 AA02 AC10 BA05 CA02 CB02 CB09 EA05 EA10 FA25 FA42 FB28

Claims (14)

【特許請求の範囲】[Claims] 【請求項1】 グラフィックユーザインタフェースを使
用する画面プログラムのテストを支援する装置におい
て、 テスト対象画面プログラムの画面定義情報を入力として
受け取り、該テスト対象画面プログラムのクラスに対し
てオブジェクト指向の継承の関係におけるサブクラスで
あって、画面プログラムをテストするためのテスト支援
クラスを生成するテスト支援クラス生成手段と、 該生成されたテスト支援クラスを使用して、テスト対象
画面プログラムのテストを実行するテスト実行手段とを
備えることを特徴とするGUI系プログラムのテスト支
援装置。
An apparatus for supporting a screen program test using a graphic user interface receives screen definition information of a screen program to be tested as an input, and has an object-oriented inheritance relation to a class of the screen program to be tested. Test support class generation means for generating a test support class for testing a screen program, and test execution means for executing a test of a test target screen program using the generated test support class A test support apparatus for a GUI program, comprising:
【請求項2】 前記テスト支援装置において、 前記画面定義情報から前記テスト対象画面プログラムに
対するテスト仕様を生成して前記テスト実行手段に与え
るテスト仕様生成手段を更に備えることを特徴とする請
求項1記載のGUI系プログラムのテスト支援装置。
2. The test support apparatus according to claim 1, further comprising: a test specification generating unit that generates a test specification for the test target screen program from the screen definition information and provides the test specification to the test execution unit. GUI program test support device.
【請求項3】 前記テスト支援装置において、 前記テスト仕様生成手段によって生成されたテスト仕様
と、前記テスト実行手段によるテスト実行結果とを用い
てテスト報告を生成するテスト報告生成手段を更に備え
ることを特徴とする請求項2記載のGUI系プログラム
のテスト支援装置。
3. The test support apparatus, further comprising: a test report generation unit that generates a test report using the test specification generated by the test specification generation unit and a test execution result by the test execution unit. 3. The test support apparatus for a GUI program according to claim 2, wherein:
【請求項4】 前記テスト支援クラスが入力テストデー
タの入力支援を行う機能を備えることを特徴とする請求
項1、2、または3記載のGUI系プログラムのテスト
支援装置。
4. The test support apparatus for a GUI program according to claim 1, wherein the test support class has a function of supporting input of input test data.
【請求項5】 前記テスト支援クラスがテストの手動、
または自動実行時のテスト結果を記録する機能を備える
ことを特徴とする請求項1、2、または3記載のGUI
系プログラムのテスト支援装置。
5. The test support class according to claim 1, wherein:
4. The GUI according to claim 1, further comprising a function of recording a test result at the time of automatic execution.
Test support system for system programs.
【請求項6】 前記テスト支援クラスが画面上でのテス
ト実行箇所の視覚的表示を行う機能を備えることを特徴
とする請求項1、2、または3記載のGUI系プログラ
ムのテスト支援装置。
6. The test support apparatus for a GUI program according to claim 1, wherein the test support class has a function of visually displaying a test execution location on a screen.
【請求項7】 前記テスト支援クラスが新たな入力テス
トデータ、または以前のテスト実行結果に対する入力デ
ータを用いたテストの手動、または自動実行の機能を備
えることを特徴とする請求項1、2、または3記載のG
UI系プログラムのテスト支援装置。
7. The test support class according to claim 1, further comprising a function for manually or automatically executing a test using new input test data or input data for a previous test execution result. Or G described in 3
UI program test support device.
【請求項8】 前記テスト支援クラスが前記以前のテス
ト実行結果に対する入力データを用いたテストの実行結
果が該以前の実行結果と異なる時に警告の表示を行う機
能を更に備えることを特徴とする請求項7記載のGUI
系プログラムのテスト支援装置。
8. The test support class further comprises a function of displaying a warning when a test execution result using input data for the previous test execution result is different from the previous execution result. GUI of Item 7
Test support system for system programs.
【請求項9】 前記テスト支援クラスが前記テスト対象
画面プログラムの実行性能の測定を支援する機能を備え
ることを特徴とする請求項1、2、または3記載のGU
I系プログラムのテスト支援装置。
9. The GU according to claim 1, wherein the test support class has a function of supporting measurement of execution performance of the test target screen program.
Test support system for I-system programs.
【請求項10】 グラフィックユーザインタフェースを
仕様する画面プログラムのテストを支援する方法におい
て、 テスト対象画面プログラムの画面定義情報を入力として
受け取り、該テスト対象画面プログラムのクラスに対し
てオブジェクト指向の継承の関係におけるサブクラスで
あって、画面プログラムをテストするためのテスト支援
クラスを生成し、 該生成されたテスト支援クラスを使用してテスト対象画
面プログラムのテストを実行することを特徴とするGU
I系プログラムのテスト支援方法。
10. A method for supporting a test of a screen program that specifies a graphic user interface, wherein the screen definition information of the test target screen program is received as an input, and the relationship of the object-oriented inheritance to the class of the test target screen program. GU, wherein a test support class for testing a screen program is generated, and a test of a test target screen program is executed using the generated test support class.
Test support method for I-system programs.
【請求項11】 グラフィックユーザインタフェースを
使用する画面プログラムのテストを支援するための計算
機で使用される記憶媒体において、 テスト対象画面プログラムの画面定義情報を入力として
受け取るステップと、 該テスト対象画面プログラムのクラスに対してオブジェ
クト指向の継承の関係におけるサブクラスであって、画
面プログラムをテストするためのテスト支援クラスを生
成するステップとを計算機に実行させるためのプログラ
ムを格納した計算機読み出し可能可搬型記憶媒体。
11. A storage medium used in a computer for supporting a test of a screen program using a graphic user interface, wherein the step of receiving screen definition information of a screen program to be tested as an input; A computer-readable portable storage medium storing a program for causing a computer to execute a step of generating a test support class for testing a screen program, the subclass being in an object-oriented inheritance relationship with respect to the class.
【請求項12】 グラフィックユーザインタフェースを
使用する画面プログラムのテストを実行するための計算
機で使用される記憶媒体において、 新たな入力テストデータ、または以前のテスト実行結果
に対する入力データを受け取るステップと、 該受け取った入力データを用いて、テスト対象画面プロ
グラムのクラスに対してオブジェクト指向の継承の関係
におけるサブクラスであって、画面プログラムをテスト
するためのテスト支援クラスを使用して該テスト対象画
面プログラムのテストを実行するステップとを計算機に
実行させるためのプログラムを格納した計算機読み出し
可能可搬型記憶媒体。
12. A storage medium used in a computer for executing a test of a screen program using a graphic user interface, receiving new input test data or input data for a previous test execution result. Using the received input data, test the screen program under test using a test support class for testing the screen program, which is a subclass in an object-oriented inheritance relationship with the class of the screen program to be tested. And a computer-readable portable storage medium storing a program for causing a computer to execute the steps of:
【請求項13】 グラフィックユーザインタフェースを
使用する画面プログラムのテストを支援するための計算
機で使用されるプログラムにおいて、 テスト対象画面プログラムの画面定義情報を入力として
受け取る手順と、 該テスト対象画面プログラムのクラスに対してオブジェ
クト指向の継承の関係におけるサブクラスであって、画
面プログラムをテストするためのテスト支援クラスを生
成する手順とを計算機に実行させるためのプログラム。
13. A program used in a computer for supporting a test of a screen program using a graphic user interface, a procedure for receiving screen definition information of a screen program to be tested as an input, and a class of the screen program to be tested. A program for causing a computer to execute a procedure for generating a test support class for testing a screen program, which is a subclass in an object-oriented inheritance relationship with respect to.
【請求項14】 グラフィックユーザインタフェースを
使用する画面プログラムのテストを実行するための計算
機で使用されるプログラムにおいて、 新たな入力テストデータ、または以前のテスト実行結果
に対する入力データを受け取る手順と、 該受け取った入力データを用いて、テスト対象画面プロ
グラムのクラスに対してオブジェクト指向の継承の関係
におけるサブクラスであって、画面プログラムをテスト
するためのテスト支援クラスを使用して該テスト対象画
面プログラムのテストを実行する手順とを計算機に実行
させるためのプログラム。
14. A program used in a computer for executing a test of a screen program using a graphic user interface, a procedure for receiving new input test data or input data for a previous test execution result, A subclass in an object-oriented inheritance relationship with respect to the class of the screen program to be tested using the input data obtained, and using the test support class for testing the screen program to test the screen program to be tested. A program for causing a computer to execute a procedure to be executed.
JP2001111390A 2000-04-11 2001-04-10 Test support device and supporting method of gui system program Pending JP2001356936A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001111390A JP2001356936A (en) 2000-04-11 2001-04-10 Test support device and supporting method of gui system program

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2000-109416 2000-04-11
JP2000109416 2000-04-11
JP2001111390A JP2001356936A (en) 2000-04-11 2001-04-10 Test support device and supporting method of gui system program

Publications (1)

Publication Number Publication Date
JP2001356936A true JP2001356936A (en) 2001-12-26

Family

ID=26589859

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001111390A Pending JP2001356936A (en) 2000-04-11 2001-04-10 Test support device and supporting method of gui system program

Country Status (1)

Country Link
JP (1) JP2001356936A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006072977A1 (en) * 2005-01-05 2006-07-13 Fujitsu Limited Web server, web application test method and web application test program
WO2007097014A1 (en) * 2006-02-27 2007-08-30 Knowledge Brain Inc Operation confirming method for information system, its operation confirming program, recording medium, and operation confirming system
JP2011060018A (en) * 2009-09-10 2011-03-24 Fujitsu Ltd Information processor, information processing program, and information processing method
JP2012022661A (en) * 2010-07-16 2012-02-02 Manabu Watanabe Device for supporting creation of test specification and manual, and supporting automatic testing
JP2013214255A (en) * 2012-04-04 2013-10-17 Meidensha Corp Simulation method in software development support system
WO2015001721A1 (en) * 2013-07-05 2015-01-08 Necソリューションイノベータ株式会社 User-interface review method, device, and program
JP2016048470A (en) * 2014-08-27 2016-04-07 日本電気株式会社 Application test support apparatus, data processing method thereof, and program
JP2016081229A (en) * 2014-10-15 2016-05-16 日本電信電話株式会社 Abnormal system test data generating device, method, and program, for multiple input variables
JP2016081231A (en) * 2014-10-15 2016-05-16 日本電信電話株式会社 Abnormal system test data generating device, method, and program, permitting ready recognition of multiple input variables
JP2016081230A (en) * 2014-10-15 2016-05-16 日本電信電話株式会社 Abnormal system test data generating device, method, and program, capable of efficiently covering specifications regarding multiple input variables
JP2016081228A (en) * 2014-10-15 2016-05-16 日本電信電話株式会社 Normal system test data generating device, method, and program, for multiple input variables
JP2019021341A (en) * 2018-10-11 2019-02-07 日本電気株式会社 Application test support apparatus, data processing method thereof, and program
JP2022003388A (en) * 2020-12-22 2022-01-11 阿波羅智聯(北京)科技有限公司Apollo Intelligent Connectivity(Beijing) Technology Co., Ltd. Method, device, apparatus and storage medium for testing response speed of on-vehicle apparatus

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006072977A1 (en) * 2005-01-05 2006-07-13 Fujitsu Limited Web server, web application test method and web application test program
US8464220B2 (en) 2005-01-05 2013-06-11 Fujitsu Limited Web server, web application test method, and web application test program
WO2007097014A1 (en) * 2006-02-27 2007-08-30 Knowledge Brain Inc Operation confirming method for information system, its operation confirming program, recording medium, and operation confirming system
JPWO2007097014A1 (en) * 2006-02-27 2009-07-09 則彦 竹林 Information system operation check method, operation check program, recording medium, and operation check system
JP2011060018A (en) * 2009-09-10 2011-03-24 Fujitsu Ltd Information processor, information processing program, and information processing method
JP2012022661A (en) * 2010-07-16 2012-02-02 Manabu Watanabe Device for supporting creation of test specification and manual, and supporting automatic testing
JP2013214255A (en) * 2012-04-04 2013-10-17 Meidensha Corp Simulation method in software development support system
CN105359111A (en) * 2013-07-05 2016-02-24 日本电气方案创新株式会社 User-interface review method, device, and program
WO2015001721A1 (en) * 2013-07-05 2015-01-08 Necソリューションイノベータ株式会社 User-interface review method, device, and program
JP6068639B2 (en) * 2013-07-05 2017-01-25 Necソリューションイノベータ株式会社 User interface inspection method, apparatus, and program
JP2016048470A (en) * 2014-08-27 2016-04-07 日本電気株式会社 Application test support apparatus, data processing method thereof, and program
JP2016081229A (en) * 2014-10-15 2016-05-16 日本電信電話株式会社 Abnormal system test data generating device, method, and program, for multiple input variables
JP2016081231A (en) * 2014-10-15 2016-05-16 日本電信電話株式会社 Abnormal system test data generating device, method, and program, permitting ready recognition of multiple input variables
JP2016081230A (en) * 2014-10-15 2016-05-16 日本電信電話株式会社 Abnormal system test data generating device, method, and program, capable of efficiently covering specifications regarding multiple input variables
JP2016081228A (en) * 2014-10-15 2016-05-16 日本電信電話株式会社 Normal system test data generating device, method, and program, for multiple input variables
JP2019021341A (en) * 2018-10-11 2019-02-07 日本電気株式会社 Application test support apparatus, data processing method thereof, and program
JP2022003388A (en) * 2020-12-22 2022-01-11 阿波羅智聯(北京)科技有限公司Apollo Intelligent Connectivity(Beijing) Technology Co., Ltd. Method, device, apparatus and storage medium for testing response speed of on-vehicle apparatus
JP7346496B2 (en) 2020-12-22 2023-09-19 阿波羅智聯(北京)科技有限公司 Method, device, equipment and storage medium for testing response speed of in-vehicle equipment

Similar Documents

Publication Publication Date Title
US6871327B2 (en) Method and apparatus for extending coverage of GUI tests
US6408403B1 (en) Method for integrating automated software testing with software development
US7516438B1 (en) Methods and apparatus for tracking problems using a problem tracking system
US6964010B1 (en) Formatted-item list control
US6978440B1 (en) System and method for developing test cases using a test object library
US8881105B2 (en) Test case manager
US7917895B2 (en) Automated software testing and validation system
US7398514B2 (en) Test automation stack layering
US8402434B2 (en) Graphical user interface (GUI) script generation and documentation
US6421822B1 (en) Graphical user interface for developing test cases using a test object library
US8087007B2 (en) System and method for software prototype-development and validation and for automatic software simulation re-grabbing
US8356282B1 (en) Integrated development environment for the development of electronic signal testing strategies
US20010028359A1 (en) Test support apparatus and test support method for GUI system program
EP1095334A1 (en) Method for defining durable data for regression testing
JP2002505000A (en) Low cost and easy to use software for automated test systems
JP2001356936A (en) Test support device and supporting method of gui system program
US7035752B2 (en) Semiconductor test data analysis system
US6717595B1 (en) Computer-based list editor
JP4896909B2 (en) Scenario generation apparatus and program
US20060206831A1 (en) Methods and apparatus providing custom analysis of test and measurement data
JP2003228493A (en) Program testing automatic execution device, program testing automatic execution method, and program testing automatic execution program
JP3214356B2 (en) Test support equipment
JP3464159B2 (en) Test specification creation device and storage medium storing the program
JPH09223040A (en) System test supporting device for software and test scenario generator to be used for the same
JPH09223042A (en) System test device for software

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040423

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070213

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070416

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070807