JPH09330248A - Event test system for gui control program - Google Patents

Event test system for gui control program

Info

Publication number
JPH09330248A
JPH09330248A JP8150745A JP15074596A JPH09330248A JP H09330248 A JPH09330248 A JP H09330248A JP 8150745 A JP8150745 A JP 8150745A JP 15074596 A JP15074596 A JP 15074596A JP H09330248 A JPH09330248 A JP H09330248A
Authority
JP
Japan
Prior art keywords
test
event
file
gui
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
JP8150745A
Other languages
Japanese (ja)
Inventor
Hitoshi Tobiuchi
仁志 飛内
Yasuaki Mitsuhata
恭明 光畑
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP8150745A priority Critical patent/JPH09330248A/en
Publication of JPH09330248A publication Critical patent/JPH09330248A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To shorten the time required for the program test of a graphical user interface(GUI) control program and to provide test comprehension for test items to be automatically generated by automatically outputting the test items and test program of events provided for GUI parts. SOLUTION: The events provided in GUI components are inputted 20, the components for a screen are stuck 21 and the discrimination conditions of events are inputted 22 at a main storage device 1 so that an event table 30, picture file 31 and discrimination condition file 32 can be outputted through respective processes 10-12. The test items are prepared 13 while using these files, a test item file is outputted 33, and a test program file 34 is automatically generated by test program preparing processing 14.

Description

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

【0001】[0001]

【発明の属する技術分野】GUI(Graphical
User Interface)制御プログラムは、
対話用の画面を作成するものであり、メニューやボタン
等のGUI部品と、GUI部品がマウスやキーボード等
の入力装置により操作されたときに、その操作が発生し
たことを通知するイベントから構成されている。
TECHNICAL FIELD The present invention relates to a GUI (Graphical).
User Interface) control program,
It is for creating a dialog screen, and is composed of GUI parts such as menus and buttons, and an event for notifying that the operation has occurred when the GUI part is operated by an input device such as a mouse or a keyboard. ing.

【0002】本発明は、GUI制御プログラムの持つイ
ベントのテストにおける、該当GUI制御プログラムの
処理方式に依存しない、テスト項目、テストプログラム
の自動生成に関する。
[0002] The present invention relates to automatic generation of test items and test programs that do not depend on the processing method of the GUI control program in the event test of the GUI control program.

【0003】[0003]

【従来の技術】GUI制御プログラムのイベントは、そ
のGUI部品に対する入力操作(押す、値を入れる等)
に伴って発生する情報であり、個々のGUI部品におい
て複数個のイベントを保持している。
2. Description of the Related Art An event of a GUI control program is an input operation (press, enter a value, etc.) for the GUI component.
This is information generated in association with the above, and each GUI component holds a plurality of events.

【0004】これらGUI部品の個々のイベントの組み
合わせにより、多様な処理が可能である。このGUI部
品のイベントに対し、テスト項目、テストプログラムの
作成からプログラムの実行、確認を行うにあたっては、
個々の部品の位置関係、イベントの組み合わせを考慮し
たテスト項目を人為的に作成し、そのテスト項目に基づ
いてテストプログラムを作成する必要がある。
Various processes can be performed by combining individual events of these GUI parts. When creating test items, test programs, executing programs, and confirming events for this GUI component,
It is necessary to artificially create test items that consider the positional relationship of individual parts and the combination of events, and create a test program based on the test items.

【0005】また、実行結果の確認にはテスト項目の判
定基準に従った、マウス、キーボード等の入力装置から
の入力と目視による確認の必要がある。
Further, in order to confirm the execution result, it is necessary to make an input from an input device such as a mouse or a keyboard and visually confirm it in accordance with the judgment criteria of the test item.

【0006】このように人為的に作成したテスト項目、
テストプログラムによるテスト方式の場合、組み合わせ
項目漏れが生じる可能性があり、GUI部品、イベント
の増加に伴いその可能性は顕著に増加する。また確認動
作においては、入力装置からの入力誤り、結果の確認誤
りといった入力動作/目視確認上の欠点があった。
Test items artificially created in this way,
In the case of the test method by the test program, there is a possibility that combination item omission may occur, and the possibility increases remarkably as the number of GUI parts and events increases. Further, in the confirmation operation, there are drawbacks in input operation / visual confirmation such as an input error from the input device and a result confirmation error.

【0007】なお1度実行したテストプログラムの2度
目以降の実行は、前回の実行履歴による比較が可能であ
り、この方式は一般的に知られている。
The second and subsequent executions of the test program executed once can be compared with the previous execution history, and this method is generally known.

【0008】[0008]

【発明が解決しようとする課題】上記の従来のテスト方
式では、個々のGUI部品の持つイベントに対するテス
ト項目、テストプログラムをGUI部品単位で人為的に
設定する必要がある。
In the above-mentioned conventional test method, it is necessary to artificially set the test item and the test program for the event of each GUI component in units of GUI components.

【0009】また、作成したテスト項目、テストプログ
ラムの実行順序をあらかじめ定義し、その定義に従い実
行し、実行結果を確認する必要がある。
Further, it is necessary to predefine the execution order of the created test items and test programs, execute them according to the definitions, and confirm the execution results.

【0010】一般的なGUI部品は、そのイベントの内
容も限られているため個々の部品に対するテスト項目、
テストプログラムの作成は可能であるが、部品間の組み
合わせを考慮したテスト項目及びテストプログラムを作
成することは非常に困難である。
In general GUI parts, since the contents of the event are limited, test items for individual parts,
Although it is possible to create a test program, it is very difficult to create a test item and a test program that consider the combination of parts.

【0011】さらに、一般的なGUI部品の他に、シス
テム固有の部品、その部品の持つイベント等を組み合わ
せると、テスト項目の組み合わせは膨大になり、それを
人為的に作成しテストプログラムの作成、実行確認を行
うことは不可能である。
Furthermore, if a system-specific component, an event that the component has, and the like are combined in addition to general GUI components, the number of combinations of test items becomes enormous, and it is artificially created to create a test program. It is impossible to confirm the execution.

【0012】本発明はGUI部品の持つイベントのテス
ト項目、テストプログラムを自動出力することにより、
GUI制御プログラムのプログラムテストに要する時間
の短縮と自動生成するテスト項目にテスト網羅性を持た
せることを目的とするものである。
According to the present invention, by automatically outputting the test items and the test program of the event that the GUI part has,
The purpose is to reduce the time required for the program test of the GUI control program and to make the test items automatically generated have test coverage.

【0013】[0013]

【課題を解決するための手段】本発明は上記の目的を達
成するために、GUI制御プログラムのイベントのテス
トにおいて個々のGUI部品の持つイベントのイベント
名、イベントの出力データ型を入力することにより、該
当部品のイベントをイベントテーブルに登録するとイベ
ント登録処理と、テストプログラムの画面構成を設定
し、部品の配置を設定する画面レイアウト作成処理、作
成された画面とイベントの判定条件から判定条件ファイ
ルを出力する判定条件設定処理、構成された画面と判定
条件ファイルからテスト項目を自動生成するテスト項目
作成処理、判定条件ファイル、イベントテーブルからテ
ストプログラムを自動生成するテストプログラム生成処
理を備えている。
According to the present invention, in order to achieve the above object, by inputting an event name of an event possessed by each GUI component and an output data type of the event in an event test of a GUI control program. , When the event of the relevant part is registered in the event table, the event registration process, the screen layout creation process that sets the screen configuration of the test program and the placement of the parts, and the judgment condition file is created from the created screen and the judgment condition of the event. It is provided with a judgment condition setting process for outputting, a test item creating process for automatically generating a test item from a configured screen and a judgment condition file, a judgment condition file, and a test program generating process for automatically generating a test program from an event table.

【0014】[0014]

【発明の実施の形態】本発明の一実施例を図面を用いて
説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described with reference to the drawings.

【0015】図1は本発明のシステム構成図であり、1
は主記憶装置、10イベント登録処理、11画面レイア
ウト作成処理、12判定条件設定処理、13テスト項目
作成処理、14テストプログラム作成処理それぞれが格
納されている。
FIG. 1 is a system configuration diagram of the present invention.
Stores a main storage device, 10 event registration process, 11 screen layout creation process, 12 determination condition setting process, 13 test item creation process, and 14 test program creation process.

【0016】20はイベント情報を入力するイベント入
力装置、21は画面上に部品を張付け画面レイアウトを
決定する部品張付け装置、22は入力されたイベントの
判定条件を入力する判定条件入力装置である。
Reference numeral 20 is an event input device for inputting event information, 21 is a parts pasting device for sticking parts on the screen to determine the screen layout, and 22 is a judgment condition input device for inputting judgment conditions of the input event.

【0017】30は入力されたイベント情報を格納する
イベントテーブル、31は作成された画面を格納する画
面ファイル、32はイベントに対する判定条件を格納す
る判定条件ファイル、33は作成したテスト項目を格納
するテスト項目ファイル、34はイベントテーブル、判
定条件ファイルから作成したテストプログラムを格納す
るテストプログラムファイルである。
Reference numeral 30 is an event table for storing the input event information, 31 is a screen file for storing the created screen, 32 is a judgment condition file for storing the judgment conditions for the event, and 33 is a created test item. A test item file, 34 is a test program file that stores a test program created from an event table and a judgment condition file.

【0018】図2は入力されたGUI部品名とその部品
に対応するイベント名の対応をイベント登録処理により
イベントテーブルに格納したデータファイルの一例であ
る。登録した部品の持つイベントがマトリックス表形式
で格納されている。
FIG. 2 shows an example of a data file in which the correspondence between the input GUI part name and the event name corresponding to the part is stored in the event table by the event registration process. The events of the registered parts are stored in a matrix table format.

【0019】図3は入力されたGUI部品のイベントの
そのイベントを実行することにより出力されるデータの
型の対応をイベント登録処理によりイベントテーブルに
格納したデータファイルの一例である。
FIG. 3 shows an example of a data file in which the correspondence of the type of data output by executing the event of the input GUI part is stored in the event table by the event registration process.

【0020】イベントテーブルには図2、図3に示すそ
れぞれのデータファイルが格納されている。
The data files shown in FIGS. 2 and 3 are stored in the event table.

【0021】図4は画面レイアウト作成処理で作成され
た画面に張付けられた部品において確認を行うべきイベ
ントの判定条件を、判定条件設定処理で設定し格納した
判定条件ファイルの一例である。
FIG. 4 shows an example of a judgment condition file in which the judgment conditions of the event to be confirmed in the parts attached to the screen created in the screen layout creation process are set and stored in the judgment condition setting process.

【0022】図5はイベント登録処理、図6は画面レイ
アウト作成処理、図7は判定条件設定処理、図8はテス
ト項目作成処理、図9はテストプログラム作成処理それ
ぞれを示すフローチャートであり100〜107、20
0〜212、300〜307、400〜408、500
〜510はそれぞれのフローチャートにおける各処理ス
テップを示す。
FIG. 5 is an event registration process, FIG. 6 is a screen layout creation process, FIG. 7 is a judgment condition setting process, FIG. 8 is a test item creation process, and FIG. 9 is a test program creation process. , 20
0-212, 300-307, 400-408, 500
Reference numerals 510 to 510 show respective processing steps in the respective flowcharts.

【0023】図10は生成されたテスト項目とテストプ
ログラムの一例を示す。
FIG. 10 shows an example of the generated test items and test program.

【0024】以下、各図を参照して本発明の実施例の動
作を説明する。
The operation of the embodiment of the present invention will be described below with reference to the drawings.

【0025】イベント登録処理について図1と図5を用
いて説明する。
The event registration process will be described with reference to FIGS. 1 and 5.

【0026】まず図1に示した主記憶装置(1)上のイ
ベント登録処理を起動し、新規に登録するイベントの属
する部品群名、部品名、イベント名、イベント実行時の
出力データ型の各パラメタを与える。この時、新規に追
加する部品、イベントが無い場合は、本処理をスキップ
し画面レイアウト作成処理(11)に移る。
First, the event registration process on the main storage device (1) shown in FIG. 1 is started, and each of the component group name, the component name, the event name, and the output data type at the time of event execution to which the newly registered event belongs. Give parameters. At this time, if there is no component or event to be newly added, this process is skipped and the process proceeds to the screen layout creation process (11).

【0027】起動されたイベント登録処理においては、
図5に示すように部品名、イベント名等の個々のパラメ
タを入力し(100)、登録しようとする部品、イベン
トの内容が正当なものであると判断したら(103)、
既に登録されている部品、イベントの内容との重複を判
定する(104)。登録しようとする部品、イベントが
既に登録されている部品、イベントと重複しないと判断
できたら、イベントの出力データ型を入力した後(10
6)、イベントテーブルの更新(107)を行い処理を
終了する。
In the activated event registration process,
As shown in FIG. 5, individual parameters such as a part name and an event name are input (100), and when it is determined that the part to be registered and the content of the event are valid (103),
The duplication with the already registered parts and the contents of the event is determined (104). If it is determined that the part to be registered, the part that has already registered the event, and the part do not overlap with the event, enter the output data type of the event (10
6), the event table is updated (107), and the process ends.

【0028】この102〜107の各処理を、登録する
部品、イベントの個数分繰り返す。
The respective processes of 102 to 107 are repeated for the number of parts and events to be registered.

【0029】画面レイアウト作成処理について図1と図
6を用いて説明する。
The screen layout creating process will be described with reference to FIGS. 1 and 6.

【0030】テストプログラムとなる画面を作成するた
めに、画面作成処理を起動する(200)。この画面に
対しテストを行う部品を張り付け(202〜203)、
この処理を必要回数繰り返す。
In order to create a screen as a test program, a screen creating process is started (200). Attach the parts to be tested on this screen (202-203),
This process is repeated the required number of times.

【0031】この張り付けた部品を選択(204〜20
5)することにより、イベント登録処理により作成され
たイベントテーブル(30)を呼び出すことができる
(206)。
Select the attached parts (204 to 20)
By doing 5), the event table (30) created by the event registration process can be called (206).

【0032】画面上で選択された部品に対応するイベン
トテーブル内のイベント群において、目的とするイベン
トを選択し(207〜208)、この処理を必要とする
イベント数分繰り返す。
In the event group in the event table corresponding to the part selected on the screen, the target event is selected (207 to 208), and this process is repeated for the required number of events.

【0033】イベントの選択が終了すると、作成した画
面、部品及びイベントの情報を中間ファイルとして出力
する。
When the selection of the event is completed, the created screen, parts and event information are output as an intermediate file.

【0034】この202〜209の処理において画面上
の各部品に対するイベントの設定が終了したら(20
1)、画面ファイルの生成を行い(211)、処理終了
時に中間ファイルを削除し(212)処理を終了する。
When the event setting for each component on the screen is completed in the processing of 202 to 209 (20
1), a screen file is generated (211), the intermediate file is deleted at the end of the process (212), and the process ends.

【0035】判定条件設定処理について図1と図7を用
いて説明する。
The determination condition setting process will be described with reference to FIGS. 1 and 7.

【0036】画面レイアウト作成処理(11)が終了す
ると、判定条件設定(12)が起動する。画面レイアウ
ト作成処理(11)において作成した画面ファイルを読
み込み(300)、この画面を取り込んだ判定条件設定
画面を表示する(301)。
When the screen layout creating process (11) is completed, the determination condition setting (12) is activated. The screen file created in the screen layout creating process (11) is read (300), and the determination condition setting screen in which this screen is imported is displayed (301).

【0037】表示された判定条件設定画面において、判
定条件を設定する部品を選択し(303)、判定条件を
設定したのち(304)、設定した判定条件が正当なも
のであるか否かの判定を行う(305)。この304〜
306の処理ステップを設定する条件数分繰り返す。判
定条件設定画面上の部品に対し、判定条件の設定が終了
すると、判定条件ファイルを出力し(307)、処理を
終了する。
On the displayed judgment condition setting screen, the component for which the judgment condition is set is selected (303), the judgment condition is set (304), and it is judged whether the set judgment condition is valid or not. (305). This 304 ~
The processing step 306 is repeated for the number of conditions to be set. When the setting of the judgment condition is completed for the component on the judgment condition setting screen, the judgment condition file is output (307) and the process is ended.

【0038】テスト項目作成処理について図1と図8を
用いて説明する。
The test item creation process will be described with reference to FIGS. 1 and 8.

【0039】判定条件設定処理(12)が終了すると、
テスト項目作成処理(13)が起動する。判定条件設定
処理において作成された判定条件ファイル(32)を読
み込み(400)、このファイルより各部品の部品名、
イベント名、イベント実行時の出力データ型、部品位置
及び判定条件を読み込む(402〜406)。
When the judgment condition setting process (12) is completed,
The test item creation process (13) is started. The determination condition file (32) created in the determination condition setting process is read (400), and the component name of each component is read from this file,
The event name, the output data type when the event is executed, the part position, and the determination condition are read (402 to 406).

【0040】1レコード分読み終えると、読み込んだ各
項目を用いて該当部品に対するテスト項目を生成し(4
07)、テスト項目ファイルを出力する(408)。
When one record has been read, test items for the relevant parts are generated using the read items (4
07), and output the test item file (408).

【0041】この処理をファイルの最終レコードまで繰
り返し(401)、全てのレコードに対するテスト項目
を出力し処理を終了する。
This process is repeated up to the last record of the file (401), the test items for all records are output, and the process ends.

【0042】テストプログラム作成処理について図1と
図9を用いて説明する。
The test program creation process will be described with reference to FIGS. 1 and 9.

【0043】判定条件設定処理(12)において作成さ
れた判定条件ファイルを読み込み(500)、読み込ん
だ判定条件ファイルの解析を行う(501)。この判定
条件ファイルの解析情報をもとに、対応する部品、イベ
ントの情報をイベントテーブルから読み込み(50
2)、各部品に設定されているイベントに対応するイベ
ント情報の解析を行う(503)。解析が終了したらル
ープのカウンタに画面上の部品数を代入し(504)、
各部品の情報を結合するループに入る。
The judgment condition file created in the judgment condition setting process (12) is read (500), and the read judgment condition file is analyzed (501). Based on the analysis information of this judgment condition file, the corresponding parts and event information is read from the event table (50
2), the event information corresponding to the event set in each component is analyzed (503). When the analysis is completed, the number of parts on the screen is assigned to the loop counter (504),
Enter a loop that combines the information of each part.

【0044】イベントテーブルと判定条件ファイルの解
析情報を結合し(505)、各部品に対し中間ファイル
を生成する(506)。これを画面に張り付けられてい
る部品数分繰り返す。全部品に対する中間ファイルを生
成し終えたら、それぞれの中間ファイルを結合(50
8)した後、テストプログラムを生成し(509)、テ
ストプログラムファイルを出力し(510)処理を終了
する。
The analysis information of the event table and the judgment condition file are combined (505), and an intermediate file is generated for each part (506). Repeat this for the number of parts attached to the screen. After generating the intermediate files for all parts, combine the intermediate files (50
After 8), a test program is generated (509), a test program file is output (510), and the process is terminated.

【0045】[0045]

【発明の効果】以上説明したように、本発明はGUI制
御プログラムにおけるイベントのテストにおいてテスト
プログラムの画面構成、テスト条件をビジュアルに定義
することにより、テストの基本項目から組み合わせ項目
までのテスト項目、テストプログラムを自動的に生成で
きる。
As described above, according to the present invention, in the event test in the GUI control program, by visually defining the screen configuration and the test condition of the test program, the test items from the basic items to the combination items of the test, A test program can be generated automatically.

【0046】また、1度登録したイベントに対しての2
度目以降の登録が省略できイベントのテストにおけるテ
スト効率を高める効果がある。
Also, 2 for the event registered once
Registration after the first time can be omitted, which has the effect of improving the test efficiency in event testing.

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

【図1】本発明のシステム構成図である。FIG. 1 is a system configuration diagram of the present invention.

【図2】GUI部品とその部品の持つイベントの対応を
示す図である。
FIG. 2 is a diagram showing correspondence between GUI parts and events held by the parts.

【図3】各部品のイベントとイベント実行時の出力デー
タ型の対応を示す図である。
FIG. 3 is a diagram showing a correspondence between an event of each component and an output data type when the event is executed.

【図4】テストする部品、イベントと判定条件の対応を
示す図である。
FIG. 4 is a diagram showing correspondence between components to be tested, events, and determination conditions.

【図5】イベント登録処理のフローチャートである。FIG. 5 is a flowchart of event registration processing.

【図6】画面レイアウト作成処理のフローチャートであ
る。
FIG. 6 is a flowchart of a screen layout creation process.

【図7】判定条件設定処理のフローチャートである。FIG. 7 is a flowchart of determination condition setting processing.

【図8】テスト項目作成処理のフローチャートである。FIG. 8 is a flowchart of a test item creation process.

【図9】テストプログラム作成処理のフローチャートで
ある。
FIG. 9 is a flowchart of a test program creation process.

【図10】生成されたテスト項目と項目に対応するテス
トプログラムの一例である。
FIG. 10 is an example of generated test items and a test program corresponding to the items.

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

1…主記憶装置、 10…イベント登録処
理、11…画面レイアウト作成処理、12…判定条件設
定処理、13…テスト項目作成処理、 14…テスト
プログラム作成処理、20…イベント入力、
21…部品の張付け、22…判定条件入力、
30…イベントテーブル、31…画面ファイル、
32…判定条件ファイル、33…テスト項目ファイ
ル、 34…テストプログラムファイル、100〜1
07…処理、 200〜212…処理、300〜
307…処理、 400〜408…処理、500
〜510…処理。
DESCRIPTION OF SYMBOLS 1 ... Main memory device, 10 ... Event registration process, 11 ... Screen layout creation process, 12 ... Judgment condition setting process, 13 ... Test item creation process, 14 ... Test program creation process, 20 ... Event input,
21 ... Adhesion of parts, 22 ... Input of judgment conditions,
30 ... event table, 31 ... screen file,
32 ... Judgment condition file, 33 ... Test item file, 34 ... Test program file, 100-1
07 ... Processing, 200-212 ... Processing, 300-
307 ... Processing, 400-408 ... Processing, 500
~ 510 ... Processing.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】GUI制御プログラムの持つイベントのテ
スト方式において、GUI部品名と部品の持つイベント
名の対応を表すマトリックス表、イベントの処理内容、
判定条件、判定値の対応を表すテーブルを基に、GUI
部品の持つイベントに対するテスト項目、テストプログ
ラムを自動生成するテストプログラム生成処理から成る
ことを特徴としたGUI制御プログラムのイベントテス
ト方式。
Claims: 1. In the event test method of a GUI control program, a matrix table showing correspondence between GUI part names and event names of parts, event processing contents,
GUI based on the table showing the correspondence between the judgment conditions and the judgment values
An event test method for a GUI control program, comprising test items for events of parts and a test program generation process for automatically generating a test program.
JP8150745A 1996-06-12 1996-06-12 Event test system for gui control program Pending JPH09330248A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8150745A JPH09330248A (en) 1996-06-12 1996-06-12 Event test system for gui control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8150745A JPH09330248A (en) 1996-06-12 1996-06-12 Event test system for gui control program

Publications (1)

Publication Number Publication Date
JPH09330248A true JPH09330248A (en) 1997-12-22

Family

ID=15503499

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8150745A Pending JPH09330248A (en) 1996-06-12 1996-06-12 Event test system for gui control program

Country Status (1)

Country Link
JP (1) JPH09330248A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004318887A (en) * 2003-04-14 2004-11-11 Microsoft Corp Method for testing object
JP2006114049A (en) * 2004-10-15 2006-04-27 Microsoft Corp System and method for visualizing user interface element
US7752501B2 (en) 2006-07-27 2010-07-06 International Business Machines Corporation Dynamic generation and implementation of globalization verification testing for user interface controls
JP2010157108A (en) * 2008-12-26 2010-07-15 Canon Inc Software evaluation method, and information processor achieving the same
WO2015004771A1 (en) 2013-07-11 2015-01-15 三菱電機株式会社 Plant equipment test device

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004318887A (en) * 2003-04-14 2004-11-11 Microsoft Corp Method for testing object
JP2006114049A (en) * 2004-10-15 2006-04-27 Microsoft Corp System and method for visualizing user interface element
US7752501B2 (en) 2006-07-27 2010-07-06 International Business Machines Corporation Dynamic generation and implementation of globalization verification testing for user interface controls
JP2010157108A (en) * 2008-12-26 2010-07-15 Canon Inc Software evaluation method, and information processor achieving the same
WO2015004771A1 (en) 2013-07-11 2015-01-15 三菱電機株式会社 Plant equipment test device
EP3021186A1 (en) * 2013-07-11 2016-05-18 Mitsubishi Electric Corporation Plant equipment test device
EP3021186A4 (en) * 2013-07-11 2017-05-03 Mitsubishi Electric Corporation Plant equipment test device
US10090705B2 (en) 2013-07-11 2018-10-02 Mitsubishi Electric Corporation Plant facilities testing apparatus

Similar Documents

Publication Publication Date Title
US8881105B2 (en) Test case manager
CN107102947B (en) ATM transaction flow testing device and method
US20080086627A1 (en) Methods and apparatus to analyze computer software
US20140181793A1 (en) Method of automatically testing different software applications for defects
US20100218168A1 (en) System and Method for Generating a Test Environment Script File
JP3521147B2 (en) User interface customizing method and apparatus
EP1095334A1 (en) Method for defining durable data for regression testing
JP2001005690A (en) Program test system
JP2000112784A (en) Program test support device and storage medium recording program test support program
JPH09330248A (en) Event test system for gui control program
JP2001356936A (en) Test support device and supporting method of gui system program
US7707017B2 (en) System modeling facilitating method and apparatus
JPH06348766A (en) Method and device for incorporating tool
JPH08190476A (en) Development assisting device for interactive program
CN101727384B (en) Control method for automatically testing application software
CN110738384B (en) Event sequence checking method and system
JP2000215082A (en) Playback test system for distributed object environment
JPH08129483A (en) Event driving type process controller
JP2004362495A (en) Method for supporting of error log information analysis, executing system thereof, and processing program thereof
JP4568150B2 (en) Processing device and processing device system
JPH09223040A (en) System test supporting device for software and test scenario generator to be used for the same
CN113220592B (en) Processing method and device for automatic test resources, server and storage medium
JPH09223042A (en) System test device for software
JPH1063491A (en) Device and method for supoprting program development
CN114924954A (en) Jenkins-based automatic test platform