JP2008040537A - Gui test support system and application program for test support - Google Patents

Gui test support system and application program for test support Download PDF

Info

Publication number
JP2008040537A
JP2008040537A JP2006209904A JP2006209904A JP2008040537A JP 2008040537 A JP2008040537 A JP 2008040537A JP 2006209904 A JP2006209904 A JP 2006209904A JP 2006209904 A JP2006209904 A JP 2006209904A JP 2008040537 A JP2008040537 A JP 2008040537A
Authority
JP
Japan
Prior art keywords
gui
test
web
windows
script file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2006209904A
Other languages
Japanese (ja)
Other versions
JP4295775B2 (en
Inventor
Ryunosuke Kobayashi
竜之介 小林
Tetsuo Sato
哲夫 佐藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Information Systems Ltd
Original Assignee
Hitachi Information Systems Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Information Systems Ltd filed Critical Hitachi Information Systems Ltd
Priority to JP2006209904A priority Critical patent/JP4295775B2/en
Publication of JP2008040537A publication Critical patent/JP2008040537A/en
Application granted granted Critical
Publication of JP4295775B2 publication Critical patent/JP4295775B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a GUI test support system which is mounted with two systems of operation recording/reproducing functions of a Windows GUI and a Web GUI, and fully exhibits user-friendliness by switching the recording/reproducing state of both functions depending on an operation object. <P>SOLUTION: The GUI test support system is provided with: an OS1; a test execution tool 3 for executing an application program 2 having a Windows GUI and a Web GUI to be tested and executing the test of the application program in an object description system; and a storage device 4 for storing test scripts acquired by the test execution tool 3. The test execution tool 3 is provided with: GUI operation recording parts 10a and 11a for respectively storing the Windows GUI and the Web GUI operation progress as scripts; a script merge processing part 12b for merging and storing the respective scripts; and GUI operation reproduction parts 10b and 11b for reproducing each of the Windows GUI and the Web operation progress by using the merged and stored scripts. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、GUI(グラフィカル ユーザ インタフェース)テスト支援システム及び当該システムに用いるテスト支援用アプリケーションプログラムに係り、特に、スクリプトのメンテナンス性を損なわない状態でウインドウズ(登録商標)系GUI及びウエブ系GUIの混在しているスクリプト記録再生を実現するGUIテスト支援システム及びテスト支援用アプリケーションプログラムに関する。   The present invention relates to a GUI (Graphical User Interface) test support system and a test support application program used in the system, and in particular, a mixture of a Windows (registered trademark) GUI and a web GUI without impairing the maintainability of a script. The present invention relates to a GUI test support system and a test support application program for realizing script recording and reproduction.

最近のコンピュータ技術の長足の進歩に伴って、コンピュータを用いたシステム開発規模が巨大化しており、それにより、アプリケーションの開発についても、複雑化が進んでいる。このため、使用するアプリケーションの品質を高く保持するためには、必要とするテスト工程の工数も多くなり、かつ、煩雑なものになり、その上、そのテストの重要性は留まることなく増大する傾向にある。   With recent advances in computer technology, the scale of system development using computers has become enormous, and as a result, application development has become more complex. For this reason, in order to keep the quality of the application to be used high, the number of man-hours required for the test process increases and becomes complicated, and the importance of the test tends to increase without stopping. It is in.

アプリケーションの置かれているこのような背景の中で、アプリケーションのテストを自動化することは、人為的なミスが少なくなり、その結果、高い信頼性を有するものとなり、かつ、手動により行う場合に比べてテスト工程の工数を大幅に低減できることから、GUIを有するアプリケーションのテスト時においても、自動化テストによる実行ツールを適用することは極めて有効な手段である。特に、GUIを有するアプリケーションのテスト時には、以前に行われたユーザによるテスト操作経緯を、一旦記録部に記録し、その記録内容をテスト用スクリプトの形でファイル化しておけば、以後、当該アプリケーションを改造する場合においても、過去にファイル化したテスト用スクリプトを適宜自動再生することにより、改造を行っても既存部分に不具合が発生していないことを、テスト工程の工数を増やすことなく確認できる点において利点を有するものである。   In such a background where the application is placed, automating application testing reduces human error and, as a result, is highly reliable and compared to manual operation. Therefore, applying an execution tool based on an automated test is an extremely effective means even when testing an application having a GUI. In particular, when testing an application having a GUI, once the history of the test operation performed by the user previously is recorded in the recording unit, and the recorded content is filed in the form of a test script, the application is subsequently used. Even when remodeling, by automatically replaying the test script filed in the past, it is possible to confirm that there is no defect in the existing part even if remodeling is performed without increasing the number of test steps. Have advantages.

最近になって、GUIを有するアプリケーションのテスト時にテスト自動実行ツールを適用する手段として、特開2000−112784号公報に開示されたプログラムテスト支援装置が提案されている。   Recently, a program test support apparatus disclosed in Japanese Patent Laid-Open No. 2000-112784 has been proposed as means for applying an automatic test execution tool when testing an application having a GUI.

この特開2000−112784号公報に開示のプログラムテスト支援装置は、被テストプログラムに対するユーザの入力操作を操作手順データとして記録する操作記録部20と、操作記録部20に記録された操作手順データから入力操作の入力項目を抽出し、入力項目毎に一つ以上の入力値を設定するテストデータ編集部30と、設定された入力値を組み合わせて複数のテストケースを自動生成するテストケース生成部40と、操作記録部20に記録された操作手順データの入力項目の入力値を各テストケースの入力値に置換して各テストケース毎の新たな操作手順データを生成し、生成した新たな操作手順データに基づいて被テストプログラムをテストする操作再生部60と、被テストプログラムのテスト後に各テストケース毎の入力値の評価を行うテスト結果分析評価部70とを有し、入力項目毎に一つ以上の入力値をスクリプト編集により適宜変化させることにより、種々のテストパターンが容易に生成され、それによりこれらのテストパターンを用いて被テストプログラムのテストを自動実行できるようにしたものである。   The program test support apparatus disclosed in Japanese Patent Application Laid-Open No. 2000-112784 is based on an operation recording unit 20 that records user input operations on a program under test as operation procedure data, and operation procedure data recorded in the operation recording unit 20. A test data editing unit 30 that extracts input items of input operations and sets one or more input values for each input item, and a test case generation unit 40 that automatically generates a plurality of test cases by combining the set input values. Then, the input value of the input item of the operation procedure data recorded in the operation recording unit 20 is replaced with the input value of each test case to generate new operation procedure data for each test case, and the generated new operation procedure An operation playback unit 60 for testing a program under test based on data, and an input value for each test case after the test of the program under test A test result analysis / evaluation unit 70 that performs evaluation, and various test patterns are easily generated by appropriately changing one or more input values for each input item by script editing. Is used to automatically execute the test of the program under test.

一般に、GUIテスト自動実行プログラムにおいては、テストを自動実行させる操作が記されるスクリプトとして、大きく分けると、オブジェクト記述方式及び座標軸記述方式の2種類に分類できることが知られている。この場合、オブジェクト記述方式は、例えば、中心座標が(100、200)に位置するボタンAをクリック操作を表す際に、「ボタンAをクリック」というオブジェクトを主体とした表現が用いられており、座標軸記述方式は、中心座標が(100、200)に位置するボタンAをクリック操作を表す際に、「(100、200)をクリック」という座標を主体とした表現が用いられている。   In general, it is known that a GUI test automatic execution program can be roughly classified into two types, an object description method and a coordinate axis description method, as scripts for describing operations for automatically executing tests. In this case, as the object description method, for example, when the button A whose center coordinates are located at (100, 200) is represented as a click operation, an expression based on the object “click button A” is used. In the coordinate axis description method, when the button A whose center coordinates are located at (100, 200) is represented as a click operation, an expression based on the coordinates “click (100, 200)” is used.

ところで、GUIテストを行うテスト自動実行ツールとしては、対象となるアプリケーションのコントロール配置座標変更の影響を受けず、また、ユーザがスクリプトを目にした際、どのような操作を行ったかが容易に理解できるオブジェクト記述方式を用いることが好ましい。この場合、オブジェクト記述方式は、ウインドウズ系統、ウエブ系統の2種類に分類される。その理由は、ウインドウズ系統とウエブ系統のそれぞれにおいてオブジェクト認識の概念が根本的に異なっているためで、GUIテストを行う自動実行ツールも、一般に、ウインドウズ系統を対象としたものまたはウエブ系統を対象としたものがそれぞれ専用的に使用されている。
特開2000−112784号公報
By the way, as an automatic test execution tool for performing a GUI test, it is not affected by the change in the control arrangement coordinates of the target application, and it is easy to understand what operation was performed when the user saw the script. It is preferable to use an object description method. In this case, the object description method is classified into two types, a Windows system and a web system. The reason is that the concept of object recognition is fundamentally different between the Windows system and the Web system, and the automatic execution tool for performing the GUI test is generally intended for the Windows system or the Web system. Each one is used exclusively.
JP 2000-112784 A

ウインドウズ系統及びウエブ系統の2種類に分類されるオブジェクト記述方式においては、特開2000−112784号公報に開示のプログラムテスト支援装置のように、ウインドウズ系統またはウエブ系統のいづれかの系統を対象とした専用のGUIテスト自動実行ツールが存在しているが、実際には、ウエブアプリケーションにおいてもダイアログやウインドウズアプリケーションを併用しているものが多く、一連の操作が行われた際に、ウインドウズ系統とウエブ系統とが混在しているものの操作に対応することができないものである。   In the object description method classified into two types, the Windows system and the web system, as in the program test support apparatus disclosed in Japanese Patent Application Laid-Open No. 2000-112784, a dedicated system for either the Windows system or the web system is used. GUI test automatic execution tools exist, but in reality, many web applications also use dialogs and Windows applications. When a series of operations are performed, the Windows system and the web system However, it cannot handle the operation.

すなわち、オブジェクト記述方式を用いれば、スクリプトの可読性、メンテナンス性が高いことから、オブジェクト記述方式によるテスト自動実行スクリプトの実現を試みようとしても、ウインドウズGUI操作に専用の動作部分と、ウエブGUI操作に専用の動作部分とが混在し、それらの動作は互いに他の系統の動作によって制限を受けることから、GUIテスト自動実行ツールの利便性を十分に発揮できるものではない。   In other words, if the object description method is used, the readability and maintainability of the script are high. Therefore, even if an attempt is made to realize an automatic test execution script using the object description method, the operation part dedicated to the Windows GUI operation and the Web GUI operation are used. Since dedicated operation parts are mixed and their operations are restricted by operations of other systems, the convenience of the GUI test automatic execution tool cannot be fully exhibited.

本発明は、このような技術的背景に鑑みてなされたもので、その目的は、ウインドウズGUIに対する操作記録再生機能とウエブGUIに対する操作記録再生機能の2系統を実装し、操作対象がどちらの系統のGUIであるかを監視しながら両機能の記録再生状態を切替えることにより、利便性を十分に発揮できるようにしたGUIテスト支援システムを提供することにある。   The present invention has been made in view of such a technical background, and an object of the present invention is to implement two systems of an operation recording / reproducing function for a Windows GUI and an operation recording / reproducing function for a web GUI. It is an object of the present invention to provide a GUI test support system that can fully exhibit convenience by switching the recording / reproducing state of both functions while monitoring whether the GUI is the same.

前記目的を達成するために、本発明によるGUIテスト支援システムは、OSと、OSによってそれぞれ制御される入力操作部及びテスト対象となるOS系GUI及びウエブGUIを有するアプリケーションプログラム及びそのアプリケーションプログラムのテストをオブジェクト記述方式に従って実行するテスト実行ツールと、テスト実行ツールで得られたテストスクリプトを格納するテストスクリプトファイルを有する記憶装置とを備え、テスト実行ツールは、入力操作部によるOS系GUI操作経緯をテストスクリプトファイルにスクリプトとして格納するOS系GUI操作記録部及びテストスクリプトファイルに格納したOS系GUI操作経緯を再現するOS系GUI操作再生部を有するOS系GUI操作記録再生機能と、入力操作部によるウエブGUI操作経緯をテストスクリプトファイルにスクリプトとして格納するウエブ操作記録部及びテストスクリプトファイルに格納したウエブGUI操作経緯を再現するウエブGUI操作再生部を有するウエブGUI操作記録再生機能と、OS系GUI操作記録再生機能及びウエブGUI操作再生機能を管理するテスト管理部及びテストスクリプトファイルに格納したOS系GUI操作経緯及びウエブGUI操作経緯をマージしてテストスクリプトファイルに格納するスクリプトマージ処理部を有するテスト自動実行マネージャ機能とを備えているものである。   In order to achieve the above object, a GUI test support system according to the present invention includes an OS, an input operation unit controlled by the OS, an OS-based GUI to be tested, and an application program having a web GUI, and a test of the application program. Is executed according to the object description method, and a storage device having a test script file for storing the test script obtained by the test execution tool. OS-based GUI operation recording / reproducing function having an OS-based GUI operation recording unit stored as a script in the test script file, an OS-based GUI operation reproducing unit reproducing the OS-based GUI operation history stored in the test script file, and an input operation Web GUI operation recording / playback function having a web GUI operation playback section for reproducing the web GUI operation history stored in the test script file and a web GUI operation playback section for storing the web GUI operation history by the test script file as a script, and an OS system GUI A test management unit that manages the operation recording / reproducing function and the web GUI operation / reproducing function, and a test merge unit that merges the OS GUI operation history and the web GUI operation history stored in the test script file and stores them in the test script file It has an automatic execution manager function.

また、前記目的を達成するためのGUIテスト支援システムをオブジェクト記述方式に従って実行動作するOS系GUI及びウエブGUIを有するテスト支援用アプリケーションプログラムであって、入力操作部に基づくOS系GUI操作経緯をスクリプトとしてテストスクリプトファイルに格納する第1手段と、入力操作部に基づくウエブGUI操作経緯をスクリプトとしてテストスクリプトファイルに格納する第2手段と、テスト管理部の制御によってOS系GUI操作記録部に記録したOS系GUI操作経緯を再現させる第3手段と、テスト管理処理部の制御によってウエブGUI操作記録部に記録したウエブGUI操作経緯を再現させる第4手段と、スクリプトマージ処理部の制御の基にテストスクリプトファイルにそれぞれ格納されたOS系GUI操作経緯及びウエブGUI操作経緯とをマージしてテストスクリプトファイルに格納する第5手段とを選択的に実行されるものである。   A test support application program having an OS GUI and a web GUI for executing a GUI test support system for achieving the above object according to an object description method, wherein the OS system GUI operation history based on an input operation unit is scripted. As a first means for storing in the test script file, a second means for storing the web GUI operation history based on the input operation unit as a script in the test script file, and recorded in the OS GUI operation recording unit under the control of the test management unit Test based on the third means for reproducing the OS system GUI operation history, the fourth means for reproducing the web GUI operation history recorded in the web GUI operation recording section under the control of the test management processing section, and the control of the script merge processing section Each stored in a script file It was merged and OS-based GUI operation history and web GUI operating history are those selectively executing a fifth means for storing the test script file.

以上のように、本発明のGUIテスト支援システム及びこのGUIテスト支援システムをオブジェクト記述方式に従って実行動作させるウインドウズ(OS系)GUI及びウエブGUIを有するテスト支援用アプリケーションプログラムによれば、ウインドウズGUI、ウエブGUIの種別に係わりなく、オブジェクト記述方式によるスクリプトのテスト自動実行が可能となるもので、オブジェクト記述方式を用いたことにより、座標軸記述方式を用いた場合に比べ、テスト対象GUIにレイアウト変更が生じる度に以前に記録したスクリプトの再編集を行ったり、GUI操作手順の再記録を行ったりする必要がなく、ウインドウズ系統及びウエブ系統の双方に対応させることが可能であるので、メンテナンス性に優れたテスト自動化の対象を拡大させることができ、アプリケーションの開発における生産性の向上やアプリケーションの品質を向上させることができるという効果がある。   As described above, according to the GUI test support system of the present invention and the test support application program having the Windows (OS system) GUI and the web GUI for executing the GUI test support system according to the object description method, the Windows GUI, the web Regardless of the type of GUI, it is possible to automatically execute a script test using the object description method. By using the object description method, the layout of the test target GUI is changed compared to the case where the coordinate axis description method is used. There is no need to re-edit scripts previously recorded or re-record GUI operation procedures every time, and it is possible to handle both Windows and web systems, so it has excellent maintainability. Target of test automation Can be enlarged, there is an effect that it is possible to improve the quality of productivity improvement and application in the development of applications.

以下、本発明の実施の形態を図面を参照して説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1は、本発明によるGUIテスト支援システムの実施の形態に係るもので、その要部構成を示すブロック図であり、このGUIテスト支援システムは、コンピュータシステムにおけるハードウエア資源を利用することによって実現されるものである。   FIG. 1 relates to an embodiment of a GUI test support system according to the present invention, and is a block diagram showing the configuration of the main part thereof. This GUI test support system is realized by using hardware resources in a computer system. It is what is done.

図1に示すように、このGUIテスト支援システムは、ウインドウズOS(オペレーティングシステム)1と、テストの対象となるGUIアプリケーションプログラムが格納されたテスト対象GUI群2と、テストの対象となるGUIアプリケーションプログラムのテストを実行するGUIテスト自動実行ツール3と、テストスクリプトファイルを内包する記憶装置4と、入力操作機器であるキーボード5及びマウス6と、表示機器であるディスプレイ7とからなっている。ここで、ウインドウズOS1は、テスト対象GUI群2、GUIテスト自動実行ツール3、キーボード5、マウス6、ディスプレイ7にそれぞれ結合され、GUIテスト自動実行ツール3は、記憶装置4に結合されている。   As shown in FIG. 1, the GUI test support system includes a Windows OS (operating system) 1, a test target GUI group 2 in which a GUI application program to be tested is stored, and a GUI application program to be tested. The GUI test automatic execution tool 3 for executing the above test, the storage device 4 containing the test script file, the keyboard 5 and the mouse 6 which are input operation devices, and the display 7 which is a display device. Here, the Windows OS 1 is coupled to the test target GUI group 2, the GUI test automatic execution tool 3, the keyboard 5, the mouse 6, and the display 7, and the GUI test automatic execution tool 3 is coupled to the storage device 4.

そして、テスト対象GUI群2は、ウインドウズGUI8aを内包するウインドウズフォーム8とウエブGUI9aを内包するウエブブラウザ9とによって構成される。また、GUIテスト自動実行ツール3は、ウインドウズGUI操作記録部10aとウインドウズGUI操作再生部10bとを有するウインドウズGUI操作記録再生機能10と、ウエブGUI操作記録部11aとウエブGUI操作再生部11bとを有するウエブGUI操作記録再生機能11と、テスト管理部12aとスクリプトマージ処理部12bとを有するテスト自動実行マネージャ機能12とによって構成される。さらに、記憶装置4は、ウインドウズGUI用テストスクリプトファイル13aとウエブGUI用テストスクリプトファイル13bとテストスクリプトファイル13cとによって構成される。   The test target GUI group 2 includes a Windows form 8 that includes a Windows GUI 8a and a web browser 9 that includes a web GUI 9a. The GUI test automatic execution tool 3 includes a Windows GUI operation recording / reproducing function 10 having a Windows GUI operation recording unit 10a and a Windows GUI operation reproducing unit 10b, a web GUI operation recording unit 11a, and a web GUI operation reproducing unit 11b. And a test automatic execution manager function 12 having a test management unit 12a and a script merge processing unit 12b. Further, the storage device 4 includes a Windows GUI test script file 13a, a web GUI test script file 13b, and a test script file 13c.

この場合、GUIテスト自動実行ツール3及び記憶装置4で実行されるテスト動作の概要について述べると、ウインドウズGUI操作記録部10aは、ウインドウズGUIに対する入力操作が行われたとき、その入力操作内容を記録し、記録した入力操作内容をテストスクリプトとしてウインドウズGUI用テストスクリプトファイル13aに操作された順序に従って一時的に記憶するように動作する。また、ウインドウズGUI操作再生部10bは、ウインドウズGUIに対する再生操作が指示されたとき、ウインドウズGUI用テストスクリプトファイル13aに記録したウインドウズGUIに対する入力操作を再現するように動作する。   In this case, the outline of the test operation executed by the GUI test automatic execution tool 3 and the storage device 4 will be described. When the input operation to the Windows GUI is performed, the Windows GUI operation recording unit 10a records the input operation content. The recorded input operation contents are temporarily stored as a test script in the order in which they are operated in the Windows GUI test script file 13a. The Windows GUI operation / playback unit 10b operates so as to reproduce the input operation for the Windows GUI recorded in the Windows GUI test script file 13a when a playback operation for the Windows GUI is instructed.

また、ウエブGUI操作記録部11aは、ウエブGUIに対する入力操作が行われたとき、その入力操作内容を記録し、記録した入力操作内容をテストスクリプトとしてウエブGUI用テストスクリプトファイル13bに操作された順序に従って一時的に記憶するように動作する。また、ウエブGUI操作再生部11bは、ウインドウズGUIに対する再生操作が指示されたとき、ウインドウズGUI用テストスクリプトファイル13bに記録したウインドウズGUIに対する入力操作を再現するように動作する。   The web GUI operation recording unit 11a records the input operation content when an input operation is performed on the web GUI, and the operation order of the recorded input operation content as a test script on the web GUI test script file 13b. According to the temporary storage. The web GUI operation playback unit 11b operates to reproduce the input operation for the Windows GUI recorded in the Windows GUI test script file 13b when a playback operation for the Windows GUI is instructed.

さらに、テスト管理部12aは、ウエブGUI操作再生部10bとウエブGUI操作再生部11bとで行われる入力操作の再現処理を管理するものであり、スクリプトマージ処理部12bは、ウインドウズGUI用テストスクリプトファイル13aとウエブGUI用テストスクリプトファイル13bとを結合するとともに、結合したスクリプトをテストスクリプトファイル13cに格納するように動作する。   Further, the test management unit 12a manages input operation reproduction processing performed by the web GUI operation reproduction unit 10b and the web GUI operation reproduction unit 11b, and the script merge processing unit 12b includes a test script file for Windows GUI. 13a and the web GUI test script file 13b are combined, and the combined script is operated to be stored in the test script file 13c.

前記構成によるGUIテスト支援システムの動作は、次のとおりである。   The operation of the GUI test support system configured as described above is as follows.

まず、ユーザがテスト対象GUI群2に格納されているGUIアプリケーションプログラムの起動処理を行うと、ウインドウズOS1の制御によって、GUIアプリケーションプログラムが起動し、ディスプレイ7に入力操作画面が表示される。   First, when the user performs activation processing of a GUI application program stored in the test target GUI group 2, the GUI application program is activated under the control of the Windows OS 1 and an input operation screen is displayed on the display 7.

図2は、このときディスプレイ7に表示される入力操作画面と操作された際にOS内部で発生するイベント動作を示した一例である。   FIG. 2 is an example showing an input operation screen displayed on the display 7 at this time and an event operation that occurs inside the OS when operated.

このような入力操作画面が表示されたとき、ユーザがその入力操作画面の操作指示に従ってボタンAをクリック操作すると、ウインドウズOS1はユーザが行った操作に対応したイベントメッセージ(a)をOS内部で発生する。この時点に、GUIテスト自動実行ツール3は、ウインドウズGUI操作記録部10aがこの操作時のイベントメッセージ(a)を読み込み、スクリプトという形でウインドウズGUI用テストスクリプトファイル13aに一時記憶する。   When such an input operation screen is displayed, when the user clicks the button A according to the operation instruction on the input operation screen, the Windows OS 1 generates an event message (a) corresponding to the operation performed by the user inside the OS. To do. At this time, in the GUI test automatic execution tool 3, the Windows GUI operation recording unit 10a reads the event message (a) at the time of this operation, and temporarily stores it in the Windows GUI test script file 13a in the form of a script.

図3は、記録されたスクリプトファイルを用いてGUIテスト自動実行ツール3がGUIアプリケーションプログラムを自動実行する動作概念を示した一例である。   FIG. 3 is an example showing an operation concept in which the GUI test automatic execution tool 3 automatically executes the GUI application program using the recorded script file.

GUIテスト自動実行ツール3は、保存されたスクリプトファイルを読み込み、対応するイベントメッセージ(b)を発生させることによりボタンAがクリックされた操作を再現する。   The GUI test automatic execution tool 3 reproduces the operation in which the button A is clicked by reading the saved script file and generating the corresponding event message (b).

図4は、この後、GUIテスト自動実行ツール3において、入力操作画面の指示によりユーザがウエブGUI9a→ウインドウズGUI8a→ウエブGUI9aの順に操作が行われた場合の処理手順を示すフローチャートである。   FIG. 4 is a flowchart showing a processing procedure when the user performs operations in the order of the Web GUI 9a → Windows GUI 8a → Web GUI 9a in accordance with an instruction on the input operation screen in the GUI test automatic execution tool 3 thereafter.

以下、このフローチャートに従ってGUIテスト自動実行ツール3で行われる操作記録動作について説明する。   The operation recording operation performed by the GUI test automatic execution tool 3 will be described below according to this flowchart.

まず、ステップS1において、テスト自動実行マネージャ機能12は、ユーザからの記録開始操作を受けると、テスト管理部12aを通して、ウインドウズGUI操作記録再生機能10及びウエブGUI操作記録再生機能11を起動する。   First, in step S1, upon receiving a recording start operation from the user, the automatic test execution manager function 12 activates the Windows GUI operation recording / reproducing function 10 and the web GUI operation recording / reproducing function 11 through the test management unit 12a.

次に、ステップS2において、テスト自動実行マネージャ機能12は、ユーザによるテスト対象GUI群2に格納されているGUIアプリケーションプログラムの操作が行われると、起動したウインドウズGUI操作記録再生機能10のウインドウズGUI操作記録部10a及び起動したウエブGUI操作記録再生機能11のウエブGUI操作記録処理部11aがそれぞれ当該ユーザの操作経緯をスクリプトの形で対応するウインドウズGUI用テストスクリプトファイル13aまたはウエブGUI用テストスクリプトファイル13bに格納する。   Next, in step S2, when the user operates the GUI application program stored in the test target GUI group 2, the automatic test execution manager function 12 performs the Windows GUI operation of the activated Windows GUI operation recording / playback function 10. The recording GUI 10a and the web GUI operation recording processing unit 11a of the activated web GUI operation recording / reproducing function 11 correspond to the user's operation history in the form of a script, respectively, a Windows GUI test script file 13a or a web GUI test script file 13b. To store.

次いで、ステップS3において、ユーザによるGUIアプリケーションプログラムに対する一通りの操作が終了してユーザが操作記録を停止するためのホットキーを押圧したか否かが判断される。そして、ホットキーを押圧したと判断した(Y)ときは次のステップS4に移行する。一方、ホットキーを押圧していないと判断した(N)ときは記録停止命令待ちループ内でステップS2及びステップS3の処理を繰り返し実行する。   Next, in step S3, it is determined whether or not the user has completed a series of operations on the GUI application program and the user has pressed a hot key for stopping operation recording. When it is determined that the hot key has been pressed (Y), the process proceeds to the next step S4. On the other hand, when it is determined that the hot key has not been pressed (N), the processing of step S2 and step S3 is repeatedly executed in the recording stop command waiting loop.

続いて、ステップS4において、テスト自動実行マネージャ機能12は、ウインドウズGUI操作記録再生機能10及びウエブGUI操作記録再生機能11の動作を停止する。   Subsequently, in step S4, the test automatic execution manager function 12 stops the operations of the Windows GUI operation recording / reproducing function 10 and the web GUI operation recording / reproducing function 11.

その後、ステップS5において、テスト自動実行マネージャ機能12は、ウインドウズGUI用テストスクリプトファイル13aに格納したスクリプトとウエブGUI用テストスクリプトファイル13bに格納したスクリプトとをマージしてそのマージしたスクリプトをテストスクリプトファイル13cに格納する。そして、この処理が終了すると、この一連の操作記録処理が終了する。   Thereafter, in step S5, the automatic test execution manager function 12 merges the script stored in the Windows GUI test script file 13a and the script stored in the web GUI test script file 13b, and the merged script is used as a test script file. 13c. When this process ends, this series of operation recording processes ends.

次に、図5は、操作経緯記録時におけるウインドウズGUI操作記録再生機能10のウインドウズGUI操作記録部10aで実行される動作の詳細を示すフローチャートであって、図4に図示のステップS2に相当するものである。   Next, FIG. 5 is a flowchart showing details of the operation executed by the Windows GUI operation recording unit 10a of the Windows GUI operation recording / reproducing function 10 during operation history recording, and corresponds to step S2 shown in FIG. Is.

始めに、ステップS10において、ユーザによるGUIアプリケーションプログラムに対する操作が開始されたとき、ウインドウズGUI操作記録部10aは、操作によって内部に発生されたウインドウズメッセージの発信元がウエブGUI9aであるか否かを判断する。ウインドウズメッセージの発信元がウエブGUI9aでなく、ウインドウズGUI8aであると判断した(N)ときは次のステップS11に移行し、一方、ウインドウズメッセージの発信元がウエブGUI9aであると判断した(Y)ときは他のステップS13に移行する。   First, in step S10, when the user starts an operation on the GUI application program, the Windows GUI operation recording unit 10a determines whether the source of the Windows message generated internally by the operation is the web GUI 9a. To do. When it is determined that the source of the Windows message is not the web GUI 9a but the Windows GUI 8a (N), the process proceeds to the next step S11. On the other hand, when the source of the Windows message is determined to be the Web GUI 9a (Y) Shifts to another step S13.

次に、ステップS11において、ウインドウズメッセージの発信元がウインドウズGUI8aであるので、得られたウインドウズメッセージを図示しない一時的なワークエリアであるメモリバッファに蓄積する。なお、この処理は、ウインドウズGUIの操作経緯の記録に相当するものである。   Next, in step S11, since the source of the Windows message is the Windows GUI 8a, the obtained Windows message is stored in a memory buffer which is a temporary work area (not shown). This process corresponds to recording the operation history of the Windows GUI.

次いで、ステップS12において、ウインドウズGUI操作記録部10aは、テスト自動実行マネージャ機能12からユーザの操作終了を表す終了命令を受けたか否かを判断する。そして、受信終了命令を受けていないと判断した(N)ときはウインドウズメッセージの到来を監視するステップS10乃至ステップS12の処理を繰り返し実行する。一方、受信終了命令を受けたと判断した(Y)ときは他のステップS18に移行する。   Next, in step S <b> 12, the Windows GUI operation recording unit 10 a determines whether or not an end command indicating the end of the user operation is received from the test automatic execution manager function 12. When it is determined that the reception end command has not been received (N), the processing of steps S10 to S12 for monitoring the arrival of the Windows message is repeatedly executed. On the other hand, when it is determined that a reception end command has been received (Y), the process proceeds to another step S18.

一方、ステップS13において、ウインドウズメッセージの発信元がウエブGUI9aであるので、メモリバッファにウインドウズGUI→ウエブGUI切替命令を蓄積する。   On the other hand, in step S13, since the source of the Windows message is the web GUI 9a, the Windows GUI → Web GUI switching command is stored in the memory buffer.

次に、ステップS14において、ウインドウズGUI操作記録部10aは、テスト自動実行マネージャ機能12からユーザの操作終了を表す終了命令を受けたか否かを判断する。そして、受信終了命令を受けていないと判断した(N)ときには次のステップS15へ移行し、一方、受信終了命令を受けていると判断した(Y)ときには他のステップS18に移行する。   Next, in step S <b> 14, the Windows GUI operation recording unit 10 a determines whether or not an end command indicating the end of the user operation is received from the test automatic execution manager function 12. When it is determined that a reception end command has not been received (N), the process proceeds to the next step S15, and when it is determined that a reception end command has been received (Y), the process proceeds to another step S18.

次いで、ステップS15において、ウインドウズGUI操作記録部10aは、ウインドウズメッセージの発信元がウエブGUI9aであるか否かを判断する。ウインドウズメッセージの発信元がウエブGUI9aでなく、ウインドウズGUI8aであると判断した(N)ときは、ステップS16において、ウエブGUI操作記録再生機能11に対してウエブGUI→ウインドウズGUI切替命令を発信する。一方、ウインドウズメッセージの発信元がウエブGUI9aであると判断した(Y)ときは、ウインドウズメッセージ受信ループ内でステップS14乃至ステップS15の処理を繰り返し実行する。   Next, in step S15, the Windows GUI operation recording unit 10a determines whether or not the transmission source of the Windows message is the web GUI 9a. When it is determined that the source of the Windows message is not the web GUI 9a but the Windows GUI 8a (N), in step S16, a web GUI → Windows GUI switching command is transmitted to the web GUI operation recording / reproducing function 11. On the other hand, when it is determined that the source of the Windows message is the web GUI 9a (Y), the processes in steps S14 to S15 are repeatedly executed in the Windows message reception loop.

続く、ステップS17において、ウインドウズGUI操作記録部10aは、ウインドウズメッセージの発信元がウインドウズGUI8aであるので、メモリバッファにウエブGUI→ウインドウズGUI切替命令を蓄積し、ステップS10の処理へ移行する。   Subsequently, in step S17, since the source of the Windows message is the Windows GUI 8a, the Windows GUI operation recording unit 10a stores the web GUI → Windows GUI switching instruction in the memory buffer, and proceeds to the process of step S10.

最後に、ステップS18において、ウインドウズGUI操作記録部10aは、テスト自動実行マネージャ機能12から終了命令を受信したので、これまでメモリバッファに蓄積してきた操作情報をスクリプトの形でウインドウズGUI用テストスクリプトファイル13aに格納し、この処理が終了すると、この一連の処理が終了する。   Finally, in step S18, the Windows GUI operation recording unit 10a has received an end command from the test automatic execution manager function 12, so that the operation information stored in the memory buffer so far is stored in the form of a script as a test script file for Windows GUI. When the data is stored in 13a and this process ends, the series of processes ends.

図6は、操作経緯記録時におけるウエブGUI操作記録再生機能11のウエブGUI操作記録部11aで実行される動作の詳細を示すフローチャートであって、同じく図4に図示のステップS2に相当するものである。そして、この動作は、図5に図示した動作と並行して実行される。   FIG. 6 is a flowchart showing details of the operation executed by the web GUI operation recording unit 11a of the web GUI operation recording / reproducing function 11 during operation history recording, and corresponds to step S2 shown in FIG. is there. This operation is executed in parallel with the operation illustrated in FIG.

始めに、ステップS20において、ユーザによるGUIアプリケーションプログラムに対する操作が開始されたとき、ウエブGUI操作記録部11aは、内部に発生したウエブブラウザイベントをメモリバッファに蓄積する。なお、この処理は、ウエブGUIの操作経緯の記録に該当するものである。   First, in step S20, when an operation for the GUI application program by the user is started, the web GUI operation recording unit 11a accumulates the web browser event generated inside in the memory buffer. This process corresponds to recording the operation history of the web GUI.

次に、ステップS21において、ウエブGUI操作記録部11aは、テスト自動実行マネージャ機能12からユーザの操作終了を表す終了命令を受けたか否かを判断する。そして、終了命令を受けていないと判断した(N)ときは次のステップS22に移行し、一方、終了命令を受けたと判断した(Y)ときには他のステップS24に移行する。   Next, in step S <b> 21, the web GUI operation recording unit 11 a determines whether or not an end command indicating the end of the user operation is received from the test automatic execution manager function 12. When it is determined that the end instruction has not been received (N), the process proceeds to the next step S22, whereas when it is determined that the end instruction has been received (Y), the process proceeds to another step S24.

次いで、ステップS22において、ウエブGUI操作記録部11aは、ウインドウズGUI操作記録再生機能10からのウエブGUI→ウインドウズGUI切替命令を受信した否かを判断する。そして、ウエブGUI→ウインドウズGUI切替命令を受信したと判断した(Y)ときは次のステップS23に移行し、一方、ウエブGUI→ウインドウズGUI切替命令を受信していないと判断した(N)ときは終了命令またはウエブGUI→ウインドウズGUI切替命令の受信を監視するステップS20乃至ステップS22の処理を繰り返し実行する。   Next, in step S22, the web GUI operation recording unit 11a determines whether or not a web GUI → Windows GUI switching command from the Windows GUI operation recording / reproducing function 10 has been received. When it is determined that the web GUI → Windows GUI switching command has been received (Y), the process proceeds to the next step S23, and when it is determined that the web GUI → Windows GUI switching command has not been received (N). The processing of step S20 to step S22 for monitoring the reception of the end command or the web GUI → Windows GUI switching command is repeatedly executed.

続いて、ステップS23において、ウエブGUI操作記録部11aは、ウエブGUIからウインドウズGUIへの移行切替命令をメモリバッファに蓄積し、その蓄積を行うと、ウエブGUIからウインドウズGUIへの移行切替命令の受信を監視するステップS20乃至ステップS22の処理を繰り返し実行する。   Subsequently, in step S23, the web GUI operation recording unit 11a accumulates the transition switch command from the web GUI to the Windows GUI in the memory buffer. When the accumulation is performed, the web GUI operation recording unit 11a receives the transition switch command from the web GUI to the Windows GUI. The processing of step S20 to step S22 for monitoring is repeatedly executed.

最後に、ステップS24において、ウエブGUI操作記録部11aは、テスト自動実行マネージャ機能12から終了命令を受信しことにより、これまでメモリバッファに蓄積してきた操作情報をスクリプトの形でウエブGUI用テストスクリプトファイル13bに格納する。そして、この格納処理が終了すると、この一連の処理が終了する。   Finally, in step S24, the web GUI operation recording unit 11a receives an end command from the automatic test execution manager function 12, and thus the operation information accumulated in the memory buffer so far is stored in the form of a script in the web GUI test script. Store in file 13b. When this storage process ends, this series of processes ends.

次に、図5、図6に図示したフローチャートにおいて説明したウインドウズGUI操作記録部10a及びウエブGUI操作記録部11aから出力され、それぞれ、ウインドウズGUI用テストスクリプトファイル13a及びウエブGUI用テストスクリプトファイル13bに格納されたテストスクリプトファイルに基づいてスクリプトマージ処理部12bが実行するマージ処理について説明する。   Next, it is output from the Windows GUI operation recording unit 10a and the web GUI operation recording unit 11a described with reference to the flowcharts shown in FIGS. 5 and 6, and is output to the Windows GUI test script file 13a and the Web GUI test script file 13b, respectively. A merge process executed by the script merge processing unit 12b based on the stored test script file will be described.

図7は、図5に図示したフローチャートのステップS18においてウインドウズGUI用テストスクリプトファイル13aに格納されたテストスクリプトファイルのイメージの一例を示すもので、このイメージは、ウエブGUI9a→ウインドウズGUI8a→ウエブGUI9aへの各切替を、ユーザ操作によって行われた際の例を示すものである。   FIG. 7 shows an example of an image of the test script file stored in the Windows GUI test script file 13a in step S18 of the flowchart shown in FIG. 5, and this image is transferred from the web GUI 9a to the Windows GUI 8a to the web GUI 9a. An example when each switching is performed by a user operation is shown.

このユーザ操作によってテストスクリプトファイルが出力されたときのウインドウズGUI操作記録部10aで実行される主たる動作フローは、図5に図示したフローチャートのステップS10→ステップS13(スクリプトデータ13a01を形成する)→ステップS14→ステップS15→ステップS16→ステップS17(スクリプトデータ13a02を形成する)→ステップS10→ステップS11(スクリプトデータ13a03を形成する)→ステップS12→ステップS10→ステップS13(スクリプトデータ13a04を形成する)→ステップS14→ステップS18となり、このときの操作経緯がウインドウズGUI用テストスクリプトファイル13aに記述される。   The main operation flow executed by the Windows GUI operation recording unit 10a when the test script file is output by this user operation is as follows: Step S10 → Step S13 (form script data 13a01) → Step of the flowchart shown in FIG. Step S14 → Step S15 → Step S16 → Step S17 (form script data 13a02) → Step S10 → Step S11 (form script data 13a03) → Step S12 → Step S10 → Step S13 (form script data 13a04) → From step S14 to step S18, the operation history at this time is described in the test script file 13a for Windows GUI.

また、図8は、図6に図示したフローチャートのステップS24においてウエブGUI用テストスクリプトファイル13bに格納されたテストスクリプトファイルのイメージの一例を示すもので、このイメージは、ウエブGUI9a→ウインドウズGUI8a→ウエブGUI9aへの各切替を、ユーザ操作によって行われた際の例を示すものである。   FIG. 8 shows an example of an image of the test script file stored in the web GUI test script file 13b in step S24 of the flowchart shown in FIG. 6. This image is the web GUI 9a → Windows GUI 8a → Web. The example when each switch to GUI9a is performed by user operation is shown.

このユーザ操作によってテストスクリプトファイルが出力されたときのウエブGUI操作記録部11aで実行される主たる動作フローは、図6に図示したフローチャートのステップS20(スクリプトデータ13b01を形成する)→ステップS21→ステップS22→ステップS23(スクリプトデータ13b02を形成する)→ステップS20(スクリプトデータ13b03を形成する)→ステップS21→ステップS24となり、このときの操作経緯がウエブGUI用テストスクリプトファイル13bに記述される。   The main operation flow executed by the web GUI operation recording unit 11a when the test script file is output by this user operation is step S20 (forms script data 13b01) in the flowchart shown in FIG. 6 → step S21 → step Step S22 → Step S23 (form script data 13b02) → Step S20 (form script data 13b03) → Step S21 → Step S24, and the operation history at this time is described in the web GUI test script file 13b.

次に、図9は、操作記録時におけるテスト自動実行マネージャ機能12に含まれるスクリプトマージ処理部12bの動作経緯を示すフローチャートであって、図4に示したステップS5の処理に該当するものである。そして、これらの動作はスクリプトマージ処理部12bが実行するものである。   Next, FIG. 9 is a flowchart showing the operation history of the script merge processing unit 12b included in the test automatic execution manager function 12 at the time of operation recording, and corresponds to the process of step S5 shown in FIG. . These operations are executed by the script merge processing unit 12b.

まず、ステップS30において、スクリプトマージ処理部12bは、ウインドウズGUI用テストスクリプトファイル13a及びウエブGUI用テストスクリプトファイル13bを開く。   First, in step S30, the script merge processing unit 12b opens the Windows GUI test script file 13a and the web GUI test script file 13b.

次に、ステップS31において、スクリプトマージ処理部12bは、ウインドウズGUI用テストスクリプトファイル13aのスクリプトファイルを1行だけ読み込む。   In step S31, the script merge processing unit 12b reads only one line of the script file of the Windows GUI test script file 13a.

次いで、ステップS32において、スクリプトマージ処理部12bは、読み込んだスクリプトファイルがファイルの終端であるか否かを判断する。そして、ファイルの終端でないと判断した(N)ときは次のステップS33に移行し、一方、ファイルの終端であると判断した(Y)ときは他のステップS39に移行する。   In step S32, the script merge processing unit 12b determines whether the read script file is the end of the file. When it is determined that it is not the end of the file (N), the process proceeds to the next step S33, and when it is determined that it is the end of the file (Y), the process proceeds to another step S39.

続いて、ステップS33において、スクリプトマージ処理部12bは、読み込んだファイルの内容をメモリバッファに追加する。   In step S33, the script merge processing unit 12b adds the contents of the read file to the memory buffer.

続く、ステップS34において、スクリプトマージ処理部12bは、読み込んだ1行がウインドウズGUI→ウエブGUI切替命令であるか否かを判断する。そして、ウインドウズGUI→ウエブGUI切替命令であると判断した(Y)ときはウエブGUI用テストスクリプトファイル12bの読み込みループに移行し、一方、ウインドウズGUI→ウエブGUI切替命令でないと判断した(N)ときはステップS31乃至ステップS34の処理を繰り返し実行する。   In step S34, the script merge processing unit 12b determines whether the read one line is a Windows GUI → Web GUI switching instruction. When it is determined that the instruction is a Windows GUI → Web GUI switching instruction (Y), the process proceeds to a reading loop of the Web GUI test script file 12b, while when it is determined that the instruction is not a Windows GUI → Web GUI switching instruction (N). Repeats the processing from step S31 to step S34.

また、ステップS35において、スクリプトマージ処理部12bは、操作対象がウエブGUI9aに移ったことにより、今度は、ウエブGUI用テストスクリプトファイル13bのスクリプトファイルを1行だけ読み込む。   In step S35, the script merge processing unit 12b reads only one line of the script file of the web GUI test script file 13b this time because the operation object has moved to the web GUI 9a.

次に、ステップS36において、スクリプトマージ処理部12bは、読み込んだスクリプトファイルがファイルの終端であるか否かを判断する。そして、ファイルの終端でないと判断した(N)ときは次のステップS37に移行し、一方、ファイルの終端であると判断した(Y)ときはウインドウズGUIテストスクリプトファイル12aの読み込みループに移行する。   Next, in step S36, the script merge processing unit 12b determines whether or not the read script file is the end of the file. When it is determined that it is not the end of the file (N), the process proceeds to the next step S37, and when it is determined that it is the end of the file (Y), the process proceeds to a reading loop for the Windows GUI test script file 12a.

次いで、ステップS37において、スクリプトマージ処理部12bは、読み込んだ1行がウエブGUI→ウインドウズGUI切替命令であるか否かを判断する。そして、ウエブGUI→ウインドウズGUI切替命令であると判断した(Y)ときはウインドウズGUI用テストスクリプトファイル12aの読み込みループに移行し、一方、ウエブGUI→ウインドウズGUI切替命令でないと判断した(N)ときは次のステップS38に移行する。   Next, in step S37, the script merge processing unit 12b determines whether the read one line is a web GUI → Windows GUI switching instruction. When it is determined that the instruction is a Web GUI → Windows GUI switching instruction (Y), the process proceeds to a reading loop of the Windows GUI test script file 12a, while when it is determined that the instruction is not a Web GUI → Windows GUI switching instruction (N). Shifts to the next Step S38.

続いて、ステップS38において、スクリプトマージ処理部12bは、読み込んだファイルの内容をメモリバッファに追加する。この処理が終了すると、ステップS35乃至ステップS37の処理を繰り返し実行する。   In step S38, the script merge processing unit 12b adds the contents of the read file to the memory buffer. When this process is completed, the processes from step S35 to step S37 are repeatedly executed.

最後に、ステップS39において、スクリプトマージ処理部12bは、ウインドウズGUI用テストスクリプトファイル12a及びGUI用テストスクリプトファイル12bのスクリプトファイルを一通り読み終え、それぞれスクリプトファイルの終端であることを検知したことから、メモリバッファの内容をテストスクリプトファイル13cに出力して格納させ、この処理が行われると、この一連の処理が終了する。   Finally, in step S39, the script merge processing unit 12b has finished reading through the script files of the Windows GUI test script file 12a and the GUI test script file 12b, and has detected that each is the end of the script file. The contents of the memory buffer are output to and stored in the test script file 13c, and when this process is performed, this series of processes ends.

図10は、図9に図示したフローチャートに従ってスクリプトマージ処理部12bにおいて形成されたテストスクリプトファイル13cに格納されたテストスクリプトファイルのイメージの一例を示すもので、このイメージは、ウエブGUI9a→ウインドウズGUI8a→ウエブGUI9aへの各切替を、ユーザ操作によって行われた際の例を示すものである。   FIG. 10 shows an example of an image of a test script file stored in the test script file 13c formed in the script merge processing unit 12b according to the flowchart shown in FIG. 9, and this image is a web GUI 9a → Windows GUI 8a → An example when each switching to the web GUI 9a is performed by a user operation is shown.

このテストスクリプトファイル13cが出力されたときのスクリプトマージ処理部12bで実行される主たる動作フローは、図9に図示したフローチャートのステップS30→ステップS31→ステップS32→ステップS33(スクリプトデータ13c01を形成する)→ステップS34→ステップS35→ステップS36→ステップS37→ステップS38(スクリプトデータ13c02を形成する)→ステップS35→ステップS36→ステップS37→ステップS31→ステップS32→ステップS33(スクリプトデータ13c03を形成する)→ステップS34→ステップS31→ステップS32→ステップS33(スクリプトデータ13c04を形成する)→ステップS34→ステップS31→ステップS32→ステップS33(スクリプトデータ13c05を形成する)→ステップS34→ステップS35→ステップS36→ステップS37→ステップS38(スクリプトデータ13c06を形成する)ステップS35→ステップS36→ステップS31→ステップS32→ステップS39となり、このときの操作経緯がテストスクリプトファイル13cに記述される。   The main operation flow executed by the script merge processing unit 12b when the test script file 13c is output is step S30 → step S31 → step S32 → step S33 (forms script data 13c01) in the flowchart shown in FIG. ) → Step S34 → Step S35 → Step S36 → Step S37 → Step S38 (form script data 13c02) → Step S35 → Step S36 → Step S37 → Step S31 → Step S32 → Step S33 (form script data 13c03) → Step S34 → Step S31 → Step S32 → Step S33 (form script data 13c04) → Step S34 → Step S31 → Step S32 → Step S3 (Form script data 13c05) → step S34 → step S35 → step S36 → step S37 → step S38 (form script data 13c06) step S35 → step S36 → step S31 → step S32 → step S39. The operation history is described in the test script file 13c.

次いで、GUI操作再生時におけるテスト自動実行マネージャ機能12、ウインドウズGUI操作記録再生機能10、ウエブGUI操作記録再生機能11におけるそれぞれの動作経緯をフローチャートを用いて説明する。   Next, the operation history of the test automatic execution manager function 12, the Windows GUI operation recording / playback function 10, and the web GUI operation recording / playback function 11 during GUI operation playback will be described with reference to flowcharts.

図11は、テスト自動実行マネージャ機能12におけるテスト管理部12aの操作再生時の動作経緯を示すフローチャートである。このフローチャートを用いてテスト管理部12aの操作再生時の動作について説明する。   FIG. 11 is a flowchart showing the operation history during the operation reproduction of the test management unit 12a in the automatic test execution manager function 12. The operation at the time of operation reproduction of the test management unit 12a will be described using this flowchart.

まず、GUIテスト自動実行ツール3がユーザからの再生開始操作の指示を受けると、その制御によってテスト自動実行マネージャ機能12は、ステップS40において、ウインドウズGUI操作記録再生機能10及びウエブGUI操作記録再生機能11をそれぞれ起動させる。   First, when the GUI test automatic execution tool 3 receives an instruction for a reproduction start operation from the user, the automatic test execution manager function 12 controls the Windows GUI operation recording / reproducing function 10 and the web GUI operation recording / reproducing function in step S40. 11 is activated.

次に、ステップS41において、テスト自動実行マネージャ機能12は、それぞれ起動したウインドウズGUI操作再生部10b及びウエブGUI操作再生部11bがテストスクリプトファイル13cに格納されているユーザによるGUI操作経緯に基づいてそのGUI操作経緯を再現する。   Next, in step S41, the test automatic execution manager function 12 determines whether the started Windows GUI operation playback unit 10b and the web GUI operation playback unit 11b are based on the GUI operation by the user stored in the test script file 13c. Reproduce the GUI operation history.

次いで、ステップS42において、テスト自動実行マネージャ機能12は、ウインドウズGUI操作再生部10b及びウエブGUI操作再生部11bによる一連のGUI操作経緯の再現が終了したか否かを判断する。そして、一連のGUI操作経緯の再現が終了していないと判断した(N)ときは一連のGUI操作経緯の再現が終了するまで同じGUI操作経緯の再現を実行し、一方、一連のGUI操作経緯の再現が終了したと判断した(Y)ときはこのGUI操作経緯の再現を終了する。   Next, in step S42, the test automatic execution manager function 12 determines whether or not reproduction of a series of GUI operation details by the Windows GUI operation reproduction unit 10b and the web GUI operation reproduction unit 11b has been completed. When it is determined that reproduction of a series of GUI operation details has not been completed (N), reproduction of the same GUI operation details is executed until reproduction of a series of GUI operation details is completed, while a series of GUI operation details is reproduced. When it is determined that the reproduction of the GUI has been completed (Y), the reproduction of the GUI operation history is terminated.

続く、図12は、ウインドウズGUI操作記録再生機能10におけるウインドウズGUI操作再生部10bの操作再生時の動作経緯を示すフローチャートであり、このフローチャートに従ってウインドウズGUI操作再生部10bの操作再生時の動作経緯について説明する。   FIG. 12 is a flowchart showing the operation history of the Windows GUI operation / playback unit 10b during operation / playback in the Windows GUI operation recording / playback function 10, and the operation history of the Windows GUI operation / playback unit 10b during operation / playback according to this flowchart. explain.

なお、このフローチャートは、テストスクリプトファイル13cのスクリプトファイルの内容がウエブGUI9a→ウインドウズGUI8a→ウエブGUI9aの順にユーザ操作の切替が行われた際の例を示すもので、テスト自動実行マネージャ機能12の制御に基づいてウインドウズGUI操作再生部10bで実行されるものである。   This flowchart shows an example in which the user operation is switched in the order of the web GUI 9a → Windows GUI 8a → web GUI 9a in the script file of the test script file 13c. And is executed by the Windows GUI operation / playback unit 10b.

まず、ステップS50において、ウインドウズGUI操作再生部10bは、テストスクリプトファイル13cから読み込んだスクリプトファイルの内容の1行目がウインドウズGUI→ウエブGUI切替命令であるか否かを判断する。そして、ウインドウズGUI→ウエブGUI切替命令でないと判断した(N)ときはウインドウズGUI操作再生ループにおけるステップS51に移行し、一方、ウインドウズGUI→ウエブGUI切替命令であると判断した(Y)ときは他のステップS54に移行する。   First, in step S50, the Windows GUI operation / playback unit 10b determines whether or not the first line of the content of the script file read from the test script file 13c is a Windows GUI → Web GUI switching command. When it is determined that it is not a Windows GUI → Web GUI switching instruction (N), the process proceeds to step S51 in the Windows GUI operation playback loop, while when it is determined that it is a Windows GUI → Web GUI switching instruction (Y), etc. The process proceeds to step S54.

次に、ステップS51において、ウインドウズGUI操作再生部10bは、テストスクリプトファイル13cにおけるスクリプトファイルの内容にしたがってウインドウズGUI8aに対する操作の再生を実行する。   Next, in step S51, the Windows GUI operation playback unit 10b executes playback of the operation on the Windows GUI 8a according to the contents of the script file in the test script file 13c.

次いで、ステップS52において、ウインドウズGUI操作再生部10bは、スクリプトファイルの内容の中にウインドウズGUI→ウエブGUI切替命令が存在するか否かを判断する。そして、ウインドウズGUI→ウエブGUI切替命令が存在すると判断した(Y)ときは次のステップS54に移行し、一方、ウインドウズGUI→ウエブGUI切替命令が存在しないと判断した(N)ときは他のステップS53に移行する。   Next, in step S52, the Windows GUI operation / playback unit 10b determines whether there is a Windows GUI → Web GUI switching command in the contents of the script file. When it is determined that there is a Windows GUI → Web GUI switching command (Y), the process proceeds to the next step S54. On the other hand, when it is determined that there is no Windows GUI → Web GUI switching command (N), other steps are performed. The process proceeds to S53.

続いて、ステップS53において、ウインドウズGUI操作再生部10bは、テストスクリプトファイル13cにおけるスクリプトファイルの内容が終端に到達したか否かを判断する。そして、終端に到達していないと判断した(N)ときはステップS51の処理に戻り、一方、終端に到達したと判断した(Y)ときはこの一連の操作再生動作を終了させる。   Subsequently, in step S53, the Windows GUI operation / playback unit 10b determines whether the content of the script file in the test script file 13c has reached the end. When it is determined that the terminal has not been reached (N), the process returns to step S51. On the other hand, when it is determined that the terminal has been reached (Y), this series of operation reproduction operations is terminated.

また、ステップS54において、ウインドウズGUI操作再生部10bは、ウインドウズGUI→ウエブGUI切替命令を読み取るまで、テストスクリプトファイル13cのスクリプトファイルの内容を読み飛ばして行く。   In step S54, the Windows GUI operation / playback unit 10b skips the contents of the script file of the test script file 13c until the Windows GUI → Web GUI switching command is read.

次に、ステップS55において、ウインドウズGUI操作再生部10bは、ウエブGUI操作記録再生機能11にウインドウズGUI→ウエブGUI切替命令を発信する。   Next, in step S55, the Windows GUI operation / playback unit 10b transmits a Windows GUI → Web GUI switching command to the web GUI operation recording / playback function 11.

次いで、ステップS56において、ウインドウズGUI操作再生部10bは、テストスクリプトファイル13cにおけるスクリプトファイルの内容が終端に到達したか否かを判断する。そして、終端に到達していないと判断した(N)ときはウエブGUI→ウインドウズGUI切替命令受信ループに移行し、一方、終端に到達したと判断した(Y)ときはこの一連の操作再生動作を終了させる。   Next, in step S56, the Windows GUI operation / playback unit 10b determines whether the content of the script file in the test script file 13c has reached the end. When it is determined that the terminal has not been reached (N), the process proceeds to a Web GUI → Windows GUI switching command reception loop. On the other hand, when it is determined that the terminal has been reached (Y), this series of operation reproduction operations is performed. Terminate.

この後、ステップS57において、ウインドウズGUI操作再生部10bは、ウエブGUI操作記録再生機能11からウエブGUI→ウインドウズGUI切替命令を受信したか否かを判断する。そして、ウエブGUI→ウインドウズGUI切替命令を受信したと判断した(Y)ときはウインドウズGUI操作再生ループに移行し、一方、ウエブGUI→ウインドウズGUI切替命令を受信していないと判断した(N)ときはウエブGUI→ウインドウズGUI切替命令を受信するまで同じ動作を繰り返し実行する。   Thereafter, in step S57, the Windows GUI operation / playback unit 10b determines whether or not a web GUI → windows GUI switching command is received from the web GUI operation recording / playback function 11. When it is determined that the Web GUI → Windows GUI switching command has been received (Y), the process proceeds to the Windows GUI operation playback loop, while when it is determined that the Web GUI → Windows GUI switching command has not been received (N). Repeats the same operation until a web GUI → Windows GUI switching command is received.

さらに、図13は、ウエブGUI操作記録再生機能11におけるウエブGUI操作再生部11bの操作再生時の動作経緯を示すフローチャートであり、このフローチャートに従ってウエブGUI操作再生部10bの操作再生時の動作経緯について説明する。   Further, FIG. 13 is a flowchart showing the operation history of the web GUI operation / playback unit 11b during operation / playback in the web GUI operation recording / playback function 11. According to this flowchart, the operation history of the web GUI operation / playback unit 10b during operation / playback explain.

なお、このフローチャートは、テストスクリプトファイル13cのスクリプトファイルの内容がウエブGUI9a→ウインドウズGUI8a→ウエブGUI9aの順にユーザ操作の切替が行われた際の例を示すもので、テスト自動実行マネージャ機能12の制御に基づいてウエブGUI操作再生部11bにおいてウインドウズGUI操作再生部10bの動作に並行して実行されるものである。   This flowchart shows an example in which the user operation is switched in the order of the web GUI 9a → Windows GUI 8a → web GUI 9a in the script file of the test script file 13c. Is executed in parallel with the operation of the Windows GUI operation / playback unit 10b in the web GUI operation / playback unit 11b.

まず、ステップS60において、ウエブGUI操作再生部11bは、ウインドウズGUI→ウエブGUI切替命令を読み取るまで、テストスクリプトファイル13cのスクリプトファイルの内容を読み飛ばして行く。   First, in step S60, the web GUI operation / playback unit 11b skips the contents of the script file of the test script file 13c until it reads the Windows GUI → Web GUI switching command.

次に、ステップS61において、ウエブGUI操作再生部11bは、テストスクリプトファイル13cにおけるスクリプトファイルの内容が終端に到達したか否かを判断する。そして、終端に到達していないと判断した(N)ときはウインドウズGUI→ウエブGUI切替命令受信ループに移行し、一方、終端に到達したと判断した(Y)ときはこの一連の操作再生動作を終了させる。   Next, in step S61, the web GUI operation reproducing unit 11b determines whether or not the content of the script file in the test script file 13c has reached the end. When it is determined that the terminal has not been reached (N), the process proceeds to the Windows GUI → Web GUI switching command reception loop. On the other hand, when it is determined that the terminal has been reached (Y), this series of operation reproduction operations is performed. Terminate.

この後、ステップS62において、ウエブGUI操作再生部11bは、ウインドウズGUI操作記録再生機能10からウインドウズGUI→ウエブGUI切替命令を受信したか否かを判断する。そして、ウインドウズGUI→ウエブGUI切替命令を受信したと判断した(Y)ときはウエブGUI操作再生ループに移行し、一方、ウインドウズGUI→ウエブGUI切替命令を受信していないと判断した(N)ときはウインドウズGUI→ウエブGUI切替命令を受信するまで同じ動作を繰り返し実行する。   Thereafter, in step S62, the web GUI operation / playback unit 11b determines whether a Windows GUI → web GUI switching command is received from the Windows GUI operation recording / playback function 10. When it is determined that a Windows GUI → Web GUI switching command has been received (Y), the process proceeds to a Web GUI operation playback loop, while when it is determined that a Windows GUI → Web GUI switching command has not been received (N). Repeats the same operation until a Windows GUI → Web GUI switching command is received.

また、ステップS63において、ウエブGUI操作再生部11bは、テストスクリプトファイル13cにおけるスクリプトファイルの内容にしたがってウエブGUI9aに対する操作の再生を実行する。   In step S63, the web GUI operation reproduction unit 11b reproduces the operation for the web GUI 9a according to the contents of the script file in the test script file 13c.

次に、ステップS64において、ウエブGUI操作再生部11bは、スクリプトファイルの内容の中にウエブGUI→ウインドウズGUI切替命令が存在するか否かを判断する。そして、ウエブGUI→ウインドウズGUI切替命令が存在しないと判断した(N)ときは次のステップS65に移行し、一方、ウエブGUI→ウインドウズGUI切替命令が存在すると判断した(Y)ときは他のステップS66に移行する。   Next, in step S64, the web GUI operation reproduction unit 11b determines whether or not a web GUI → Windows GUI switching instruction exists in the contents of the script file. When it is determined that there is no web GUI → Windows GUI switching instruction (N), the process proceeds to the next step S65. On the other hand, when it is determined that there is a Web GUI → Windows GUI switching instruction (Y), other steps are performed. The process proceeds to S66.

次いで、ステップS65において、ウエブGUI操作再生部11bは、テストスクリプトファイル13cにおけるスクリプトファイルの内容が終端に到達したか否かを判断する。そして、終端に到達していないと判断した(N)ときはステップS63に戻りウエブGUI操作再生ループを繰り返し実行し、一方、終端に到達したと判断した(Y)ときはこの一連の操作再生動作を終了させる。   Next, in step S65, the web GUI operation reproducing unit 11b determines whether or not the content of the script file in the test script file 13c has reached the end. When it is determined that the end has not been reached (N), the process returns to step S63 to repeatedly execute the web GUI operation playback loop. On the other hand, when it is determined that the end has been reached (Y), this series of operation playback operations. End.

続く、ステップS66において、ウエブGUI操作再生部11bは、ウエブGUI→ウインドウズGUI切替命令を見い出したので、ウインドウズGUI操作記録再生機能10に向けてウエブGUI→ウインドウズGUI切替命令を発信する。この処理が行われた後、ステップS60に戻り、再びステップS60以降の動作が実行される。   In step S 66, the web GUI operation / playback unit 11 b finds a web GUI → Windows GUI switching command, and transmits a web GUI → Windows GUI switching command to the Windows GUI operation recording / playback function 10. After this processing is performed, the process returns to step S60, and the operations after step S60 are executed again.

以上詳細に説明したように、本発明によるGUIテスト支援システムは、ウインドウズGUI8a、ウエブGUI9aに対してそれらの処理を専門とする2系統のGUI操作記録再生機能10、11を実装し、互いに制御メッセージを送信し合うことによって、ウインドウズGUI8a、ウエブGUI9aは、オブジェクト記述方式スクリプトによる実用レベルのGUIテスト操作記録再生処理を実現することができるものである。   As described above in detail, the GUI test support system according to the present invention has two GUI operation recording / playback functions 10 and 11 specializing in these processes for the Windows GUI 8a and the Web GUI 9a, and controls messages from each other. By transmitting each other, the Windows GUI 8a and the Web GUI 9a can realize a practical level GUI test operation recording / reproducing process using an object description method script.

なお、本発明による実施の形態は、図1〜13に図示した構成手段に基づいて説明しているが、本発明によるGUIテスト支援システムは、その実施の形態に表現されたものに限定されるものではなく、他の同等の構成手段、例えば何れかのGUI操作記録再生機能がテスト自動実行マネージャ機能の役目を兼ねさせた構成手段のものであってもよい。   Although the embodiment according to the present invention has been described based on the configuration means shown in FIGS. 1 to 13, the GUI test support system according to the present invention is limited to the one expressed in the embodiment. Instead, other equivalent configuration means, for example, a configuration means in which any GUI operation recording / reproducing function also serves as a test automatic execution manager function may be used.

本発明によるGUIテスト支援システムの実施の形態に係るもので、その要部構成を示すブロック図である。It is a block diagram which concerns on embodiment of the GUI test assistance system by this invention, and shows the principal part structure. ディスプレイに表示される入力操作画面と操作された際にOS内部で発生するイベント動作を示した一例である。It is an example which showed the event operation | movement which generate | occur | produces inside OS when it is operated with the input operation screen displayed on a display. 記録されたスクリプトファイルを用いてGUIテスト実行ツールがGUIアプリケーションプログラムを自動実行する動作概念を示した一例である。It is an example showing an operation concept in which a GUI test execution tool automatically executes a GUI application program using a recorded script file. GUIテスト自動実行ツールにおいて入力操作画面の指示でウエブGUI→ウインドウズGUI→ウエブGUIの順に操作を行ったときの処理手順を示すフローチャートである。It is a flowchart which shows the process sequence when operation is performed in order of Web GUI-> Windows GUI-> Web GUI by the instruction | indication of an input operation screen in a GUI test automatic execution tool. 操作経緯記録時におけるウインドウズGUI操作記録再生機能のウインドウズGUI操作記録部で実行される動作の詳細を示すフローチャートである。It is a flowchart which shows the detail of the operation | movement performed by the Windows GUI operation recording part of the Windows GUI operation recording / reproducing function at the time of operation history recording. 操作経緯記録時におけるウエブGUI操作記録再生機能のウエブGUI操作記録部で実行される動作の詳細を示すフローチャートである。It is a flowchart which shows the detail of the operation | movement performed by the web GUI operation recording part of a web GUI operation recording / reproducing function at the time of operation history recording. ウインドウズGUI用テストスクリプトファイルに格納されたテストスクリプトファイルのイメージの一例を示すものである。2 shows an example of an image of a test script file stored in a Windows GUI test script file. ウエブGUI用テストスクリプトファイルに格納されたテストスクリプトファイルのイメージの一例を示すものである。2 shows an example of an image of a test script file stored in a web GUI test script file. 操作記録時におけるテスト自動実行マネージャ機能に含まれるスクリプトマージ処理部の動作経緯を示すフローチャートである。It is a flowchart which shows the operation | movement history of the script merge process part contained in the test automatic execution manager function at the time of operation recording. スクリプトマージ処理部において形成されたテストスクリプトファイルに格納されたテストスクリプトファイルのイメージの一例を示す。An example of an image of a test script file stored in a test script file formed in the script merge processing unit is shown. テスト自動実行マネージャ機能におけるテスト管理部の操作再生時の動作経緯を示すフローチャートである。It is a flowchart which shows the operation | movement history at the time of operation reproduction | regeneration of the test management part in a test automatic execution manager function. ウインドウズGUI操作記録再生機能におけるウインドウズGUI操作再生部の操作再生時の動作経緯を示すフローチャートである。It is a flowchart which shows the operation | movement history at the time of operation reproduction | regeneration of the Windows GUI operation reproduction | regeneration part in a Windows GUI operation recording / reproduction function. ウエブGUI操作記録再生機能におけるウエブGUI操作再生部の操作再生時の動作経緯を示すフローチャートである。It is a flowchart which shows the operation | movement history at the time of operation reproduction of the web GUI operation reproduction | regeneration part in a web GUI operation recording / reproduction | regeneration function.

符号の説明Explanation of symbols

1 ウインドウズOS
2 テスト対象GUI群
3 GUIテスト自動実行ツール
4 記憶装置
5 キーボード
6 マウス
7 ディスプレイ
8 ウインドウズフォーム
8a ウインドウズGUI
9 ウエブブラウザ
9a ウエブGUI
10 ウインドウズGUI操作記録再生機能
10a ウインドウズGUI操作記録部
10b ウインドウズGUI操作再生部
11 ウエブGUI操作記録再生機能
11a ウエブGUI操作記録部
11b ウエブGUI操作再生部
12 テスト自動実行マネージャ機能
12a テスト管理部
12b スクリプトマージ処理部
13a ウインドウズGUI用テストスクリプトファイル
13b ウエブGUI用テストスクリプトファイル
13c テストスクリプトファイル
1 Windows OS
2 Test target GUI group 3 GUI test automatic execution tool 4 Storage device 5 Keyboard 6 Mouse 7 Display 8 Windows form 8a Windows GUI
9 Web browser 9a Web GUI
DESCRIPTION OF SYMBOLS 10 Windows GUI operation recording / reproducing function 10a Windows GUI operation recording part 10b Windows GUI operation reproducing part 11 Web GUI operation recording / reproducing function 11a Web GUI operation recording part 11b Web GUI operation reproducing part 12 Test automatic execution manager function 12a Test management part 12b Script Merge processing unit 13a Test script file for Windows GUI 13b Test script file for Web GUI 13c Test script file

Claims (2)

OSと、前記OSによってそれぞれ制御される入力操作部及びテスト対象となるOS系GUI及びウエブGUIを有するアプリケーションプログラム及び前記アプリケーションプログラムのテストをオブジェクト記述方式に従って実行するテスト実行ツールと、前記テスト実行ツールで得られたテストスクリプトを格納するテストスクリプトファイルを有する記憶装置とを備え、前記テスト実行ツールは、前記入力操作部によるOS系GUI操作経緯を前記テストスクリプトファイルにスクリプトとして格納するOS系GUI操作記録部及び前記テストスクリプトファイルに格納したOS系GUI操作経緯を再現するOS系GUI操作再生部を有するOS系GUI操作記録再生機能と、前記入力操作部によるウエブGUI操作経緯を前記テストスクリプトファイルにスクリプトとして格納するウエブ操作記録部及び前記テストスクリプトファイルに格納したウエブGUI操作経緯を再現するウエブGUI操作再生部を有するウエブGUI操作記録再生機能と、前記OS系GUI操作記録再生機能及び前記ウエブGUI操作再生機能を管理するテスト管理部及び前記テストスクリプトファイルに格納したOS系GUI操作経緯及びウエブGUI操作経緯をマージして前記テストスクリプトファイルに格納するスクリプトマージ処理部を有するテスト自動実行マネージャ機能とを備えることを特徴とするOS系GUI及びウエブGUIを有するアプリケーションプログラムの自動テストを行うGUIテスト支援システム。 An OS, an input operation unit controlled by the OS, an application program having an OS GUI and a web GUI to be tested, a test execution tool for executing a test of the application program according to an object description method, and the test execution tool And a storage device having a test script file for storing the test script obtained in step (b), wherein the test execution tool stores an OS type GUI operation history by the input operation unit as a script in the test script file. An OS-based GUI operation recording / playback function having an OS-based GUI operation / playback unit for reproducing the OS-based GUI operation history stored in the recording unit and the test script file; Web GUI operation recording / playback function including a web operation recording unit stored as a script in a script file, a Web GUI operation playback unit reproducing the web GUI operation history stored in the test script file, and the OS-based GUI operation recording / playback function, Automatic test execution having a test management unit for managing the web GUI operation reproduction function, and a script merge processing unit for merging the OS GUI operation history and the web GUI operation history stored in the test script file and storing them in the test script file A GUI test support system for automatically testing an application program having an OS GUI and a web GUI, characterized by having a manager function. 請求項1に記載のGUIテスト支援システムをオブジェクト記述方式に従って実行動作するOS系GUI及びウエブGUIを有するテスト支援用アプリケーションプログラムであって、入力操作部に基づくOS系GUI操作経緯をスクリプトとしてテストスクリプトファイルに格納する第1手段と、入力操作部に基づくウエブGUI操作経緯をスクリプトとして前記テストスクリプトファイルに格納する第2手段と、テスト管理部の制御によってOS系GUI操作記録部に記録したOS系GUI操作経緯を再現させる第3手段と、前記テスト管理処理部の制御によってウエブGUI操作記録部に記録したウエブGUI操作経緯を再現させる第4手段と、前記スクリプトマージ処理部の制御の基に前記テストスクリプトファイルにそれぞれ格納されたOS系GUI操作経緯及び前記ウエブGUI操作経緯とをマージして前記テストスクリプトファイルに格納する第5手段とを選択的に実行されるものであることを特徴とするテスト支援用アプリケーションプログラム。 A test support application program having an OS GUI and a web GUI for executing the GUI test support system according to claim 1 in accordance with an object description method, wherein the OS script operation history based on the input operation unit is used as a script. A first means for storing in the file; a second means for storing the web GUI operation history based on the input operation unit as a script in the test script file; and an OS system recorded in the OS system GUI operation recording unit under the control of the test management unit The third means for reproducing the GUI operation history, the fourth means for reproducing the web GUI operation history recorded in the web GUI operation recording section under the control of the test management processing section, and the control based on the control of the script merge processing section. Store each in test script file OS-based GUI operation history and the web GUI operating history and merging to test support application programs, characterized in that it is intended to be selectively executing a fifth means for storing in said test script file.
JP2006209904A 2006-08-01 2006-08-01 GUI test support system and application program for test support Expired - Fee Related JP4295775B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006209904A JP4295775B2 (en) 2006-08-01 2006-08-01 GUI test support system and application program for test support

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006209904A JP4295775B2 (en) 2006-08-01 2006-08-01 GUI test support system and application program for test support

Publications (2)

Publication Number Publication Date
JP2008040537A true JP2008040537A (en) 2008-02-21
JP4295775B2 JP4295775B2 (en) 2009-07-15

Family

ID=39175506

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006209904A Expired - Fee Related JP4295775B2 (en) 2006-08-01 2006-08-01 GUI test support system and application program for test support

Country Status (1)

Country Link
JP (1) JP4295775B2 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009223568A (en) * 2008-03-14 2009-10-01 Toshiba Corp Scenario-generating device and program
JP2011065213A (en) * 2009-09-15 2011-03-31 Kyocera Mita Corp Operation confirmation system and object device
JP2011129078A (en) * 2009-12-15 2011-06-30 Masaaki Igawa Program for recording component information of user interface and for recording and reproducing user interface operations using tree structure
JP2011197879A (en) * 2010-03-18 2011-10-06 Fuji Xerox Co Ltd Information processing apparatus, information processing system and program
JP2012022384A (en) * 2010-07-12 2012-02-02 Hitachi Information Systems Ltd Method and system for generating screen operation script
WO2012042559A1 (en) * 2010-09-28 2012-04-05 株式会社野村総合研究所 Operation verification device, operation verification method, and operation verification program
JP2013077159A (en) * 2011-09-30 2013-04-25 Hitachi Solutions Ltd Test automation system
US8881110B2 (en) 2010-06-11 2014-11-04 Hewlett-Packard Development Company, L.P. Role-based automation scripts
JP2015118479A (en) * 2013-12-17 2015-06-25 エヌ・ティ・ティ・コミュニケーションズ株式会社 Test control device, communication system, test control method, and test control program
JP2016071397A (en) * 2014-09-26 2016-05-09 株式会社野村総合研究所 Test execution device, test execution method, and computer program
KR102320231B1 (en) * 2020-06-17 2021-11-02 (주)커브 Apparatus and method for generating ui route map with multiple starting points

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101009424B1 (en) * 2010-07-01 2011-01-19 주식회사 큐에이엔씨 Method and apparatus for automatizing test of graphical user interface software

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009223568A (en) * 2008-03-14 2009-10-01 Toshiba Corp Scenario-generating device and program
JP2011065213A (en) * 2009-09-15 2011-03-31 Kyocera Mita Corp Operation confirmation system and object device
JP2011129078A (en) * 2009-12-15 2011-06-30 Masaaki Igawa Program for recording component information of user interface and for recording and reproducing user interface operations using tree structure
US8659774B2 (en) 2010-03-18 2014-02-25 Fuji Xerox Co., Ltd. Information processing apparatus, information processing system, and computer-readable medium
JP2011197879A (en) * 2010-03-18 2011-10-06 Fuji Xerox Co Ltd Information processing apparatus, information processing system and program
US8881110B2 (en) 2010-06-11 2014-11-04 Hewlett-Packard Development Company, L.P. Role-based automation scripts
JP2012022384A (en) * 2010-07-12 2012-02-02 Hitachi Information Systems Ltd Method and system for generating screen operation script
WO2012042559A1 (en) * 2010-09-28 2012-04-05 株式会社野村総合研究所 Operation verification device, operation verification method, and operation verification program
CN102597965A (en) * 2010-09-28 2012-07-18 株式会社野村综合研究所 Operation verification device, operation verification method, and operation verification program
JP5379911B2 (en) * 2010-09-28 2013-12-25 株式会社野村総合研究所 Operation verification apparatus, operation verification method, and operation verification program
CN102597965B (en) * 2010-09-28 2015-04-01 株式会社野村综合研究所 Operation verification device, operation verification method
JP2013077159A (en) * 2011-09-30 2013-04-25 Hitachi Solutions Ltd Test automation system
JP2015118479A (en) * 2013-12-17 2015-06-25 エヌ・ティ・ティ・コミュニケーションズ株式会社 Test control device, communication system, test control method, and test control program
JP2016071397A (en) * 2014-09-26 2016-05-09 株式会社野村総合研究所 Test execution device, test execution method, and computer program
KR102320231B1 (en) * 2020-06-17 2021-11-02 (주)커브 Apparatus and method for generating ui route map with multiple starting points

Also Published As

Publication number Publication date
JP4295775B2 (en) 2009-07-15

Similar Documents

Publication Publication Date Title
JP4295775B2 (en) GUI test support system and application program for test support
US7844036B2 (en) Visual test automation tool for message-based applications, web applications and SOA systems
TWI509409B (en) Methods and systems for viewing log data recorded during execution of a program
AU2005203508B2 (en) System and method for selecting test case execution behaviors for reproducible test automation
KR20060046326A (en) Smart ui recording and playback framework
JPH0581082A (en) Synchronous journaling system
JP2007102654A (en) Test script processing program
US20080177525A1 (en) Integrated debugger simulator
CN110837474A (en) Script recording method, device, terminal and storage medium
JP2001005690A (en) Program test system
JP7299499B2 (en) Information processing program, information processing method, and information processing apparatus
US10831634B1 (en) Replication of user interface events
JP2013143044A (en) Program, information processing method and information processing apparatus
CN110837467B (en) Software testing method, device and system
US6324562B1 (en) Information processing apparatus, multitask control method, and program recording medium
JP2008203922A (en) Assembly instruction display device, assembly instruction display system, method, and program
US8463754B2 (en) Electronic equipment and log output method
JPH10143397A (en) Plural window history managing system
JP5811885B2 (en) Keyboard, information processing system, information processing apparatus, and program
JP5330302B2 (en) Operation recording program and apparatus
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
JP3271682B2 (en) Input event recording / playback device
US20020054070A1 (en) Method and device for supporting production of moving-picture cd-rom software
JP2002312198A (en) Program test supporting device

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090312

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20090324

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090410

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120417

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130417

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130417

Year of fee payment: 4

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130417

Year of fee payment: 4

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140417

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees