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

Device, method and program for verifying operation Download PDF

Info

Publication number
JP2011164788A
JP2011164788A JP2010024652A JP2010024652A JP2011164788A JP 2011164788 A JP2011164788 A JP 2011164788A JP 2010024652 A JP2010024652 A JP 2010024652A JP 2010024652 A JP2010024652 A JP 2010024652A JP 2011164788 A JP2011164788 A JP 2011164788A
Authority
JP
Japan
Prior art keywords
function
program
test
input data
input
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
JP2010024652A
Other languages
Japanese (ja)
Other versions
JP4903279B2 (en
Inventor
Isato Takahata
勇人 高畠
Sari Sakagami
紗里 阪上
Takuji Mizoguchi
拓治 溝口
Hisao Imai
久夫 今井
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 PCT/JP2010/000722 priority Critical patent/WO2010116586A1/en
Priority to CN201080003435.1A priority patent/CN102227716B/en
Priority to JP2010024652A priority patent/JP4903279B2/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 JP2011164788A publication Critical patent/JP2011164788A/en
Application granted granted Critical
Publication of JP4903279B2 publication Critical patent/JP4903279B2/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 efficiently execute an operation test of an application which is installed in an ERP (Enterprise Resource Planning) package and operates. <P>SOLUTION: An operation verification device 100 in one embodiment obtains a log indicating contents of a series of operation executed to the application operating on a SAP server 402. The operation verification device 100 selects a function corresponding to the operation recorded in the log of a plurality of kinds of functions installed with logic for achieving various kinds of operation to generate a program for the operation test for reproducing the series of operation. The operation verification device 100 executes the program for the operation test, and operates a SAP Gui (Graphical User Interface) client 406 through an add-in 410 for SAP of QTP (Quick Test Professional) 408 in the execution. <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.

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

ERP(Enterprise Resource Planning)パッケージを導入して経営効率の向上を図る企業では、そのERPパッケージに組み込まれて動作するアプリケーションの動作テストを効率的に実行したいというニーズがあると本発明者は考えた。しかし、ERPパッケージに組み込まれたアプリケーションの動作テストを効率的に実行するための具体的な方法はこれまで十分に提案されてこなかった。   The present inventor considered that there is a need to efficiently execute an operation test of an application that is embedded in an ERP package and is operating in an enterprise that introduces an ERP (Enterprise Resource Planning) package to improve management efficiency. . However, a specific method for efficiently executing an operation test of an application embedded in an ERP package has not been sufficiently proposed so far.

本発明は、本発明者の上記課題認識に基づいて完成された発明であり、その主たる目的は、ERPパッケージに組み込まれて動作するアプリケーションの動作テストを効率的に実行するための技術を提供することにある。   The present invention has been completed based on recognition of the above problems of the present inventor, and a main object of the present invention is to provide a technique for efficiently executing an operation test of an application that is incorporated in an ERP package and operates. There is.

上記課題を解決するために、本発明のある態様の動作検証装置は、ERPパッケージに組み込まれて動作するアプリケーションについて、その動作確認のためのテスト・プログラムを実行させる装置であって、アプリケーションに対して実行された一連の操作の内容を示すログを取得するログ取得部と、各種操作を実現するためのロジックが組み込まれた複数種類の関数のうちログに記録された操作に対応する関数を選択し、アプリケーションへのデータ入力操作についてはアプリケーションへの入力データを取得するためのインタフェースを備える入力関数を選択することにより、一連の操作を再現するためのテスト・プログラムを生成するプログラム生成部と、入力関数に渡すべき入力データを取得する入力データ取得部と、取得された入力データに基づいて一連の操作を実行したときの動作確認のために、取得された入力データを入力関数に渡してテスト・プログラムを実行させるプログラム実行部と、を備える。   In order to solve the above-described problem, an operation verification apparatus according to an aspect of the present invention is an apparatus for executing a test program for confirming an operation of an application embedded in an ERP package. Select the function corresponding to the operation recorded in the log from the multiple types of functions that incorporate the logic to implement various operations and the log acquisition unit that acquires the log showing the contents of the series of operations executed For a data input operation to the application, by selecting an input function having an interface for acquiring input data to the application, a program generation unit that generates a test program for reproducing a series of operations, Input data acquisition unit that acquires input data to be passed to the input function, and the acquired For on the basis of the force data of the operation check when executing the series of operations comprises a program execution unit for executing a test program passes the acquired input data into the input function, a.

本発明の別の態様は、動作検証方法である。この方法は、ERPパッケージに組み込まれて動作するアプリケーションについて、その動作確認のためのテスト・プログラムを実行させる装置により実行される方法であって、アプリケーションに対して実行された一連の操作の内容を示すログを取得するステップと、各種操作を実現するためのロジックが組み込まれた複数種類の関数のうちログに記録された操作に対応する関数を選択し、アプリケーションへのデータ入力操作についてはアプリケーションへの入力データを取得するためのインタフェースを備える入力関数を選択することにより、一連の操作を再現するためのテスト・プログラムを生成するステップと、入力関数に渡すべき入力データを取得するステップと、取得された入力データに基づいて一連の操作を実行したときの動作確認のために、取得された入力データを入力関数に渡してテスト・プログラムを実行させるステップと、を備える。   Another aspect of the present invention is an operation verification method. This method is a method that is executed by a device that executes a test program for confirming the operation of an application that is incorporated in an ERP package, and the contents of a series of operations executed on the application are displayed. Select the function corresponding to the operation recorded in the log from the multiple types of functions that incorporate the steps to obtain the log to be displayed and the logic to implement various operations, and for the data input operation to the application to the application Generating a test program for reproducing a series of operations by selecting an input function having an interface for acquiring input data, acquiring input data to be passed to the input function, and acquiring When a series of operations are executed based on the input data For work confirmation, it comprises the steps of executing the test program passes the acquired input data into the input function, a.

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

本発明によれば、ERPパッケージに組み込まれて動作するアプリケーションの動作テストを効率的に実行できる。   According to the present invention, it is possible to efficiently perform an operation test of an application that operates by being incorporated in an ERP package.

ポータルサイト第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. 実施の形態の動作テストにおけるシステムアーキテクチャを示す図である。It is a figure which shows the system architecture in the operation | movement test of embodiment. 図19をより詳細に示す図である。It is a figure which shows FIG. 19 in detail. 実施の形態のプログラム実行部の機能構成を示すブロック図である。It is a block diagram which shows the function structure of the program execution part of embodiment. 実施の形態の動作検証装置においてユーザが設定可能な関数の例を示す図である。It is a figure which shows the example of the function which a user can set in the operation verification apparatus of embodiment. GUIコンポーネントの表示画面を示す図である。It is a figure which shows the display screen of a GUI component. GUIコンポーネントの表示画面を示す図である。It is a figure which shows the display screen of a GUI component. ステータスメッセージの照合結果を示す図である。It is a figure which shows the collation result of a status message.

本実施の形態の動作検証システムについて説明する前に、その前提となる動作検証装置に係る参考技術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 input data files, dictionary tests 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 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に関連して詳述する。
最後に、ケースファイルにしたがって、プログラムを実行する。上記例の場合には、プログラム実行部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 the program P1 is executed based on the input data file F2 and then the program P2 is executed 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. 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 execution result of the program, in other words, the test result in the 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 operation test execution engine, and records the result in the 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.

(実施の形態)
以下、本発明の実施の形態を説明するが、まずその概要を説明する。
本実施の形態では、ERPパッケージに組み込まれて動作するアプリケーションの動作テストを効率的に実行する技術を提案する。以下では、ERPパッケージの一例として、SAP社が提供するERPパッケージ(SAP R/3、SAP ERP等、以下では単に「SAPソフトウェア」と呼ぶ。)(「SAP」は登録商標)を示すが、他のERPパッケージにも同様の技術が適用可能であることは当業者には理解されるところである。
(Embodiment)
Hereinafter, embodiments of the present invention will be described. First, an outline thereof will be described.
In the present embodiment, a technique for efficiently executing an operation test of an application that operates by being incorporated in an ERP package is proposed. Hereinafter, as an example of the ERP package, an ERP package provided by SAP (SAP R / 3, SAP ERP, etc., hereinafter simply referred to as “SAP software”) (“SAP” is a registered trademark) is shown. Those skilled in the art will appreciate that similar techniques can be applied to other ERP packages.

参考技術1で示したように、動作テストの自動化ツールであるQTPは、ウェブページの動作テストのためのテストエンジンを標準提供する。このテストエンジンは、動作テスト用プログラムに設定された各種操作をウェブブラウザに実行させることにより、ウェブページの動作テストを実行するものである。   As shown in Reference Technique 1, QTP, which is an automated operation test tool, provides a standard test engine for web page operation tests. This test engine executes a web page operation test by causing a web browser to execute various operations set in the operation test program.

QTPはまた、SAPソフトウェアがインストールされたSAPサーバ上で動作するアプリケーション(以下、「SAP用AP」とも呼ぶ)の動作テストのためのテストエンジンをアドイン可能である。このテストエンジンを、以下、「SAP用アドイン」とも呼ぶこととする。SAP用アドインは、SAP用APを操作するためのGUI環境を提供するクライアントプログラム(以下、「SAPGuiクライアント」とも呼ぶ)に対し、動作テスト用プログラムに設定された各種操作を実行させることによりSAP用APの動作テストを実行するものである。   QTP can also add in a test engine for an operation test of an application (hereinafter, also referred to as “AP for SAP”) operating on an SAP server in which SAP software is installed. Hereinafter, this test engine is also referred to as “SAP add-in”. The SAP add-in allows the client program (hereinafter also referred to as “SAPPGi client”) that provides a GUI environment for operating the SAP AP to execute various operations set in the operation test program. An AP operation test is executed.

ところで、SAPGuiクライアントが提供するGUIコンポーネントには、ウィンドウオブジェクトと、テーブルオブジェクトと、グリッドオブジェクトとが含まれる。これらのオブジェクトを、以下では、「SAPGuiWindow」、「SAPGuiTable」、「SAPGuiGrid」と呼ぶこととする。SAPGuiWindowは、SAP用APに関するデータを表示する表示領域の外枠を形成する。SAPGuiTableおよびSAPGuiGridは、スプレッドシートに類似するGUIコンポーネントであり、SAPGuiWindow上に表示され、行および列で特定されるセルに対して入力データが設定される。   By the way, GUI components provided by the SAPPGui client include a window object, a table object, and a grid object. Hereinafter, these objects will be referred to as “SAPPGiWindow”, “SAPPGiTable”, and “SAPPGiGrid”. SAPGuiWindow forms an outer frame of a display area for displaying data related to the AP for SAP. SAPGuiTable and SAPGuiGrid are GUI components similar to a spreadsheet, and are displayed on the SAPGuiWindow, and input data is set for cells specified by rows and columns.

SAP用APの動作テストでは、これらのGUIコンポーネントをスクロール操作することが必要である。例えば、GUIコンポーネントの下部に設定されたデータは、初期状態の画面上には表示されないことがある。このデータを、動作テストの結果を証明するためのデータ(以下、「証左物」とも呼ぶ)として確保すべき場合は、GUIコンポーネントに対して下へのスクロール操作を実行後、言い換えれば、画面上で可視状態にした後、画面キャプチャを実行する必要がある。   In the operation test of the AP for SAP, it is necessary to scroll these GUI components. For example, data set in the lower part of the GUI component may not be displayed on the initial screen. When this data should be secured as data for certifying the result of the operation test (hereinafter also referred to as “evidence”), after performing a scrolling operation on the GUI component, in other words, on the screen After making it visible with, you need to perform screen capture.

しかしSAP用アドインは、SAPGuiWindowをスクロールさせる機能を提供するものの、SAPGuiTableおよびSAPGuiGridをスクロールさせる機能は提供しない。したがって、証左物を確保するために、ユーザは手動にてスクロール操作を行う必要があり、効率的な動作テストの実現を阻害していた。   However, the SAP add-in provides a function for scrolling the SAPPGuiWindow, but does not provide a function for scrolling the SAPPGuiTable and SAPPGiGrid. Therefore, in order to secure a proof, the user has to manually perform a scroll operation, which hinders the realization of an efficient operation test.

そこで本実施の形態では、SAP用アドインが組み込まれたQTPを利用しつつ、その不十分な機能を補完し、SAPGuiTableおよびSAPGuiGridに対するスクロール操作を機械的に実行する動作検証装置を提案する。これにより、SAPのGUIコンポーネントに対する網羅的なスクロール操作を実現し、効率的な動作テストを実現する。   Therefore, in the present embodiment, an operation verification device is proposed that uses QTP in which an SAP add-in is incorporated, complements the insufficient functions thereof, and mechanically executes a scroll operation on SAPGuiTable and SAPGuiGrid. As a result, an exhaustive scrolling operation for the SAP GUI component is realized, and an efficient operation test is realized.

なお、本実施の形態のSAP用APは、SAPのGUIコンポーネントに対してテストデータを入力するための入力関数を提供する。例えば、図7の「WebEdit Set」関数に対応するSAP用の入力関数を提供する。また参考技術1で記載したウェブページに対する操作記録と同様に、SAP用APに対するユーザ操作の記録を実行する。しかしSAP用APは、GUIコンポーネントに対するスクロール操作を記録しない。したがって、動作テストにおいてスクロール操作が必要な場合は、動作テスト用プログラムに対してユーザがスクロール操作用の関数を新規に登録する必要がある。   Note that the SAP AP of the present embodiment provides an input function for inputting test data to the SAP GUI component. For example, an SAP input function corresponding to the “WebEdit Set” function of FIG. 7 is provided. Similarly to the operation recording for the web page described in the reference technique 1, the user operation for the SAP AP is recorded. However, the AP for SAP does not record the scroll operation for the GUI component. Therefore, when a scroll operation is required in the operation test, the user needs to newly register a scroll operation function in the operation test program.

本実施の形態の動作検証装置における別の特徴を説明する。SAP用APは、GUIコンポーネント下部のステータスバー領域に、SAP用APの動作状況を表示させる。例えば、入力データが適切に設定されたか否かをステータスバー領域に表示させる。したがって、SAP用APの動作テストでは、GUIコンポーネントのステータスバー領域に表示されるメッセージが適切なものであるか否かを確認することが必要になる。しかし、SAP用アドインは、ステータスバー領域に表示されるメッセージを取得する機能を提供しない。そのため、これまではステータスバー領域のメッセージをユーザが目視確認する必要があり、効率的な動作テストの実現を阻害していた。   Another feature of the operation verification apparatus according to the present embodiment will be described. The SAP AP displays the operation status of the SAP AP in the status bar area below the GUI component. For example, whether or not the input data is set appropriately is displayed in the status bar area. Accordingly, in the operation test of the SAP AP, it is necessary to confirm whether or not the message displayed in the status bar area of the GUI component is appropriate. However, the SAP add-in does not provide a function for acquiring a message displayed in the status bar area. For this reason, until now, it has been necessary for the user to visually check messages in the status bar area, which has hindered the realization of an efficient operation test.

そこで本実施の形態の動作検証装置では、GUIコンポーネントのステータスバー領域に表示されるメッセージを取得し、テスト前に想定されたとおりのメッセージが出力されたか否かを機械的に確認する。これにより、これまではユーザ自身が手作業で行っていた確認作業を自動化し、効率的な動作テストを実現する。   Therefore, the operation verification apparatus according to the present embodiment acquires a message displayed in the status bar area of the GUI component, and mechanically confirms whether a message as expected before the test is output. This automates the confirmation work that has been performed manually by the user so far and realizes an efficient operation test.

図19は、実施の形態の動作テストにおけるシステムアーキテクチャを示す。動作検証システム1000は、動作検証装置100と、ウェブサーバ400と、SAPサーバ402とを備える。これらの各装置は、LAN/WAN/インターネット等、公知の通信手段により接続される。   FIG. 19 shows a system architecture in the operation test of the embodiment. The operation verification system 1000 includes an operation verification apparatus 100, a web server 400, and an SAP server 402. Each of these devices is connected by a known communication means such as LAN / WAN / Internet.

テストエンジンIF412は、動作テスト用プログラムに設定された動作テスト用の関数、具体的には、ウェブブラウザ404を操作するための関数およびSAPGuiクライアント406を操作するための関数を一括して検出する。ブラウザ用ドライバ414は、ウェブブラウザ404を操作するための関数が検出されたとき、その関数に対応するQTP408のAPIをコールすることによりウェブブラウザ404を操作する。SAP用ドライバ416は、SAPGuiクライアント406を操作するための関数が検出されたとき、その関数に対応するSAP用アドイン410のAPIをコールすることによりSAPGuiクライアント406を操作する。なお、テストエンジンIF412、ブラウザ用ドライバ414、SAP用ドライバ416は、図11(a)で示すラッパーモジュール104として機能するものであり、後述するプログラム実行部134に実装される。   The test engine IF 412 collectively detects an operation test function set in the operation test program, specifically, a function for operating the web browser 404 and a function for operating the SAPGui client 406. When a function for operating the web browser 404 is detected, the browser driver 414 operates the web browser 404 by calling an API of QTP 408 corresponding to the function. When a function for operating the SAPGui client 406 is detected, the SAP driver 416 operates the SAPGui client 406 by calling the API of the SAP add-in 410 corresponding to the function. Note that the test engine IF 412, the browser driver 414, and the SAP driver 416 function as the wrapper module 104 illustrated in FIG. 11A and are installed in the program execution unit 134 described later.

図20は、図19のSAP操作に関する部分を詳細に示す。SAPGuiクライアント406は、AP表示画面420と、SAPScriptingAPI428とを含む。AP表示画面420は、SAP用APを操作するためのGUIコンポーネントの表示を制御する機能であり、同図では、所定のディスプレイに表示される画面イメージを示している。AP表示画面420には、SAPGuiWindow422と、SAPGuiTable424と、SAPGuiGrid426とが含まれる。各GUIコンポーネントには、縦スクロールのための縦スクロールバー、横スクロールのための横スクロールバーが設定されている。   FIG. 20 shows in detail the portion related to the SAP operation of FIG. The SAPGui client 406 includes an AP display screen 420 and a SAPPS scripting API 428. The AP display screen 420 is a function for controlling the display of a GUI component for operating the SAP AP, and in the figure, a screen image displayed on a predetermined display is shown. The AP display screen 420 includes a SAPGuiWindow 422, a SAPGuiTable 424, and a SAPGuiGrid 426. Each GUI component has a vertical scroll bar for vertical scrolling and a horizontal scroll bar for horizontal scrolling.

SAPScriptingAPI428は、SAPGuiクライアント406を操作するためのSAPGuiクライアント406のネイティブメソッド群である。言い換えれば、SAPGuiクライアント406のライブラリを外部から直接コールするためのAPI群である。SAPGuiクライアント406の外部プロセスは、各種GUIコンポーネントに対応したSAPScriptingAPI428を呼び出すことにより、それぞれのGUIコンポーネントに対する各種操作を実行できる。   The SAPScript scripting API 428 is a native method group of the SAPPGui client 406 for operating the SAPPGui client 406. In other words, it is an API group for directly calling the library of the SAPPGui client 406 from the outside. An external process of the SAPGui client 406 can execute various operations for each GUI component by calling the SAPPSscripting API 428 corresponding to the various GUI components.

SAP用アドイン410は、スクロール専用関数430と、ネイティブ参照オブジェクト432とを含む。スクロール専用関数430は、SAPGuiWindow422に対するスクロール操作を実行するための専用関数である。ネイティブ参照オブジェクト432は、SAPGuiクライアント406にアクセスするためのクライアントモジュールである。例えば、SAPGuiクライアント406の外部プロセスは、ネイティブ参照オブジェクト432をポインタとして介し、SAPScriptingAPI428を呼び出すことができる。   The SAP add-in 410 includes a scroll-only function 430 and a native reference object 432. The scroll dedicated function 430 is a dedicated function for executing a scroll operation on the SAPGuiWindow 422. The native reference object 432 is a client module for accessing the SAPGui client 406. For example, an external process of the SAPPGui client 406 can call the SAPSscripting API 428 via the native reference object 432 as a pointer.

SAP用ドライバ416は、SAPGuiWindow422に対するスクロール操作を実行すべき際は、スクロール専用関数430を呼び出すことにより、SAPGuiWindow422のスクロールバーを移動させる。その一方で、SAPGuiTable424またはSAPGuiGrid426に対するスクロール操作を実行すべき際は、ネイティブ参照オブジェクト432を介してSAPScriptingAPI428を呼び出すことにより、SAPGuiTable424またはSAPGuiGrid426のスクロールバーを移動させる。   The SAP driver 416 moves the scroll bar of the SAPGuiWindow 422 by calling a scroll-dedicated function 430 when a scroll operation on the SAPGuiWindow 422 is to be executed. On the other hand, when a scroll operation on the SAPPGiTable 424 or the SAPPGiGrid 426 is to be executed, the SAPPSTable API 428 is called via the native reference object 432 to move the scroll bar of the SAPPGiTable 424 or the SAPPGiGrid 426.

図21は、実施の形態のプログラム実行部134の機能構成を示すブロック図である。プログラム実行部134は、SAPGuiクライアント406において実行されたSAP用APに対する操作を再現するために、動作テスト用プログラムにしたがってSAPGuiクライアント406を操作する。プログラム実行部134は、GUI操作部160と、証左物設定部162と、照合部164と、検証結果提示部166とを含む。   FIG. 21 is a block diagram illustrating a functional configuration of the program execution unit 134 according to the embodiment. The program execution unit 134 operates the SAPGui client 406 according to the operation test program in order to reproduce the operation for the SAP AP executed in the SAPGui client 406. The program execution unit 134 includes a GUI operation unit 160, a witness setting unit 162, a collation unit 164, and a verification result presentation unit 166.

なお、動作検証装置100全体の機能構成は、参考技術1と同様であり、すなわち図4のブロック図と同様である。具体的には、SAP用アドイン410において記録されたSAP用APに対する操作内容は、ログ取得部114においてログとして取得される。プログラム生成部132は、ログに記録された関数と、関数設定画面210においてユーザにより設定された関数とを、動作テスト用プログラムのプログラムコードに設定する。入力データファイルからの入力データの取得、実行セットの設定についても参考技術1と同様である。すなわち、本実施の形態における動作テストの実行工程は図5と同様になる。   The functional configuration of the entire operation verification apparatus 100 is the same as that of the reference technique 1, that is, the same as the block diagram of FIG. Specifically, the operation content for the SAP AP recorded in the SAP add-in 410 is acquired as a log by the log acquisition unit 114. The program generation unit 132 sets the function recorded in the log and the function set by the user on the function setting screen 210 in the program code of the operation test program. The acquisition of the input data from the input data file and the setting of the execution set are the same as in the reference technique 1. That is, the operation test execution process in the present embodiment is the same as in FIG.

GUI操作部160は、図19および図20のSAP用ドライバ416に対応し、SAP用アドイン410を介して、SAPGuiクライアント406のGUIコンポーネントに対する操作を実行する。GUIコンポーネントのスクロール操作を実行すべき際は、そのGUIコンポーネントの種別に応じて、SAP用アドイン410のスクロール専用関数430を呼び出し、またはネイティブ参照オブジェクト432を介してSAPScriptingAPI428を呼び出す。   The GUI operation unit 160 corresponds to the SAP driver 416 of FIGS. 19 and 20 and executes an operation on the GUI component of the SAPGui client 406 via the SAP add-in 410. When the scroll operation of the GUI component is to be executed, the scroll dedicated function 430 of the SAP add-in 410 is called or the SAPSscripting API 428 is called via the native reference object 432 according to the type of the GUI component.

証左物設定部162は、SAP用APに対する動作テストの証左物を設定する。具体的には、動作テストにおいてAP表示画面420に表示されたGUIコンポーネントの画像データをキャプチャする。証左物設定部162は、キャプチャした画像データ、すなわちGUIコンポーネントの画面スナップを証左物として結果保持部152へ格納する。   The proof object setting unit 162 sets a proof object of the operation test for the SAP AP. Specifically, the image data of the GUI component displayed on the AP display screen 420 in the operation test is captured. The evidence object setting unit 162 stores the captured image data, that is, the screen snap of the GUI component in the result holding unit 152 as a evidence object.

また証左物設定部162は、SAPGuiWindow422の下部のステータスバー領域に表示されたメッセージ(以下、「ステータスメッセージ」とも呼ぶ)を取得する。具体的には、ネイティブ参照オブジェクト432をポインタとして介してSAPScriptingAPI428のステータスメッセージ取得メソッドを呼び出すことにより、ステータスメッセージを取得する。証左物設定部162は、ステータスメッセージのデータを証左物として結果保持部152へ格納する。   Further, the left object setting unit 162 acquires a message (hereinafter also referred to as “status message”) displayed in the status bar area at the bottom of the SAPGuiWindow 422. Specifically, the status message is acquired by calling the status message acquisition method of the SAPSscripting API 428 via the native reference object 432 as a pointer. The proof object setting unit 162 stores the status message data in the result holding unit 152 as a proof object.

照合部164は、ユーザにより予め設定されたステータスメッセージの期待値と、ステータスメッセージとして実際に表示されたデータ(以下、「実際値」とも呼ぶ)とを比較・照合し、その照合結果を証左物として結果保持部152へ格納する。この照合結果は、動作テストにおけるステータスメッセージの期待値と実際値との整合・不整合を示す情報である。例えば、ステータスメッセージの期待値と実際値とが不一致である場合、照合部164は、ステータスメッセージが異常である旨のエラーレポートを結果保持部152へ格納する。   The collation unit 164 compares and collates the expected value of the status message set in advance by the user with the data actually displayed as the status message (hereinafter also referred to as “actual value”), and the collation result is proved. And stored in the result holding unit 152. This collation result is information indicating consistency / inconsistency between the expected value and the actual value of the status message in the operation test. For example, when the expected value and actual value of the status message do not match, the collation unit 164 stores an error report indicating that the status message is abnormal in the result holding unit 152.

検証結果提示部166は、SAP用APの動作テストで取得された証左物をユーザへ提示する。具体的には、ユーザからの要求に応じて、SAPのGUIコンポーネントの画面スナップや、ステータスメッセージの照合結果を結果保持部152から取得して、それらを所定のディスプレイに表示させる。   The verification result presentation unit 166 presents the proof obtained in the operation test of the SAP AP to the user. Specifically, in response to a request from the user, the screen snap of the GUI component of the SAP and the result of checking the status message are acquired from the result holding unit 152 and displayed on a predetermined display.

図22は、実施の形態の動作検証装置100においてユーザが設定可能な関数の例を示す。同図は、SAPのGUIコンポーネントに対するスクロール操作を実行させるためのテスト関数、GUIコンポーネントの画面スナップを取得させるためのテスト関数、およびステータスメッセージの照合処理を実行させるためのテスト関数を示している。なお同図における設定形式は、図7の関数設定画面210に対応する。   FIG. 22 illustrates examples of functions that can be set by the user in the operation verification apparatus 100 according to the embodiment. This figure shows a test function for executing a scroll operation for the GUI component of the SAP, a test function for acquiring a screen snap of the GUI component, and a test function for executing a status message matching process. The setting format in the figure corresponds to the function setting screen 210 in FIG.

テスト関数170は、パラメータで指定されたピクセル数だけSAPGuiWindow422を横スクロールさせる関数である。テスト関数172は、パラメータで指定されたピクセル数だけSAPGuiWindow422を縦スクロールさせる関数である。テスト関数174は、その内部でテスト関数170・172を呼び出しつつ、SAPGuiWindow422の画面スナップを取得させる関数である。具体的には、横スクロール量で指定されたピクセル数の横スクロールを横スクロール回数だけ繰り返しつつ表示画面をキャプチャする。そして、縦スクロール量で指定されたピクセル数の縦スクロールを行った後、横スクロールおよび画面キャプチャを再度実行する。すなわち、横スクロールおよび縦スクロールを適宜組み合わせて、SAPGuiWindow422全体の画面キャプチャを取得させる。   The test function 170 is a function for horizontally scrolling the SAPGuiWindow 422 by the number of pixels specified by the parameter. The test function 172 is a function for vertically scrolling the SAPGuiWindow 422 by the number of pixels specified by the parameter. The test function 174 is a function for acquiring a screen snap of the SAPGuiWindow 422 while calling the test functions 170 and 172 therein. Specifically, the display screen is captured while repeating the horizontal scrolling of the number of pixels specified by the horizontal scrolling amount by the number of horizontal scrolling. Then, after performing vertical scrolling for the number of pixels specified by the vertical scrolling amount, horizontal scrolling and screen capture are executed again. That is, a screen capture of the entire SAPGuiWindow 422 is acquired by appropriately combining horizontal scroll and vertical scroll.

テスト関数170・172は、スクロール専用関数430として提供される関数である。GUI操作部160は、動作テスト用プログラムからこれらの関数を検出するとスクロール専用関数430を呼び出す。テスト関数174は、証左物設定部162が提供する関数である。証左物設定部162は、動作テスト用プログラムからこの関数を検出すると、GUI操作部160を介してスクロール専用関数430を呼び出すとともに画面キャプチャを実行する。例えば、OS(Operating System)の画面キャプチャ機能を呼び出して、クリップボードに記録された画面スナップのデータを取得してもよい。   The test functions 170 and 172 are functions provided as scroll-only functions 430. When the GUI operation unit 160 detects these functions from the operation test program, it calls the scroll dedicated function 430. The test function 174 is a function provided by the evidence object setting unit 162. When this function is detected from the operation test program, the proof object setting unit 162 calls the scroll dedicated function 430 via the GUI operation unit 160 and executes screen capture. For example, a screen capture function of an OS (Operating System) may be called to obtain screen snap data recorded on the clipboard.

テスト関数176は、パラメータで指定された列数だけSAPGuiTable424を横スクロールさせる関数である。テスト関数178は、パラメータで指定された行数だけSAPGuiTable424を縦スクロールさせる関数である。テスト関数180は、その内部でテスト関数176・178を呼び出しつつ、SAPGuiTable424の画面スナップを取得させる関数である。具体的には、横スクロール量で指定された列数の横スクロールを最終列まで繰り返しつつ表示画面をキャプチャする。そして、縦スクロール量で指定された行数の縦スクロールを行った後、横スクロールおよび画面キャプチャを再度実行する。すなわち、横スクロールおよび縦スクロールを適宜組み合わせて、SAPGuiTable424全体の画面キャプチャを記録する。   The test function 176 is a function for horizontally scrolling the SAPPGiTable 424 by the number of columns specified by the parameter. The test function 178 is a function for vertically scrolling the SAPPGiTable 424 by the number of lines specified by the parameter. The test function 180 is a function for acquiring a screen snap of the SAPPGiTable 424 while calling the test functions 176 and 178 therein. Specifically, the display screen is captured while repeating the horizontal scrolling of the number of columns specified by the horizontal scrolling amount to the final column. Then, after performing vertical scrolling for the number of lines specified by the vertical scrolling amount, horizontal scrolling and screen capture are executed again. That is, a screen capture of the entire SAPPGuiTable 424 is recorded by appropriately combining horizontal scroll and vertical scroll.

テスト関数182は、パラメータで指定された列数だけSAPGuiGrid426を横スクロールさせる関数である。テスト関数184は、パラメータで指定された行数だけSAPGuiGrid426を縦スクロールさせる関数である。テスト関数186は、その内部でテスト関数182・184を呼び出しつつ、SAPGuiGrid426の画面スナップを取得させる関数である。具体的には、横スクロール量で指定された列数の横スクロールを最終列まで繰り返しつつ表示画面をキャプチャする。そして、縦スクロール量で指定された行数の縦スクロールを行った後、横スクロールおよび画面キャプチャを再度実行する。すなわち、横スクロールおよび縦スクロールを適宜組み合わせて、SAPGuiGrid426全体の画面キャプチャを取得させる。   The test function 182 is a function for horizontally scrolling the SAPGuiGrid 426 by the number of columns specified by the parameter. The test function 184 is a function for vertically scrolling the SAPPGiGrid 426 by the number of lines specified by the parameter. The test function 186 is a function for acquiring a screen snap of the SAPPGiGrid 426 while calling the test functions 182 and 184 therein. Specifically, the display screen is captured while repeating the horizontal scrolling of the number of columns specified by the horizontal scrolling amount to the final column. Then, after performing vertical scrolling for the number of lines specified by the vertical scrolling amount, horizontal scrolling and screen capture are executed again. That is, a screen capture of the entire SAPGuiGrid 426 is acquired by appropriately combining horizontal scroll and vertical scroll.

テスト関数176・178・182・184は、SAPScriptingAPI428として提供される関数である。GUI操作部160は、動作テスト用プログラムからこれらの関数を検出すると、ネイティブ参照オブジェクト432を介してSAPScriptingAPI428を呼び出す。テスト関数180・186は、証左物設定部162が提供する関数である。証左物設定部162は、動作テスト用プログラムからこれらの関数を検出すると、GUI操作部160を介してSAPScriptingAPI428を呼び出させるとともに画面キャプチャを実行する。   The test functions 176, 178, 182, and 184 are functions provided as the SAPSscripting API 428. When the GUI operation unit 160 detects these functions from the operation test program, it calls the SAPSscripting API 428 via the native reference object 432. The test functions 180 and 186 are functions provided by the evidence object setting unit 162. When the evidence setting unit 162 detects these functions from the operation test program, it calls the SAPSscripting API 428 via the GUI operation unit 160 and executes screen capture.

図22で示すように、スクロール操作の対象となるGUIコンポーネントが、SAPGuiWindow422・SAPGuiTable424・SAPGuiGrid426のいずれであっても、ユーザは内部的な処理の違いを意識することなく、関数設定画面210においてテスト関数を同様に指定すればよい。言い換えれば、GUIコンポーネントのスクロール操作を、スクロール専用関数430経由で実行するか、ネイティブ参照オブジェクト432〜SAPScriptingAPI428経由で実行するかはユーザに対して隠蔽されている。したがって、ユーザは、関数設定画面210において予め定められたテスト関数176〜186を適宜選択して設定すれば、網羅的にGUIコンポーネントのスクロール操作および画面キャプチャ操作を実行させることができる。   As shown in FIG. 22, regardless of whether the GUI component to be scrolled is SAPPGiWindow 422, SAPGuiTable 424, or SAPGiGrid 426, the user is not aware of the difference in internal processing, and the test function is displayed on the function setting screen 210. May be specified in the same manner. In other words, whether the scroll operation of the GUI component is executed via the scroll dedicated function 430 or the native reference object 432 to the SAPSscripting API 428 is hidden from the user. Therefore, if the user appropriately selects and sets predetermined test functions 176 to 186 on the function setting screen 210, the user can comprehensively execute scroll operation and screen capture operation of the GUI component.

なお、SAPGuiTable424の縦スクロールは、ユーザによる指定を必須とせず、SAPGuiクライアント406のAP表示画面420に表示されている行数分が自動的にスクロールされてもよい。具体的には、SAPScriptingAPI428におけるGuiTableControlオブジェクトのVisibleRowCountプロパティ値が縦スクロール量として取得されてもよい。同様に、SAPGuiGrid426の縦スクロールについても、SAPGuiクライアント406のAP表示画面420に表示されている行数分が自動的にスクロールされてもよい。具体的には、SAPScriptingAPI428におけるGuiGridControlオブジェクトのVisibleRowCountプロパティ値が縦スクロール量として取得されてもよい。ユーザが指定すべきパラメータを削減することでユーザの負担を低減させつつも、必要十分な画面スナップを記録できる。   Note that the vertical scrolling of the SAPGuiTable 424 does not require designation by the user, and the number of lines displayed on the AP display screen 420 of the SAPGui client 406 may be automatically scrolled. Specifically, the VisibleRowCount property value of the GuiTableControl object in the SAPSscripting API 428 may be acquired as the vertical scroll amount. Similarly, for the vertical scrolling of the SAPGuiGrid 426, the number of lines displayed on the AP display screen 420 of the SAPGui client 406 may be automatically scrolled. Specifically, the VisibleRowCount property value of the GuiGridControl object in the SAPSscripting API 428 may be acquired as the vertical scroll amount. Necessary and sufficient screen snaps can be recorded while reducing the burden on the user by reducing parameters to be specified by the user.

テスト関数188は、ステータスバーに表示されたステータスメッセージをその期待値と照合させる関数であり、パラメータとしてステータスメッセージの期待値、本実施の形態ではS(正常)・W(警告)・E(エラー)が指定可能である。テスト関数188は、照合部164が提供する関数である。照合部164は、動作テスト用プログラムからこの関数を検出すると、ネイティブ参照オブジェクト432を介してSAPScriptingAPI428を呼び出してステータスメッセージの実際値を取得する。そして、その実際値と期待値とを比較して比較結果を記録する。   The test function 188 is a function for collating the status message displayed on the status bar with its expected value, and the expected value of the status message as a parameter, in this embodiment, S (normal), W (warning), E (error) ) Can be specified. The test function 188 is a function provided by the matching unit 164. When the verification unit 164 detects this function from the operation test program, the verification unit 164 calls the SAPSscripting API 428 via the native reference object 432 and acquires the actual value of the status message. Then, the actual value is compared with the expected value, and the comparison result is recorded.

以下、ステータスメッセージの照合例を説明する。図23は、SAPのGUIコンポーネントの表示画面を示す。同図は、動作テストの準備段階において、ユーザがSAPGuiWindow画面190に対して手作業にて受注情報を入力した状況を示している。同図では、得意先発注日が入力されたにも関わらず得意先発注番号が未入力であるため、ステータスバー領域192には警告を示すステータスメッセージが表示されている。   Hereinafter, an example of status message verification will be described. FIG. 23 shows a display screen of the SAP GUI component. This figure shows a situation in which the user manually inputs the order information on the SAPGuiWindow screen 190 at the preparation stage of the operation test. In the figure, since the customer order number has not been entered even though the customer order date has been entered, a status message indicating a warning is displayed in the status bar area 192.

図24は、SAPのGUIコンポーネントの表示画面を示す。同図は、SAPGuiWindow画面190に対する動作テストにおいて受注情報を自動的に入力した状況を示している。同図では、得意先発注番号が未入力で得意先発注日が入力されたにも関わらず、ステータスバー領域192には正常を示すステータスメッセージが表示されている。   FIG. 24 shows a display screen of the SAP GUI component. This figure shows a situation in which order information is automatically input in an operation test for the SAPGuiWindow screen 190. In the figure, although the customer order number is not entered and the customer order date is entered, a status message indicating normality is displayed in the status bar area 192.

図25は、ステータスメッセージの照合結果を示す。同図は、図22のテスト関数188が動作テスト用プログラムに設定された場合のエラーレポートの表示画面194を示している。具体的には、図23で示したようにステータスメッセージの期待値はW(警告)であったにもかかわらず、図24で示したようにその実際値はS(正常)であったため、照合部164によりエラーとして検出された。そして、その旨を示すエラーレポートが検証結果提示部166によりユーザに提示されたものである。   FIG. 25 shows the collation result of the status message. This figure shows an error report display screen 194 when the test function 188 of FIG. 22 is set in the operation test program. Specifically, since the expected value of the status message is W (warning) as shown in FIG. 23, the actual value is S (normal) as shown in FIG. 164 detected as an error. An error report indicating that fact is presented to the user by the verification result presentation unit 166.

本実施の形態の動作検証装置100によれば、動作テストの対象がSAP用APである場合も参考技術1に既述したような効果を奏し、効率的な動作テストを実現できる。例えば、処理とパラメータとが分離されることにより動作テストのバリエーションを拡げやすくなる。また、SAP用APに対する操作用の関数や画面キャプチャ用の各種関数が、統一された関数設定画面210においてユーザが選択可能な態様で提供されることにより、動作テストの効率および信頼性を向上させやすくなる。   According to the operation verification apparatus 100 of the present embodiment, even when the target of the operation test is an AP for SAP, the effects described above in Reference Technology 1 can be obtained, and an efficient operation test can be realized. For example, it becomes easy to expand the variation of the operation test by separating the processing and the parameter. In addition, functions for operating the SAP AP and various functions for screen capture are provided in a manner that can be selected by the user on the unified function setting screen 210, thereby improving the efficiency and reliability of the operation test. It becomes easy.

また動作検証装置100によれば、QTP408では自動化できないGUIコンポーネントのスクロール操作やステータスメッセージの照合処理が自動化されることにより、より一層効率的な動作テストが実現される。一般的にSAPサーバ402には多数のSAP用APが構築されており、それら多数のSAP用APが動作テストの対象となる。したがって、証左物として取得すべきGUIコンポーネントの画面スナップ数やステータスメッセージ数も多数になる。これらの証左物の取得や照合を自動化することで、動作テストに要する工数を大幅に削減できる。   Further, according to the operation verification apparatus 100, a scrolling operation of GUI components that cannot be automated by the QTP 408 and a status message collation process are automated, thereby realizing a more efficient operation test. In general, a large number of SAP APs are built in the SAP server 402, and the large number of SAP APs are subjected to an operation test. Therefore, the number of screen snaps and the number of status messages of the GUI component to be acquired as evidence is also large. By automating the acquisition and verification of these evidences, the man-hours required for operation tests can be greatly reduced.

以上、本発明を実施の形態をもとに説明した。この実施の形態は例示であり、それらの各構成要素や各処理プロセスの組合せにいろいろな変形例が可能なこと、またそうした変形例も本発明の範囲にあることは当業者に理解されるところである。   The present invention has been described based on the embodiments. This embodiment is an exemplification, and it will be understood by those skilled in the art that various modifications can be made to combinations of the respective constituent elements and processing processes, and such modifications are also within the scope of the present invention. is there.

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

100 動作検証装置、 114 ログ取得部、 116 入力データ取得部、 132 プログラム生成部、 134 プログラム実行部、 160 GUI操作部、 162 証左物設定部、 164 照合部、 166 検証結果提示部、 402 SAPサーバ、 406 SAPGuiクライアント、 408 QTP、 410 SAP用アドイン、 412 テストエンジンIF、 416 SAP用ドライバ、 1000 動作検証システム。   DESCRIPTION OF SYMBOLS 100 Operation verification apparatus, 114 Log acquisition part, 116 Input data acquisition part, 132 Program generation part, 134 Program execution part, 160 GUI operation part, 162 Evidence setting part, 164 Collation part, 166 Verification result presentation part, 402 SAP server 406 SAPPGui client, 408 QTP, 410 add-in for SAP, 412 test engine IF, 416 driver for SAP, 1000 operation verification system.

Claims (8)

ERP(Enterprise Resource Planning)パッケージに組み込まれて動作するアプリケーションについて、その動作確認のためのテスト・プログラムを実行させる装置であって、
前記アプリケーションに対して実行された一連の操作の内容を示すログを取得するログ取得部と、
各種操作を実現するためのロジックが組み込まれた複数種類の関数のうち前記ログに記録された操作に対応する関数を選択し、前記アプリケーションへのデータ入力操作については前記アプリケーションへの入力データを取得するためのインタフェースを備える入力関数を選択することにより、前記一連の操作を再現するためのテスト・プログラムを生成するプログラム生成部と、
前記入力関数に渡すべき入力データを取得する入力データ取得部と、
前記取得された入力データに基づいて前記一連の操作を実行したときの動作確認のために、前記取得された入力データを前記入力関数に渡して前記テスト・プログラムを実行させるプログラム実行部と、
を備えることを特徴とする動作検証装置。
An apparatus that executes a test program for confirming the operation of an application that is incorporated into an ERP (Enterprise Resource Planning) package and operates.
A log acquisition unit for acquiring a log indicating the contents of a series of operations performed on the application;
Selects a function corresponding to the operation recorded in the log from a plurality of types of functions in which logic for realizing various operations is incorporated, and obtains input data to the application for the data input operation to the application A program generation unit for generating a test program for reproducing the series of operations by selecting an input function having an interface for
An input data acquisition unit for acquiring input data to be passed to the input function;
A program execution unit for passing the acquired input data to the input function and executing the test program for operation confirmation when the series of operations is executed based on the acquired input data;
An operation verification apparatus comprising:
前記テスト・プログラムには、前記アプリケーションの表示画面に表示された前記ERPパッケージが提供するGUIオブジェクトであるテーブルオブジェクトまたはグリッドオブジェクトをスクロールさせるための関数が登録可能であり、
前記プログラム実行部は、前記スクロールさせるための関数を実行すべき際、前記ERPパッケージに対するネイティブ参照オブジェクトを介して前記ERPパッケージのネイティブメソッドを呼び出すことにより、前記テーブルオブジェクトまたはグリッドオブジェクトをスクロールさせることを特徴とする請求項1に記載の動作検証装置。
In the test program, a function for scrolling a table object or a grid object which is a GUI object provided by the ERP package displayed on the display screen of the application can be registered.
The program execution unit scrolls the table object or the grid object by calling a native method of the ERP package via a native reference object for the ERP package when the function for scrolling is to be executed. The operation verification apparatus according to claim 1, wherein:
前記テスト・プログラムには、前記アプリケーションの表示画面に表示された前記ERPパッケージが提供するウィンドウオブジェクトをスクロールさせるための関数が、前記テーブルオブジェクトまたはグリッドオブジェクトをスクロールさせるための関数と同様の形式で登録可能であり、
前記プログラム実行部は、前記ウィンドウオブジェクトをスクロールさせるための関数を実行すべき際、所定のテストエンジンが提供する前記ウィンドウオブジェクトをスクロールさせるための専用関数を呼び出すことにより、前記ウィンドウオブジェクトをスクロールさせることを特徴とする請求項2に記載の動作検証装置。
In the test program, a function for scrolling the window object provided by the ERP package displayed on the display screen of the application is registered in the same format as the function for scrolling the table object or grid object. Is possible,
The program execution unit scrolls the window object by calling a dedicated function for scrolling the window object provided by a predetermined test engine when a function for scrolling the window object is to be executed. The operation verification apparatus according to claim 2.
前記テスト・プログラムには、前記テーブルオブジェクトまたはグリッドオブジェクトの表示画面を記録するための画面キャプチャ関数が登録可能であり、
前記プログラム実行部は、前記画面キャプチャ関数を実行すべき際、前記テーブルオブジェクトまたはグリッドオブジェクトをスクロールさせつつ、それらの表示画面を記録することを特徴とする請求項2または3に記載の動作検証装置。
In the test program, a screen capture function for recording the display screen of the table object or grid object can be registered,
4. The operation verification device according to claim 2, wherein the program execution unit records the display screen while scrolling the table object or the grid object when the screen capture function is to be executed. .
前記プログラム実行部は、前記アプリケーションの表示画面におけるステータスバーに表示された情報を、前記アプリケーションの動作確認における証左物として記録することを特徴とする請求項1から4のいずれかに記載の動作検証装置。   5. The operation verification according to claim 1, wherein the program execution unit records information displayed on a status bar on the display screen of the application as a proof in the operation check of the application. apparatus. 前記ステータスバーに表示されることが期待される情報として予め設定された情報と、前記ステータスバーに実際に表示された情報とを照合する照合部をさらに備えることを特徴とする請求項5に記載の動作検証装置。   The information processing apparatus according to claim 5, further comprising: a collation unit that collates information preset as information expected to be displayed on the status bar and information actually displayed on the status bar. Operation verification device. ERPパッケージに組み込まれて動作するアプリケーションについて、その動作確認のためのテスト・プログラムを実行させるコンピュータプログラムであって、
前記アプリケーションに対して実行された一連の操作の内容を示すログを取得する機能と、
各種操作を実現するためのロジックが組み込まれた複数種類の関数のうち前記ログに記録された操作に対応する関数を選択し、前記アプリケーションへのデータ入力操作については前記アプリケーションへの入力データを取得するためのインタフェースを備える入力関数を選択することにより、前記一連の操作を再現するためのテスト・プログラムを生成する機能と、
前記入力関数に渡すべき入力データを取得する機能と、
前記取得された入力データに基づいて前記一連の操作を実行したときの動作確認のために、前記取得された入力データを前記入力関数に渡して前記テスト・プログラムを実行させる機能と、
をコンピュータに実現させるための動作検証プログラム。
A computer program for executing a test program for confirming the operation of an application installed in an ERP package,
A function of acquiring a log indicating the contents of a series of operations executed on the application;
Selects a function corresponding to the operation recorded in the log from a plurality of types of functions in which logic for realizing various operations is incorporated, and obtains input data to the application for the data input operation to the application A function for generating a test program for reproducing the series of operations by selecting an input function having an interface for
A function of acquiring input data to be passed to the input function;
A function for executing the test program by passing the acquired input data to the input function for operation confirmation when the series of operations is executed based on the acquired input data;
An operation verification program for realizing a computer.
ERPパッケージに組み込まれて動作するアプリケーションについて、その動作確認のためのテスト・プログラムを実行させる装置により実行される方法であって、
前記アプリケーションに対して実行された一連の操作の内容を示すログを取得するステップと、
各種操作を実現するためのロジックが組み込まれた複数種類の関数のうち前記ログに記録された操作に対応する関数を選択し、前記アプリケーションへのデータ入力操作については前記アプリケーションへの入力データを取得するためのインタフェースを備える入力関数を選択することにより、前記一連の操作を再現するためのテスト・プログラムを生成するステップと、
前記入力関数に渡すべき入力データを取得するステップと、
前記取得された入力データに基づいて前記一連の操作を実行したときの動作確認のために、前記取得された入力データを前記入力関数に渡して前記テスト・プログラムを実行させるステップと、
を備えることを特徴とする動作検証方法。
A method that is executed by a device that executes a test program for confirming the operation of an application embedded in an ERP package,
Obtaining a log indicating the contents of a series of operations performed on the application;
Selects a function corresponding to the operation recorded in the log from a plurality of types of functions in which logic for realizing various operations is incorporated, and obtains input data to the application for the data input operation to the application Generating a test program for reproducing the series of operations by selecting an input function having an interface for
Obtaining input data to be passed to the input function;
Passing the acquired input data to the input function to execute the test program for operation confirmation when the series of operations is executed based on the acquired input data;
An operation verification method comprising:
JP2010024652A 2009-03-30 2010-02-05 Operation verification apparatus, operation verification method, and operation verification program Active JP4903279B2 (en)

Priority Applications (8)

Application Number Priority Date Filing Date Title
PCT/JP2010/000722 WO2010116586A1 (en) 2009-03-30 2010-02-05 Operation verification device, operation verification method, and operation verification system
CN201080003435.1A CN102227716B (en) 2009-03-30 2010-02-05 Operation verification device, operation verification method, and operation verification system
JP2010024652A JP4903279B2 (en) 2010-02-05 2010-02-05 Operation verification apparatus, operation verification method, and operation verification program
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
JP2010024652A JP4903279B2 (en) 2010-02-05 2010-02-05 Operation verification apparatus, operation verification method, and operation verification program

Publications (2)

Publication Number Publication Date
JP2011164788A true JP2011164788A (en) 2011-08-25
JP4903279B2 JP4903279B2 (en) 2012-03-28

Family

ID=44595419

Family Applications (1)

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

Country Status (1)

Country Link
JP (1) JP4903279B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020515985A (en) * 2017-03-31 2020-05-28 ベロシティー テクノロジー ソリューションズ、インコーポレーテッド Methods and systems for testing web applications
JP2021060981A (en) * 2019-09-13 2021-04-15 アクセンチュア グローバル ソリューションズ リミテッド Configuring enterprise resource planning software and generating customized report about software configuration

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 (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020515985A (en) * 2017-03-31 2020-05-28 ベロシティー テクノロジー ソリューションズ、インコーポレーテッド Methods and systems for testing web applications
JP2021060981A (en) * 2019-09-13 2021-04-15 アクセンチュア グローバル ソリューションズ リミテッド Configuring enterprise resource planning software and generating customized report about software configuration

Also Published As

Publication number Publication date
JP4903279B2 (en) 2012-03-28

Similar Documents

Publication Publication Date Title
US11580011B2 (en) Operation verifying apparatus, operation verifying method and operation verifying system
AU2017258963B2 (en) Simultaneous multi-platform testing
EP2808790B1 (en) Migration assessment for cloud computing platforms
US9203720B2 (en) Monitoring the health of web page analytics code
US7917815B2 (en) Multi-layer context parsing and incident model construction for software support
CN111290951B (en) Test method, terminal, server, system and storage medium
JP4795446B2 (en) Operation verification apparatus and operation verification program
JP4681673B1 (en) Operation verification apparatus, operation verification method, and operation verification program
JP4846029B2 (en) Operation verification apparatus, operation verification method, and operation verification program
JP4795404B2 (en) Operation verification apparatus and operation verification program
JP4846030B2 (en) Operation verification apparatus, operation verification method, and operation verification program
JP4903279B2 (en) Operation verification apparatus, operation verification method, and operation verification program
JP2013037580A (en) Information processor
JP5379911B2 (en) Operation verification apparatus, operation verification method, and operation verification program
JP5303680B2 (en) Image acquisition apparatus, image acquisition method, and computer program
JP4903278B2 (en) Operation verification apparatus, operation verification method, and operation verification program
JPWO2012042561A1 (en) Image acquisition apparatus, image acquisition method, and computer program
JP4846031B2 (en) Operation verification system
JP5379910B2 (en) Operation verification apparatus, operation verification method, and operation verification program
US20110078518A1 (en) Systems and methods for improving a flow of defect resolution

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110314

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20110314

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20110325

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110621

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110810

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111004

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111128

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20111213

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120104

R150 Certificate of patent or registration of utility model

Ref document number: 4903279

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20150113

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