JP2011164785A - Device, method and program for verifying operation - Google Patents

Device, method and program for verifying operation Download PDF

Info

Publication number
JP2011164785A
JP2011164785A JP2010024649A JP2010024649A JP2011164785A JP 2011164785 A JP2011164785 A JP 2011164785A JP 2010024649 A JP2010024649 A JP 2010024649A JP 2010024649 A JP2010024649 A JP 2010024649A JP 2011164785 A JP2011164785 A JP 2011164785A
Authority
JP
Japan
Prior art keywords
program
function
file
input data
content file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2010024649A
Other languages
Japanese (ja)
Other versions
JP4681673B1 (en
Inventor
Isato Takahata
勇人 高畠
Eiji Namikawa
英二 並河
Takuma Ishibashi
琢磨 石橋
Takuji Mizoguchi
拓治 溝口
Hisao Imai
久夫 今井
Toshitaka Ito
俊廷 伊藤
Kotaro Miyake
光太郎 三宅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority to CN201080003435.1A priority Critical patent/CN102227716B/en
Priority to JP2010024649A priority patent/JP4681673B1/en
Priority to PCT/JP2010/000722 priority patent/WO2010116586A1/en
Application filed by Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to US13/067,009 priority patent/US9495280B2/en
Publication of JP4681673B1 publication Critical patent/JP4681673B1/en
Application granted granted Critical
Publication of JP2011164785A publication Critical patent/JP2011164785A/en
Priority to US15/167,113 priority patent/US10346288B2/en
Priority to US16/410,185 priority patent/US10860463B2/en
Priority to US17/088,875 priority patent/US11580011B2/en
Priority to US18/096,420 priority patent/US20230153230A1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To create and execute a test program for reproducing an operation test to a dynamic Web page. <P>SOLUTION: An operation recording part 137 detects data input operation to the Web page of an operation confirmation target, and records, into an operation content file, a function corresponding to the data input operation, including an interface for obtaining input data to the Web page. An object detection part 524 detects an object embedded with an event handler for generating an event corresponding to user operation from a page configuration file. An event recording part 526 records a function corresponding to the event occurring in the object embedded with the event handler into the operation content file. A dynamic tag recording part 528 records user operation to the dynamically created object into the operation content file when the program for dynamically creating the object is included in the page configuration file. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

この発明は、製品の動作をテストするための技術に関する。   The present invention relates to a technique for testing the operation of a product.

製品品質を保証する上で、製品出荷前の動作テストは不可欠である。一般的には、テスト・エンジニアが製品を手動操作し、その操作結果を確認することにより動作テストを実行することが多い。しかし、操作バリエーションが豊富な多機能製品の場合、手動による動作テストには限界がある。   In order to guarantee product quality, operational tests before product shipment are indispensable. In general, a test engineer often performs an operation test by manually operating a product and confirming the operation result. However, manual operation tests are limited in the case of multi-function products with abundant operation variations.

そこで、テスト・プログラムで動作テストを自動実行することにより、動作テストの省力化を図ることも多い。例えば、HP(Hewlett-Packard)社が提供する自動機能テストツール「QTP(Quick Test Professional)」は、ユーザが自作したテスト・プログラムを実行することにより、動作テストを自動化する。ウェブページの動作テストは、一般的に、そのウェブページを表示するウェブブラウザに対して入力操作を行い、操作結果を確認することにより実施される。   Therefore, it is often the case that the operation test is automatically executed by a test program to save labor of the operation test. For example, an automatic function test tool “QTP (Quick Test Professional)” provided by HP (Hewlett-Packard) Co., Ltd. automates an operation test by executing a test program created by the user. The web page operation test is generally performed by performing an input operation on a web browser that displays the web page and confirming the operation result.

特開2004−227396号公報JP 2004-227396 A

近年注目されているAjaxを利用することで、所定のユーザ操作のイベントに応じてHTML画面の表示態様が変化したりタグが追加されるなどの動的なウェブページを作成することができる。このような動的なウェブページでは、ウェブブラウザに対する入力操作を全て記録するだけでは、ユーザの行った動作テストをテスト・プログラムで再現できないという問題がある。   By using Ajax, which has been attracting attention in recent years, it is possible to create a dynamic web page in which the display mode of the HTML screen changes or a tag is added according to a predetermined user operation event. Such a dynamic web page has a problem that an operation test performed by a user cannot be reproduced by a test program only by recording all input operations to the web browser.

本発明は上記課題を鑑みてなされたものであり、その目的は、動的なウェブページに対する動作テストを再現するためのテスト・プログラムを作成し実行する技術を提供することにある。   The present invention has been made in view of the above problems, and an object thereof is to provide a technique for creating and executing a test program for reproducing an operation test for a dynamic web page.

本発明のある態様は、ウェブページの動作確認のためのテスト・プログラムを実行する動作検証装置である。この装置は、動作確認対象のウェブページに対するデータ入力操作を検出し、前記データ入力操作に対応する関数であって前記ウェブページへの入力データを取得するためのインタフェースを備える関数を、操作内容ファイルに記録する操作記録部と、前記ウェブページを構成するためのページ構成ファイルを取得するファイル取得部と、前記ページ構成ファイルの中から、ユーザによる操作に応じたイベントを発生させるためのイベントハンドラが埋め込まれているオブジェクトを検出するオブジェクト検出部と、前記イベントハンドラが埋め込まれているオブジェクトにおいて発生するイベントに対応する関数を前記操作内容ファイルに記録するイベント記録部と、前記ページ構成ファイル内にオブジェクトを動的に作成するプログラムが含まれている場合、動的に作成されたオブジェクトに対するユーザによる操作を前記操作内容ファイルに記録する動的タグ記録部と、前記操作内容ファイルに記録された関数に応じてプログラムコードを設定することにより、前記ウェブページに対して実行された一連の操作を再現するためのテスト・プログラムを生成するプログラム生成部と、前記操作内容ファイルとは異なる入力データファイルから入力データを取得して前記関数に渡すことにより、前記テスト・プログラムを実行させるプログラム実行部と、を備える。   One embodiment of the present invention is an operation verification apparatus that executes a test program for confirming the operation of a web page. This device detects a data input operation for a web page to be checked for operation, and includes a function corresponding to the data input operation and having an interface for acquiring input data to the web page. An operation recording unit for recording, a file acquisition unit for acquiring a page configuration file for configuring the web page, and an event handler for generating an event according to a user operation from the page configuration file An object detection unit for detecting an embedded object, an event recording unit for recording a function corresponding to an event occurring in the object in which the event handler is embedded in the operation content file, and an object in the page configuration file Program to dynamically create If included, a dynamic tag recording unit that records a user's operation on a dynamically created object in the operation content file, and setting a program code according to a function recorded in the operation content file To generate a test program for reproducing a series of operations performed on the web page, and obtain input data from an input data file different from the operation content file, And a program execution unit for executing the test program by passing the program.

この態様によると、動的なウェブページにおける、ユーザによる明示的な操作として現れないイベントハンドラによる画面態様の変化やタグの自動生成をも、それらに対応する関数を操作内容ファイルに記録することができる。したがって、動的なウェブページに対する動作テストをテスト・プログラムとして生成し実行することができる。   According to this aspect, even in the case of a change in the screen form by an event handler that does not appear as an explicit operation by a user in a dynamic web page or the automatic generation of a tag, the corresponding function can be recorded in the operation content file. it can. Accordingly, an operation test for a dynamic web page can be generated and executed as a test program.

なお、以上の構成要素の任意の組み合わせ、本発明の表現を装置、方法、システム、プログラム、プログラムを格納した記録媒体などの間で変換したものもまた、本発明の態様として有効である。   It should be noted that any combination of the above-described constituent elements and the expression of the present invention converted between an apparatus, a method, a system, a program, a recording medium storing the program, and the like are also effective as an aspect of the present invention.

本発明によれば、動的なウェブページに対する動作テストを再現するためのテスト・プログラムを作成し実行することができる。   According to the present invention, it is possible to create and execute a test program for reproducing an operation test for a dynamic web page.

ポータルサイト第1画面の画面図である。It is a screen figure of a portal site 1st screen. ポータルサイト第2画面の画面図である。It is a screen figure of a portal site 2nd screen. 辞書テストを実行したときのログを示す図である。It is a figure which shows the log when a dictionary test is performed. 辞書テストを実行するためのプログラムを示す図である。It is a figure which shows the program for performing a dictionary test. 動作検証装置の機能ブロック図である。It is a functional block diagram of an operation verification device. ログを取得して動作テストを実行するまでの概要図である。It is an outline figure until it acquires a log and performs an operation test. ログ画面の画面図である。It is a screen figure of a log screen. 関数設定画面の画面図である。It is a screen figure of a function setting screen. プログラム画面の画面図である。It is a screen figure of a program screen. 入力設定画面の画面図である。It is a screen figure of an input setting screen. ケース設定画面の画面図である。It is a screen figure of a case setting screen. 参考技術1の動作検証装置と参考技術2の動作検証装置とのそれぞれにおける構成の概要を示す図である。It is a figure which shows the outline | summary of a structure in each of the operation verification apparatus of the reference technique 1, and the operation verification apparatus of the reference technique 2. 参考技術1の動作検証装置と参考技術2の動作検証装置とのそれぞれにおける動作の概要を示す図である。It is a figure which shows the outline | summary of operation | movement in each of the operation verification apparatus of the reference technique 1, and the operation verification apparatus of the reference technique 2. 参考技術2の動作検証装置の機能構成を示すブロック図である。It is a block diagram which shows the function structure of the operation verification apparatus of the reference technique 2. FIG. 参考技術2において、ユーザのデータ入力操作を検出して動作テストを実行するまでの概要図である。In the reference technique 2, it is a schematic diagram until it detects a user's data input operation and performs an operation test. 参考技術2における関数設定画面の画面図である。It is a screen figure of the function setting screen in the reference technique 2. 参考技術2における関数設定画面の画面図である。It is a screen figure of the function setting screen in the reference technique 2. 参考技術2における入力設定画面の画面図である。It is a screen figure of the input setting screen in the reference technique 2. 参考技術2におけるケース設定画面の画面図である。It is a screen figure of the case setting screen in the reference technique 2. (a)はAjaxを利用したウェブページにおいて動的にタグが追加される例を示し、(b)はJavaScriptがDOMを書き換える例を示す図である。(A) shows an example in which a tag is dynamically added in a web page using Ajax, and (b) shows an example in which JavaScript rewrites DOM. 本発明の実施の形態に係る動作検証装置の構成を示すブロック図である。It is a block diagram which shows the structure of the operation verification apparatus which concerns on embodiment of this invention. イベント記録部および動的タグ記録部によって操作内容ファイルに追加される関数の例を示す図である。It is a figure which shows the example of the function added to an operation content file by the event recording part and the dynamic tag recording part. 実施の形態による動作検証装置の操作記録時のフローチャートである。It is a flowchart at the time of operation recording of the operation verification apparatus by embodiment. 実施の形態による動作検証装置のプログラム実行時のフローチャートである。It is a flowchart at the time of the program execution of the operation verification apparatus by embodiment.

本実施の形態の動作検証システムについて説明する前に、その前提となる動作検証装置に係る参考技術1および2について説明する。   Before describing the operation verification system according to the present embodiment, reference techniques 1 and 2 related to the operation verification apparatus as a premise thereof will be described.

(参考技術1)
図1(a)は、ポータルサイト第1画面300の画面図である。
参考技術1においては、ポータル・サイト「XYZ!」を対象とした動作テストについて説明する。ポータルサイト第1画面300は、エディットボックス302と検索リンク304を含む。検索リンク304は、「ウェブ」、「ブログ」、「画像」、「辞書」という4つのリンクを含む。ユーザがエディットボックス302に文字列を入力し、検索リンク304のうちのいずれかをマウス・クリックすると、入力文字列の検索が開始される。例えば、エディットボックス302に文字列「液晶」と入力し、リンク「ウェブ」をマウス・クリックした場合、文字列「液晶」を含むウェブサイトが検索対象となる。エディットボックス302に文字列「液晶」と入力し、リンク「ブログ」をマウス・クリックした場合には、このポータル・サイトに開設されているブログ(Weblog)のうち、文字列「液晶」を含むブログページが検索対象となる。
ここでは、エディットボックス302に文字列「テスト」が入力され、リンク「辞書」がマウス・クリックされたとする。
(Reference technology 1)
FIG. 1A is a screen view of the portal site first screen 300.
In Reference Technique 1, an operation test for the portal site “XYZ!” Will be described. The portal site first screen 300 includes an edit box 302 and a search link 304. The search link 304 includes four links of “web”, “blog”, “image”, and “dictionary”. When the user inputs a character string into the edit box 302 and clicks one of the search links 304 with the mouse, the search for the input character string is started. For example, when the character string “liquid crystal” is input to the edit box 302 and the link “web” is clicked with the mouse, a website including the character string “liquid crystal” is searched. When the character string “LCD” is entered in the edit box 302 and the link “blog” is clicked with the mouse, the blog including the character string “LCD” among the blogs (Weblogs) established on this portal site. The page becomes the search target.
Here, it is assumed that the character string “test” is input to the edit box 302 and the link “dictionary” is clicked with the mouse.

図1(b)は、ポータルサイト第2画面310の画面図である。
ポータルサイト第1画面300にて、「テスト」を入力し、「辞書」をマウス・クリックすると、図1(b)に示すポータルサイト第2画面310が表示される。検索結果欄306には、このポータル・サイトが提供している「辞書」サービスにより、文字列「テスト」に関連する項目が羅列される。
ここで、検索結果欄306の1番上にあるリンク「テスト(test)」がマウス・クリックされたとする。
FIG. 1B is a screen view of the portal site second screen 310.
When “test” is input on the portal site first screen 300 and “dictionary” is clicked with the mouse, a portal site second screen 310 shown in FIG. 1B is displayed. In the search result column 306, items related to the character string “test” are listed by the “dictionary” service provided by the portal site.
Here, it is assumed that the link “test” at the top of the search result column 306 is clicked with the mouse.

上記過程においては、以下に示す3つの操作がなされている。
A1.ポータルサイト第1画面300のエディットボックス302に文字列「テスト」を入力する操作。
A2.ポータルサイト第1画面300の検索リンク304のうち、リンク「辞書」をマウス・クリックする操作。
A3.ポータルサイト第2画面310の検索結果欄306のうち、リンク「テスト(test)」をマウス・クリックする操作。
以下においては、上記A1〜A3の操作により実現される動作過程のことを、「辞書テスト」とよぶ。
In the above process, the following three operations are performed.
A1. An operation of inputting the character string “test” in the edit box 302 of the portal site first screen 300.
A2. An operation of clicking the link “dictionary” in the search link 304 of the portal site first screen 300 with a mouse.
A3. An operation of clicking the link “test” in the search result column 306 of the portal site second screen 310 with a mouse.
Hereinafter, the operation process realized by the operations of A1 to A3 is referred to as “dictionary test”.

図2は、辞書テストを実行したときのログ320を示す図である。
HP社のQTPが導入されているクライアント端末を操作して、上記ポータル・サイトにアクセスし、A1〜A3の操作を実行した場合、QTPは図2に示すログ320を生成する。ログ320には、操作A1〜A3が所定フォーマットの符合文として記録される。
例えば、操作A1は、
Browser("XYZ!").Page("XYZ!").WebEdit("p").Set"テスト"
という符号文にて表現される。これは、"XYZ!"というウェブ・サイト、"XYZ!"という名前のウェブページ、pという名前のエディットボックス(図1(a)、図1(b)に示すエディットボックス302に相当する)に対して、文字列「テスト」が入力されたことを意味している。
同様にして、操作A2は、
Browser("XYZ!").Page("XYZ!").Link("辞書").Click
操作A3は、
Browser("XYZ!").Page("XYZ!-全ての辞書-テスト").Link("テスト(test)").Click
という符号文にて表示される。参考技術1においては、QTPの文法に基づいて説明するが、符合文のフォーマットはこれに限られるものではない。
FIG. 2 is a diagram showing the log 320 when the dictionary test is executed.
When a client terminal in which HP QTP is installed is operated to access the portal site and the operations A1 to A3 are executed, QTP generates a log 320 shown in FIG. In the log 320, operations A1 to A3 are recorded as code sentences in a predetermined format.
For example, the operation A1 is
Browser ("XYZ!"). Page ("XYZ!"). WebEdit ("p"). Set "Test"
It is expressed by the code sentence. This corresponds to a web site “XYZ!”, A web page named “XYZ!”, And an edit box named p (corresponding to the edit box 302 shown in FIGS. 1A and 1B). On the other hand, the character string “test” is input.
Similarly, the operation A2 is
Browser ("XYZ!"). Page ("XYZ!"). Link ("Dictionary"). Click
Operation A3 is
Browser ("XYZ!"). Page ("XYZ! -All dictionaries-Test"). Link ("Test"). Click
It is displayed with the code sentence. Reference technology 1 will be described based on the grammar of QTP, but the format of the code sentence is not limited to this.

QTPは、ログ320の符合文を解釈しながら、符合文により表現される操作を再現実行できる。このため、いったんログ320を生成すれば、同一内容の辞書テストを何度でも繰り返し実行できる。また、ログ320の一部を書き換えれば、手動操作時とは異なる内容にて辞書テストを実行できる。例えば、
Browser("XYZ!").Page("XYZ!").WebEdit("p").Set"テスト"
に含まれる文字列「テスト」を別の文字列「テイスト」に変更し、
Browser("XYZ!").Page("XYZ!").WebEdit("p").Set"テイスト"
と書き換えてQTPに入力すれば、エディットボックス302への入力文字列だけ変更した同内容の辞書テストを自動実行できる。
しかし、ログ320を書き換えながら動作テストを実行するには、ログ320の文法に関してある程度の知識が必要である。また、ログ320の書き換えに際し、人為的なミスが発生する可能性がある。
QTP can reproduce and execute the operation expressed by the code sentence while interpreting the code sentence of the log 320. For this reason, once the log 320 is generated, the dictionary test with the same contents can be repeatedly executed. Further, if a part of the log 320 is rewritten, the dictionary test can be executed with contents different from those at the time of manual operation. For example,
Browser ("XYZ!"). Page ("XYZ!"). WebEdit ("p"). Set "Test"
Change the string "test" contained in to another string "taste"
Browser ("XYZ!"). Page ("XYZ!"). WebEdit ("p"). Set "Taste"
And re-input to QTP, it is possible to automatically execute a dictionary test of the same content in which only the input character string in the edit box 302 is changed.
However, in order to execute the operation test while rewriting the log 320, a certain degree of knowledge about the grammar of the log 320 is required. Further, when the log 320 is rewritten, a human error may occur.

図3は、辞書テストを実行するためのプログラム330を示す図である。
ログ320により動作テストを実行する代わりに、ログ320と同等の内容をVB(Visual Basic)スクリプト等で記述することにより、テスト・プログラムを作成してもよい。図3に示すプログラム330は、図2のログ320を参照しつつ作成されたテスト・プログラムである。
例えば、操作A1は、
WebEditSet(Browser("XYZ!").Page("XYZ!").WebEdit("p"),DataTable("p1,dtGlobalSheet")
というVB関数により表現される。WebEditSet関数の具体的なロジックは、同図中段に記述されている通りである。
FIG. 3 is a diagram showing a program 330 for executing the dictionary test.
Instead of executing the operation test using the log 320, a test program may be created by describing the content equivalent to the log 320 in a VB (Visual Basic) script or the like. A program 330 shown in FIG. 3 is a test program created with reference to the log 320 of FIG.
For example, the operation A1 is
WebEditSet (Browser ("XYZ!"). Page ("XYZ!"). WebEdit ("p"), DataTable ("p1, dtGlobalSheet")
It is expressed by the VB function. The specific logic of the WebEditSet function is as described in the middle of the figure.

プログラム330、文字列「テスト」のような入力データをプログラム330中に含まない点においてログ320と異なる。代わりに、WebEditSet関数は、dtGlobalSheetとして表現されるファイル(以下、「入力データファイル」とよぶ)から入力データを受け取る。すなわち、ロジックと入力データが分離されることになる。入力データファイルの書き換えや取り替えにより、様々な入力データに基づいて同一ロジックの辞書テストを実行できる。手動による動作テストやログ320による動作テストに比べて、プログラム330による動作テストは、入力データのバリエーションを増やしやすいというメリットがある。   The program 330 is different from the log 320 in that input data such as the character string “test” is not included in the program 330. Instead, the WebEditSet function receives input data from a file expressed as dtGlobalSheet (hereinafter referred to as “input data file”). That is, logic and input data are separated. By rewriting or replacing the input data file, a dictionary test with the same logic can be executed based on various input data. Compared to the operation test by manual operation and the operation test by log 320, the operation test by program 330 has an advantage that it is easy to increase variations of input data.

ただし、プログラム330による動作テストには、以下の問題点がある。
d1.プログラムを作成する手間が新たに発生する。
d2.プログラム作成者によって、プログラムの内容が変化する。例えば、プログラマP1が操作A1に対応して作成するWebEditSet関数と、プログラマP2が操作A1に対応して作成するWebEditSet関数は、関数名は同じでもロジックが同一になるとは限らない。また、プログラム自体にバグが混入する可能性がある。このため、プログラム330自体の信頼性を担保するための取り組みが必要となる。また、プログラム330には、例外処理等、動作テストとは直接関係しないロジックも必要であるが、全てのプログラマが例外処理まで考慮したロジックを実装するとは限らない。例えば、図3に示すWebEditSet関数の場合、入力データが空文字の場合にも対応できるようにロジックが組まれているが、別のプログラマがWebEditSet関数を実装する場合には、こういった配慮が欠如するかもしれない。
結果として、プログラマのスキルが動作テストの内容・結果に影響を及ぼしやすくなってしまう。
However, the operation test by the program 330 has the following problems.
d1. There is a new effort to create a program.
d2. The content of the program changes depending on the program creator. For example, the WebEditSet function created by the programmer P1 corresponding to the operation A1 and the WebEditSet function created by the programmer P2 corresponding to the operation A1 do not necessarily have the same logic even though the function names are the same. In addition, bugs may be mixed in the program itself. For this reason, it is necessary to make efforts to ensure the reliability of the program 330 itself. The program 330 also requires logic that is not directly related to the operation test, such as exception processing, but not all programmers implement logic that considers even exception processing. For example, in the case of the WebEditSet function shown in FIG. 3, the logic is set up so that it can cope with the case where the input data is an empty character, but such a consideration is lacking when another programmer implements the WebEditSet function. Might do.
As a result, programmer skills are likely to affect the content and results of behavior tests.

図4は、動作検証装置100の機能ブロック図である。
本明細書のブロック図が示す各機能ブロックは、ハードウェア的には、コンピュータのCPUをはじめとする素子や機械装置で実現でき、ソフトウェア的にはコンピュータプログラム等によって実現されるが、ここでは、それらの連携によって実現される機能ブロックを描いている。したがって、これらの機能ブロックはハードウェア、ソフトウェアの組み合わせによっていろいろなかたちで実現できることは、当業者には理解されるところである。例えば、各機能ブロックは、コンピュータプログラムとして記録媒体に格納され、情報処理装置のハードディスクにインストールされ、適宜メインメモリに読み出されてプロセッサにより実行されてもよい。
動作検証装置100は、専用ハードウェアとして形成されてもよいし、ウェブブラウザなどのユーザインタフェースと連携するソフトウェア・モジュールとして形成されてもよい。
参考技術1の動作検証装置100とは、QTPのアドオンとして形成されるソフトウェア・モジュールであるとして説明する。
FIG. 4 is a functional block diagram of the operation verification apparatus 100.
Each functional block shown in the block diagram of the present specification can be realized in hardware by an element or a mechanical device such as a CPU of a computer, and in software by a computer program or the like. Here, The functional block realized by those cooperation is drawn. Therefore, those skilled in the art will understand that these functional blocks can be realized in various forms by a combination of hardware and software. For example, each functional block may be stored in a recording medium as a computer program, installed in a hard disk of an information processing device, read into a main memory as appropriate, and executed by a processor.
The operation verification apparatus 100 may be formed as dedicated hardware, or may be formed as a software module that cooperates with a user interface such as a web browser.
The operation verification apparatus 100 of the reference technique 1 will be described as a software module formed as an add-on of QTP.

動作検証装置100は、IF(インタフェース)部110、データ処理部130およびデータ保持部140を含む。
IF部110は、ユーザやQTPとのインタフェースを担当する。データ処理部130は、IF部110やデータ保持部140から取得されたデータを元にして各種のデータ処理を実行する。データ処理部130は、IF部110とデータ保持部140との間のインタフェースの役割も果たす。データ保持部140は、各種データを保持するための記憶領域である。
The operation verification apparatus 100 includes an IF (interface) unit 110, a data processing unit 130, and a data holding unit 140.
The IF unit 110 is in charge of an interface with a user or QTP. The data processing unit 130 executes various data processing based on data acquired from the IF unit 110 and the data holding unit 140. The data processing unit 130 also serves as an interface between the IF unit 110 and the data holding unit 140. The data holding unit 140 is a storage area for holding various data.

IF部110:
IF部110は、入力部112と出力部118を含む。入力部112はユーザやQTPからの入力処理を担当し、出力部118はユーザやQTPに対する出力処理を担当する。入力部112は、ログ取得部114と入力データ取得部116を含む。ログ取得部114は、QTPからログを取得する。入力データ取得部116は、入力データファイルを取得し、入力データファイルからプログラムに提供する入力データを取得する。入力データファイルの詳細については、図5や図9に関連して詳述する。
IF unit 110:
The IF unit 110 includes an input unit 112 and an output unit 118. The input unit 112 is in charge of input processing from the user and QTP, and the output unit 118 is in charge of output processing for the user and QTP. The input unit 112 includes a log acquisition unit 114 and an input data acquisition unit 116. The log acquisition unit 114 acquires a log from QTP. The input data acquisition unit 116 acquires an input data file and acquires input data to be provided to the program from the input data file. Details of the input data file will be described in detail with reference to FIGS.

出力部118は、関数設定画面表示部120、入力設定画面表示部122、プログラム画面表示部124およびケース設定画面表示部126を含む。関数設定画面表示部120は、図7に示す関数設定画面210を表示させる。入力設定画面表示部122は、図9に示す入力設定画面230を表示させる。プログラム画面表示部124は、図8に示すプログラム画面220を表示させる。ケース設定画面表示部126は、図10に示すケース設定画面240を表示させる。   The output unit 118 includes a function setting screen display unit 120, an input setting screen display unit 122, a program screen display unit 124, and a case setting screen display unit 126. The function setting screen display unit 120 displays a function setting screen 210 shown in FIG. The input setting screen display unit 122 displays an input setting screen 230 shown in FIG. The program screen display unit 124 displays a program screen 220 shown in FIG. The case setting screen display unit 126 displays a case setting screen 240 shown in FIG.

データ処理部130:
データ処理部130は、プログラム生成部132、プログラム実行部134およびテストケース登録部136を含む。プログラム生成部132は、動作テスト用のプログラムを自動的に生成する。プログラム実行部134は、生成されたプログラムを実行させる。参考技術1においては、QTPにプログラムを実行させる。テストケース登録部136は、実行セットをケースファイルに登録する。実行セットおよびケースファイルについては図10に関連して詳述する。
Data processing unit 130:
The data processing unit 130 includes a program generation unit 132, a program execution unit 134, and a test case registration unit 136. The program generation unit 132 automatically generates an operation test program. The program execution unit 134 executes the generated program. In the reference technique 1, QTP is caused to execute a program. The test case registration unit 136 registers the execution set in the case file. The execution set and the case file will be described in detail with reference to FIG.

データ保持部140:
データ保持部140は、ログ保持部142、プログラム保持部144、入力データファイル保持部146、ケースファイル保持部148、関数保持部150および結果保持部152を含む。ログ保持部142は、ログを保持する。プログラム保持部144は、プログラムを保持する。入力データファイル保持部146は、入力データファイルを保持する。ケースファイル保持部148は、ケースファイルを保持する。関数保持部150は、動作テスト用のプログラムに登録される関数について、関数ライブラリを保持する。結果保持部152は、動作テストの結果を保持する。
Data holding unit 140:
The data holding unit 140 includes a log holding unit 142, a program holding unit 144, an input data file holding unit 146, a case file holding unit 148, a function holding unit 150, and a result holding unit 152. The log holding unit 142 holds a log. The program holding unit 144 holds a program. The input data file holding unit 146 holds an input data file. The case file holding unit 148 holds a case file. The function holding unit 150 holds a function library for the functions registered in the operation test program. The result holding unit 152 holds the result of the operation test.

図5は、参考技術1において、ログを取得して動作テストを実行するまでの概要図である。
まず、動作テストの対象となる機器を手動操作する。参考技術1においては、クライアント端末のウェブブラウザを操作して、ポータル・サイト「XYZ!」にアクセスする。QTPはログを生成し、ログ取得部114はQTPからログを取得する。各種符合文にはあらかじめ関数が対応づけられている。関数設定画面表示部120は、関数保持部150の関数ライブラリを読み出し、ログに含まれる各符号文に対応する関数を一覧表示させる(S1)。関数設定画面表示部120において、ユーザは、適宜、関数を追加・変更・削除できる。こうして、プログラムに含まれるべき関数が特定される。S1については、図7に関連して後に詳述する。
FIG. 5 is a schematic diagram from obtaining a log to executing an operation test in Reference Technology 1.
First, manually operate the device to be tested. In Reference Technology 1, the portal site “XYZ!” Is accessed by operating the web browser of the client terminal. QTP generates a log, and the log acquisition unit 114 acquires a log from QTP. A function is associated with each code sentence in advance. The function setting screen display unit 120 reads the function library of the function holding unit 150 and displays a list of functions corresponding to each code sentence included in the log (S1). In the function setting screen display unit 120, the user can add, change, and delete functions as appropriate. In this way, functions to be included in the program are specified. S1 will be described in detail later with reference to FIG.

次に、このプログラムに供給すべき入力データを設定する(S2)。設定内容は、入力データファイルとして登録される。S2については、図9に関連して後に詳述する。S1で設定された関数群からプログラムを自動生成する(S3)。S3については、図8に関連して後に詳述する。   Next, input data to be supplied to this program is set (S2). The setting contents are registered as an input data file. S2 will be described in detail later with reference to FIG. A program is automatically generated from the function group set in S1 (S3). S3 will be described later in detail with reference to FIG.

次に、複数種類のプログラムおよび複数種類の入力データファイルから、プログラムと入力データファイルの組み合わせを「実行セット」として登録する。実行セットは複数個登録することもできる(S4)。設定内容は、ケースファイルとして登録される。例えば、プログラムP1を入力データファイルF2に基づいて実行した後、プログラムP2を入力データファイルF6に基づいて実行させたい場合、
実行セット1:プログラムP1+入力データファイルF2
実行セット2:プログラムP2+入力データファイルF6
としてケースファイルに登録される。S4については、図10に関連して詳述する。
最後に、ケースファイルにしたがって、プログラムを実行する(S5)。上記例の場合には、プログラム実行部134は、実行セット1と実行セット2を連続実行させる。プログラム実行部134は、プログラムの実行結果、言い換えれば、テスト結果をテスト結果保持部152に登録する。
Next, a combination of a program and an input data file is registered as an “execution set” from a plurality of types of programs and a plurality of types of input data files. A plurality of execution sets can be registered (S4). The setting contents are registered as a case file. For example, when executing the program P1 based on the input data file F2 and then executing the program P2 based on the input data file F6,
Execution set 1: Program P1 + Input data file F2
Execution set 2: Program P2 + input data file F6
Is registered in the case file. S4 will be described in detail with reference to FIG.
Finally, the program is executed according to the case file (S5). In the case of the above example, the program execution unit 134 continuously executes the execution set 1 and the execution set 2. The program execution unit 134 registers the program execution result, in other words, the test result in the test result holding unit 152.

図6は、ログ画面200の画面図である。
ログ取得部114がログを取得すると、出力部118はログ画面200におけるログ表示領域202にログを画面表示させる。ユーザは、QTPのログをログ表示領域202にコピー&ペーストしてもよい。あるいは、出力部118は、ログ画面200の表示時において、QTPが生成したログ(ファイル)を取得し、ログ表示領域202に画面表示させてもよい。ユーザが実行ボタン204をマウス・クリックすると、次の図7に示す関数設定画面210が表示される。
FIG. 6 is a screen diagram of the log screen 200.
When the log acquisition unit 114 acquires the log, the output unit 118 displays the log on the log display area 202 in the log screen 200. The user may copy and paste the QTP log into the log display area 202. Alternatively, the output unit 118 may acquire a log (file) generated by QTP when the log screen 200 is displayed and display the log in the log display area 202. When the user clicks the execution button 204 with the mouse, a function setting screen 210 shown in FIG. 7 is displayed.

図7は、関数設定画面210の画面図である。
プログラム生成部132は、ログに含まれる符号文について関数を特定し、関数設定画面210の関数欄214に特定した関数を一覧表示させる。番号欄212は実行順序、説明欄216は関数の概要説明、オブジェクト欄218は操作対象オブジェクト、パラメータ欄219はパラメータ名、入力値欄217は入力データを示す。
先述の操作A1を示す符合文、
Browser("XYZ!").Page("XYZ!").WebEdit("p").Set"テスト"
には、あらかじめ、WebEditSet関数が関数ライブラリにおいて対応づけられている。プログラム生成部132はログ320の1番目の符合文を読み出すと、関数保持部150の関数ライブラリを参照し、WebEditSet関数を特定する。操作A1が操作対象とするオブジェクトは、「Browser("XYZ!").Page("XYZ!")」のページであるため、オブジェクト欄218には、「Browser("XYZ!").Page("XYZ!")」が設定される。WebEditSet関数は、エディットボックスp(エディットボックス302)に設定される入力データを引数とする関数である。入力値欄217において、エディットボックスpに設定すべき入力データを設定することもできるが、関数設定画面210では入力データを登録しないものとして説明する。エディットボックスpに設定すべき入力データは、図9に関連して詳述する入力設定画面230にて設定される。
FIG. 7 is a screen diagram of the function setting screen 210.
The program generation unit 132 specifies a function for the code sentence included in the log, and displays the specified function in a list in the function column 214 of the function setting screen 210. The number column 212 indicates the execution order, the description column 216 indicates the outline of the function, the object column 218 indicates the operation target object, the parameter column 219 indicates the parameter name, and the input value column 217 indicates the input data.
A sign statement indicating the above-mentioned operation A1,
Browser ("XYZ!"). Page ("XYZ!"). WebEdit ("p"). Set "Test"
The WebEditSet function is associated with the function library in advance. When the program generating unit 132 reads the first code sentence of the log 320, the program generating unit 132 refers to the function library of the function holding unit 150 and identifies the WebEditSet function. Since the object to be operated by the operation A1 is the page “Browser (“ XYZ! ”). Page (“ XYZ! ”)”, The object column 218 displays “Browser (“ XYZ! ”). Page ( "XYZ!") "Is set. The WebEditSet function is a function that takes input data set in the edit box p (edit box 302) as an argument. Although it is possible to set input data to be set in the edit box p in the input value column 217, it is assumed that no input data is registered in the function setting screen 210. Input data to be set in the edit box p is set on the input setting screen 230 described in detail with reference to FIG.

ログ320には操作A1〜A3に対応して3つの符合文が含まれているため、プログラム生成部132は3つの関数を特定する。ユーザは、関数設定画面210にて、関数を追加・削除・変更してもよい。図7における4番目のTextCheck関数と5番目のWebScreenCapture関数は、ユーザが追加選択した関数である。   Since the log 320 includes three code sentences corresponding to the operations A1 to A3, the program generation unit 132 identifies three functions. The user may add, delete, or change a function on the function setting screen 210. The fourth TextCheck function and the fifth WebScreenCapture function in FIG. 7 are functions additionally selected by the user.

TextCheck関数は、表示中のウェブページにおいて、変数qに代入される文字列が含まれているかを判定する関数である。WebScreenCapture関数は、表示中のウェブページを画面キャプチャする関数である。動作テストの結果を証跡管理する上で、WebScreenCapture関数は便利な関数である。このように、関数ライブラリには、WebEditSet関数のようにユーザの操作に対応した関数だけでなく、TestCheck関数のように動作テストを補助・支援するための関数も用意されている。ユーザは、関数ライブラリから所望の関数を選択するだけで、動作テストに含めたいロジックを設定できる。   The TextCheck function is a function for determining whether or not a character string to be substituted for the variable q is included in the displayed web page. The WebScreenCapture function is a function that captures a screen of the web page being displayed. The WebScreenCapture function is a convenient function for trail management of the results of operation tests. As described above, the function library includes not only functions corresponding to user operations such as the WebEditSet function but also functions for assisting and supporting the operation test such as the TestCheck function. The user can set logic to be included in the operation test simply by selecting a desired function from the function library.

テストケース設定ボタン215がクリックされると、図10のケース設定画面240が表示される。入力データファイル作成ボタン213がクリックされると、図9の入力設定画面230が表示される。プログラム作成ボタン211がクリックされると、図8のプログラム画面220が表示される。   When the test case setting button 215 is clicked, a case setting screen 240 in FIG. 10 is displayed. When the input data file creation button 213 is clicked, the input setting screen 230 of FIG. 9 is displayed. When the program creation button 211 is clicked, the program screen 220 of FIG. 8 is displayed.

参考技術1の動作検証装置100には、以下のメリットがある。
m1.GUI(Graphical User Interface)ベースで関数を選択するだけで、プログラムに含めたいロジックを選択できる。プログラムを作成するための手間がほとんどかからない。
m2.プログラムに含まれる関数は、関数ライブラリとして登録済みの関数であるため、作成者によってプログラムの品質がばらつきにくい。例外処理等の必要なロジックも、あらかじめ各関数に組み込まれている。
The operation verification apparatus 100 of the reference technique 1 has the following merits.
m1. The logic to be included in the program can be selected simply by selecting a function based on GUI (Graphical User Interface). There is little effort to create a program.
m2. Since the functions included in the program are functions registered as a function library, the quality of the program hardly varies depending on the creator. Necessary logic such as exception handling is also incorporated in each function in advance.

図8は、プログラム画面220の画面図である。
関数設定画面210において、プログラム作成ボタン211がマウス・クリックされると、プログラム生成部132がプログラムを生成し、プログラム画面表示部124はプログラム画面220におけるプログラム表示領域222にそのソースコードを表示させる。プログラムは、プログラム保持部144に保持される。
FIG. 8 is a screen diagram of the program screen 220.
When the program creation button 211 is clicked with the mouse on the function setting screen 210, the program generation unit 132 generates a program, and the program screen display unit 124 displays the source code in the program display area 222 in the program screen 220. The program is held in the program holding unit 144.

図9は、入力設定画面230の画面図である。
関数設定画面210において、入力データファイル作成ボタン213がマウス・クリックされると、入力設定画面表示部122は入力設定画面230を表示させる。関数設定画面210においては、パラメータpとqが定義されている。番号欄232は入力順序、変数欄234はパラメータpへの入力データ、変数欄236はパラメータqへの入力データを示す。入力設定画面230では、このパラメータpとqに代入する入力データを設定する。各入力データは、入力データファイルとして入力データファイル保持部146に保持される。
FIG. 9 is a screen diagram of the input setting screen 230.
When the input data file creation button 213 is clicked on the function setting screen 210, the input setting screen display unit 122 displays the input setting screen 230. In the function setting screen 210, parameters p and q are defined. The number column 232 indicates the input order, the variable column 234 indicates the input data to the parameter p, and the variable column 236 indicates the input data to the parameter q. On the input setting screen 230, input data to be substituted for the parameters p and q is set. Each input data is held in the input data file holding unit 146 as an input data file.

例えば、プログラム330に、図9に示す形式の入力データファイルを与えると、
1.文字列「テスト」をエディットボックス302に入力して辞書を検索し、実行結果を示す画面に文字列「試験」が含まれているかを判定するテスト
2.文字列「test」をエディットボックス302に入力して辞書を検索し、実行結果を示す画面に文字列「試験」が含まれているかを判定するテスト
3.文字列「テストケース」をエディットボックス302に入力して辞書を検索し、実行結果を示す画面に文字列「試験」が含まれているかを判定するテスト
・・・のように、異なる入力データに基づく複数の辞書テストを連続実行できる。
For example, when an input data file in the format shown in FIG.
1. 1. A test for inputting a character string “test” into the edit box 302 to search the dictionary and determining whether the character string “test” is included in the screen showing the execution result. 2. A test for inputting a character string “test” into the edit box 302 and searching the dictionary to determine whether the character string “test” is included in the screen showing the execution result. Enter the character string “test case” in the edit box 302, search the dictionary, and determine whether the character string “test” is included in the screen showing the execution result. Multiple dictionary tests based on can be executed continuously.

図10は、ケース設定画面240の画面図である。
関数設定画面210において、テストケース設定ボタン215がマウス・クリックされると、ケース設定画面表示部126はケース設定画面240を表示させる。番号欄244は実行順序、実行セット欄245は実行セットの概要、プログラム欄246は実行対象となるプログラム、入力データファイル欄247は入力データの抽出対象となる入力データファイルを示す。
ここでは、インターネット証券のウェブ・サイトを動作テストの対象として説明する。
FIG. 10 is a screen diagram of the case setting screen 240.
When the test case setting button 215 is clicked with the mouse on the function setting screen 210, the case setting screen display unit 126 displays the case setting screen 240. The number column 244 indicates the execution order, the execution set column 245 indicates the outline of the execution set, the program column 246 indicates the program to be executed, and the input data file column 247 indicates the input data file from which the input data is to be extracted.
Here, the website of the Internet securities will be described as an operation test target.

同図においては、1.ログイン、2.ニュースチェック、3.株売り、4.債券売り、5.住所変更、6.ログアウトという6つの実行セットが登録されている。まず、QTPは、プログラム「login.vbs」から「login」プロジェクトを生成する。ここでいう「プロジェクト」とは、QTPの実行形式ファイル群を含むディレクトリである。QTPは「login」プロジェクトを入力として、login.vbsとlogin.xlsに定義された処理を実行する。ユーザが実行ボタン248をマウス・クリックすると、最初に、実行セット「ログイン」の「login」プロジェクトが実行される。1番目の実行セット「ログイン」が完了すると、実行セット「ニュースチェック」として、「ncheck」プロジェクトが実行される。   In FIG. Login, 2. 2. News check, Stock sales, 4. Bond sales, 5. Address change, 6. Six execution sets called logout are registered. First, QTP generates a “login” project from the program “login.vbs”. Here, the “project” is a directory including a group of QTP execution format files. QTP executes the process defined in login.vbs and login.xls with the “login” project as input. When the user clicks the execute button 248 with a mouse, the “login” project of the execution set “login” is first executed. When the first execution set “login” is completed, the “ncheck” project is executed as the execution set “news check”.

このように、実行ボタン248がマウス・クリックされると、1.ログイン、2.ニュースチェック、3.株売り、4.債券売り、5.住所変更、6.ログアウトという6つの実行セットが連続実行される。これにより、「ログインして、ニュースをチェックした後、手持ち株と手持ち債券の売りを指示し、住所変更をした上で、ログアウトする」というテスト・シナリオに基づく動作テストを自動化できる。   Thus, when the execution button 248 is clicked with the mouse, Login, 2. 2. News check, Stock sales, 4. Bond sales, 5. Address change, 6. Six execution sets called logout are executed continuously. As a result, it is possible to automate an operation test based on a test scenario of “login, check news, instruct to sell hand shares and bonds, change address, and log out”.

ユーザは、ケース設定画面240において自由にテスト・シナリオを作ることができる。例えば、実行セット「株売り」の代わりに実行セット「株買い」を登録してもよいし、実行セット「株売り」の入力データファイルとして「stock1.xls」ではなく別の入力データファイルを登録してもよい。ケース設定画面240において登録されたテスト・シナリオはケースファイルとして記録され、ケースファイル保持部148に保持される。
テスト・シナリオの構成や入力データファイル等を少しずつ変化させることにより、動作テストのバリエーションを広げやすくなる。
The user can freely create a test scenario on the case setting screen 240. For example, instead of the execution set “Stock Sell”, you can register the execution set “Stock Purchase”, or register another input data file instead of “stock1.xls” as the input data file for the execution set “Stock Sell”. May be. The test scenario registered on the case setting screen 240 is recorded as a case file and held in the case file holding unit 148.
By changing the test scenario configuration and the input data file little by little, it becomes easier to expand the variation of the operation test.

以上、参考技術1の動作検証装置100を説明した。
動作検証装置100によれば、プログラムと入力データ、すなわち、処理とパラメータを分離できる。そして、そのためのプログラムをGUIベースの設定に基づき自動生成できる。これにより、プログラムに含めるロジックの多様性を確保しつつも、安定した品質のプログラムを簡易に生成できる。また、入力データファイルの内容を変更するだけで、動作テストの内容を変更できるため、動作テストのバリエーションを広げやすくなる。
The operation verification device 100 of the reference technique 1 has been described above.
According to the operation verification apparatus 100, a program and input data, that is, a process and a parameter can be separated. And the program for it can be automatically generated based on the setting of the GUI base. This makes it possible to easily generate a stable quality program while ensuring the diversity of logic included in the program. In addition, since the contents of the operation test can be changed simply by changing the contents of the input data file, it is easy to expand the variations of the operation test.

さらに、実行セットをケースファイルに登録してテスト・シナリオを作ることにより、既存のプログラムを組み合わせながら、様々な状況における動作テストを実現できる。また、WebEditSet関数のようなテスト対象機器を操作するための関数だけでなく、WebScreenCapture関数のような動作テストを支援するための関数を用意しておくことにより、動作テストの効率や信頼性をいっそう向上させやすくなる。   Furthermore, by registering an execution set in a case file and creating a test scenario, operation tests in various situations can be realized while combining existing programs. In addition to functions for operating the test target device such as the WebEditSet function, functions such as the WebScreenCapture function for supporting the operation test are prepared to further improve the efficiency and reliability of the operation test. It becomes easy to improve.

(参考技術2)
参考技術2では、上記の参考技術1を改良した動作検証装置100を提案する。
まず、参考技術1における動作検証装置100と、参考技術2の動作検証装置100とを比較しつつ、参考技術2の動作検証装置100についてその概要を説明する。
(Reference technology 2)
The reference technique 2 proposes an operation verification apparatus 100 obtained by improving the reference technique 1.
First, an outline of the operation verification apparatus 100 of the reference technique 2 will be described while comparing the operation verification apparatus 100 of the reference technique 1 and the operation verification apparatus 100 of the reference technique 2.

図11は、参考技術1の動作検証装置100と参考技術2の動作検証装置100とのそれぞれにおける構成の概要を示す。図11(a)が示すように、参考技術1の動作検証装置100は、動作テストの実行エンジンであるQTPモジュール102と、QTPモジュール102を使用したウェブサーバ400の動作テストを効率化するためのラッパーモジュール104とを備えた。このラッパーモジュール104には、図4で示した各機能ブロックが含まれる。   FIG. 11 shows an outline of the configuration of each of the operation verification apparatus 100 of the reference technique 1 and the operation verification apparatus 100 of the reference technique 2. As shown in FIG. 11A, the operation verification apparatus 100 of the reference technique 1 is used to improve the efficiency of the operation test of the QTP module 102 which is an execution engine of the operation test and the web server 400 using the QTP module 102. And a wrapper module 104. The wrapper module 104 includes the functional blocks shown in FIG.

図11(a)において、ユーザは、QTPモジュール102を介して、動作確認の対象装置であるウェブサーバ400を操作する(S100)。ラッパーモジュール104は、その操作内容が記録されたログをQTPモジュール102から取得して、関数設定画面210をユーザに提供した(S102)。ユーザは、動作テスト実行の際、QTPモジュールが読み込み可能な動作テスト用プログラムをラッパーモジュール104において生成させ、QTPモジュール102にそのプログラムを実行させた(S104)。   In FIG. 11A, the user operates the web server 400, which is a target device for operation confirmation, via the QTP module 102 (S100). The wrapper module 104 obtains a log in which the operation content is recorded from the QTP module 102 and provides the function setting screen 210 to the user (S102). When performing the operation test, the user causes the wrapper module 104 to generate an operation test program that can be read by the QTP module, and causes the QTP module 102 to execute the program (S104).

これに対して、図11(b)が示すように、参考技術2の動作検証装置100は、動作テストの実行エンジンの機能とラッパーモジュール104の機能とが統合された統合検証モジュール106を備える。ユーザが統合検証モジュール106を介してウェブサーバ400を操作すると(S200)、統合検証モジュール106はその操作内容を逐次検出して関数設定画面210のデータを設定し、関数設定画面210をユーザに提供する(S202)。ユーザは、動作テスト実行の際、統合検証モジュール106において動作テスト用プログラムを生成させて実行させる(S204)。   On the other hand, as illustrated in FIG. 11B, the operation verification apparatus 100 according to the reference technique 2 includes an integrated verification module 106 in which the function of the operation test execution engine and the function of the wrapper module 104 are integrated. When the user operates the web server 400 via the integrated verification module 106 (S200), the integrated verification module 106 sequentially detects the operation contents, sets the data of the function setting screen 210, and provides the function setting screen 210 to the user. (S202). When executing the operation test, the user causes the integrated verification module 106 to generate and execute an operation test program (S204).

図12は、参考技術1の動作検証装置100と参考技術2の動作検証装置100とのそれぞれにおける動作の概要を示す。図12(a)は、参考技術1の動作検証装置100における動作の概要を示している。ユーザはウェブサーバ400に対するデータ入力操作を実行し(S110)、QTPモジュール102はその操作内容が記録されたログを出力する(S112)。ユーザはそのログのデータをQTPモジュール102の所定の入力エリアにコピーする(S114)。ラッパーモジュール104は所定の入力エリアに設定されたログのデータに基づいて関数設定画面を設定して表示させ(S116)、ユーザはその関数設定画面を介して追加・変更すべき関数・入力データを設定する(S118)。   FIG. 12 shows an outline of operations in each of the operation verification apparatus 100 of the reference technique 1 and the operation verification apparatus 100 of the reference technique 2. FIG. 12A shows an outline of the operation in the operation verification apparatus 100 of the reference technique 1. The user executes a data input operation on the web server 400 (S110), and the QTP module 102 outputs a log in which the operation content is recorded (S112). The user copies the log data to a predetermined input area of the QTP module 102 (S114). The wrapper module 104 sets and displays a function setting screen based on the log data set in the predetermined input area (S116), and the user adds the function / input data to be added / changed via the function setting screen. Set (S118).

ラッパーモジュール104は、関数設定画面のデータに基づいて、動作テストのためのQTP用プログラムを生成する(S120)。ユーザは、QTP用プログラムをQTPモジュール102の所定の入力エリアにコピーする(S122)。ユーザは、ケース設定画面において、QTP用プログラムと入力データファイルとをセットとして指定した動作テストのシナリオを設定する(S124)。ラッパーモジュール104は、そのシナリオに基づいて、QTP用プログラムと入力データファイルのセットをQTPモジュール102に渡して、セット毎に動作テストを実行させる(S126)。   The wrapper module 104 generates a QTP program for an operation test based on the function setting screen data (S120). The user copies the QTP program to a predetermined input area of the QTP module 102 (S122). On the case setting screen, the user sets an operation test scenario that specifies the QTP program and the input data file as a set (S124). Based on the scenario, the wrapper module 104 passes a set of the QTP program and the input data file to the QTP module 102, and executes an operation test for each set (S126).

図12(b)は、参考技術2の動作検証装置100における動作の概要を示している。ユーザは、ウェブサーバ400に対するデータ入力操作を実行する(S210)。統合検証モジュール106は、そのデータ入力操作を逐次検出して、データ入力操作に対応する関数を操作内容ファイルに記録し、その操作内容ファイルの記録データを関数設定画面において表示する(S212)。ユーザは、その関数設定画面を介して追加・変更すべき関数・入力データを操作内容ファイルに設定する(S214)。そしてユーザは、ケース設定画面において、操作内容ファイルと入力データファイルとをセットとして指定した動作テストのシナリオを設定する(S216)。統合検証モジュール106は、そのシナリオに基づいて、シナリオ内の1以上のセットを集約した動作テスト用プログラムを生成して実行する(S218)。   FIG. 12B shows an outline of the operation in the operation verification apparatus 100 of Reference Technique 2. The user executes a data input operation on the web server 400 (S210). The integrated verification module 106 sequentially detects the data input operation, records the function corresponding to the data input operation in the operation content file, and displays the recorded data of the operation content file on the function setting screen (S212). The user sets the function / input data to be added / changed in the operation content file via the function setting screen (S214). Then, on the case setting screen, the user sets an operation test scenario specifying the operation content file and the input data file as a set (S216). Based on the scenario, the integrated verification module 106 generates and executes an operation test program in which one or more sets in the scenario are aggregated (S218).

このように、参考技術1の動作検証装置100では、QTPモジュール102とラッパーモジュール104とが分離していた。したがって、両モジュールを連係させるために、ユーザ自身が仲介作業を実行する必要があった。また、ラッパーモジュール104はシナリオ内のセット毎にQTPモジュール102をコールして、テスト用プログラムをセット毎に実行させる必要があった。   As described above, in the operation verification apparatus 100 of the reference technique 1, the QTP module 102 and the wrapper module 104 are separated. Therefore, in order to link the two modules, the user himself / herself has to execute a mediation operation. Further, the wrapper module 104 needs to call the QTP module 102 for each set in the scenario and execute the test program for each set.

これに対して、参考技術2の動作検証装置100では、動作テストの実行エンジンと、その効率的な利用を実現するラッパーとが分離されることなく、シームレスに統合されている。したがって、参考技術1の動作検証装置100と比較すると、分離したモジュールを連係させるために必要であったユーザの作業が不要になり、動作テストのためのユーザの作業量が低減する。また、シナリオ内の複数のセットが集約された動作テスト用プログラムが生成され、そのプログラムの実行により一連のシナリオが実行されるため、迅速な動作テストが実現される。   On the other hand, in the operation verification apparatus 100 of the reference technique 2, the execution engine of the operation test and the wrapper that realizes its efficient use are seamlessly integrated without being separated. Therefore, compared with the operation verification apparatus 100 of the reference technique 1, the user's work required for linking the separated modules becomes unnecessary, and the user's work amount for the operation test is reduced. In addition, since an operation test program in which a plurality of sets in a scenario are aggregated is generated and a series of scenarios is executed by executing the program, a quick operation test is realized.

図13は、参考技術2の動作検証装置100の機能構成を示すブロック図である。同図の機能ブロックは、図11(b)で示した統合検証モジュール106に含まれる。参考技術2の機能ブロックのうち、参考技術1の機能ブロックに対応する機能ブロックには、同じ符号を付している。参考技術1の機能ブロックと同じ符号を付した機能ブロックについてはその機能が参考技術1に既述した内容と異なる場合に記載しており、同様の機能についてはその記載を省略する。   FIG. 13 is a block diagram illustrating a functional configuration of the operation verification apparatus 100 of the reference technique 2. The functional blocks shown in the figure are included in the integrated verification module 106 shown in FIG. Among the functional blocks of the reference technique 2, the functional blocks corresponding to the functional blocks of the reference technique 1 are denoted by the same reference numerals. Functional blocks with the same reference numerals as those of the reference technique 1 are described when the functions are different from the contents described in the reference technique 1, and description of similar functions is omitted.

データ保持部140は、操作内容ファイル保持部143と、プログラム保持部144と、入力データファイル保持部146と、ケースファイル保持部148と、関数保持部150とを有する。操作内容ファイル保持部143は、動作テスト用プログラムに設定すべき関数が記録される操作内容ファイルを記憶する。プログラム保持部144は、操作内容ファイルにしたがって生成された動作テスト用プログラムを記憶する。   The data holding unit 140 includes an operation content file holding unit 143, a program holding unit 144, an input data file holding unit 146, a case file holding unit 148, and a function holding unit 150. The operation content file holding unit 143 stores an operation content file in which a function to be set in the operation test program is recorded. The program holding unit 144 stores an operation test program generated according to the operation content file.

IF部110の入力部112は、操作検出部115とユーザ設定受付部117とを有する。操作検出部115は、ウェブサーバ400に対するユーザのデータ入力操作を逐次検出する。ユーザ設定受付部117は、関数設定画面210、入力設定画面230、ケース設定画面240に対するユーザによる設定情報を検出する。   The input unit 112 of the IF unit 110 includes an operation detection unit 115 and a user setting reception unit 117. The operation detection unit 115 sequentially detects user data input operations on the web server 400. The user setting reception unit 117 detects setting information by the user for the function setting screen 210, the input setting screen 230, and the case setting screen 240.

IF部110の出力部118は、関数設定画面表示部120と入力設定画面表示部122とケース設定画面表示部126とを有する。関数設定画面表示部120は、操作内容ファイル保持部143に記録された操作内容ファイルの内容を表示する関数設定画面210を所定の表示装置に表示させる。   The output unit 118 of the IF unit 110 includes a function setting screen display unit 120, an input setting screen display unit 122, and a case setting screen display unit 126. The function setting screen display unit 120 displays a function setting screen 210 that displays the contents of the operation content file recorded in the operation content file holding unit 143 on a predetermined display device.

データ処理部130は、プログラム生成部132と、プログラム実行部134と、テストケース登録部136と、操作記録部137と、入力データ記録部138とを有する。操作記録部137は、関数保持部150を参照して、操作検出部115において検出されたデータ入力操作に対応する関数を特定し、その関数を操作内容ファイルに記録する。また操作記録部137は、関数設定画面210に対するユーザの設定情報を操作内容ファイルに記録する。入力データ記録部138は、入力設定画面230を介してユーザが入力した入力データを入力データファイルに記録する。プログラム生成部132は、操作内容ファイルに記録された関数に応じて動作テスト用プログラムを生成する。プログラム実行部134は、動作テストの実行エンジンとして、動作テスト用プログラムを実行し、その結果をテスト結果保持部152に記録する。   The data processing unit 130 includes a program generation unit 132, a program execution unit 134, a test case registration unit 136, an operation recording unit 137, and an input data recording unit 138. The operation recording unit 137 refers to the function holding unit 150, specifies a function corresponding to the data input operation detected by the operation detection unit 115, and records the function in the operation content file. The operation recording unit 137 records user setting information for the function setting screen 210 in an operation content file. The input data recording unit 138 records input data input by the user via the input setting screen 230 in an input data file. The program generation unit 132 generates an operation test program according to the function recorded in the operation content file. The program execution unit 134 executes an operation test program as an execution engine for the operation test, and records the result in the test result holding unit 152.

図14は、参考技術2において、ユーザのデータ入力操作を検出して動作テストを実行するまでの概要図である。まず、ユーザはクライアント端末のウェブブラウザを操作してウェブサーバ400にアクセスし、ウェブサーバ400に対する各種操作、典型的にはウェブサーバ400が提供するウェブページに対するデータ入力操作を実行する。操作検出部115はユーザによるデータ入力操作を逐次検出し、操作記録部137は関数保持部150の関数ライブラリを読み出し、そのデータ入力操作に対応する関数を操作内容ファイルに逐次記録する(S220)。   FIG. 14 is a schematic diagram from when the user's data input operation is detected to when the operation test is executed in Reference Technology 2. First, the user operates the web browser of the client terminal to access the web server 400, and executes various operations on the web server 400, typically data input operations on web pages provided by the web server 400. The operation detection unit 115 sequentially detects data input operations by the user, and the operation recording unit 137 reads the function library of the function holding unit 150 and sequentially records the functions corresponding to the data input operations in the operation content file (S220).

次に、関数設定画面表示部120は、操作内容ファイル保持部143の操作内容ファイルを読み出し、ユーザによる操作に対応する関数を一覧表示する関数設定画面を表示させる。関数設定画面において、ユーザは、適宜、関数を追加・変更・削除でき、また、動作テスト用プログラムに静的に設定すべき入力データを設定できる。こうして、動作テスト用プログラムに含まれるべき関数が特定される。関数設定画面については、図15および図16に関連して後述する。   Next, the function setting screen display unit 120 reads the operation content file in the operation content file holding unit 143 and displays a function setting screen that displays a list of functions corresponding to the operation by the user. On the function setting screen, the user can add, change, and delete functions as appropriate, and can set input data to be statically set in the operation test program. In this way, a function to be included in the operation test program is specified. The function setting screen will be described later with reference to FIGS. 15 and 16.

次に、入力設定画面表示部122は、入力設定画面230を表示させる。ユーザは、入力設定画面230を介して、動作テストの実行時に動作テスト用プログラムに対して動的に供給されるべき入力データを設定する。ユーザにより設定された入力データは、入力データファイルに記録される(S222)。入力設定画面230については、図17に関連して後述する。   Next, the input setting screen display unit 122 displays the input setting screen 230. The user sets input data to be dynamically supplied to the operation test program when the operation test is executed via the input setting screen 230. The input data set by the user is recorded in the input data file (S222). The input setting screen 230 will be described later with reference to FIG.

次に、ケース設定画面表示部126は、ケース設定画面240を表示させる。ユーザは、複数種類の操作内容ファイルおよび複数種類の入力データファイルから、操作内容ファイルと入力データファイルとの組み合わせを実行セットとして登録する。テストケース登録部136は、1以上の実行セットをケースファイルに記録する(S224)。例えば、テストケース1において、操作内容ファイルF01の設定内容を入力データファイルF12に基づいて実行させた後、操作内容ファイルF02の設定内容を入力データファイルF16に基づいて実行させる場合、
テストケース1:
実行セット1:操作内容ファイルF01+入力データファイルF12
実行セット2:操作内容ファイルF02+入力データファイルF16
としてケースファイルに登録される。ケース設定画面240については、図18に関連して後述する。
Next, the case setting screen display unit 126 displays the case setting screen 240. The user registers a combination of an operation content file and an input data file as an execution set from a plurality of types of operation content files and a plurality of types of input data files. The test case registration unit 136 records one or more execution sets in the case file (S224). For example, in the test case 1, after the setting content of the operation content file F01 is executed based on the input data file F12, the setting content of the operation content file F02 is executed based on the input data file F16.
Test case 1:
Execution set 1: operation content file F01 + input data file F12
Execution set 2: operation content file F02 + input data file F16
Is registered in the case file. The case setting screen 240 will be described later with reference to FIG.

次に、プログラム生成部132は、ケースファイルおよび操作内容ファイルに基づいて動作テスト用プログラムを生成する(S226)。具体的には、実行セットに設定された操作内容ファイルに順次記録された関数を、動作テスト用プログラムのプログラムコードに順次設定してもよい。また、プログラム生成部132は、1つのテストケースに複数の実行セットが設定されている場合、各実行セットの操作内容ファイルに記録された関数を1つの動作テスト用プログラムに集約して設定する。   Next, the program generation unit 132 generates an operation test program based on the case file and the operation content file (S226). Specifically, the functions sequentially recorded in the operation content file set in the execution set may be sequentially set in the program code of the operation test program. Further, when a plurality of execution sets are set in one test case, the program generation unit 132 collects and sets the functions recorded in the operation content file of each execution set in one operation test program.

また、プログラム生成部132は、操作内容ファイルの関数に対して入力データそのものが設定されていた場合には、その入力データを動作テスト用プログラムに静的に設定する。例えば、動作テスト用プログラムの生成の際に、そのプログラムコードにおける関数の引数として入力データをあらかじめ設定する。また、操作内容ファイルの関数に対して入力データファイルが指定されていた場合には、その入力データファイルのデータをプログラム実行時に読み込むように設定する。   In addition, when the input data itself is set for the function of the operation content file, the program generation unit 132 statically sets the input data in the operation test program. For example, when generating an operation test program, input data is set in advance as a function argument in the program code. If an input data file is specified for the function of the operation content file, the data of the input data file is set to be read when the program is executed.

最後に、プログラム実行部134は、動作テスト用プログラムを実行して、ウェブサーバ400に対してユーザにより実行された一連の操作を再現する(S228)。入力データファイルのデータを必要とする関数に対しては、動作テスト用プログラムの実行の際に読み込んだ入力データファイルのデータを引数として渡す。すなわち、入力データファイルから動的に取得した入力データに基づいて関数を実行する。   Finally, the program execution unit 134 executes the operation test program to reproduce a series of operations performed by the user on the web server 400 (S228). For functions that require data in the input data file, the data of the input data file read when the operation test program is executed is passed as an argument. That is, the function is executed based on the input data dynamically acquired from the input data file.

図15は、関数設定画面210の画面図である。同図は、図18で後述する「検索記入.xls」を表示する関数設定画面210を示している。データファイルカラム名欄250は、パラメータに設定する入力データを記録した入力データファイルのカラム名が指定される領域である。ユーザは、入力値欄217に入力データそのものを記述してもよく、その代わりに、データファイルカラム名欄250に入力データファイルのカラム名を指定してもよい。データファイルカラム名欄250に入力データファイルのカラム名が指定された場合、動作テスト用プログラムの実行時に、その入力データファイルのカラムに設定された1以上の入力データが読み込まれて関数に渡される。   FIG. 15 is a screen diagram of the function setting screen 210. This figure shows a function setting screen 210 that displays “search entry.xls” described later in FIG. The data file column name column 250 is an area in which the column name of the input data file in which the input data set in the parameter is recorded is designated. The user may describe the input data itself in the input value field 217, or instead, may specify the column name of the input data file in the data file column name field 250. When the column name of the input data file is specified in the data file column name field 250, when the operation test program is executed, one or more input data set in the column of the input data file is read and passed to the function. .

図16は、参考技術2における関数設定画面210の画面図である。同図の「検索部署名」パラメータの入力値欄217においては、入力データの候補がドロップダウンリスト252で一覧表示されている。ドロップダウンリスト252において表示される入力データの候補は、ウェブページに対するユーザによるデータ入力の際に、そのウェブページのドロップダウンリストにおいて表示された入力データの候補である。ユーザはドロップダウンリスト252から入力データを選択することができ、入力データの設定におけるユーザの負担が軽減される。   FIG. 16 is a screen diagram of the function setting screen 210 in the reference technique 2. In the input value field 217 of the “search part signature” parameter in FIG. 9, input data candidates are listed in a drop-down list 252. The input data candidates displayed in the drop-down list 252 are input data candidates displayed in the drop-down list of the web page when the user inputs data to the web page. The user can select input data from the drop-down list 252 and the burden on the user in setting the input data is reduced.

ドロップダウンリスト252を設定するために、操作検出部115は、ウェブページに対するユーザによるデータ入力操作の際に、そのウェブページのドロップダウンリストにおいて表示された入力データの候補を取得する。例えば、ウェブサーバ400から取得されたウェブページのデータ、例えばHTMLデータからドロップダウンリストにおける入力データの候補を取得する。操作記録部137は、その入力データの候補を操作内容ファイルの入力値欄217に記録する。関数設定画面表示部120は、入力値欄217が入力される際に、操作内容ファイルに記録された入力データの候補をドロップダウンリストの形式で一覧表示させる。   In order to set the drop-down list 252, the operation detection unit 115 acquires input data candidates displayed in the drop-down list of the web page when the user performs a data input operation on the web page. For example, a candidate for input data in the drop-down list is acquired from web page data acquired from the web server 400, for example, HTML data. The operation recording unit 137 records the input data candidates in the input value field 217 of the operation content file. When the input value field 217 is input, the function setting screen display unit 120 displays a list of input data candidates recorded in the operation content file in the form of a drop-down list.

図17は、参考技術2における入力設定画面230の画面図である。図17(a)は、図15および図16の関数設定画面210においてカラム名が指定された入力データファイル「検索記入データ.xls」を表示する入力設定画面230を示している。なお、図15および図16では、図17(a)の「氏名漢字」カラムと「氏名カナ」カラムとが指定されている。図16(b)は、別の入力データファイル「ログインデータ2.xls」を表示する入力設定画面230を示している。同図の入力データファイルについては、図18に関連して後述する。   FIG. 17 is a screen diagram of the input setting screen 230 in the reference technique 2. FIG. 17A shows an input setting screen 230 that displays the input data file “search entry data.xls” in which the column name is specified in the function setting screen 210 of FIGS. 15 and 16. 15 and FIG. 16, the “name kanji” column and the “name kana” column in FIG. 17A are designated. FIG. 16B shows an input setting screen 230 that displays another input data file “login data 2.xls”. The input data file shown in the figure will be described later with reference to FIG.

図18は、参考技術2におけるケース設定画面240の画面図である。実行番号欄253には各実行セットの基本的な実行順序、テストケースID欄254にはテストケースの識別情報が設定される。グループID欄256には実行セットの繰り返し処理のグループを示す識別情報、行番号欄258には動作テストにおける入力データファイルの参照範囲が設定される。操作内容ファイル欄260は各実行セットにおける操作内容ファイル、入力データファイル欄262は各実行セットの入力データファイルが設定される。ケース設定画面240における設定内容は、ケースファイル保持部148においてケースファイルとして記憶される。   FIG. 18 is a screen diagram of the case setting screen 240 in the reference technique 2. A basic execution order of each execution set is set in the execution number column 253, and test case identification information is set in the test case ID column 254. In the group ID column 256, identification information indicating a group of execution set repetition processing is set, and in the line number column 258, a reference range of the input data file in the operation test is set. The operation content file column 260 is set with an operation content file for each execution set, and the input data file column 262 is set with an input data file for each execution set. The setting content on the case setting screen 240 is stored as a case file in the case file holding unit 148.

ケース設定画面240においてテスト実行ボタン264が押下されると、プログラム生成部132は、ケースファイルおよび操作内容ファイルにしたがって動作テスト用プログラムを生成する。具体的には、ケースファイルにおいて同一のテストケースIDが設定された1以上の操作内容ファイルに基づいて、各操作内容ファイルに記録された関数がプログラムコードに設定された1つの動作テスト用プログラムを生成する。例えば、プログラム生成部132は、図18のケース設定画面240の内容が記録されたケースファイルにしたがって、登録ケースを実行するための1つの動作テスト用プログラムと、検索ケースを実行するための1つの動作テスト用プログラムとを生成する。なお、「1つの動作テスト用プログラム」は、1つの実行単位として実行されるプログラム、言い換えれば1つの実行契機で実行されるプログラムを意味し、物理的なプログラム数は問わない。   When the test execution button 264 is pressed on the case setting screen 240, the program generation unit 132 generates an operation test program according to the case file and the operation content file. Specifically, based on one or more operation content files in which the same test case ID is set in the case file, one operation test program in which the function recorded in each operation content file is set in the program code Generate. For example, the program generation unit 132 performs one operation test program for executing a registered case and one for executing a search case in accordance with a case file in which the contents of the case setting screen 240 of FIG. 18 are recorded. An operation test program is generated. Note that “one operation test program” means a program executed as one execution unit, in other words, a program executed at one execution opportunity, and the number of physical programs is not limited.

プログラム実行部134は、各操作内容ファイルに記録された1つの関数を実行する際、その操作内容ファイルと対応づけられた入力データファイルのデータのうち、操作内容ファイルにおいてその関数と対応づけられたカラムのデータをその関数に渡す。   When the program execution unit 134 executes one function recorded in each operation content file, the program execution unit 134 associates the function with the function in the operation content file among the data of the input data file associated with the operation content file. Pass column data to the function.

また、プログラム実行部134は、同一のテストケースにおいて同一のグループIDが付与された複数の実行セットを、同一の繰り返し処理を実行すべき同一のグループとして取り扱う。具体的には、同一のグループIDが付与された複数の実行セットそれぞれの実行を繰り返し、繰り返しのたびに、各実行セットの操作内容ファイルに記録された関数に対して、入力データファイルに記録された所定数のレコードを渡す。参考技術2では、繰り返しのたびに入力データファイルに記録された1レコードを関数に渡すこととする。なお、上述の処理を実行するための繰り返し命令がプログラムコードに設定された動作テスト用プログラムを、プログラム生成部132おいて生成してもよい。   Further, the program execution unit 134 handles a plurality of execution sets assigned the same group ID in the same test case as the same group that should execute the same repeated process. Specifically, each execution set with the same group ID is repeatedly executed, and each time it is repeated, the function recorded in the operation content file of each execution set is recorded in the input data file. Pass a certain number of records. In the reference technique 2, one record recorded in the input data file is passed to the function every time it is repeated. Note that the program generation unit 132 may generate an operation test program in which a repetition instruction for executing the above-described processing is set in the program code.

また、プログラム実行部134は、行番号が指定された実行セットについては、その操作内容ファイルに記録された関数に対して、入力データファイルにおいてその行番号で特定される入力データを渡す。したがって、グループIDによる繰り返し処理が指定され、さらに行番号が指定された場合には、行番号の指定数だけその繰り返しを実行することになる。例えば、図18の登録ケースでは、実行セットをまたがったグループの設定はなく、各実行セットでは入力データ1個分の処理が実行される。これに対し、図18の検索ケースでは、各実行セットにおける入力データ1個分の処理が3回繰り返される。   Further, the program execution unit 134 passes the input data specified by the line number in the input data file to the function recorded in the operation content file for the execution set for which the line number is specified. Therefore, when the repetition process by the group ID is designated and the line number is further designated, the repetition is executed by the designated number of line numbers. For example, in the registration case of FIG. 18, there is no group setting across execution sets, and processing for one input data is executed in each execution set. On the other hand, in the search case of FIG. 18, the process for one input data in each execution set is repeated three times.

具体的には、1回目の繰り返しでは、ログイン2.xlsに記録された関数に対してログインデータ2.xlsの35行目のデータ「t_yamada」が渡される。そして、検索記入.xlsに記録された関数、具体的には図15のNo1の関数に対しては検索記入データ.xlsの1行目・氏名漢字のデータ「山田太郎」が渡される。また、図15のNo2の関数に対しては検索記入データ.xlsの1行目・氏名カナのデータ「ヤマダタロウ」が渡される。
2回目の繰り返しでは、ログイン2.xlsに記録された関数に対してログインデータ2.xlsの36行目のデータ「h_yamada」が渡される。そして、検索記入.xlsに記録された図15のNo1の関数に対して検索記入データ.xlsの2行目・氏名漢字のデータ「山田花子」が渡される。また、図15のNo2の関数に対して検索記入データ.xlsの2行目・氏名カナのデータ「ヤマダハナコ」が渡される。
3回目の繰り返しにおいても同様に、インクリメントされた行番号における入力データが各関数に渡されることになる。
Specifically, in the first iteration, login2. 1. Login data for the function recorded in xls Data “t_yamada” on the 35th line of xls is passed. And search entry. Search entry data for the function recorded in xls, specifically, the function No. 1 in FIG. The data “Taro Yamada” in the first line of the xls and full name kanji is passed. For the function No. 2 in FIG. The data “Yamada Taro” in the first line of the xls and the name Kana is passed.
In the second iteration, login 2. 1. Login data for the function recorded in xls The data “h_yamada” on the 36th line of xls is passed. And search entry. Search entry data for the function No. 1 in FIG. Data “Kana Yamada” in the second line of xls and full name kanji is passed. In addition, the search entry data for the function No. 2 in FIG. The data “Yamada Hanako” in the second line of xls and the name Kana is passed.
Similarly, in the third iteration, the input data in the incremented line number is passed to each function.

参考技術2の動作検証装置100においても、参考技術1で既述した効果を奏する。具体的には、処理とパラメータの分離、および、GUIベースの設定が実現されるため、動作テスト用プログラムに含めるロジックの多様性を確保しつつも、安定した品質のプログラムを簡易に生成できる。また、入力データファイルの設定によって、動作テストのバリエーションを広げやすくなる。さらに、ケースファイルの設定によって、様々なシナリオにおける動作テストを実現できる。   The operation verification apparatus 100 of the reference technique 2 also has the effects described in the reference technique 1. Specifically, since separation of processing and parameters and GUI-based setting are realized, it is possible to easily generate a stable quality program while ensuring the diversity of logic included in the operation test program. Moreover, it becomes easy to expand the variation of the operation test by setting the input data file. Furthermore, operation tests in various scenarios can be realized by setting case files.

参考技術2の動作検証装置100においては、さらに、動作テスト用プログラムを実行する実行エンジン機能と、実行エンジンの効率的な利用を実現するラッパー機能とがシームレスに、ユーザによる仲介を要することなく連係する。これにより、動作テストを実行するためのユーザの負担を軽減できる。また、参考技術1の動作検証装置100の場合と異なり、ユーザは、QTPのプロジェクト等、プログラム実行のための環境を意識する必要がない。すなわち、ユーザにとって理解・操作が容易な形式の操作内容ファイルと入力データファイルとを設定すればよい。これにより、ユーザは動作テストを容易に実施できるようになる。   In the operation verification apparatus 100 of Reference Technology 2, the execution engine function that executes the operation test program and the wrapper function that realizes efficient use of the execution engine are seamlessly linked without requiring user intervention. To do. Thereby, the burden on the user for executing the operation test can be reduced. Unlike the case of the operation verification apparatus 100 of the reference technique 1, the user does not need to be aware of the environment for program execution such as a QTP project. That is, an operation content file and an input data file in a format that can be easily understood and operated by the user may be set. As a result, the user can easily perform the operation test.

参考技術2の動作検証装置100においては、さらにまた、同一テストケースの複数の実行セットが集約された1つの動作テスト用プログラムが生成され、その1つの動作テスト用プログラムが実行される。参考技術1の動作検証装置100における実行セット毎、すなわち実行セットに基づき生成されたQTPのプロジェクト毎の実行と比較して、1つのテストケースにおける一連の動作テストを実行する際のオーバーヘッドが低減され、迅速な動作テストを実現できる。   In the operation verification apparatus 100 of the reference technique 2, one operation test program in which a plurality of execution sets of the same test case are aggregated is generated, and the one operation test program is executed. Compared with execution for each execution set in the operation verification apparatus 100 of the reference technology 1, that is, for each project of QTP generated based on the execution set, overhead when executing a series of operation tests in one test case is reduced. A quick operation test can be realized.

参考技術2の動作検証装置100においては、さらにまた、複数の実行セットにわたる繰り返しのグループを設定できる。これにより、実行セットを柔軟に分割でき、また、動作テストのシナリオを柔軟に設定できる。さらにまた、入力データファイルの参照範囲を設定できる。これにより、入力データファイルが同一であっても、シナリオに応じて柔軟に参照範囲を変更でき、様々なバリエーションの動作テストを容易に実現できる。   In the operation verification apparatus 100 of the reference technique 2, it is possible to set a repeated group over a plurality of execution sets. As a result, the execution set can be flexibly divided, and an operation test scenario can be flexibly set. Furthermore, the reference range of the input data file can be set. Thereby, even if the input data file is the same, the reference range can be flexibly changed according to the scenario, and various variations of the operation test can be easily realized.

上述した参考技術2においては、関数設定画面210における値設定を支援する例としてドロップダウンリスト252を示した。変形例においては、ウェブページにおけるラジオボタン、チェックボックス、リストボックス等で選択可能に表示された入力データの候補が、ドロップダウンリスト252またはその他の形式で関数設定画面210において選択可能に表示されてもよい。すなわち、動作確認対象の機器に対するデータ入力操作の際にユーザに対して様々な形式で選択可能に表示された入力データの候補が、関数設定画面210における値設定の際に選択可能に表示されてもよい。   In the reference technique 2 described above, the drop-down list 252 is shown as an example of supporting the value setting on the function setting screen 210. In the modified example, candidates for input data displayed so as to be selectable by a radio button, a check box, a list box, etc. on the web page are displayed so as to be selectable on the function setting screen 210 in a drop-down list 252 or other formats. Also good. That is, input data candidates that are displayed so as to be selectable in various formats for the user when performing a data input operation on the operation confirmation target device are displayed so as to be selectable when setting values on the function setting screen 210. Also good.

上述した参考技術1においては、ウェブサーバ400に対するユーザの操作をQTPが受け付け、ログを生成したことを条件として、動作検証装置100が動作テスト用プログラムを作成している。また、上述した参考技術2においては、ウェブサーバ400に対するユーザの操作を動作検証装置100が検出して、動作テスト用プログラムを作成している。変形例として、動作検証装置100においてウェブサーバ400からHTMLファイルを取得した時点で、動作テスト用プログラムを生成してもよい。この場合、動作検証装置100は、HTMLファイルに含まれるフォームタグを検索し、HTMLファイルにどのような入力インタフェースが含まれているかを特定する。そして、各入力インタフェースにデータを入力するための関数を選択し、これらの関数を様々な順序で並べれば、ユーザによる明示的なウェブ操作がなくても、動作テスト用のプログラムを生成できる。   In the reference technique 1 described above, the operation verification apparatus 100 creates an operation test program on the condition that a user operation on the web server 400 is accepted by the QTP and a log is generated. In the reference technique 2 described above, the operation verification apparatus 100 detects a user operation on the web server 400 and creates an operation test program. As a modification, an operation test program may be generated when the operation verification apparatus 100 acquires an HTML file from the web server 400. In this case, the operation verification apparatus 100 searches for a form tag included in the HTML file and specifies what input interface is included in the HTML file. If a function for inputting data to each input interface is selected and these functions are arranged in various orders, an operation test program can be generated without an explicit web operation by the user.

(実施の形態)
以下、本発明の実施の形態について述べる。
(Embodiment)
Hereinafter, embodiments of the present invention will be described.

上記の参考技術1および2では、動作検証装置100がウェブページの動作テスト用プログラムを作成し、ウェブページの動作検証を行うことを述べた。具体的には、参考技術1では、ウェブサーバ400に対するユーザの操作をQTPが受け付け、ログを生成したことを条件として、動作検証装置100が動作テスト用プログラムを作成する。また、参考技術2では、ウェブサーバ400に対するユーザの操作を動作検証装置100が検出して、動作テスト用プログラムを作成する。いずれの場合も、検証対象のウェブページが静的な場合を前提としている。   In the above reference techniques 1 and 2, it has been described that the operation verification apparatus 100 creates a web page operation test program and performs the operation verification of the web page. Specifically, in the reference technique 1, the operation verification apparatus 100 creates an operation test program on the condition that a user operation on the web server 400 is accepted by the QTP and a log is generated. In Reference Technology 2, the operation verification apparatus 100 detects a user operation on the web server 400 and creates an operation test program. In either case, it is assumed that the web page to be verified is static.

近年では、Ajax(Asynchronous JavaScript + XML)を活用して動的なウェブページを作成することも広く行われている。従来のウェブアプリケーションでは、画面の遷移を発生させるためには、ウェブサーバに対してHTTPリクエストを送信後、HTTPレスポンスを新たにサーバから受け取ることで行われる。Ajaxを利用すると、画面遷移を伴うことなく、動的なウェブアプリケーションを実現することができる。ウェブサーバとの間ではJavaScriptのHTTP通信機能を利用し、サーバからの通信結果をJavaScriptで処理して、HTMLの更新が実現される。   In recent years, dynamic web pages have been widely created using Ajax (Asynchronous JavaScript + XML). In the conventional web application, in order to generate a screen transition, after an HTTP request is transmitted to the web server, an HTTP response is newly received from the server. By using Ajax, a dynamic web application can be realized without screen transition. The HTTP update function is realized by using the HTTP communication function of JavaScript with the web server and processing the communication result from the server with JavaScript.

Ajaxを利用したウェブページでは、HTML画面とDOM(Document Object Model)ツリーとが常に連動している。ここで、DOMとは、HTMLやXMLをプログラム上で使うためのAPIであり、HTMLやXMLのデータとAjaxを結び付けるためのものであり、HTMLやXMLをツリー構造として展開する。JavaScriptでDOMを操作することで、画面の遷移を行わずに画面の変化、すなわち動的なタグの追加が可能となる。Ajaxはプラグインを必要とすることなくウェブブラウザのみで動作することから、ウェブアプリケーションの可能性を広げるものとして注目されている。   In a web page using Ajax, an HTML screen and a DOM (Document Object Model) tree are always linked. Here, DOM is an API for using HTML or XML on a program, is for linking HTML or XML data and Ajax, and expands HTML or XML as a tree structure. By operating DOM with JavaScript, it is possible to change the screen without changing the screen, that is, to add a dynamic tag. Ajax is attracting attention as it expands the possibilities of web applications because it runs only on a web browser without the need for plug-ins.

ウェブページを構成するためのHTMLは複数種類のタグの組み合わせで構成されているが、これらのタグには「イベント」を設定することができる。例えば「onClick」というイベントを設定することで、HTML画面に表示されたオブジェクトをクリックすることが可能になる。さらに、所定のイベントが実行されたときに動作するJavaScriptを設定することができる。Ajaxでは、このようなJavaScriptを利用することで、ウェブアプリケーションにおいて、クリック操作、入力操作、オンマウス操作などを利用可能にする。   The HTML for configuring the web page is composed of a combination of a plurality of types of tags, and “events” can be set for these tags. For example, by setting an event “onClick”, it is possible to click an object displayed on the HTML screen. Furthermore, JavaScript that operates when a predetermined event is executed can be set. Ajax makes it possible to use a click operation, an input operation, an on-mouse operation, and the like in a web application by using such JavaScript.

Ajaxにより実現される操作について、以下に例を述べる。
1.クリック操作:HTML画面上のオブジェクトをクリックする操作であり、画面遷移、選択、入力操作前のフォーカスなどの様々な場面で利用される。
2.入力処理:オブジェクトに対する文字列の入力操作に使用される。
3.オンマウス操作:オブジェクト上にマウスカーソルを合わせたときに、オブジェクトの色を変更したり、メニューをスクロール表示させたりする際に利用される。
4.ドラッグアンドドロップ操作:オブジェクト(例えばスライドバー)の移動などに利用される。
5.マウスホイール操作:オブジェクト(例えばマップ)の拡大・縮小などに利用される。
6.ダブルクリック操作:ダブルクリック時に、文字入力用のオブジェクトを表示させるときなどに利用される。
Examples of operations realized by Ajax will be described below.
1. Click operation: An operation for clicking an object on the HTML screen, and is used in various scenes such as screen transition, selection, and focus before an input operation.
2. Input processing: Used for character string input operations on objects.
3. On-mouse operation: Used when changing the color of an object or scrolling a menu when the mouse cursor is moved over the object.
4). Drag and drop operation: used for moving an object (for example, a slide bar).
5. Mouse wheel operation: Used to enlarge / reduce an object (for example, a map).
6). Double-click operation: Used to display an object for character input when double-clicking.

このように、Ajaxを利用することで動的なウェブページの作成が可能になるが、Ajax機能によって動的に作成されるオブジェクトには、イベントハンドラが埋め込まれていないので、上述の参考技術1および2の構成では、ユーザによる入力操作の内容をQTPまたは動作検証装置100が検出することができず、動作テスト用プログラムの操作内容ファイルに記録することができないという問題がある。   As described above, it is possible to create a dynamic web page by using Ajax. However, since an event handler is not embedded in an object that is dynamically created by the Ajax function, the above-described Reference Technique 1 is used. In the configurations of 2 and 2, there is a problem that the content of the input operation by the user cannot be detected by the QTP or the operation verification apparatus 100 and cannot be recorded in the operation content file of the operation test program.

さらに、Ajaxを利用したウェブページの動作に関して、タグの自動生成がある。図19は、Ajaxを利用したウェブページにおいて動的にタグが追加される例を示す。図19(a)では、「名前」のテキストボックスにテキストを入力すると、ウェブページ内に「クリア」ボタンが自動的に追加される様子を示している。これは、「名前」のテキストボックスのタグにおいてテキスト入力操作のイベントが設定されており、テキストを入力することで、このイベントに関連づけられたJavaScriptが「クリア」ボタンを追加するのである。   Furthermore, there is automatic tag generation for web page operations using Ajax. FIG. 19 shows an example in which a tag is dynamically added to a web page using Ajax. FIG. 19A shows a state in which a “clear” button is automatically added to a web page when text is entered in the “name” text box. This is because a text input operation event is set in the tag of the “name” text box, and by inputting the text, JavaScript associated with this event adds a “clear” button.

図19(b)は、(a)に応じてJavaScriptがDOMを書き換える例を示す。イベントに関連づけられたJavaScriptは、このDOMツリーに「クリア」ボタンに対応するタグを追加する。   FIG. 19B shows an example in which JavaScript rewrites the DOM in accordance with FIG. JavaScript associated with the event adds a tag corresponding to the “Clear” button to this DOM tree.

図19のように動的に追加されるタグは、データ入力処理の記録の後に追加されるので、参考技術1および2の動作検証装置では、このタグを操作内容ファイルに記録できないという問題がある。さらに、テスト・プログラムの実行の際にも、動的に追加されるタグに対する操作を実行できないという問題がある。さらに、テスト結果データをキャプチャして記録する際にも、動的に追加されるタグをキャプチャできないという問題がある。   Since the tag dynamically added as shown in FIG. 19 is added after the recording of the data input process, the operation verification apparatuses of the reference techniques 1 and 2 have a problem that the tag cannot be recorded in the operation content file. . Furthermore, there is a problem that even when a test program is executed, an operation cannot be performed on a dynamically added tag. Furthermore, there is a problem in that tags that are dynamically added cannot be captured when test result data is captured and recorded.

そこで、本実施の形態では、Ajaxを利用したウェブページにおいて、ユーザによりなされる操作や動的なタグを動作テスト用プログラムに正確に反映させるための技術を提供する。   Therefore, the present embodiment provides a technique for accurately reflecting an operation performed by a user and a dynamic tag on an operation test program in a web page using Ajax.

図20は、本発明の実施の形態に係る動作検証装置500の機能構成を示すブロック図である。同図の機能ブロックのうち、参考技術1および2で示した動作検証装置100の機能ブロックに対応する機能ブロックには、同じ符号を付している。同じ符号を付した機能ブロックについては、その機能が参考技術1および2に既述した内容と異なる場合に記載しており、同様の機能については既述であるため適宜その記載を省略する。   FIG. 20 is a block diagram showing a functional configuration of the operation verification apparatus 500 according to the embodiment of the present invention. Among the functional blocks in the figure, the functional blocks corresponding to the functional blocks of the operation verification apparatus 100 shown in the reference techniques 1 and 2 are denoted by the same reference numerals. Functional blocks with the same reference numerals are described when the functions are different from those already described in Reference Techniques 1 and 2, and similar functions are already described, and thus description thereof is omitted as appropriate.

Ajaxを利用したウェブページは、HTMLソースに直接記述されるかまたは外部に記述されたJavaScriptをウェブブラウザが読み込んで実現されるが、図20の機能ブロックは、これらを切り分けることなく機能のみに注目した機能ブロックとして表されている。   A web page using Ajax is realized by the web browser reading JavaScript written directly in the HTML source or externally, but the function block in FIG. 20 focuses only on the function without separating them. Are represented as functional blocks.

本実施の形態のデータ処理部130は、Ajax対応ウェブページにおけるテスト操作の自動記録およびテスト操作自動実行を実現する。   The data processing unit 130 according to the present embodiment realizes automatic recording of test operations and automatic execution of test operations on Ajax-compatible web pages.

データ処理部130のうち、プログラム生成部132、プログラム実行部134、テストケース登録部136、操作記録部137および入力データ記録部138については、参考技術2で説明したものと同様の機能を有している。本実施の形態では、これらに加えてAjax対応部520が追加されている。Ajax対応部520は、IF部110、データ処理部130およびデータ保持部140と協働して、Ajaxを利用したウェブページにおけるデータ入力操作を検出する。Ajax対応部520は、ファイル取得部522、オブジェクト検出部524、イベント記録部526および動的タグ記録部528を含む。   Of the data processing unit 130, the program generation unit 132, the program execution unit 134, the test case registration unit 136, the operation recording unit 137, and the input data recording unit 138 have the same functions as those described in Reference Technique 2. ing. In the present embodiment, in addition to these, an Ajax corresponding unit 520 is added. The Ajax corresponding unit 520 detects a data input operation on a web page using Ajax in cooperation with the IF unit 110, the data processing unit 130, and the data holding unit 140. The Ajax correspondence unit 520 includes a file acquisition unit 522, an object detection unit 524, an event recording unit 526, and a dynamic tag recording unit 528.

ファイル取得部522は、ウェブページを構成しているHTMLファイルやXMLファイル等のファイルを取得する   The file acquisition unit 522 acquires a file such as an HTML file or an XML file constituting the web page.

オブジェクト検出部524は、ファイル取得部522により取得されたHTMLファイルまたはXMLファイルの中から、ユーザによる操作に応じたイベントを発生させるためのイベントハンドラが埋め込まれているオブジェクトを検出する。   The object detection unit 524 detects an object in which an event handler for generating an event corresponding to a user operation is embedded from the HTML file or the XML file acquired by the file acquisition unit 522.

イベント記録部526は、イベントハンドラが埋め込まれているオブジェクトにおいて発生するイベントに対応する関数を、操作記録部137内の操作内容ファイルに記録する。イベント記録部526は、IF部110およびデータ処理部130と連携して動作する。   The event recording unit 526 records a function corresponding to an event occurring in the object in which the event handler is embedded in the operation content file in the operation recording unit 137. The event recording unit 526 operates in cooperation with the IF unit 110 and the data processing unit 130.

イベント記録部526および動的タグ記録部528は、操作記録部137と連携して動作する。すなわち、ユーザは、クライアント端末のウェブブラウザを操作してウェブサーバ400にアクセスし、ウェブサーバ400に対する各種操作、典型的にはウェブサーバ400が提供するウェブページに対するデータ入力操作を実行する。操作検出部115はユーザによるデータ入力操作を逐次検出し、操作記録部137は関数保持部150の関数ライブラリを読み出し、そのデータ入力操作に対応する関数を操作内容ファイルに逐次記録する。さらに、イベントハンドラが埋め込まれているオブジェクトに対してユーザによるオンマウス操作やクリック操作などが行われた場合は、その操作に対応する関数を操作内容ファイルに記録する。   The event recording unit 526 and the dynamic tag recording unit 528 operate in cooperation with the operation recording unit 137. That is, the user accesses the web server 400 by operating the web browser of the client terminal, and executes various operations on the web server 400, typically, data input operations on web pages provided by the web server 400. The operation detection unit 115 sequentially detects data input operations by the user, and the operation recording unit 137 reads the function library of the function holding unit 150 and sequentially records the functions corresponding to the data input operations in the operation content file. Further, when the user performs an on-mouse operation or a click operation on the object in which the event handler is embedded, a function corresponding to the operation is recorded in the operation content file.

動的タグ記録部528は、ページ構成ファイル内にオブジェクトを動的に作成するプログラム、典型的にはJavaScriptが含まれている場合、そのJavaScriptによって動的に作成されたオブジェクトに対するユーザによる操作を、操作記録部137内の操作内容ファイルに記録する。より具体的には、動的タグ記録部528は、操作内容ファイルの作成中に、定期的にウェブページを構成するHTMLファイルまたはXMLファイルを再取得することによって、動的に作成されたオブジェクトを検出し、操作内容ファイルに記録することができる。別法では、動的タグ記録部528は、操作内容ファイルの作成中にユーザからなされる指示に応じて、ウェブページを構成するHTMLファイルまたはXMLファイルを再取得することによって、動的に作成されたオブジェクトを検出し、操作内容ファイルに記録することができる。   When the dynamic tag recording unit 528 includes a program for dynamically creating an object in the page configuration file, typically JavaScript, the user's operation on the object dynamically created by the JavaScript is performed. It records in the operation content file in the operation recording unit 137. More specifically, the dynamic tag recording unit 528 periodically retrieves an HTML file or an XML file that constitutes a web page during the creation of the operation content file, thereby obtaining a dynamically created object. It can be detected and recorded in the operation content file. Alternatively, the dynamic tag recording unit 528 is dynamically created by re-acquiring the HTML file or XML file constituting the web page in response to an instruction given by the user during creation of the operation content file. Objects can be detected and recorded in the operation content file.

図21は、イベント記録部526および動的タグ記録部528によって操作内容ファイルに追加される関数の例600を示す。左列が関数名であり、中央列が関数の説明であり、右列が関数で扱われるパラメータの例である。関数602〜614は、イベントハンドラに対応する関数であり、関数616は、後述する動的タグ作成時の待機時間を規定するための関数である。   FIG. 21 shows an example 600 of a function added to the operation content file by the event recording unit 526 and the dynamic tag recording unit 528. The left column is a function name, the center column is a description of the function, and the right column is an example of parameters handled by the function. Functions 602 to 614 are functions corresponding to event handlers, and the function 616 is a function for defining a waiting time when a dynamic tag is created, which will be described later.

mouseOver関数602は、オブジェクト(エレメント)へのオンマウス操作の関数である。パラメータのポイント位置は、該当エレメント内の相対座標であり、指定があった場合はその位置でmouseOverイベントを発行する。   The mouseOver function 602 is an on-mouse operation function for an object (element). The point position of the parameter is a relative coordinate within the corresponding element, and if specified, a mouseOver event is issued at that position.

dragStart関数604、dragEnd関数606、dragAndDrop関数608は、オブジェクト(エレメント)のドラッグアンドドロップ操作の関数である。dragStart関数604は、指定エレメントのドラッグを開始する。dragEnd関数606は、ドラッグ中のエレメントをドロップする。ドロップ先はエレメントで指定するか、またはドラッグエレメントからの相対座標で指定する。dragAndDrop関数608は、指定エレメントのドラッグアンドドロップを一括実行する。ドロップ先はエレメントで指定するか、ドラッグエレメントからの相対座標で指定する。   The dragStart function 604, the dragEnd function 606, and the dragAndDrop function 608 are functions for dragging and dropping an object (element). The dragStart function 604 starts dragging the specified element. The dragEnd function 606 drops the element being dragged. The drop destination is specified by the element or by the relative coordinates from the drag element. The dragAndDrop function 608 collectively executes drag and drop of the specified element. The drop destination is specified by the element or by the relative coordinate from the drag element.

doubleClick関数610は、エレメントのダブルクリック操作の関数であり、指定エレメントに対してダブルクリックイベントを実行する。   The doubleClick function 610 is a function of an element double-click operation, and executes a double-click event for a specified element.

mouseWheel関数612は、エレメント上でのマウスホイール回転操作の関数である。指定エレメントにフォーカスを設定し、ロボット操作としてマウスホイールを回転させる。   A mouseWheel function 612 is a function of a mouse wheel rotation operation on the element. Set the focus on the specified element and rotate the mouse wheel as a robot operation.

mouseAction関数614は、汎用的なマウス操作の関数である。   The mouseAction function 614 is a general mouse operation function.

wait関数616は、動的タグ生成待機の際の待機時間を規定する関数である。   The wait function 616 is a function that defines a waiting time when waiting for dynamic tag generation.

図20に戻り、操作内容ファイル作成後のIF部110およびデータ処理部130の動作は、参考技術2で説明したのと同様である。すなわち、関数設定画面表示部120が、操作内容ファイル保持部143の操作内容ファイルを読み出し、ユーザによる操作に対応する関数を一覧表示する関数設定画面を表示する。続いて、ユーザは、入力設定画面を介して、動作テストの実行時に動作テスト用プログラムに対して動的に供給されるべき入力データを設定する。さらに、ユーザは、複数種類の操作内容ファイルおよび複数種類の入力データファイルから、操作内容ファイルと入力データファイルとの組み合わせを実行セットとして登録する。テストケース登録部136は、1以上の実行セットをケースファイルへ記録する。関数設定画面、入力データ設定画面、およびケース設定画面についても、参考技術2で示したものと同様であってよい。   Returning to FIG. 20, the operations of the IF unit 110 and the data processing unit 130 after the creation of the operation content file are the same as those described in the reference technique 2. That is, the function setting screen display unit 120 reads the operation content file in the operation content file holding unit 143 and displays a function setting screen that displays a list of functions corresponding to the operation by the user. Subsequently, the user sets input data to be dynamically supplied to the operation test program when the operation test is executed via the input setting screen. Further, the user registers a combination of the operation content file and the input data file as an execution set from a plurality of types of operation content files and a plurality of types of input data files. The test case registration unit 136 records one or more execution sets in the case file. The function setting screen, the input data setting screen, and the case setting screen may be the same as those shown in the reference technique 2.

プログラム生成部132は、ケースファイルおよび操作内容ファイルに基づいて動作テスト用プログラムを生成する。具体的には、実行セットに設定された操作内容ファイルに順次記録された関数を、動作テスト用プログラムのプログラムコードに順次設定してもよい。また、プログラム生成部132は、1つのテストケースに複数の実行セットが設定されている場合、各実行セットの操作内容ファイルに記録された関数を1つの動作テスト用プログラムに集約して設定する。プログラム生成部132の他の動作も、参考技術2と同様である。   The program generation unit 132 generates an operation test program based on the case file and the operation content file. Specifically, the functions sequentially recorded in the operation content file set in the execution set may be sequentially set in the program code of the operation test program. Further, when a plurality of execution sets are set in one test case, the program generation unit 132 collects and sets the functions recorded in the operation content file of each execution set in one operation test program. Other operations of the program generation unit 132 are the same as those in the reference technique 2.

プログラム実行部134は、動作テスト用プログラムを実行して、ウェブサーバ400に対してユーザにより実行された一連の操作を再現する。入力データファイルのデータを必要とする関数に対しては、動作テスト用プログラムの実行の際に読み込んだ入力データファイルのデータを引数として渡す。すなわち、入力データファイルから動的に取得した入力データに基づいて関数を実行する。   The program execution unit 134 executes an operation test program to reproduce a series of operations performed by the user on the web server 400. For functions that require data in the input data file, the data of the input data file read when the operation test program is executed is passed as an argument. That is, the function is executed based on the input data dynamically acquired from the input data file.

本実施の形態におけるプログラム実行部134は、上記の他に、動的タグに対応する以下の機能が必須となる。これについて説明する。   In addition to the above, the program execution unit 134 in the present embodiment has the following functions corresponding to dynamic tags. This will be described.

図19(a)に示したような動的タグを生成するとき、処理に時間がかかる場合がある。したがって、動的タグの生成を伴うテスト・プログラムを実行したとき、動的タグを検出できなかったり、または動的タグに対する操作がエラーになることがある。具体的には、図19(a)の構成に対するテスト・プログラムにおいて、テキストボックスへのテキストの入力と、「クリア」ボタンのクリック操作が連続して行われる場合、「クリア」ボタンの生成に時間がかかると、クリック操作の対象となるオブジェクトが見つからないため、エラーになってしまう。   When generating a dynamic tag as shown in FIG. 19A, the processing may take time. Therefore, when a test program that involves generation of a dynamic tag is executed, the dynamic tag may not be detected or an operation on the dynamic tag may result in an error. Specifically, in the test program for the configuration of FIG. 19A, when the text input to the text box and the click operation of the “Clear” button are continuously performed, it takes time to generate the “Clear” button. Will cause an error because the object to be clicked cannot be found.

そこで、プログラム実行部134は、テスト・プログラムの実行中に、初期状態では表示されない動的タグの生成が完了するのを待機するために、予め設定された時間だけ後続のクリック操作や入力操作等の処理を待機する機能、または、動的タグ生成の後続の処理の対象となるオブジェクトが検出されるまで、後続の処理を繰り返すリトライ機能を有している。設定時間だけ待機しても動的タグが生成されなかったり、または所定の回数だけリトライしても後続の操作の対象が検出されない場合は、エラー表示を行う。   Therefore, the program execution unit 134 waits for the completion of generation of dynamic tags that are not displayed in the initial state during the execution of the test program, and the subsequent click operation, input operation, etc. for a preset time. Or a retry function that repeats subsequent processing until an object that is the target of subsequent processing of dynamic tag generation is detected. If no dynamic tag is generated even after waiting for the set time, or if the target of the subsequent operation is not detected even after a predetermined number of retries, an error display is performed.

代替的に、プログラム実行部134は、操作内容ファイルの作成時に動的タグが生成されるのに要した時間に基づき、テスト・プログラムを実行中の待機時間を設定するようにしてもよい。この場合、動的タグ記録部528は、イベントが発生してから動的タグが生成されるまでに要した時間を測定して操作内容ファイルまたは他のファイルに記録し、プログラム実行部134は、テスト・プログラムの実行時にそれらのファイルを参照するようにする。   Alternatively, the program execution unit 134 may set a standby time during execution of the test program based on the time required for generating the dynamic tag when the operation content file is created. In this case, the dynamic tag recording unit 528 measures the time required from the occurrence of the event until the dynamic tag is generated and records it in the operation content file or another file, and the program execution unit 134 Reference these files when running the test program.

図22は、本実施の形態による動作検証装置500の、操作記録時のフローチャートである。
ユーザは、ウェブサーバ400に対するデータ入力操作を実行する(S302)。統合検証モジュール106は、そのデータ入力操作を逐次検出して、データ入力操作に対応する関数を操作内容ファイルに記録するとともに、イベントの発生を検出して、イベントハンドラに対応する関数を操作内容ファイルに記録する(S304)。ウェブページのHTMLファイル等に動的タグの生成が含まれる場合は、それに対応する関数を操作内容ファイルに記録する(S306)。続いて、操作内容ファイルの記録データを関数設定画面において表示する(S308)。ユーザは、その関数設定画面を介して追加・変更すべき関数・入力データを操作内容ファイルに設定する(S310)。そしてユーザは、ケース設定画面において、操作内容ファイルと入力データファイルとをセットとして指定した動作テストのシナリオを設定する(S312)。統合検証モジュール106は、そのシナリオに基づいて、シナリオ内の1以上のセットを集約した動作テスト用プログラムを生成する(S314)。
FIG. 22 is a flowchart at the time of operation recording of the operation verification apparatus 500 according to the present embodiment.
The user executes a data input operation on the web server 400 (S302). The integrated verification module 106 sequentially detects the data input operation, records the function corresponding to the data input operation in the operation content file, detects the occurrence of the event, and sets the function corresponding to the event handler to the operation content file. (S304). When the generation of dynamic tags is included in the HTML file of the web page or the like, the corresponding function is recorded in the operation content file (S306). Subsequently, the record data of the operation content file is displayed on the function setting screen (S308). The user sets the function / input data to be added / changed in the operation content file via the function setting screen (S310). Then, on the case setting screen, the user sets an operation test scenario specifying the operation content file and the input data file as a set (S312). The integrated verification module 106 generates an operation test program in which one or more sets in the scenario are aggregated based on the scenario (S314).

図23は、本実施の形態による動作検証装置500のプログラム実行時のフローチャートである。
プログラム実行部134は、動作テスト用プログラムを実行する(S320)。動的タグ生成が含まれる場合、wait関数にしたがって所定の時間だけ後続の処理を待機するか、または所定の回数だけ後続の処理をリトライする(S322)。所定の時間内、または所定のリトライ回数内に動的タグが生成された場合は(S324のY)、後続の処理を継続する(S326)。動的タグが生成されない場合は(S324のN)、その旨をユーザに知らせるエラー表示をする(S328)。
FIG. 23 is a flowchart when the operation verification apparatus 500 according to the present embodiment executes a program.
The program execution unit 134 executes an operation test program (S320). When dynamic tag generation is included, the subsequent process is waited for a predetermined time according to the wait function, or the subsequent process is retried for a predetermined number of times (S322). If a dynamic tag is generated within a predetermined time or within a predetermined number of retries (Y in S324), the subsequent processing is continued (S326). If a dynamic tag is not generated (N in S324), an error message is displayed to notify the user (S328).

以上説明したように、本実施形態によれば、Ajaxを利用した動的なウェブページにおける、ユーザによる明示的な操作として現れないイベントハンドラによる画面態様の変化やタグの自動生成をも、それらに対応する関数を操作内容ファイルに記録することができる。したがって、動的なウェブページに対する動作テストをテスト・プログラムとして生成し実行することができる。   As described above, according to the present embodiment, in a dynamic web page using Ajax, a screen mode change or an automatic tag generation by an event handler that does not appear as an explicit operation by a user can be performed. Corresponding functions can be recorded in the operation content file. Accordingly, an operation test for a dynamic web page can be generated and executed as a test program.

上述した参考技術、実施の形態、変形例の任意の組み合わせもまた本発明の実施の形態として有用である。組み合わせによって生じる新たな実施の形態は、組み合わせされる参考技術、実施の形態、変形例それぞれの効果をあわせもつ。   Any combination of the above-described reference techniques, embodiments, and modifications is also useful as an embodiment of the present invention. The new embodiment generated by the combination has the effects of the combined reference technology, embodiment, and modification.

請求項に記載の各構成要件が果たすべき機能は、参考技術、実施の形態、変形例において示された各構成要素の単体もしくはそれらの連係によって実現されることも当業者には理解されるところである。   It should be understood by those skilled in the art that the functions to be fulfilled by the constituent elements described in the claims are realized by a single element or a combination of the constituent elements shown in the reference technique, the embodiment, and the modification. is there.

132 プログラム生成部、 134 プログラム実行部、 137 操作記録部、 500 動作検証装置、 520 Ajax対応部、 522 ファイル取得部、 524 オブジェクト検出部、 526 イベント記録部、 528 動的タグ記録部。   132 program generation unit, 134 program execution unit, 137 operation recording unit, 500 operation verification device, 520 Ajax corresponding unit, 522 file acquisition unit, 524 object detection unit, 526 event recording unit, 528 dynamic tag recording unit

Claims (7)

ウェブページの動作確認のためのテスト・プログラムを実行する動作検証装置であって、
動作確認対象のウェブページに対するデータ入力操作を検出し、前記データ入力操作に対応する関数であって前記ウェブページへの入力データを取得するためのインタフェースを備える関数を、操作内容ファイルに記録する操作記録部と、
前記ウェブページを構成するためのページ構成ファイルを取得するファイル取得部と、
前記ページ構成ファイルの中から、ユーザによる操作に応じたイベントを発生させるためのイベントハンドラが埋め込まれているオブジェクトを検出するオブジェクト検出部と、
前記イベントハンドラが埋め込まれているオブジェクトにおいて発生するイベントに対応する関数を前記操作内容ファイルに記録するイベント記録部と、
前記ページ構成ファイル内にオブジェクトを動的に作成するプログラムが含まれている場合、動的に作成されたオブジェクトに対するユーザによる操作を前記操作内容ファイルに記録する動的タグ記録部と、
前記操作内容ファイルに記録された関数に応じてプログラムコードを設定することにより、前記ウェブページに対して実行された一連の操作を再現するためのテスト・プログラムを生成するプログラム生成部と、
前記操作内容ファイルとは異なる入力データファイルから入力データを取得して前記関数に渡すことにより、前記テスト・プログラムを実行させるプログラム実行部と、
を備えることを特徴とする動作検証装置。
An operation verification device that executes a test program for checking the operation of a web page,
An operation for detecting a data input operation on a web page to be checked for operation and recording a function corresponding to the data input operation and having an interface for acquiring input data to the web page in an operation content file A recording section;
A file acquisition unit for acquiring a page configuration file for configuring the web page;
An object detection unit for detecting an object in which an event handler for generating an event according to an operation by a user is embedded from the page configuration file;
An event recording unit for recording a function corresponding to an event occurring in an object in which the event handler is embedded in the operation content file;
When a program for dynamically creating an object is included in the page configuration file, a dynamic tag recording unit that records a user's operation on the dynamically created object in the operation content file;
A program generation unit that generates a test program for reproducing a series of operations performed on the web page by setting a program code according to a function recorded in the operation content file;
A program execution unit that executes the test program by acquiring input data from an input data file different from the operation content file and passing the input data to the function;
An operation verification apparatus comprising:
前記動的タグ記録部は、前記操作内容ファイルの作成中に定期的に前記ページ構成ファイルを再取得することによって、動的に作成されたオブジェクトを検出することを特徴とする請求項1に記載の動作検証装置。   The dynamic tag recording unit detects the dynamically created object by periodically reacquiring the page configuration file during creation of the operation content file. Operation verification device. 前記動的タグ記録部は、前記操作内容ファイルの作成中にユーザからなされる指示に応じて前記ページ構成ファイルを再取得することによって、動的に作成されたオブジェクトを検出することを特徴とする請求項1に記載の動作検証装置。   The dynamic tag recording unit detects a dynamically created object by re-acquiring the page configuration file in response to an instruction given by a user during creation of the operation content file. The operation verification apparatus according to claim 1. 前記プログラム実行部は、前記テスト・プログラムの実行中に、初期状態では表示されない動的オブジェクトが作成されるまで実行を待機する機能を有することを特徴とする請求項1ないし3のいずれかに記載の動作検証装置。   The said program execution part has a function which waits for execution until the dynamic object which is not displayed in an initial state is produced during execution of the said test program, The one of Claim 1 thru | or 3 characterized by the above-mentioned. Operation verification device. 前記プログラム実行部は、前記操作内容ファイルの作成時に動的オブジェクトが作成されるのに要した時間に基づき、前記テスト・プログラムを実行中の待機時間を設定することを特徴とする請求項4に記載の動作検証装置。   The said program execution part sets the waiting time during execution of the said test program based on the time required when the dynamic object was created at the time of creation of the said operation content file, The said program execution part sets the waiting time during execution of the said test program. The operation verification apparatus described. ウェブページの動作確認のためのテスト・プログラムを実行する装置に、
前記ウェブページに対するデータ入力操作を検出し、前記データ入力操作に対応する関数であって、前記ウェブページへの入力データを取得するためのインタフェースを備える関数を、操作内容ファイルに記録する操作記録機能と、
前記ウェブページを構成するためのページ構成ファイルを取得するファイル取得機能と、
前記ページ構成ファイルの中から、ユーザによる操作に応じたイベントを発生させるためのイベントハンドラが埋め込まれているオブジェクトを検出するオブジェクト検出機能と、
前記イベントハンドラが埋め込まれているオブジェクトにおいて発生するイベントに対応する関数を前記操作内容ファイルに記録するイベント記録機能と、
前記ページ構成ファイル内にオブジェクトを動的に作成するプログラムが含まれている場合、動的に作成されたオブジェクトに対するユーザによる操作を前記操作内容ファイルに記録する動的タグ記録機能と、
前記操作内容ファイルに記録された関数に応じてプログラムコードを設定することにより、前記ウェブページに対して実行された一連の操作を再現するためのテスト・プログラムを生成するプログラム生成機能と、
前記操作内容ファイルとは異なる入力データファイルから入力データを取得して前記関数に渡すことにより、前記テスト・プログラムを実行させるプログラム実行機能と、
を実現させるための動作検証プログラム。
To a device that executes a test program for checking the operation of a web page,
An operation recording function for detecting a data input operation on the web page and recording a function corresponding to the data input operation and having an interface for acquiring input data to the web page in an operation content file When,
A file acquisition function for acquiring a page configuration file for configuring the web page;
An object detection function for detecting an object in which an event handler for generating an event according to an operation by a user is embedded from the page configuration file;
An event recording function for recording a function corresponding to an event occurring in an object in which the event handler is embedded in the operation content file;
When a program for dynamically creating an object is included in the page configuration file, a dynamic tag recording function for recording a user's operation on the dynamically created object in the operation content file;
A program generation function for generating a test program for reproducing a series of operations performed on the web page by setting a program code according to a function recorded in the operation content file;
A program execution function for executing the test program by acquiring input data from an input data file different from the operation content file and passing the input data to the function;
Operation verification program for realizing
ウェブページの動作確認のためのテスト・プログラムを実行する装置により実行される動作検証方法であって、
動作確認対象のウェブページに対するデータ入力操作を検出し、前記データ入力操作に対応する関数であって前記ウェブページへの入力データを取得するためのインタフェースを備える関数を、操作内容ファイルに記録するステップと、
前記ウェブページを構成するためのページ構成ファイルを取得するステップと、
前記ページ構成ファイルの中から、ユーザによる操作に応じたイベントを発生させるためのイベントハンドラが埋め込まれているオブジェクトを検出するステップと、
前記イベントハンドラが埋め込まれているオブジェクトにおいて発生するイベントに対応する関数を前記操作内容ファイルに記録するステップと、
前記ページ構成ファイル内にオブジェクトを動的に作成するプログラムが含まれている場合、動的に作成されたオブジェクトに対するユーザによる操作を前記操作内容ファイルに記録するステップと、
前記操作内容ファイルに記録された関数に応じてプログラムコードを設定することにより、前記ウェブページに対して実行された一連の操作を再現するためのテスト・プログラムを生成するステップと、
前記操作内容ファイルとは異なる入力データファイルから入力データを取得して前記関数に渡すことにより、前記装置に前記テスト・プログラムを実行させるステップと、
を含むことを特徴とする動作検証方法。
An operation verification method executed by a device that executes a test program for checking the operation of a web page,
A step of detecting a data input operation on a web page to be checked for operation and recording a function corresponding to the data input operation and having an interface for acquiring input data to the web page in an operation content file When,
Obtaining a page configuration file for configuring the web page;
Detecting an object in which an event handler for generating an event according to a user operation is embedded from the page configuration file;
Recording a function corresponding to an event occurring in the object in which the event handler is embedded in the operation content file;
When a program for dynamically creating an object is included in the page configuration file, recording a user's operation on the dynamically created object in the operation content file;
Generating a test program for reproducing a series of operations performed on the web page by setting a program code according to a function recorded in the operation content file;
Obtaining the input data from an input data file different from the operation content file and passing it to the function to cause the device to execute the test program;
The operation verification method characterized by including.
JP2010024649A 2009-03-30 2010-02-05 Operation verification apparatus, operation verification method, and operation verification program Active JP4681673B1 (en)

Priority Applications (8)

Application Number Priority Date Filing Date Title
CN201080003435.1A CN102227716B (en) 2009-03-30 2010-02-05 Operation verification device, operation verification method, and operation verification system
JP2010024649A JP4681673B1 (en) 2010-02-05 2010-02-05 Operation verification apparatus, operation verification method, and operation verification program
PCT/JP2010/000722 WO2010116586A1 (en) 2009-03-30 2010-02-05 Operation verification device, operation verification method, and operation verification system
US13/067,009 US9495280B2 (en) 2009-03-30 2011-05-02 Operation verifying apparatus, operation verifying method and operation verifying system
US15/167,113 US10346288B2 (en) 2009-03-30 2016-05-27 Operation verifying apparatus, operation verifying method and operation verifying system
US16/410,185 US10860463B2 (en) 2009-03-30 2019-05-13 Operation verifying apparatus, operation verifying method and operation verifying system
US17/088,875 US11580011B2 (en) 2009-03-30 2020-11-04 Operation verifying apparatus, operation verifying method and operation verifying system
US18/096,420 US20230153230A1 (en) 2009-03-30 2023-01-12 Operation verifying apparatus, operation verifying method and operation verifying system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010024649A JP4681673B1 (en) 2010-02-05 2010-02-05 Operation verification apparatus, operation verification method, and operation verification program

Publications (2)

Publication Number Publication Date
JP4681673B1 JP4681673B1 (en) 2011-05-11
JP2011164785A true JP2011164785A (en) 2011-08-25

Family

ID=44114135

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010024649A Active JP4681673B1 (en) 2009-03-30 2010-02-05 Operation verification apparatus, operation verification method, and operation verification program

Country Status (1)

Country Link
JP (1) JP4681673B1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017084132A (en) * 2015-10-28 2017-05-18 富士通株式会社 Operation recording reproduction program, operation reproduction program, operation recording reproduction system, and operation recording reproduction method
KR20180076020A (en) * 2016-12-27 2018-07-05 주식회사 넥슨코리아 Apparatus and method for application test automation
JP2020194398A (en) * 2019-05-29 2020-12-03 株式会社オービック Operation execution device, operation execution method and operation execution program
WO2022145499A1 (en) * 2020-12-28 2022-07-07 주식회사 앱테스트에이아이 User interface autonomous test system and method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001005690A (en) * 1999-06-21 2001-01-12 Nec Ic Microcomput Syst Ltd Program test system
JP2002236598A (en) * 2001-02-08 2002-08-23 Hitachi Information Systems Ltd Display method for screen operation contents and program for implementing the method
JP2007102654A (en) * 2005-10-07 2007-04-19 Hitachi Software Eng Co Ltd Test script processing program
JP2008117093A (en) * 2006-11-02 2008-05-22 Hitachi Ltd User operation recording/reproducing method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001005690A (en) * 1999-06-21 2001-01-12 Nec Ic Microcomput Syst Ltd Program test system
JP2002236598A (en) * 2001-02-08 2002-08-23 Hitachi Information Systems Ltd Display method for screen operation contents and program for implementing the method
JP2007102654A (en) * 2005-10-07 2007-04-19 Hitachi Software Eng Co Ltd Test script processing program
JP2008117093A (en) * 2006-11-02 2008-05-22 Hitachi Ltd User operation recording/reproducing method and device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017084132A (en) * 2015-10-28 2017-05-18 富士通株式会社 Operation recording reproduction program, operation reproduction program, operation recording reproduction system, and operation recording reproduction method
KR20180076020A (en) * 2016-12-27 2018-07-05 주식회사 넥슨코리아 Apparatus and method for application test automation
KR102635847B1 (en) * 2016-12-27 2024-02-08 주식회사 넥슨코리아 Apparatus and method for application test automation
JP2020194398A (en) * 2019-05-29 2020-12-03 株式会社オービック Operation execution device, operation execution method and operation execution program
WO2022145499A1 (en) * 2020-12-28 2022-07-07 주식회사 앱테스트에이아이 User interface autonomous test system and method

Also Published As

Publication number Publication date
JP4681673B1 (en) 2011-05-11

Similar Documents

Publication Publication Date Title
US11580011B2 (en) Operation verifying apparatus, operation verifying method and operation verifying system
US10324828B2 (en) Generating annotated screenshots based on automated tests
JP4140916B2 (en) Method for analyzing state transition in web page
JP4795446B2 (en) Operation verification apparatus and operation verification program
JP2023107749A (en) Browser-based robotic process automation (RPA) robot design interface
JP4681673B1 (en) Operation verification apparatus, operation verification method, and operation verification program
Gundecha Selenium Testing Tools Cookbook
JP4846029B2 (en) Operation verification apparatus, operation verification method, and operation verification program
CN107533544B (en) Element identifier generation
JP4846030B2 (en) Operation verification apparatus, operation verification method, and operation verification program
JP4795404B2 (en) Operation verification apparatus and operation verification program
Maynard Getting Started with Gulp–Second Edition
JP5379911B2 (en) Operation verification apparatus, operation verification method, and operation verification program
JP5303680B2 (en) Image acquisition apparatus, image acquisition method, and computer program
JP4903279B2 (en) Operation verification apparatus, operation verification method, and operation verification program
JP4903278B2 (en) Operation verification apparatus, operation verification method, and operation verification program
WO2012042561A1 (en) Image acquisition device, image acquisition method, and computer program
JP2013037580A (en) Information processor
US20080313603A1 (en) User interface archive
JP4846031B2 (en) Operation verification system
JP5379910B2 (en) Operation verification apparatus, operation verification method, and operation verification program
Heck Kubernetes for Developers: Use Kubernetes to develop, test, and deploy your applications with the help of containers
JP6739599B1 (en) Information processing program, information processing method, and information processing apparatus
JP2017004208A (en) Test support device and test support method
JP2005148861A (en) Information acquisition program, information acquisition method, and information acquisition device

Legal Events

Date Code Title Description
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

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4681673

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20140210

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20140210

Year of fee payment: 3

S802 Written request for registration of partial abandonment of right

Free format text: JAPANESE INTERMEDIATE CODE: R311802

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

Free format text: PAYMENT UNTIL: 20140210

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20140210

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250