JP5038036B2 - Test execution system, test execution apparatus, information processing apparatus, test execution method, program, and storage medium - Google Patents

Test execution system, test execution apparatus, information processing apparatus, test execution method, program, and storage medium Download PDF

Info

Publication number
JP5038036B2
JP5038036B2 JP2007172937A JP2007172937A JP5038036B2 JP 5038036 B2 JP5038036 B2 JP 5038036B2 JP 2007172937 A JP2007172937 A JP 2007172937A JP 2007172937 A JP2007172937 A JP 2007172937A JP 5038036 B2 JP5038036 B2 JP 5038036B2
Authority
JP
Japan
Prior art keywords
information
application
test
test execution
indicating
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.)
Expired - Fee Related
Application number
JP2007172937A
Other languages
Japanese (ja)
Other versions
JP2009015363A (en
JP2009015363A5 (en
Inventor
清人 末岡
Original Assignee
キヤノンソフトウェア株式会社
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 キヤノンソフトウェア株式会社 filed Critical キヤノンソフトウェア株式会社
Priority to JP2007172937A priority Critical patent/JP5038036B2/en
Publication of JP2009015363A publication Critical patent/JP2009015363A/en
Publication of JP2009015363A5 publication Critical patent/JP2009015363A5/ja
Application granted granted Critical
Publication of JP5038036B2 publication Critical patent/JP5038036B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、テスト実行システム、テスト実行装置、情報処理装置、テスト実行方法、プログラム、及び記憶媒体に関し、特に、OS(オペレーティングシステム)の種類、ハードウェア、地域と言語(対応言語)が異なる複数のテスト実行環境においてGUI表示を行うソフトウェア・アプリケーション及びソフトウェア・システムのテスト・評価を行うテスト実行システムに関する。   The present invention relates to a test execution system, a test execution device, an information processing device, a test execution method, a program, and a storage medium, and in particular, a plurality of OS (operating system) types, hardware, regions, and languages (corresponding languages) that are different. The present invention relates to a software application for displaying a GUI in a test execution environment and a test execution system for testing and evaluating a software system.

ソフトウェア・アプリケーションの開発工程全体におけるテスト・評価の工程は、時間、コストの面で大きなウェイトを占める。また、大規模なソフトウェア・システムになると、テスト・評価の工程に投入される作業工数、人員は比例的に増加し、納期の延期や開発コストの増加に繋がる。テスト・評価が十分に行われずに製品を出荷して、運用時に障害が発生した場合は、それに伴う対応及び修正によって、さらに、人員増加及びコスト増加に繋がる。特に、生活のインフラに直結するようなシステムであれば、障害が発生した場合の影響は計り知れないものになる。   The testing / evaluation process in the entire software application development process occupies a significant weight in terms of time and cost. In the case of a large-scale software system, the number of man-hours and personnel input to the test / evaluation process will increase proportionally, leading to postponed delivery times and increased development costs. If a product is shipped without being fully tested and evaluated and a failure occurs during operation, the corresponding actions and corrections will lead to further increases in personnel and costs. In particular, if the system is directly connected to the infrastructure of daily life, the impact of a failure will be immeasurable.

一般に、画面表示装置に表示を行うソフトウェア・アプリケーションのテストの一つとして、主に完成後に、実際にGUIを通してキーボード入力やマウス入力等を行う方法がある。従来、当該テストを行うためには、手作業で多くの工数を要していた。そこで、テスト・評価工程の効率化のために導入されるのがテスト実行システムである。   In general, as one of the tests of a software application that displays on a screen display device, there is a method of performing keyboard input, mouse input, etc. through a GUI mainly after completion. Conventionally, a large number of man-hours are required manually to perform the test. Therefore, a test execution system is introduced to improve the efficiency of the test / evaluation process.

既存のテスト実行システムの仕組みは、テスト対象アプリケーションでの操作オブジェクトに対する操作(マウス操作、キーボード操作)履歴をテスト・スクリプトと呼ばれる形式に保存する。作成したテスト・スクリプトを実行することで、保存した操作オブジェクトに対する操作履歴を再現し、テスト・評価を効率化すると共に、テスト・評価を資源化することができる。   The existing test execution system mechanism stores an operation history (mouse operation, keyboard operation) history of an operation object in a test target application in a format called a test script. By executing the created test script, it is possible to reproduce the operation history for the stored operation object, to make the test / evaluation more efficient and to make the test / evaluation resource.

なお、既存のテスト実行システムはテスト・スクリプトでの操作オブジェクトに対する操作は画面座標を元に生成して、保存する。   Note that the existing test execution system generates and saves the operation on the operation object in the test script based on the screen coordinates.

また、従来技術として、テスト・スクリプトを部品化することで更なる効率化を実現する方法が提案されている(例えば、特許文献1参照。)。
特開2002−14845号公報
As a conventional technique, a method for realizing further efficiency by making a test script into a component has been proposed (see, for example, Patent Document 1).
Japanese Patent Laid-Open No. 2002-14845

しかしながら、上述した従来技術では、以下の場合における問題点は解決できていなかった。   However, the above-described prior art cannot solve the problems in the following cases.

通常、OSの種類、ハードウェア、地域と言語といったテスト対象アプリケーションの実行環境が異なる場合には、表示画面上の操作オブジェクト(ボタン、エディットボックス等)の大きさや位置がそれぞれ異なる。   Usually, when the execution environment of the test target application such as OS type, hardware, region, and language is different, the size and position of operation objects (buttons, edit boxes, etc.) on the display screen are different.

従来技術では、画面座標を元にテスト・スクリプトを生成しているため、テスト・スクリプトを生成した環境と、テストを実行する環境とが異なると、目的とするテスト・評価の実行が行えなくなる場合がある。したがって、テストを行う環境毎にテスト・スクリプトを再構築する必要があった。   In the conventional technology, a test script is generated based on the screen coordinates. If the environment in which the test script is generated differs from the environment in which the test is executed, the target test / evaluation cannot be executed. There is. Therefore, it has been necessary to reconstruct a test script for each environment to be tested.

例えば、日本語版OSでテスト対象アプリケーション内に配置されているボタンをクリックするテスト・スクリプトを作成する。このテスト・スクリプトを英語版OS上でテスト対象アプリケーションに対して実行すると、英語版OSでは、例えばボタンのサイズが小さくなってしまうため、ボタンのクリックが行われなくなる場合がある。   For example, a test script for clicking a button arranged in the test target application in the Japanese version OS is created. When this test script is executed on the test target application on the English version OS, the button size may not be clicked on the English version OS because, for example, the button size is reduced.

本発明の目的は、テスト・評価の工程の低減化・短期化・標準化を図ることができるテスト実行システム、テスト実行装置、情報処理装置、テスト実行方法、プログラム、及び記憶媒体を提供することにある。   An object of the present invention is to provide a test execution system, a test execution device, an information processing device, a test execution method, a program, and a storage medium that can reduce, shorten, and standardize a test / evaluation process. is there.

上記目的を達成するために、請求項1記載のテスト実行システムは、第1のアプリケーションのテストを実行する情報処理装置と、前記情報処理装置とアプリケーションの実行環境が異なるテスト実行装置であって、第2のアプリケーションのテストを実行する前記テスト実行装置とを備えたテスト実行システムにおいて、前記情報処理装置は、前記第1のアプリケーションのテストが実行される際の操作履歴から、前記第1のアプリケーションのテストを実行するための当該第1のアプリケーション内の操作入力を行うための操作オブジェクトに対する操作内容及び操作順番を示す操作情報を生成する操作情報生成手段を備え、前記テスト実行装置は、前記第2のアプリケーション内の操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を生成する操作オブジェクト情報生成手段と、前記情報処理装置の前記操作情報生成手段により生成された操作情報と前記操作情報に対応する前記テスト実行装置の前記操作オブジェクト情報生成手段により生成された操作オブジェクト情報とを用いて、前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成手段とを備えることを特徴とする。 In order to achieve the above object, a test execution system according to claim 1 is an information processing apparatus that executes a test of a first application, and a test execution apparatus in which an execution environment of the application is different from that of the information processing apparatus, in test run system comprising a said test execution device for executing a test of the second application, wherein the information processing apparatus, from the operation history at the time of testing of the first application is executed, the first application Operation information generating means for generating operation information indicating an operation content and an operation order for an operation object for performing an operation input in the first application for executing the test, and the test execution device includes the first the display position of the operation object and the operation object in the second application The operation object information generating means for generating an operation object information indicating, generated by the operation object information generating unit of the test execution device corresponding to the operation information with the generated operation information by the operation information generation unit of the information processing apparatus The operation execution information is used based on the operation order of the operation information to instruct the operation object in the second application to execute the test of the second application by using the operated operation object information. An operation instruction that indicates the movement of the cursor indicating the operation of the pointing device , which is determined from the display position of the operation object to indicate an operation finger, and indicates the operation position indicating the position for performing the operation instruction and the operation content An operation instruction information generating means for generating information And features.

上記目的を達成するために、請求項5記載のテスト実行装置は、第1のアプリケーションのテストを実行する情報処理装置と、前記情報処理装置とアプリケーションの実行環境が異なるテスト実行装置であって、第2のアプリケーションのテストを実行する前記テスト実行装置とを備えたテスト実行システムにおいて、前記テスト実行装置は、前記第2のアプリケーション内の操作入力を行うための操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を生成する操作オブジェクト情報生成手段を備え、前記情報処理装置は、前記第1のアプリケーションのテストが実行される際の操作履歴から、前記第1のアプリケーションのテストを実行するための前記第1のアプリケーション内の操作オブジェクトに対する操作内容及び操作順番を示す操作情報を生成する操作情報生成手段と、前記生成された操作情報と前記操作情報に対応する前記生成された操作オブジェクト情報とを用いて、前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成手段と、前記生成された操作指示情報を前記テスト実行装置へ転送する転送手段とを備えることを特徴とする。 In order to achieve the above object, a test execution device according to claim 5 is an information processing device that executes a test of a first application, and a test execution device in which an execution environment of the application is different from that of the information processing device, in test run system comprising a said test execution device for executing a test of the second application, the test execution system, the operation object and the display position of the operation object for performing an operation input in the second application Operation information generating means for generating operation object information indicating the information, and the information processing apparatus executes the test of the first application from the operation history when the test of the first application is executed. for the control object in the in the first application By using the operation information generation means for generating operation information indicating the created contents and operation order, and said generated operation object information corresponding to the operation information and the generated operation information, the in the test execution device first A pointing device operation determined from a display position of the operation object to indicate an operation instruction based on an operation order of the operation information in order to instruct an operation object in the second application and execute the test of the second application An operation instruction information generating means for generating an operation instruction information indicating an operation position and an operation content indicating a position for performing the operation instruction, and the generated operation instruction Transfer means for transferring information to the test execution device.

上記目的を達成するために、請求項7記載のテスト実行装置は、情報処理装置とアプリケーションの実行環境が異なるテスト実行装置であって、第2のアプリケーションのテストを実行する前記テスト実行装置であって、第1のアプリケーションのテストを実行した前記情報処理装置によって生成された前記第1のアプリケーションのテストを実行するために必要な操作順番を含む操作情報を取得する取得手段と、前記第2のアプリケーション内の操作入力を行うための操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を生成する操作オブジェクト情報生成手段と、前記取得した操作情報と前記操作情報に対応する前記生成された操作オブジェクト情報とを用いて、前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成手段とを備えることを特徴とする。 To achieve the above object, the test execution system according to claim 7 is an information processing apparatus and application execution environment different test execution device, there at the test execution device for executing a test of the second application Te, an acquiring means for acquiring operation information including the operation sequence required to perform the test of the first information processing apparatus the first produced by running the test application in the application, the second An operation object for performing operation input in the application, operation object information generating means for generating operation object information indicating the display position of the operation object, and the generated operation corresponding to the acquired operation information and the operation information The object information and the second execution time in the test execution device. To manipulate instructing the operation object in the publication to run tests of the second application, determined from the display position of the operation object in order to the operation instruction based on the operation sequence of the operation information, indicating the operation of the pointing device An operation instruction information generating unit that generates an operation position indicating a movement of a cursor and indicating a position for performing the operation instruction and operation instruction information indicating an operation content is provided.

上記目的を達成するために、請求項8記載の情報処理装置は、テスト実行環境とアプリケーションの実行環境が異なる情報処理装置であって、第2のアプリケーションのテストを実行するテスト実行装置によって生成された前記第2のアプリケーション内の操作入力を行うための操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を取得する取得手段と、第1のアプリケーションのテストが実行される際の操作履歴から、前記第1のアプリケーションのテストを実行するための当該第1のアプリケーション内の操作オブジェクトに対する操作内容及び操作順番を示す操作情報を生成する操作情報生成手段と、前記生成された操作情報と前記操作情報に対応する前記取得した操作オブジェクト情報とを用いて、前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成手段と、前記生成された操作指示情報を前記テスト実行装置へ転送する転送手段とを備えることを特徴とする。 In order to achieve the above object, an information processing apparatus according to claim 8 is an information processing apparatus in which a test execution environment and an application execution environment are different, and is generated by a test execution apparatus that executes a test of a second application. Further, an operation object for performing an operation input in the second application, an acquisition means for acquiring operation object information indicating a display position of the operation object, and an operation history when the test of the first application is executed. , Operation information generating means for generating operation information indicating the operation content and operation order for the operation object in the first application for executing the test of the first application, the generated operation information and the operation Using the acquired operation object information corresponding to the information, To perform a test of the second application of the control object an operation instruction to the second in the application in the test execution device, the display position of the operation object in order to the operation instruction based on the operation sequence of the operation information An operation instruction information generating means for generating operation instruction information indicating an operation position indicating a position of the cursor indicating the operation of the pointing device, the operation position indicating the operation instruction, and the operation content; And transfer means for transferring the generated operation instruction information to the test execution device.

上記目的を達成するために、請求項9記載のプログラムは、第1のアプリケーションのテストを実行する情報処理装置と、前記情報処理装置とアプリケーションの実行環境が異なるテスト実行装置であって、第2のアプリケーションのテストを実行する前記テスト実行装置とを備えたテスト実行システムを制御するテスト実行方法をコンピュータに実行させるプログラムにおいて、前記テスト実行方法は、前記情報処理装置において前記第1のアプリケーションのテストを実行して、前記第1のアプリケーションのテストを実行するための当該第1のアプリケーション内の操作入力を行うための操作オブジェクトに対する操作内容及び操作順番を示す操作情報を生成する操作情報生成ステップと、前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を生成する操作オブジェクト情報生成ステップと、前記テスト実行装置において前記情報処理装置により生成された操作情報と前記操作情報に対応する前記操作オブジェクト情報生成ステップにより生成された操作オブジェクト情報とを用いて、前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成ステップとを有することを特徴とする。 In order to achieve the above object, a program according to claim 9 is an information processing apparatus that executes a test of a first application, and a test execution apparatus in which an execution environment of the application is different from that of the information processing apparatus . a program for executing the test execution method for controlling the test execution system comprising a said test execution device to a computer running the test application, the test execution methods, testing of the first application in the information processing apparatus An operation information generation step for generating operation information indicating operation contents and operation order for an operation object for performing an operation input in the first application for executing a test of the first application by executing , The second application in the test execution device. The operation object information generation step of generating an operation object information indicating the operation object in the application and the display position of the operation object, corresponding to the operation information and the operation information generated by the information processing apparatus in said test execution device wherein by using the operation object information generating operation object information generated by step, in order to the operation object in the second application operation instruction to the said test execution device to perform a test of the second application, the An operation position that is determined from the display position of the operation object to indicate an operation finger based on the operation order of the operation information, and is a position for indicating the movement of the cursor indicating the operation of the pointing device and indicating the position for performing the operation instruction And show the operation And having an operation instruction information generation step of generating work instruction information.

上記目的を達成するために、請求項10記載のプログラムは、第1のアプリケーションのテストを実行する情報処理装置と、前記情報処理装置とアプリケーションの実行環境が異なるテスト実行装置であって、第2のアプリケーションのテストを実行する前記テスト実行装置とを備えたテスト実行システムを制御するテスト実行方法をコンピュータに実行させるプログラムにおいて、前記テスト実行方法は、前記テスト実行装置において前記第2のアプリケーション内の操作入力を行うための操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を生成する操作オブジェクト情報生成ステップと、前記情報処理装置において前記第1のアプリケーションのテストが実行される際の操作履歴から、前記第1のアプリケーションのテストを実行するための当該第1のアプリケーション内の操作オブジェクトに対する操作内容及び操作順番を示す操作情報を生成する操作情報生成ステップと、前記情報処理装置において前記生成された操作情報と前記操作情報に対応する前記生成された操作オブジェクト情報とを用いて、前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成ステップと、前記情報処理装置において前記生成された操作指示情報を前記テスト実行装置へ転送する転送ステップとを有することを特徴とする。 In order to achieve the above object, a program according to claim 10 is an information processing apparatus that executes a test of a first application, and a test execution apparatus in which an execution environment of the application is different from that of the information processing apparatus . a program for executing the test execution method for controlling the test execution system comprising a said test execution device to a computer running the test application, the test execution methods, in the second application in said test execution device An operation object for generating an operation input, an operation object information generation step for generating operation object information indicating a display position of the operation object, and an operation history when the test of the first application is executed in the information processing apparatus from, the first app An operation information generating step of generating an operation information indicating the operation content and the operation sequence for the operation object of the in the first application to perform a test of Shon, the said generated operation information in the information processing apparatus operation using said generated operation object information corresponding to information, to perform a test of the second operable object an operation instruction to the second application in the application in the test execution device, the operation An operation position indicating a movement of a cursor indicating an operation of a pointing device , which is determined from a display position of the operation object to indicate an operation finger based on an operation order of information, and indicating a position for performing the operation instruction ; Operation instruction information generation for generating operation instruction information indicating operation contents And steps, and having a transfer step of transferring the generated operation command information in the information processing apparatus to said test execution device.

上記目的を達成するために、請求項11記載のテスト実行方法は、第1のアプリケーションのテストを実行する情報処理装置と、前記情報処理装置とアプリケーションの実行環境が異なるテスト実行装置であって、第2のアプリケーションのテストを実行する前記テスト実行装置とを備えたテスト実行システムを制御するテスト実行方法であって、前記テスト実行方法は、前記第1のアプリケーションのテストを実行して、前記第1のアプリケーションのテストを実行するための当該第1のアプリケーション内の操作入力を行うための操作オブジェクトに対する操作内容及び操作順番を示す操作情報を生成する操作情報生成ステップと、前記第2のアプリケーション内の操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を生成する操作オブジェクト情報生成ステップと、前記操作情報生成ステップにより生成された操作情報と前記操作情報に対応する前記操作オブジェクト生成ステップにより生成された操作オブジェクト情報とを用いて、前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成ステップとを有することを特徴とする。 In order to achieve the above object, a test execution method according to claim 11 is an information processing apparatus that executes a test of a first application, and a test execution apparatus that has a different execution environment of the information processing apparatus and the application, a test run method for controlling the test execution system comprising a said test execution device for executing a test of the second application, the test execution method executes a test of the first application, the first An operation information generating step for generating operation information indicating an operation content and an operation order for an operation object for performing an operation input in the first application for executing a test of one application; and in the second application operation Obuji the operation object and indicating the display position of the operation object Using the operation object information generation step for generating the operation information, the operation information generated by the operation information generation step, and the operation object information generated by the operation object generation step corresponding to the operation information. In order to execute the test of the second application by operating the operation object in the application , the pointing device operation determined from the display position of the operation object to indicate the operation instruction based on the operation order of the operation information is performed. An operation instruction information generating step for generating operation instruction information indicating an operation content and an operation position indicating a position for indicating the operation instruction.

上記目的を達成するために、請求項12記載のコンピュータで読み取り可能な記憶媒体は、請求項9又は10記載のプログラムを格納することを特徴とする。   In order to achieve the above object, a computer-readable storage medium according to claim 12 stores the program according to claim 9 or 10.

本発明によれば、テスト対象アプリケーションの実行環境が異なる場合においても、操作者の負担を増やすことなく、テスト・評価の工程の低減化・短期化・標準化を図ることができる。   According to the present invention, even when the execution environment of the test target application is different, the test / evaluation process can be reduced, shortened, and standardized without increasing the burden on the operator.

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

まず、本発明の第1の実施の形態に係るテスト実行システムについて説明する。   First, the test execution system according to the first embodiment of the present invention will be described.

図1は、本実施の形態に係るテスト実行システムのハードウェア構成を概略的に示すブロック図である。   FIG. 1 is a block diagram schematically showing a hardware configuration of the test execution system according to the present embodiment.

図1において、動作スクリプト生成コンピュータ101(情報処理装置)は、CPU103、RAM104、プログラム/データROM105、キーボードコントローラ(KBC)106、ポイントデバイスコントローラ(PDC)108、ビデオコントローラ(VC)110、メモリコントローラ(MC)112、及びネットワークコントローラ(NC)114を備え、これらはシステムバス102を介して互いに接続されている。   In FIG. 1, an operation script generation computer 101 (information processing apparatus) includes a CPU 103, a RAM 104, a program / data ROM 105, a keyboard controller (KBC) 106, a point device controller (PDC) 108, a video controller (VC) 110, a memory controller ( MC) 112 and a network controller (NC) 114, which are connected to each other via the system bus 102.

CPU103は、処理の実行に際して必要なプログラム等をRAM104にロードして、プログラムを実行することで各種動作を実現する。RAM104は、CPU103の主メモリ、ワークエリア等として機能する。プログラム/データROM105或いは外部メモリ(HDD)113には、CPU103の制御プログラムであるBIOS(Basic Input / Output System)及びオペレーティングシステム(以下、OSと呼ぶ)、並びにコンピュータの実行する機能を実現するために必要な後述する各種プログラム等が記憶されている。   The CPU 103 implements various operations by loading a program or the like necessary for executing the processing into the RAM 104 and executing the program. The RAM 104 functions as a main memory, work area, and the like for the CPU 103. In the program / data ROM 105 or the external memory (HDD) 113, a BIOS (Basic Input / Output System) and an operating system (hereinafter referred to as OS) which are control programs of the CPU 103, and functions executed by the computer are realized. Various necessary programs to be described later are stored.

KBC106は、キーボード107からの入力を制御する。PDC108は、マウス109やその他のポインティングデバイスからの入力を制御する。VC110は、ディスプレイ111等の表示機への表示を制御する。MC112は、ブートプログラム、ブラウザソフトウェア、各種のアプリケーション、フォントデータ、ユーザファイル、編集ファイル、及び各種データ等を記憶するハードディスク(HDD)、並びにフロッピー(登録商標)ディスク(FD)或いはPCMCIAカードスロットにアダプタを介して接続されるコンパクトフラッシュ(登録商標)メモリ等の外部メモリ113へのアクセスを制御する。NC114は、ネットワークを介して外部機器と接続・通信して、ネットワークでの通信制御処理を実行する。   The KBC 106 controls input from the keyboard 107. The PDC 108 controls input from the mouse 109 and other pointing devices. The VC 110 controls display on a display device such as the display 111. The MC 112 is an adapter to a hard disk (HDD) for storing a boot program, browser software, various applications, font data, user files, editing files, various data, etc., and a floppy (registered trademark) disk (FD) or PCMCIA card slot. Controls access to an external memory 113 such as a Compact Flash (registered trademark) memory connected via the. The NC 114 connects and communicates with an external device via a network, and executes communication control processing on the network.

テスト実行コンピュータ115(テスト実行装置)は、上述した動作スクリプト生成コンピュータ101と同様の構成であり、NC114及びNC128は互いに通信が可能である。   The test execution computer 115 (test execution device) has the same configuration as the operation script generation computer 101 described above, and the NC 114 and NC 128 can communicate with each other.

図2は、本実施の形態に係るテスト実行システムのシステム構成を概略的に示すブロック図である。図2は、本実施の形態に係るテスト実行システムの一例を示しており、テスト実行環境の数、OSの種類、対応言語、及びハードウェアの機種等は、テスト対象アプリケーションの対応状況や実際の実施の形態によって変更可能である。また、以下に詳述する本実施の形態では、テスト対象アプリケーションがスタンドアローン型のアプリケーションであるが、本発明はサーバ・クライアント型のシステムや、ブラウザ等を用いたWebアプリケーション型のアプリケーションにおいても適用可能である。   FIG. 2 is a block diagram schematically showing the system configuration of the test execution system according to the present embodiment. FIG. 2 shows an example of the test execution system according to the present embodiment. The number of test execution environments, the type of OS, the supported language, the hardware model, etc. It can be changed according to the embodiment. Further, in the present embodiment described in detail below, the test target application is a stand-alone application, but the present invention is also applicable to a server / client type system and a Web application type application using a browser or the like. Is possible.

図2において、動作スクリプト生成環境201に、OS202、テスト対象となる第1のアプリケーション203、及び動作スクリプト生成モジュール204を配置する。動作スクリプト生成環境201は、図1における動作スクリプト生成コンピュータ101に該当する。OS202の種類はWindows(登録商標)XPであり、対応言語はJP(日本語)である。第1のアプリケーション203及び動作スクリプト生成モジュール204は、図1におけるプログラム/データROM105或いは外部メモリ(HDD)113に記憶される。動作スクリプト生成モジュール204の詳細な処理については、後述する。   In FIG. 2, an OS 202, a first application 203 to be tested, and an action script generation module 204 are arranged in the action script generation environment 201. The action script generation environment 201 corresponds to the action script generation computer 101 in FIG. The type of the OS 202 is Windows (registered trademark) XP, and the corresponding language is JP (Japanese). The first application 203 and the operation script generation module 204 are stored in the program / data ROM 105 or the external memory (HDD) 113 in FIG. Detailed processing of the action script generation module 204 will be described later.

また、テスト実行環境A206に、OS207、テスト対象となる第2のアプリケーション208、及びスクリプト実行モジュール209を配置する。テスト実行環境A206は、図1におけるテスト実行コンピュータ115に該当する。OS207は、上述したOS202と同様であるとするが、異なるOSであってもよい。第2のアプリケーション208及びスクリプト実行モジュール209は、図1におけるプログラム/データROM119或いは外部メモリ(HDD)127に記憶される。スクリプト実行モジュール209の詳細な処理については、後述する。   Further, the OS 207, the second application 208 to be tested, and the script execution module 209 are arranged in the test execution environment A206. The test execution environment A206 corresponds to the test execution computer 115 in FIG. The OS 207 is the same as the OS 202 described above, but may be a different OS. The second application 208 and the script execution module 209 are stored in the program / data ROM 119 or the external memory (HDD) 127 in FIG. Detailed processing of the script execution module 209 will be described later.

また、テスト実行環境B210に、OS211、第2のアプリケーション212、及びスクリプト実行モジュール213を配置し、テスト実行環境C214に、OS215、第2のアプリケーション216、及びスクリプト実行モジュール217を配置する。なお、第2のアプリケーション208、第2のアプリケーション212、及び第2のアプリケーション216は同一のアプリケーションであり、スクリプト実行モジュール209、スクリプト実行モジュール213、及びスクリプト実行モジュール217は同一のモジュールである。ここで、同一のアプリケーションとは、画面表示させる言語の違い、および/または動作対応するOSが異なるが機能的には同じ処理を行うアプリケーションを指す。   Further, the OS 211, the second application 212, and the script execution module 213 are arranged in the test execution environment B210, and the OS 215, the second application 216, and the script execution module 217 are arranged in the test execution environment C214. Note that the second application 208, the second application 212, and the second application 216 are the same application, and the script execution module 209, the script execution module 213, and the script execution module 217 are the same module. Here, the same application refers to an application that performs the same process in terms of function, although the language displayed on the screen and / or the OS corresponding to the operation are different.

テスト実行環境A206のOS207、テスト実行環境B210のOS211、テスト実行環境C214のOS215の種類は、Windows(登録商標)XPであり、対応言語はそれぞれJP(日本語)、US(英語(米国))、DE(ドイツ語)である。   The OS 207 of the test execution environment A206, the OS 211 of the test execution environment B210, and the OS 215 of the test execution environment C214 are Windows (registered trademark) XP, and the supported languages are JP (Japanese) and US (English (United States)), respectively. DE (German).

なお、本実施の形態においては米国Microsoft社のWindows(登録商標)をOSとした構成を用いて説明を行っているが、他のOSを用いた構成においても本発明は適用可能である。   In this embodiment, the description is made using a configuration in which Windows (registered trademark) of Microsoft Corporation in the United States is used as an OS. However, the present invention can also be applied to configurations using other OSs.

動作スクリプト生成環境201、テスト実行環境A206、テスト実行環境B210、及びテスト実行環境C214はそれぞれネットワーク205を介して接続されている。このネットワーク状態は、動作スクリプト生成環境201においては、図1におけるNC114によって、テスト実行環境A206、テスト実行環境B210、テスト実行環境C214においては、図1におけるNC128によって実現される。   The operation script generation environment 201, test execution environment A 206, test execution environment B 210, and test execution environment C 214 are connected via a network 205. This network state is realized by the NC 114 in FIG. 1 in the operation script generation environment 201 and by the NC 128 in FIG. 1 in the test execution environment A 206, the test execution environment B 210, and the test execution environment C 214.

図3は、図2における動作スクリプト生成モジュール及びスクリプト実行モジュールの機能を説明するための図である。   FIG. 3 is a diagram for explaining the functions of the operation script generation module and the script execution module in FIG.

図3において、動作スクリプト生成モジュール301は、図2における動作スクリプト生成モジュール204に該当し、スクリプト実行モジュール308は、図2におけるスクリプト実行モジュール209、スクリプト実行モジュール213、スクリプト実行モジュール217に該当する。   In FIG. 3, an operation script generation module 301 corresponds to the operation script generation module 204 in FIG. 2, and a script execution module 308 corresponds to the script execution module 209, the script execution module 213, and the script execution module 217 in FIG.

動作スクリプト生成モジュール301において、まず、第1のアプリケーション内の操作オブジェクトに対する操作入力302が入力されると、操作解析部303が当該操作入力302を監視して、操作履歴を解析する。この操作履歴の解析処理の具体例は、後述する。操作解析部303は当該操作入力302を解析することにより、操作情報304を生成する。操作情報304は、操作オブジェクトの「画面名」、「オブジェクト種類」、「オブジェクト名」、及び「操作内容」の4項目からなる。ここで、操作入力とは、図2におけるキーボード107、マウス109やその他のポインティングデバイスからの入力が該当する。また、操作オブジェクトとは、第1のアプリケーション内のボタン、エディットボックス、コンボボックス等が該当する。   In the action script generation module 301, first, when an operation input 302 for an operation object in the first application is input, the operation analysis unit 303 monitors the operation input 302 and analyzes the operation history. A specific example of the operation history analysis process will be described later. The operation analysis unit 303 generates operation information 304 by analyzing the operation input 302. The operation information 304 includes four items of “screen name”, “object type”, “object name”, and “operation content” of the operation object. Here, the operation input corresponds to an input from the keyboard 107, mouse 109, or other pointing device in FIG. Further, the operation object corresponds to a button, an edit box, a combo box, or the like in the first application.

次いで、操作情報304を元に動作スクリプト生成部305によって動作スクリプト306を生成する。動作スクリプト生成部306は操作情報304の項目「画面名」、「オブジェクト種類」、「オブジェクト名」、及び「操作内容」に「操作順番」の項目を追加すると共に、スクリプトの形式に変換して、動作スクリプト306の終端レコードに追加する。動作スクリプトのデータ構造は、図10に示すような構造となる。動作スクリプト生成モジュール301の処理の詳細は、後述する。なお、動作スクリプト306は、操作情報304に「操作順番」を追加してスクリプト形式に変換したものであるとして説明するが、動作スクリプト306は操作情報304を含んでいるため、後述するように、動作スクリプト306がスクリプト実行モジュール308に転送されずとも、操作情報304が転送されるように構成してもよい。   Next, the operation script 306 is generated by the operation script generation unit 305 based on the operation information 304. The action script generation unit 306 adds an item of “operation order” to the items “screen name”, “object type”, “object name”, and “operation content” of the operation information 304 and converts them into a script format. And added to the end record of the action script 306. The data structure of the action script is as shown in FIG. Details of the processing of the action script generation module 301 will be described later. The operation script 306 will be described on the assumption that “operation order” is added to the operation information 304 and converted into a script format. However, since the operation script 306 includes the operation information 304, as described later, Even if the operation script 306 is not transferred to the script execution module 308, the operation information 304 may be transferred.

次いで、生成された動作スクリプト306は、動作スクリプト転送部307によって、スクリプト実行モジュール308へと転送される。すなわち、図2におけるネットワーク205を経由して、各テスト実行環境へと転送される。転送された動作スクリプト306は、図1におけるスクリプト生成コンピュータ101内のプログラム/データROM119或いは外部メモリ(HDD)127に記憶される。動作スクリプト転送部307の処理の詳細は、後述する。   Next, the generated operation script 306 is transferred to the script execution module 308 by the operation script transfer unit 307. That is, it is transferred to each test execution environment via the network 205 in FIG. The transferred operation script 306 is stored in the program / data ROM 119 or the external memory (HDD) 127 in the script generation computer 101 in FIG. Details of the processing of the operation script transfer unit 307 will be described later.

一方、スクリプト実行モジュール308において、まず、操作オブジェクト情報解析部309によって第2のアプリケーションの操作オブジェクトの表示位置を示す操作オブジェクト情報310を解析する。なぜなら、マウスなどのポインティングデバイスを介する操作によりカーソルを動かして、左クリックなどの操作を行うためには、テスト対象となる第2のアプリケーション内の操作オブジェクト(ボタン、スクロールバー、ラジオボタン、エディットボックスなど)の画面上の座標を調べる必要があるためである。操作オブジェクト情報310は、各操作オブジェクトの「画面名」、「オブジェクト種類」、「オブジェクト名」、「左上端のX座標」、「左上端のY座標」、「幅」、及び「高さ」の7項目である。「左上端のX座標」、「左上端のY座標」、「幅」、及び「高さ」の単位はピクセル、若しくはセンチ又はインチである。領域スクリプト生成部311は、操作オブジェクト情報310をスクリプトの形式に変換して、領域スクリプト312を生成する。領域スクリプトのデータ構造は、図11に示すような構造となる。なお、ここでいう領域スクリプト312とは、操作オブジェクト情報310と同等のものであるが、実行スクリプト生成部313が読み込み実行しやすいように、操作オブジェクト情報310をスクリプト形式にしたものを領域スクリプト312と呼ぶことにする。   On the other hand, in the script execution module 308, first, the operation object information analysis unit 309 analyzes the operation object information 310 indicating the display position of the operation object of the second application. This is because the operation object (button, scroll bar, radio button, edit box in the second application to be tested is used to move the cursor by an operation via a pointing device such as a mouse and perform an operation such as a left click. This is because it is necessary to examine the coordinates on the screen. The operation object information 310 includes “screen name”, “object type”, “object name”, “upper left X coordinate”, “upper left Y coordinate”, “width”, and “height” of each operation object. 7 items. The units of “X coordinate of upper left corner”, “Y coordinate of upper left corner”, “width”, and “height” are pixels, centimeters or inches. The area script generation unit 311 generates the area script 312 by converting the operation object information 310 into a script format. The data structure of the area script is as shown in FIG. Here, the area script 312 is equivalent to the operation object information 310, but the area script 312 is obtained by converting the operation object information 310 into a script format so that the execution script generating unit 313 can easily read and execute the area script 312. I will call it.

次いで、領域スクリプト312の生成が終了すると、領域スクリプト312(操作オブジェクト情報310でもよい)と動作スクリプト転送部307によって転送された動作スクリプト306(操作情報304でもよい)とを元に実行スクリプト生成部313は実行スクリプト314(操作指示情報と呼ぶ)を生成する。実行スクリプトのデータ構造は、図11に示すような構造となる。   Next, when the generation of the area script 312 ends, an execution script generation unit based on the area script 312 (may be the operation object information 310) and the action script 306 (may be the operation information 304) transferred by the action script transfer unit 307. In step 313, an execution script 314 (referred to as operation instruction information) is generated. The data structure of the execution script is as shown in FIG.

次いで、生成された実行スクリプト314を実行スクリプト実行部315が実行して、実行結果316を実行結果表示部317に表示する。実行結果表示部317には、画面に「正常終了」、「エラー内容」等の情報が表示される。スクリプト実行モジュール308の処理の詳細は、後述する。   Next, the execution script execution unit 315 executes the generated execution script 314 and displays the execution result 316 on the execution result display unit 317. The execution result display unit 317 displays information such as “normal end” and “error content” on the screen. Details of the processing of the script execution module 308 will be described later.

図4は、本実施の形態に係るテスト実行システムが実行するテスト実行処理の手順を示すフローチャートである。   FIG. 4 is a flowchart showing a procedure of test execution processing executed by the test execution system according to the present embodiment.

図4において、まず、動作スクリプト生成モジュール301は、後述する図5の動作スクリプト生成処理を行い(ステップS401)、第1のアプリケーションの動作スクリプト(操作情報)を生成する。   4, first, the operation script generation module 301 performs an operation script generation process of FIG. 5 described later (step S401), and generates an operation script (operation information) of the first application.

次いで、動作スクリプト生成モジュール301は、後述する図6の動作スクリプト転送処理を行い(ステップS402)、ステップS401で生成した動作スクリプトをテスト実行環境へ転送する。   Next, the action script generation module 301 performs an action script transfer process of FIG. 6 described later (step S402), and transfers the action script generated in step S401 to the test execution environment.

次に、スクリプト実行モジュール308は、後述する図7の領域スクリプト生成処理を行い(ステップS403)、テスト実行環境における第2のアプリケーションの領域スクリプト(操作オブジェクト情報)を生成する。   Next, the script execution module 308 performs area script generation processing of FIG. 7 described later (step S403), and generates an area script (operation object information) of the second application in the test execution environment.

次いで、スクリプト実行モジュール308は、後述する図8の実行スクリプト生成処理を行い(ステップS404)、ステップS402で転送された動作スクリプトとステップS403で生成された領域スクリプトとを用いて、第2のアプリケーションの実行スクリプト(操作指示情報)を生成する。   Next, the script execution module 308 performs an execution script generation process of FIG. 8 to be described later (step S404), and uses the operation script transferred in step S402 and the area script generated in step S403 to generate the second application. An execution script (operation instruction information) is generated.

続くステップS405では、ステップS404で生成された実行スクリプトを実行し、続くステップS406では、ステップS405での実行結果を表示して、本処理を終了する。   In the subsequent step S405, the execution script generated in step S404 is executed. In the subsequent step S406, the execution result in step S405 is displayed, and this process is terminated.

なお、ステップS406で表示される実行結果の項目は、「実行件数」、「成功件数」、「エラー件数」、及び「エラー内容」を有し、ステップS406ではGUIを用いて当該項目を表示すると共に、当該項目の内容をテスター(図示しない)へ通知する。   The execution result items displayed in step S406 include “execution count”, “success count”, “error count”, and “error contents”. In step S406, the items are displayed using a GUI. At the same time, the contents of the item are notified to a tester (not shown).

図5は、図4のステップS401の動作スクリプト生成処理の手順を示すフローチャートである。   FIG. 5 is a flowchart showing the procedure of the action script generation process in step S401 of FIG.

図5において、まず、ステップS501では、操作オブジェクトに対する操作の監視を開始する。ここで、第1のアプリケーションは予め起動されているものとする。ここでの第1のアプリケーションは図2における第1のアプリケーション203が該当する。   In FIG. 5, first, in step S501, monitoring of an operation on the operation object is started. Here, it is assumed that the first application is activated in advance. The first application here corresponds to the first application 203 in FIG.

次いで、ステップS502では、第1のアプリケーション内の操作オブジェクトに対する操作を検知し、続くステップS503では、ステップS502で操作オブジェクトに対する操作を検知した場合に、操作された操作オブジェクトの操作情報の履歴を解析する。操作情報は、操作された操作オブジェクトが配置されている「画面名」、「オブジェクト種類」、「オブジェクト名」、及び「操作内容」の4項目からなる。   Next, in step S502, an operation on the operation object in the first application is detected. In subsequent step S503, when an operation on the operation object is detected in step S502, a history of operation information of the operated operation object is analyzed. To do. The operation information includes four items of “screen name”, “object type”, “object name”, and “operation content” on which the operated operation object is arranged.

次いで、ステップS504では、動作スクリプトに登録されている動作レコード数を取得し、続くステップS505では、ステップS504で取得した動作レコード数をインクリメントした(1プラスした)数値を「操作順番」として、操作情報に追加する。   Next, in step S504, the number of operation records registered in the operation script is acquired, and in the subsequent step S505, the operation record number acquired in step S504 is incremented (added by 1) as the “operation order” and the operation is performed. Add to information.

次いで、ステップS506では、操作情報をスクリプトに変換し、続くステップS507では、ステップS506で変換されたスクリプトを動作スクリプトの終端レコードに追加する。   Next, in step S506, the operation information is converted into a script, and in subsequent step S507, the script converted in step S506 is added to the end record of the action script.

次いで、ステップS508では、操作オブジェクトに対する操作の監視を終了する指示があるか否かを判別し、指示がないときは(ステップS508でNO)、再び操作オブジェクトに対する操作の監視を続行してステップS502の処理に戻り、指示があるときは(ステップS508でYES)、操作オブジェクトに対する操作の監視を終了して(ステップS509)、本処理を終了する。   Next, in step S508, it is determined whether or not there is an instruction to end the operation monitoring on the operation object. If there is no instruction (NO in step S508), the operation monitoring on the operation object is continued again, and step S502 is performed. When there is an instruction (YES in step S508), the monitoring of the operation on the operation object is terminated (step S509), and this process is terminated.

本処理における動作スクリプトのデータ構造は、図9に示すような構造であり、図1における動作スクリプト生成コンピュータ101のプログラム/データROM105或いは外部メモリ(HDD)113に記録される。   The data structure of the operation script in this process is as shown in FIG. 9, and is recorded in the program / data ROM 105 or the external memory (HDD) 113 of the operation script generation computer 101 in FIG.

なお、画面名を取得するAPIは、
int GetWindowText (hWndApp, sWndTitle, cLen)
である。ここで、hWndAppはアプリケーション画面のハンドル、sWndTitleは画面名、cLenは画面名の文字列長を意味している。これにより、操作オブジェクトが配置されている「画面名」が取得される。
Note that the API for acquiring the screen name is
int GetWindowText (hWndApp, sWndTitle, cLen)
It is. Here, hWndApp means the handle of the application screen, sWndTitle means the screen name, and cLen means the character string length of the screen name. Thereby, the “screen name” on which the operation object is arranged is acquired.

また、マウス操作、キーボード操作のWindows(登録商標)メッセージを取得するAPIは、
LRESULT WinProc(hWndApp, Msg, wParam, lParam)
である。ここで、hWndAppはアプリケーション画面のハンドル、Msgは取得したウィンドウメッセージ、wParamはパラメータ1、lParamはパラメータ2を意味している。
In addition, the API for acquiring Windows (registered trademark) messages for mouse operation and keyboard operation is as follows:
LRESULT WinProc (hWndApp, Msg, wParam, lParam)
It is. Here, hWndApp means the handle of the application screen, Msg means the acquired window message, wParam means parameter 1, and lParam means parameter 2.

例えば、Enterキーの押下であれば、Windows(登録商標)メッセージは、「WM_KEYDOWN」、パラメータに「VK_ENTER」が取得できる。また、マウス操作であれば、右クリックされた場合は、Windows(登録商標)メッセージで「WM_RBUTTONDOWN」が取得できる。これにより、操作オブジェクトに対する「操作内容」が取得される。   For example, if the Enter key is pressed, “WM_KEYDOWN” can be acquired as the Windows (registered trademark) message, and “VK_ENTER” can be acquired as the parameter. In the case of a mouse operation, when a right click is performed, “WM_RBUTTONDOWN” can be acquired by a Windows (registered trademark) message. Thereby, the “operation content” for the operation object is acquired.

また、操作対象のオブジェクトのウィンドウハンドルを取得するAPIは、
HWND GetFocus()
である。戻り値が操作対象のオブジェクトのウィンドウハンドルを意味する。
In addition, the API for obtaining the window handle of the object to be operated is
HWND GetFocus ()
It is. The return value means the window handle of the object to be operated.

また、操作対象のオブジェクトの固有値(ID)を取得するAPIは、
int GetDlgCtrlID (hWndFocus)
である。ここで、hWndFocusはGetFocus()で取得したウィンドウハンドルを意味している。これにより、操作された操作オブジェクトを特定する情報が取得される。
Also, the API that acquires the unique value (ID) of the object to be operated is
int GetDlgCtrlID (hWndFocus)
It is. Here, hWndFocus means the window handle acquired by GetFocus (). Thereby, information specifying the operated operation object is acquired.

図6は、図4のステップS402の動作スクリプト転送処理の手順を示すフローチャートである。図6の処理は、図3における動作スクリプト転送部307の処理に該当する。   FIG. 6 is a flowchart showing the procedure of the operation script transfer process in step S402 of FIG. The process of FIG. 6 corresponds to the process of the action script transfer unit 307 in FIG.

図6において、まず、ステップS601では、動作スクリプトのリストを取得する。ここでの動作スクリプトは、図3における動作スクリプト生成部305で生成された動作スクリプト306でり、図1における動作スクリプト生成コンピュータ101のプログラム/データROM105或いは外部メモリ(HDD)113に記録される。   In FIG. 6, first, in step S601, a list of operation scripts is acquired. The operation script here is the operation script 306 generated by the operation script generation unit 305 in FIG. 3, and is recorded in the program / data ROM 105 or the external memory (HDD) 113 of the operation script generation computer 101 in FIG.

次いで、ステップS602では、ネットワーク上の動作スクリプトを転送するコンピュータのリストを取得する。ここでのコンピュータは、図2におけるテスト実行環境A206、テスト実行環境B210、及びテスト実行環境C214が該当する。   In step S602, a list of computers to which operation scripts on the network are transferred is acquired. The computer here corresponds to the test execution environment A206, the test execution environment B210, and the test execution environment C214 in FIG.

次いで、ステップS603では、ステップS601で取得した動作スクリプトのリストとステップS602で取得したコンピュータのリストとをスクリプト転送画面に反映させて表示する。スクリプト転送画面は、図8に示すような画面であり、詳細は後述する。   In step S603, the operation script list acquired in step S601 and the computer list acquired in step S602 are displayed on the script transfer screen. The script transfer screen is a screen as shown in FIG. 8, and details will be described later.

次いで、ステップS604では、スクリプト転送画面から転送する動作スクリプトと該動作スクリプトを転送するコンピュータを選択し、続くステップS605で転送指示がされると、ステップS606では、ステップS604で選択した動作スクリプトをステップS604で選択したコンピュータへネットワーク経由で転送して、本処理を終了する。ここでのネットワークは、図2におけるネットワーク205が該当する。   Next, in step S604, an operation script to be transferred and a computer to which the operation script is transferred are selected from the script transfer screen. When a transfer instruction is issued in the subsequent step S605, in step S606, the operation script selected in step S604 is stepped. The data is transferred to the computer selected in S604 via the network, and this process is terminated. The network here corresponds to the network 205 in FIG.

なお、本実施の形態では、第2のアプリケーション、及びスクリプト実行モジュールが予めテスト実行環境A206、テスト実行環境B210、及びテスト実行環境C214に格納されていることを前提とするが、本転送処理と同様に第2のアプリケーション、及びスクリプト実行モジュールをテスト実行環境に転送してもよい。また、ネットワークを介することなく、CD−ROMやフロッピー(登録商標)ディスク等の記録媒体により本転送処理を実現してもよい。   In this embodiment, it is assumed that the second application and the script execution module are stored in advance in the test execution environment A206, the test execution environment B210, and the test execution environment C214. Similarly, the second application and the script execution module may be transferred to the test execution environment. Further, the transfer process may be realized by a recording medium such as a CD-ROM or a floppy (registered trademark) disk without using a network.

図9は、図6におけるステップS603で表示するスクリプト転送画面の一例である。   FIG. 9 is an example of a script transfer screen displayed in step S603 in FIG.

図9において、オブジェクト901では、保存されている動作スクリプトをリスト形式で表示する。表示される動作スクリプトは図6のステップS601で取得したリストである。オブジェクト902では、ネットワーク上の動作スクリプトを転送するコンピュータリストを表示する。表示されるコンピュータリストは、図6のステップS602で取得したリストである。オブジェクト903では、転送を選択されたコンピュータのリストを表示する。   In FIG. 9, an object 901 displays saved operation scripts in a list format. The displayed operation script is the list acquired in step S601 in FIG. An object 902 displays a computer list for transferring operation scripts on the network. The displayed computer list is the list acquired in step S602 in FIG. An object 903 displays a list of computers selected for transfer.

また、オブジェクト904を押下すると、オブジェクト902で選択されている項目をオブジェクト903に移動し、オブジェクト905を押下すると、オブジェクト903で選択されている項目をオブジェクト902に移動する。これにより、転送するコンピュータの指定を編集することができる。   When the object 904 is pressed, the item selected by the object 902 is moved to the object 903, and when the object 905 is pressed, the item selected by the object 903 is moved to the object 902. Thereby, the designation of the computer to be transferred can be edited.

また、オブジェクト906を押下すると、オブジェクト901で選択された動作スクリプトをオブジェクト903で選択されたコンピュータへ転送し、オブジェクト907を押下すると、動作スクリプトの転送をキャンセルする。   When the object 906 is pressed, the operation script selected by the object 901 is transferred to the computer selected by the object 903, and when the object 907 is pressed, the transfer of the operation script is cancelled.

図7は、図4のステップS403の領域スクリプト生成処理の手順を示すフローチャートである。   FIG. 7 is a flowchart showing the procedure of the area script generation process in step S403 of FIG.

図7において、まず、第2のアプリケーションは予め起動されているものとする。第2のアプリケーションは、図2における第2のアプリケーション208、第2のアプリケーション212、及び第2のアプリケーション216が該当する。   In FIG. 7, first, it is assumed that the second application is activated in advance. The second application corresponds to the second application 208, the second application 212, and the second application 216 in FIG.

次いで、ステップS701では、第2のアプリケーション内の操作オブジェクトの表示位置情報(操作オブジェクト情報)を取得して解析する。操作オブジェクト情報は、操作オブジェクトの配置されている「画面名」、「オブジェクト種類」、「オブジェクト名」、「左上端のX座標」、「左上端のY座標」、「幅」、及び「高さ」の7項目である。   In step S701, display position information (operation object information) of an operation object in the second application is acquired and analyzed. The operation object information includes “screen name”, “object type”, “object name”, “upper left X coordinate”, “upper left Y coordinate”, “width”, and “high”. 7 items.

次いで、ステップS702では、ステップS701で解析された操作オブジェクト情報をスクリプトに変換して、続くステップS703では、ステップS702で変換されたスクリプトを領域スクリプトに追加する。   Next, in step S702, the operation object information analyzed in step S701 is converted into a script. In subsequent step S703, the script converted in step S702 is added to the area script.

次いで、ステップS704では、第2のアプリケーション内に存在する全てのオブジェクトの操作オブジェクト情報をスクリプトに変換したか否かを判別し、変換していないときは(ステップS704でNO)、ステップS701以降の処理を繰り返し、変換したときは(ステップS704でYES)、本処理を終了する。   Next, in step S704, it is determined whether or not the operation object information of all objects existing in the second application has been converted into a script. If it has not been converted (NO in step S704), step S701 and subsequent steps are performed. If the process is repeated and converted (YES in step S704), the process ends.

本処理における領域スクリプトのデータ構造は、図10に示すような構造である。   The data structure of the area script in this process is as shown in FIG.

なお、画面名を取得するAPIは、
int GetWindowText (hWndApp, sWndTitle, cLen)
である。ここで、hWndAppはアプリケーション画面のハンドル、sWndTitleは画面名、cLenは画面名の文字列長を意味している。これにより、操作オブジェクトが配置されている「画面名」が取得される。
Note that the API for acquiring the screen name is
int GetWindowText (hWndApp, sWndTitle, cLen)
It is. Here, hWndApp means the handle of the application screen, sWndTitle means the screen name, and cLen means the character string length of the screen name. Thereby, the “screen name” on which the operation object is arranged is acquired.

また、アプリケーション内の操作オブジェクト情報を列挙するAPIは、
BOOL EnumChildWindows(登録商標)(hWndApp, lpEnumFunc, lParam)
である。ここで、hWndAppはアプリケーション画面のハンドル、lpEnumFuncはコールバック関数へのポインタ、lParamはコールバック関数へ渡す32ビット値を意味している。LpEnumFuncで指定したコールバック関数内で、オブジェクト名を取得する。
An API for enumerating operation object information in the application is
BOOL EnumChildWindows (registered trademark) (hWndApp, lpEnumFunc, lParam)
It is. Here, hWndApp is a handle of the application screen, lpEnumFunc is a pointer to the callback function, and lParam is a 32-bit value passed to the callback function. Get the object name in the callback function specified by LpEnumFunc.

また、アプリケーションの画面の座標を取得するAPIは、
BOOL GetWindow(登録商標)Rect(hWndApp,pRect)
である。ここで、hWndAppはアプリケーション画面のハンドル、pRectはアプリケーションの画面の座標(原点(0,0)は画面左上とする)を意味している。また、pRectは構造体であり、以下の項目を有する。
Also, the API that acquires the screen coordinates of the application is
BOOL GetWindow (R) Rect (hWndApp, pRect)
It is. Here, hWndApp means the handle of the application screen, and pRect means the coordinates of the application screen (the origin (0, 0) is the upper left of the screen). PRect is a structure and has the following items.

Left:左上のX座標
top:左上のY座標
right:右下のX座標
bottom:右下のY座標
また、操作対象のオブジェクトの座標を取得するAPIは、
BOOL GetClientRect(hWndObj,pRect)
である。ここで、hWndObjは操作対象のオブジェクトのハンドル、pRectは操作対象のオブジェクトの座標(原点(0,0)はアプリケーションの画面の左上とする)を意味している。pRectはGetWindowRectのものと同じ構造体である。pRectから幅と高さを取得する。GetWindowRectで取得したpRectと、GetClientRectで取得したpRectから画面左上を原点(0,0)とした操作対象のオブジェクトの座標を取得する。これにより、操作オブジェクトの配置されている、「左上端のX座標」、「左上端のY座標」、「幅」、及び「高さ」が取得される。
Left: Upper left X coordinate
top: Y coordinate at the top left
right: Lower right X coordinate
bottom: lower right Y coordinate The API for obtaining the coordinates of the object to be operated is
BOOL GetClientRect (hWndObj, pRect)
It is. Here, hWndObj means the handle of the object to be operated, and pRect means the coordinates of the object to be operated (the origin (0, 0) is the upper left of the application screen). pRect is the same structure as GetWindowRect. Get width and height from pRect. From the pRect acquired by GetWindowRect and the pRect acquired by GetClientRect, the coordinates of the object to be operated with the upper left corner of the screen as the origin (0, 0) are acquired. Thereby, the “X coordinate of the upper left corner”, “Y coordinate of the upper left corner”, “width”, and “height” where the operation object is arranged are acquired.

図8は、図4のステップS404の実行スクリプト生成処理の手順を示すフローチャートである。   FIG. 8 is a flowchart showing the procedure of the execution script generation process in step S404 of FIG.

図8において、まず、ステップS801では、動作スクリプトから「操作順番」順にレコードを順次取得する。動作スクリプトは、図3における動作スクリプト転送部307にて転送された動作スクリプトが該当する。動作スクリプトは、図1におけるテスト実行コンピュータ115のプログラム/データROM119或いは外部メモリ(HDD)127に記憶されている。   In FIG. 8, first, in step S801, records are sequentially acquired from the operation script in the “operation order”. The action script corresponds to the action script transferred by the action script transfer unit 307 in FIG. The operation script is stored in the program / data ROM 119 or the external memory (HDD) 127 of the test execution computer 115 in FIG.

次いで、ステップS802では、ステップS801で取得した動作スクリプトの「画面名」、「オブジェクト種類」、及び「オブジェクト名」に適応するレコードを領域スクリプトから取得する。   Next, in step S802, records corresponding to “screen name”, “object type”, and “object name” of the action script acquired in step S801 are acquired from the area script.

次いで、ステップS803では、ステップS801で取得した動作スクリプト及びステップS802で取得した領域スクリプトを用いてスクリプトを生成し、続くステップS804では、ステップS803で生成したスクリプトを実行スクリプトに追加する。実行スクリプトは、「操作順番」、「画面名」、「オブジェクト種類」、「オブジェクト名」、「左上端のX座標」、「左上端のY座標」、「幅」、「高さ」、及び「操作内容」の9項目であり、データ構成は、図12に示すような構造である。   Next, in step S803, a script is generated using the action script acquired in step S801 and the area script acquired in step S802. In subsequent step S804, the script generated in step S803 is added to the execution script. The execution script includes "operation order", "screen name", "object type", "object name", "left top X coordinate", "left top Y coordinate", "width", "height", and There are nine items of “operation contents”, and the data structure is as shown in FIG.

次いで、ステップS805では、動作スクリプト内に未処理のレコードがあるか否かを判別し、未処理のレコードがある場合は、ステップS801以降の処理を繰り返し、未処理のレコードがない場合は、本処理を終了する。   Next, in step S805, it is determined whether or not there is an unprocessed record in the action script. If there is an unprocessed record, the processing from step S801 is repeated, and if there is no unprocessed record, The process ends.

上述した、図4〜図8の処理によれば、動作スクリプト生成モジュール301において生成された第1のアプリケーションの動作スクリプトと、スクリプト実行モジュール308において生成された第2のアプリケーションの領域スクリプトとを用いて、スクリプト実行モジュール308において第2のアプリケーションの実行スクリプトを生成し、該生成された実行スクリプトをスクリプト実行モジュール308において実行すると共に実行結果を表示するので、第2のアプリケーションの実行環境が異なる場合においても、第2のアプリケーションの実行スクリプトを再構築する必要がなく、もって、テスト・評価の工程の低減化・短期化・標準化を図ることができる。   4 to 8 described above, the operation script of the first application generated in the operation script generation module 301 and the area script of the second application generated in the script execution module 308 are used. When the script execution module 308 generates an execution script of the second application, executes the generated execution script in the script execution module 308 and displays the execution result, the execution environment of the second application is different. However, it is not necessary to reconstruct the execution script of the second application, so that the test / evaluation process can be reduced, shortened, and standardized.

図10は、動作スクリプトのデータ構造を説明するための図であり、図11は、領域スクリプトのデータ構造を説明するための図であり、図12は、実行スクリプトのデータ構造を説明するための図である。   10 is a diagram for explaining the data structure of the action script, FIG. 11 is a diagram for explaining the data structure of the area script, and FIG. 12 is a diagram for explaining the data structure of the execution script. FIG.

図10において、動作スクリプトは「操作順番」、「画面名」、「オブジェクト種類」、「オブジェクト名」、及び「操作内容」の5項目からなるリスト形式のデータ構造となり、領域スクリプトは「画面名」、「オブジェクト種類」、「オブジェクト名」、「左上端のX座標」、「左上端のY座標」、「幅」、及び「高さ」の7項目からなるリスト形式のデータ構造となり、実行スクリプトは「操作順番」、「画面名」、「オブジェクト種類」、「オブジェクト名」、「左上端のX座標」、「左上端のY座標」、「幅」、「高さ」、及び「操作内容」の9項目からなるリスト形式のデータ構造となる。上記「左上端のX座標」、「左上端のY座標」、「幅」、「高さ」の単位はピクセル、若しくはセンチ又はインチとする。   In FIG. 10, the action script has a data structure in a list format including five items of “operation order”, “screen name”, “object type”, “object name”, and “operation content”, and the area script has “screen name”. ”,“ Object type ”,“ Object name ”,“ X coordinate at upper left corner ”,“ Y coordinate at upper left corner ”,“ Width ”, and“ Height ”, which is a list-type data structure that is executed. The script consists of "operation order", "screen name", "object type", "object name", "left top X coordinate", "left top Y coordinate", "width", "height", and "operation" The data structure is a list format composed of nine items of “content”. The units of the “X coordinate of the upper left corner”, “Y coordinate of the upper left corner”, “width”, and “height” are pixels, centimeters, or inches.

図12に示す実行スクリプトは、図3における実行スクリプト生成部313で図10に示す実行スクリプトと図11に示す領域スクリプトとを元に生成されるスクリプトである。図10に示す動作スクリプトの「画面名」、「オブジェクト種類」、「オブジェクト名」と、図11に示す領域スクリプト「画面名」、「オブジェクト種類」、「オブジェクト名」とが合致する項目を結合して、図12に示す実行スクリプトを生成する。具体的には、各スクリプトが図10〜図12の場合、動作スクリプトAが領域スクリプトcと、動作スクリプトBが領域スクリプトbと、動作スクリプトCが領域スクリプトaとそれぞれ合致して、図12の実行スクリプトを生成する。   The execution script shown in FIG. 12 is a script generated by the execution script generation unit 313 in FIG. 3 based on the execution script shown in FIG. 10 and the area script shown in FIG. Combining items that match the “screen name”, “object type”, and “object name” of the action script shown in FIG. 10 with the area scripts “screen name”, “object type”, and “object name” shown in FIG. Then, the execution script shown in FIG. 12 is generated. Specifically, when each script is shown in FIGS. 10 to 12, the action script A matches the area script c, the action script B matches the area script b, and the action script C matches the area script a. Generate an execution script.

次に、本発明の第2の実施の形態に係るテスト実行システムについて説明する。   Next, a test execution system according to the second embodiment of the present invention will be described.

本実施の形態は、その構成や作用が上述した第1の実施の形態と基本的に同じであり、各テスト実行環境の領域スクリプトを管理する領域スクリプト管理部と、実行スクリプト生成部とを動作スクリプト生成環境に備える点で上述した第1の実施の形態と異なる。   This embodiment is basically the same in configuration and operation as the first embodiment described above, and operates an area script management unit that manages area scripts in each test execution environment and an execution script generation unit. It differs from the first embodiment described above in that it is provided in a script generation environment.

本実施の形態では、動作スクリプト生成環境で各テスト実行環境の実行スクリプトを生成して、該生成した実行スクリプトをスクリプト転送部にて各テスト実行環境に転送し、テスト実行環境で実行スクリプトを実行する。   In this embodiment, an execution script for each test execution environment is generated in the action script generation environment, the generated execution script is transferred to each test execution environment by the script transfer unit, and the execution script is executed in the test execution environment. To do.

図13は、本実施の形態におけるスクリプト生成モジュール及びスクリプト実行モジュールの機能を説明するための図である。   FIG. 13 is a diagram for explaining functions of the script generation module and the script execution module according to the present embodiment.

図13において、スクリプト生成モジュール321は図2における動作スクリプト生成環境201に該当し、スクリプト実行モジュール326は図2におけるテスト実行環境A206、テスト実行環境B210、及びテスト実行環境C214に該当する。   13, the script generation module 321 corresponds to the operation script generation environment 201 in FIG. 2, and the script execution module 326 corresponds to the test execution environment A 206, the test execution environment B 210, and the test execution environment C 214 in FIG.

スクリプト生成モジュール321では、まず、第1のアプリケーションに対する操作オブジェクトに対する操作入力322が入力されると、操作情報解析部323が当該操作オブジェクトに対する操作入力322を監視して、解析する。解析された操作情報を元に動作スクリプト生成部324によって動作スクリプトを生成する。生成された動作スクリプトは動作スクリプト管理部325において管理される。   In the script generation module 321, first, when an operation input 322 for an operation object for the first application is input, the operation information analysis unit 323 monitors and analyzes the operation input 322 for the operation object. Based on the analyzed operation information, the operation script generation unit 324 generates an operation script. The generated operation script is managed by the operation script management unit 325.

一方、スクリプト実行モジュール326では、まず、操作オブジェクト情報解析部327によって第2のアプリケーションの操作オブジェクト情報を解析し、解析された操作オブジェクト情報を元に領域スクリプト生成部328は領域スクリプトを生成する。   On the other hand, in the script execution module 326, first, the operation object information analysis unit 327 analyzes the operation object information of the second application, and the area script generation unit 328 generates an area script based on the analyzed operation object information.

スクリプト実行モジュール326で生成した領域スクリプトは、スクリプト生成モジュール321のテスト実行環境領域スクリプト管理部329において管理される。   The area script generated by the script execution module 326 is managed by the test execution environment area script management unit 329 of the script generation module 321.

次いで、実行スクリプト生成部330は動作スクリプトと領域スクリプトとを用いて、各テスト実行環境の実行スクリプトを生成する。   Next, the execution script generation unit 330 generates an execution script for each test execution environment using the operation script and the area script.

そして、生成した実行スクリプトを再び各テスト実行環境に転送して、実行スクリプト記憶部331に記憶すると共に、実行スクリプト実行部332で実行し、実行結果表示部333で実行結果の表示を行う。   Then, the generated execution script is transferred again to each test execution environment, stored in the execution script storage unit 331, executed by the execution script execution unit 332, and the execution result display unit 333 displays the execution result.

本実施の形態によれば、スクリプト生成モジュール321において生成された第1のアプリケーションの動作スクリプトと、スクリプト実行モジュール326において生成された第2のアプリケーションの領域スクリプトとを、スクリプト生成モジュール321において統合して第2のアプリケーションの実行スクリプトを生成し、該生成した実行スクリプトをスクリプト実行モジュール326において実行すると共に実行結果を表示するので、上述した第1の実施の形態と同様の効果を奏することができる。   According to the present embodiment, the operation script of the first application generated in the script generation module 321 and the area script of the second application generated in the script execution module 326 are integrated in the script generation module 321. Since the execution script of the second application is generated and the generated execution script is executed by the script execution module 326 and the execution result is displayed, the same effects as those of the first embodiment described above can be obtained. .

また、本発明の目的は、以下の処理を実行することによって達成される。即ち、上述した各実施の形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU等)が記憶媒体に格納されたプログラムコードを読み出す処理である。この場合、記憶媒体から読み出されたプログラムコード自体が前述した各実施の形態の機能を実現することになり、そのプログラムコード及び該プログラムコードを記憶した記憶媒体は本発明を構成することになる。   The object of the present invention is achieved by executing the following processing. That is, a storage medium recording software program codes for realizing the functions of the above-described embodiments is supplied to a system or apparatus, and a computer (or CPU, MPU, etc.) of the system or apparatus is stored in the storage medium. This is a process of reading the program code. In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the program code and the storage medium storing the program code constitute the present invention. .

また、プログラムコードを供給するための記憶媒体としては、次のものを用いることができる。例えば、フロッピー(登録商標)ディスク、ハードディスク、光磁気ディスク、CD−ROM、CD−R、CD−RW、DVD−ROM、DVD−RAM、DVD−RW、DVD+RW、磁気テープ、不揮発性のメモリカード、ROM等である。または、プログラムコードをネットワークを介してダウンロードしてもよい。   Moreover, the following can be used as a storage medium for supplying the program code. For example, floppy (registered trademark) disk, hard disk, magneto-optical disk, CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD + RW, magnetic tape, nonvolatile memory card, ROM or the like. Alternatively, the program code may be downloaded via a network.

また、コンピュータが読み出したプログラムコードを実行することにより、上記各実施の形態の機能が実現される場合も本発明に含まれる。加えて、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した各実施の形態の機能が実現される場合も含まれる。   The present invention also includes the case where the functions of the above-described embodiments are realized by executing the program code read by the computer. In addition, the OS (operating system) running on the computer performs part or all of the actual processing based on the instructions of the program code, and the functions of the above-described embodiments are realized by the processing. This is also included.

更に、前述した各実施の形態の機能が以下の処理によって実現される場合も本発明に含まれる。即ち、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれる。その後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行う場合である。   Furthermore, the present invention includes a case where the functions of the above-described embodiments are realized by the following processing. That is, the program code read from the storage medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer. Thereafter, based on the instruction of the program code, the CPU or the like provided in the function expansion board or function expansion unit performs part or all of the actual processing.

本発明の第1の実施の形態に係るテスト実行システムのハードウェア構成を概略的に示すブロック図である。It is a block diagram which shows roughly the hardware constitutions of the test execution system which concerns on the 1st Embodiment of this invention. 本実施の形態に係るテスト実行システムのシステム構成を概略的に示すブロック図である。1 is a block diagram schematically showing a system configuration of a test execution system according to the present embodiment. 図2における動作スクリプト生成モジュール及びスクリプト実行モジュールの機能を説明するための図である。It is a figure for demonstrating the function of the operation | movement script production | generation module in FIG. 2, and a script execution module. 本実施の形態に係るテスト実行システムが実行するテスト実行処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the test execution process which the test execution system which concerns on this Embodiment performs. 図4のステップS401の動作スクリプト生成処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the operation | movement script production | generation process of step S401 of FIG. 図4のステップS402の動作スクリプト転送処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the operation | movement script transfer process of step S402 of FIG. 図4のステップS403の領域スクリプト生成処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the area | region script production | generation process of step S403 of FIG. 図4のステップS404の実行スクリプト生成処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the execution script production | generation process of step S404 of FIG. 図6におけるステップS603で表示するスクリプト転送画面の一例である。7 is an example of a script transfer screen displayed in step S603 in FIG. 動作スクリプトのデータ構造を説明するための図である。It is a figure for demonstrating the data structure of an action script. 領域スクリプトのデータ構造を説明するための図である。It is a figure for demonstrating the data structure of an area | region script. 実行スクリプトのデータ構造を説明するための図である。It is a figure for demonstrating the data structure of an execution script. 本発明の第2の実施の形態におけるスクリプト生成モジュール及びスクリプト実行モジュールの機能を説明するための図である。It is a figure for demonstrating the function of the script production | generation module and script execution module in the 2nd Embodiment of this invention.

符号の説明Explanation of symbols

101 動作スクリプト生成コンピュータ
115 テスト実行コンピュータ
201 動作スクリプト生成環境
206 テスト実行環境A
210 テスト実行環境B
214 テスト実行環境C
301 動作スクリプト生成モジュール
308,326 スクリプト実行モジュール
321 スクリプト生成モジュール
101 operation script generation computer 115 test execution computer 201 operation script generation environment 206 test execution environment A
210 Test execution environment B
214 Test execution environment C
301 action script generation module 308, 326 script execution module 321 script generation module

Claims (12)

第1のアプリケーションのテストを実行する情報処理装置と、前記情報処理装置とアプリケーションの実行環境が異なるテスト実行装置であって、第2のアプリケーションのテストを実行する前記テスト実行装置とを備えたテスト実行システムにおいて、
前記情報処理装置は、
前記第1のアプリケーションのテストが実行される際の操作履歴から、前記第1のアプリケーションのテストを実行するための当該第1のアプリケーション内の操作入力を行うための操作オブジェクトに対する操作内容及び操作順番を示す操作情報を生成する操作情報生成手段を備え、
前記テスト実行装置は、
前記第2のアプリケーション内の操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を生成する操作オブジェクト情報生成手段と、
前記情報処理装置の前記操作情報生成手段により生成された操作情報と前記操作情報に対応する前記テスト実行装置の前記操作オブジェクト情報生成手段により生成された操作オブジェクト情報とを用いて、前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成手段とを備えることを特徴とするテスト実行システム。
And an information processing apparatus for executing a test of the first application, the an information processing apparatus and execution environment different test execution device application testing and a said test execution device for executing a test of the second application In the execution system,
The information processing apparatus includes:
From the operation history when the test of the first application is executed, the operation content and the operation order for the operation object for performing the operation input in the first application for executing the test of the first application Operation information generating means for generating operation information indicating
The test execution device includes:
Operation object information generating means for generating operation object information indicating an operation object in the second application and a display position of the operation object;
Using said said operation object information operation object information generated by the generating means of the test execution device corresponding to the operation information the operation information generated operation information by the generation means of the information processing apparatus, the test execution system In order to execute an operation instruction on the operation object in the second application and execute the test of the second application , a pointing determined from the display position of the operation object to indicate an operation instruction based on the operation order of the operation information An operation instruction information generating unit configured to generate an operation position indicating a position of the cursor indicating the operation of the device, indicating an operation position indicating the operation instruction, and operation instruction information indicating the operation content; Characteristic test execution system.
前記情報処理装置は、前記生成された操作情報を前記テスト実行装置へ転送する転送手段を備えることを特徴とする請求項1記載のテスト実行システム。   The test execution system according to claim 1, wherein the information processing apparatus includes a transfer unit that transfers the generated operation information to the test execution apparatus. 前記第1のアプリケーションと、前記第2のアプリケーションとは、
動作対応するオペレーティングシステム、表示させる言語、のいずれか、もしくは両方が異なることを特徴とする請求項1又は2記載のテスト実行システム。
The first application and the second application are:
3. The test execution system according to claim 1, wherein either one or both of the operating system corresponding to the operation and the language to be displayed are different.
前記情報処理装置と、前記テスト実行装置とは、
用いられるハードウェア、が異なることを特徴とする請求項1乃至3のいずれか1項に記載のテスト実行システム。
The information processing apparatus and the test execution apparatus are:
The test execution system according to claim 1, wherein hardware used is different.
第1のアプリケーションのテストを実行する情報処理装置と、前記情報処理装置とアプリケーションの実行環境が異なるテスト実行装置であって、第2のアプリケーションのテストを実行する前記テスト実行装置とを備えたテスト実行システムにおいて、
前記テスト実行装置は、
前記第2のアプリケーション内の操作入力を行うための操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を生成する操作オブジェクト情報生成手段を備え、
前記情報処理装置は、
前記第1のアプリケーションのテストが実行される際の操作履歴から、前記第1のアプリケーションのテストを実行するための当該第1のアプリケーション内の操作オブジェクトに対する操作内容及び操作順番を示す操作情報を生成する操作情報生成手段と、
前記生成された操作情報と前記操作情報に対応する前記生成された操作オブジェクト情報とを用いて、前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成手段と、
前記生成された操作指示情報を前記テスト実行装置へ転送する転送手段とを備えることを特徴とするテスト実行システム。
And an information processing apparatus for executing a test of the first application, the an information processing apparatus and execution environment different test execution device application testing and a said test execution device for executing a test of the second application In the execution system,
The test execution device includes:
An operation object for generating an operation input in the second application, and operation object information generating means for generating operation object information indicating a display position of the operation object,
The information processing apparatus includes:
Operation information indicating the operation content and operation order for the operation object in the first application for executing the test of the first application is generated from the operation history when the test of the first application is executed. Operation information generating means for
Using the generated operation information and the generated operation object information corresponding to the operation information, the test execution apparatus instructs to operate the operation object in the second application. In order to execute a test, a position for indicating a movement of a cursor indicating an operation of a pointing device , which is determined from a display position of the operation object to indicate an operation finger based on an operation order of the operation information , the operation instruction being An operation instruction information generating means for generating operation instruction information indicating an operation position indicating operation position and operation content;
A test execution system comprising: transfer means for transferring the generated operation instruction information to the test execution device.
前記テスト実行装置は、前記生成された操作オブジェクト情報を前記情報処理装置へ転送する他の転送手段を備えることを特徴とする請求項5記載のテスト実行システム。   The test execution system according to claim 5, wherein the test execution apparatus includes another transfer unit that transfers the generated operation object information to the information processing apparatus. 情報処理装置とアプリケーションの実行環境が異なるテスト実行装置であって、第2のアプリケーションのテストを実行する前記テスト実行装置であって、
第1のアプリケーションのテストを実行した前記情報処理装置によって生成された前記第1のアプリケーションのテストを実行するために必要な操作順番を含む操作情報を取得する取得手段と、
前記第2のアプリケーション内の操作入力を行うための操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を生成する操作オブジェクト情報生成手段と、
前記取得した操作情報と前記操作情報に対応する前記生成された操作オブジェクト情報とを用いて、前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成手段とを備えることを特徴とするテスト実行装置。
And the information processing apparatus and the application execution environment or a different test execution unit, wherein a test execution device for executing a test of the second application,
An acquisition unit configured to acquire operation information including the operation sequence required to perform the test of the first information processing apparatus the first produced by running the test application application,
An operation object for performing operation input in the second application, and operation object information generating means for generating operation object information indicating a display position of the operation object;
Using the acquired operation information and the generated operation object information corresponding to the operation information, the operation execution instruction in the second application is instructed by the test execution device, and the test of the second application is performed. In order to indicate the operation finger based on the operation order of the operation information, the position for indicating the movement of the cursor indicating the operation of the pointing device is determined from the display position of the operation object to indicate the operation finger, and the operation instruction is performed An operation instruction information generating means for generating an operation position information indicating a position for operation and operation instruction information indicating an operation content.
テスト実行環境とアプリケーションの実行環境が異なる情報処理装置であって、
第2のアプリケーションのテストを実行するテスト実行装置によって生成された前記第2のアプリケーション内の操作入力を行うための操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を取得する取得手段と、
第1のアプリケーションのテストが実行される際の操作履歴から、前記第1のアプリケーションのテストを実行するための当該第1のアプリケーション内の操作オブジェクトに対する操作内容及び操作順番を示す操作情報を生成する操作情報生成手段と、
前記生成された操作情報と前記操作情報に対応する前記取得した操作オブジェクト情報とを用いて、前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成手段と、
前記生成された操作指示情報を前記テスト実行装置へ転送する転送手段とを備えることを特徴とする情報処理装置。
An information processing device with a different test execution environment and application execution environment,
An acquisition unit for acquiring an operation object for performing an operation input in the second application generated by a test execution device that executes a test of the second application, and operation object information indicating a display position of the operation object;
Operation information indicating an operation content and an operation order for the operation object in the first application for executing the test of the first application is generated from the operation history when the test of the first application is executed. Operation information generating means;
Using the generated operation information and the acquired operation object information corresponding to the operation information, the operation execution instruction in the second application is instructed by the test execution device, and the test of the second application is performed. In order to indicate the operation finger based on the operation order of the operation information, the position for indicating the movement of the cursor indicating the operation of the pointing device is determined from the display position of the operation object to indicate the operation finger, and the operation instruction is performed An operation instruction information generating means for generating an operation position indicating a position for operation and operation instruction information indicating an operation content;
An information processing apparatus comprising: transfer means for transferring the generated operation instruction information to the test execution apparatus.
第1のアプリケーションのテストを実行する情報処理装置と、前記情報処理装置とアプリケーションの実行環境が異なるテスト実行装置であって、第2のアプリケーションのテストを実行する前記テスト実行装置とを備えたテスト実行システムを制御するテスト実行方法をコンピュータに実行させるプログラムにおいて、前記テスト実行方法は、
前記情報処理装置において前記第1のアプリケーションのテストを実行して、前記第1のアプリケーションのテストを実行するための当該第1のアプリケーション内の操作入力を行うための操作オブジェクトに対する操作内容及び操作順番を示す操作情報を生成する操作情報生成ステップと、
前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を生成する操作オブジェクト情報生成ステップと、
前記テスト実行装置において前記情報処理装置により生成された操作情報と前記操作情報に対応する前記操作オブジェクト情報生成ステップにより生成された操作オブジェクト情報とを用いて、前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成ステップとを有することを特徴とするプログラム。
And an information processing apparatus for executing a test of the first application, the an information processing apparatus and execution environment different test execution device application testing and a said test execution device for executing a test of the second application In a program for causing a computer to execute a test execution method for controlling an execution system, the test execution method includes:
Operation contents and operation order for an operation object for executing an operation input in the first application for executing the test of the first application in the information processing apparatus and executing the test of the first application An operation information generation step for generating operation information indicating
An operation object information generation step of generating operation object information indicating an operation object in the second application and a display position of the operation object in the test execution device;
Using the operation information generated by the information processing device in the test execution device and the operation object information generated by the operation object information generation step corresponding to the operation information, the second application in the test execution device A cursor indicating the operation of the pointing device , which is determined from the display position of the operation object so as to indicate an operation finger based on the operation order of the operation information, in order to instruct the operation object in the operation and execute the test of the second application An operation instruction information generating step for generating operation instruction information indicating the operation position indicating the position of the movement and the operation instruction information indicating the operation content.
第1のアプリケーションのテストを実行する情報処理装置と、前記情報処理装置とアプリケーションの実行環境が異なるテスト実行装置であって、第2のアプリケーションのテストを実行する前記テスト実行装置とを備えたテスト実行システムを制御するテスト実行方法をコンピュータに実行させるプログラムにおいて、前記テスト実行方法は、
前記テスト実行装置において前記第2のアプリケーション内の操作入力を行うための操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を生成する操作オブジェクト情報生成ステップと、
前記情報処理装置において前記第1のアプリケーションのテストが実行される際の操作履歴から、前記第1のアプリケーションのテストを実行するための当該第1のアプリケーション内の操作オブジェクトに対する操作内容及び操作順番を示す操作情報を生成する操作情報生成ステップと、
前記情報処理装置において前記生成された操作情報と前記操作情報に対応する前記生成された操作オブジェクト情報とを用いて、前記テスト実行装置において前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成ステップと、
前記情報処理装置において前記生成された操作指示情報を前記テスト実行装置へ転送する転送ステップとを有することを特徴とするプログラム。
And an information processing apparatus for executing a test of the first application, the an information processing apparatus and execution environment different test execution device application testing and a said test execution device for executing a test of the second application In a program for causing a computer to execute a test execution method for controlling an execution system, the test execution method includes:
The operation object information generation step of generating an operation object information indicating the display position of the second operating object and the operation object for performing an operation input in an application in said test execution device,
From the operation history when the test of the first application is executed in the information processing apparatus, the operation content and the operation order for the operation object in the first application for executing the test of the first application are determined. An operation information generation step for generating operation information to be shown;
Using said generated operation object information corresponding to the operation information and the generated operation information in the information processing apparatus, wherein the control object in the second application operation instruction to the said test execution device In order to execute the test of the second application, a position for indicating the movement of the cursor indicating the operation of the pointing device , which is determined from the display position of the operation object to indicate the operation finger based on the operation order of the operation information, An operation instruction information generating step for generating an operation position indicating a position for performing the operation instruction and operation instruction information indicating an operation content;
And a transfer step of transferring the generated operation instruction information to the test execution device in the information processing device.
第1のアプリケーションのテストを実行する情報処理装置と、前記情報処理装置とアプリケーションの実行環境が異なるテスト実行装置であって、第2のアプリケーションのテストを実行する前記テスト実行装置とを備えたテスト実行システムを制御するテスト実行方法であって、前記テスト実行方法は、
前記第1のアプリケーションのテストを実行して、前記第1のアプリケーションのテストを実行するための当該第1のアプリケーション内の操作入力を行うための操作オブジェクトに対する操作内容及び操作順番を示す操作情報を生成する操作情報生成ステップと、
前記第2のアプリケーション内の操作オブジェクトと前記操作オブジェクトの表示位置を示す操作オブジェクト情報を生成する操作オブジェクト情報生成ステップと、
前記操作情報生成ステップにより生成された操作情報と前記操作情報に対応する前記操作オブジェクト生成ステップにより生成された操作オブジェクト情報とを用いて、前記第2のアプリケーション内の操作オブジェクトを操作指示して前記第2のアプリケーションのテストを実行するために、前記操作情報の操作順番に基づく操作指示すべく前記操作オブジェクトの表示位置から定まる、ポインティングデバイスの操作を示すカーソルの動きを示すための位置であって、前記操作指示を行うための位置を示す操作位置と操作内容を示す操作指示情報を生成する操作指示情報生成ステップとを有することを特徴とするテスト実行方法。
And an information processing apparatus for executing a test of the first application, the an information processing apparatus and execution environment different test execution device application testing and a said test execution device for executing a test of the second application A test execution method for controlling an execution system, the test execution method comprising:
Operation information indicating an operation content and an operation order for an operation object for performing an operation input in the first application for executing the test of the first application by executing the test of the first application. An operation information generation step to be generated;
An operation object information generation step of generating operation object information indicating an operation object in the second application and a display position of the operation object;
Using said operation object generation operation object information generated by the step corresponding to the operation information and the operation information operation information generated by the generating step, the by operation instruction the operation object in the second application In order to execute the test of the second application, a position for indicating the movement of the cursor indicating the operation of the pointing device , which is determined from the display position of the operation object to indicate the operation finger based on the operation order of the operation information, A test execution method comprising: an operation position indicating a position for performing the operation instruction; and an operation instruction information generating step for generating operation instruction information indicating operation content.
請求項9又は10記載のプログラムを格納することを特徴とするコンピュータで読み取り可能な記憶媒体。   A computer-readable storage medium storing the program according to claim 9 or 10.
JP2007172937A 2007-06-29 2007-06-29 Test execution system, test execution apparatus, information processing apparatus, test execution method, program, and storage medium Expired - Fee Related JP5038036B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007172937A JP5038036B2 (en) 2007-06-29 2007-06-29 Test execution system, test execution apparatus, information processing apparatus, test execution method, program, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007172937A JP5038036B2 (en) 2007-06-29 2007-06-29 Test execution system, test execution apparatus, information processing apparatus, test execution method, program, and storage medium

Publications (3)

Publication Number Publication Date
JP2009015363A JP2009015363A (en) 2009-01-22
JP2009015363A5 JP2009015363A5 (en) 2009-08-20
JP5038036B2 true JP5038036B2 (en) 2012-10-03

Family

ID=40356238

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007172937A Expired - Fee Related JP5038036B2 (en) 2007-06-29 2007-06-29 Test execution system, test execution apparatus, information processing apparatus, test execution method, program, and storage medium

Country Status (1)

Country Link
JP (1) JP5038036B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9286197B2 (en) * 2008-05-29 2016-03-15 Hewlett Packard Enterprise Development Lp Method and system of testing software using real time replication
JP5943889B2 (en) * 2013-08-30 2016-07-05 京セラドキュメントソリューションズ株式会社 Application screen test system for image forming apparatus
JP6312559B2 (en) * 2014-01-21 2018-04-18 三菱電機株式会社 Regression test scenario generator
JP6257546B2 (en) * 2015-03-16 2018-01-10 三菱電機株式会社 Application test equipment
JP6755661B2 (en) * 2016-01-06 2020-09-16 エヌ・ティ・ティ・コミュニケーションズ株式会社 State transition analysis device, state transition analysis method and computer program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0784765A (en) * 1993-08-06 1995-03-31 Toshiba Corp Gui test device
JP3008872B2 (en) * 1997-01-08 2000-02-14 日本電気株式会社 GUI system automatic operation device and operation macro execution device
JP2002304111A (en) * 2001-01-30 2002-10-18 Digital Electronics Corp Seminar method for application program, client device used in this method, program, server device, and terminal equipment
JP2007072827A (en) * 2005-09-08 2007-03-22 Sony Corp Test management program and method
JP4672532B2 (en) * 2005-11-18 2011-04-20 日本電信電話株式会社 Operator simulation system and operator simulation method

Also Published As

Publication number Publication date
JP2009015363A (en) 2009-01-22

Similar Documents

Publication Publication Date Title
JP3008872B2 (en) GUI system automatic operation device and operation macro execution device
JP4395761B2 (en) Program test support apparatus and method
CN109901834B (en) Document page generation method, device, computer equipment and storage medium
US20140309983A1 (en) Integrated Application Localization
JP2007323573A (en) Functional test script generator
US6904563B2 (en) Editing platforms for remote user interface translation
JP5798552B2 (en) Method, system and computer program for screen capture
JP2012103786A (en) Test support device, control method, and program
JP5038036B2 (en) Test execution system, test execution apparatus, information processing apparatus, test execution method, program, and storage medium
JP5110640B2 (en) Accessibility information obtaining method, computer program, and accessibility information device
JP2008293486A (en) Source code analysis device, analysis program, and analysis method
CN113505082B (en) Application program testing method and device
WO2017033450A1 (en) Information processing system, information processing apparatus, and information processing method
CN113760266B (en) Method and device for creating function module file and electronic equipment
US10678864B2 (en) Analysis model preparing system, programming apparatus, and analysis model preparing method
CN110806891B (en) Method and device for generating software version of embedded device
JP3942098B2 (en) Information processing system, information registration information processing apparatus, information search information processing apparatus, information registration information processing method, information search information processing method, program, and recording medium
US20210397635A1 (en) Information processing device, information processing system, and computer-readable recording medium storing information processing program
JP2020173570A (en) Analysis apparatus, analysis method, and program
CN102597965B (en) Operation verification device, operation verification method
JP2012133567A (en) Information processor, control method thereof, and program
JP4583260B2 (en) General-purpose computer operation procedure creation device, program, and storage medium
JP2021009605A (en) Program and method for supporting generation of software operation scenario and device for supporting generation of software operation scenario
JP7319516B2 (en) Program, information processing device, and control method thereof
JP5683209B2 (en) Client computer with automatic document generation function

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090629

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090707

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101227

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110913

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111114

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20111206

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120306

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20120323

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20120323

A911 Transfer of reconsideration by examiner before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20120412

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20120323

A911 Transfer of reconsideration by examiner before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20120518

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: 20120605

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: 20120705

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

Free format text: PAYMENT UNTIL: 20150713

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees