JP4846030B2 - Operation verification apparatus, operation verification method, and operation verification program - Google Patents
Operation verification apparatus, operation verification method, and operation verification program Download PDFInfo
- Publication number
- JP4846030B2 JP4846030B2 JP2010024650A JP2010024650A JP4846030B2 JP 4846030 B2 JP4846030 B2 JP 4846030B2 JP 2010024650 A JP2010024650 A JP 2010024650A JP 2010024650 A JP2010024650 A JP 2010024650A JP 4846030 B2 JP4846030 B2 JP 4846030B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- file
- input
- test
- program
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000000034 method Methods 0.000 title claims description 89
- 238000012795 verification Methods 0.000 title claims description 89
- 238000012360 testing method Methods 0.000 claims description 230
- 230000006870 function Effects 0.000 claims description 176
- 238000003384 imaging method Methods 0.000 claims description 27
- 230000008569 process Effects 0.000 claims description 23
- 238000012905 input function Methods 0.000 claims 6
- 230000004044 response Effects 0.000 claims 1
- 238000012545 processing Methods 0.000 description 30
- 238000010586 diagram Methods 0.000 description 21
- 238000012790 confirmation Methods 0.000 description 9
- 238000005516 engineering process Methods 0.000 description 8
- 230000008859 change Effects 0.000 description 7
- 238000012986 modification Methods 0.000 description 6
- 230000004048 modification Effects 0.000 description 6
- 238000001514 detection method Methods 0.000 description 5
- 240000000220 Panda oleosa Species 0.000 description 3
- 235000016496 Panda oleosa Nutrition 0.000 description 3
- 239000000470 constituent Substances 0.000 description 3
- 230000000694 effects Effects 0.000 description 3
- 238000006243 chemical reaction Methods 0.000 description 2
- 230000000052 comparative effect Effects 0.000 description 2
- 238000004590 computer program Methods 0.000 description 2
- 239000004973 liquid crystal related substance Substances 0.000 description 2
- 230000000873 masking effect Effects 0.000 description 2
- 230000000007 visual effect Effects 0.000 description 2
- 241000258937 Hemiptera Species 0.000 description 1
- 238000001545 Page's trend test Methods 0.000 description 1
- 230000009471 action Effects 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 238000000926 separation method Methods 0.000 description 1
- 230000037303 wrinkles Effects 0.000 description 1
Images
Landscapes
- Debugging And Monitoring (AREA)
Description
この発明は、製品の動作をテストするための技術に関する。 The present invention relates to a technique for testing the operation of a product.
製品品質を保証する上で、製品出荷前の動作テストは不可欠である。一般的には、テスト・エンジニアが製品を手動操作し、その操作結果を確認することにより動作テストを実行することが多い。しかし、操作バリエーションが豊富な多機能製品の場合、手動による動作テストには限界がある。 In order to guarantee product quality, operational tests before product shipment are indispensable. In general, a test engineer often performs an operation test by manually operating a product and confirming the operation result. However, manual operation tests are limited in the case of multi-function products with abundant operation variations.
そこで、テスト・プログラムで動作テストを自動実行することにより、動作テストの省力化を図ることも多い。例えば、HP(Hewlett-Packard)社が提供する自動機能テストツール「QTP(Quick Test Professional)」は、ユーザが自作したテスト・プログラムを実行することにより、動作テストを自動化する。 Therefore, it is often the case that the operation test is automatically executed by a test program to save labor of the operation test. For example, an automatic function test tool “QTP (Quick Test Professional)” provided by HP (Hewlett-Packard) Co., Ltd. automates an operation test by executing a test program created by the user.
ウェブページの動作テストは、一般的に、そのウェブページを表示するウェブブラウザに対して入力操作を行い、操作結果を確認することにより実施される。ウェブページの改変後の操作結果は、改変前の操作結果と比較して検証する必要があるが、従来ではこの比較検証は、画面イメージの印刷物を用いて、テスト・エンジニアが目視で行っていた。 The web page operation test is generally performed by performing an input operation on a web browser that displays the web page and confirming the operation result. The operation result after modification of the web page needs to be verified by comparing with the operation result before modification. Conventionally, this comparison verification has been performed visually by a test engineer using a printed image of the screen image. .
本発明は上記課題を鑑みてなされたものであり、その目的は、ウェブページの動作検証テストにおける出力結果の比較検証を容易にする技術を提供することにある。 The present invention has been made in view of the above problems, and an object of the present invention is to provide a technique for facilitating comparative verification of output results in a web page operation verification test.
本発明のある態様は、ウェブページの動作確認のためのテスト・プログラムを実行する動作検証装置である。この装置は、前記ウェブページに対するデータ入力操作を検出し、前記データ入力操作に対応する関数であって、前記ウェブページへの入力データを取得するためのインタフェースを備える関数を、操作内容ファイルに記録する操作記録部と、前記操作内容ファイルに記録された関数に応じてプログラムコードを設定することにより、前記ウェブページに対して実行された一連の操作を再現するためのテスト・プログラムを生成するプログラム生成部と、前記操作内容ファイルとは異なる入力データファイルから入力データを取得して前記関数に渡すことにより、前記テスト・プログラムを実行させるプログラム実行部と、前記テスト・プログラム実行後のウェブページをテスト結果データとして記録するテスト結果保持部と、前回のテスト・プログラム実行後の前回テスト結果データと、今回のテスト・プログラム実行後の今回テスト結果データとを比較する比較部と、前記比較部による比較により検出された不一致部分を識別表示した比較結果画像を出力する比較結果作成部と、前記テスト結果データがPDF(Portable Document Format)ファイルである場合、該PDFファイルを画像化する画像化部と、を備える。 One embodiment of the present invention is an operation verification apparatus that executes a test program for confirming the operation of a web page. This device detects a data input operation for the web page, and records a function corresponding to the data input operation and having an interface for acquiring input data to the web page in an operation content file. And a program for generating a test program for reproducing a series of operations executed on the web page by setting a program code according to a function recorded in the operation content file A generation unit, a program execution unit for executing the test program by acquiring input data from an input data file different from the operation content file and passing the input data to the function; and a web page after execution of the test program Test result holding unit to record as test result data and previous test Comparison unit comparing previous test result data after program execution with current test result data after execution of current test program and comparison result image identifying and displaying mismatched parts detected by comparison by comparison unit A comparison result creating unit, and an imaging unit configured to image the PDF file when the test result data is a PDF (Portable Document Format) file.
この態様によると、ウェブページの動作検証テスト時の出力結果を過去の出力結果と突き合わせ、不一致部分を識別表示した上で画面出力するので、出力結果の比較検証作業の負担を軽減することができる。また、ウェブページの出力がPDFファイルである場合でも、画像データに変換した上で比較を行うので、同様の手法を用いて比較処理を行うことができる。 According to this aspect, since the output result at the time of the operation verification test of the web page is matched with the past output result, and the mismatched portion is identified and displayed, the output is performed on the screen. . Further, even when the output of the web page is a PDF file, the comparison is performed after conversion to image data, so that the comparison process can be performed using the same method.
なお、以上の構成要素の任意の組み合わせ、本発明の表現を装置、方法、システム、プログラム、プログラムを格納した記録媒体などの間で変換したものもまた、本発明の態様として有効である。 It should be noted that any combination of the above-described constituent elements and the expression of the present invention converted between an apparatus, a method, a system, a program, a recording medium storing the program, and the like are also effective as an aspect of the present invention.
本発明によれば、ウェブページの動作検証テストにおける出力結果の比較検証が容易になる。 According to the present invention, comparative verification of output results in an operation verification test of a web page is facilitated.
本実施の形態の動作検証システムについて説明する前に、その前提となる動作検証装置に係る参考技術1および2について説明する。
Before describing the operation verification system according to the present embodiment,
(参考技術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
In
Here, it is assumed that the character string “test” is input to the
図1(b)は、ポータルサイト第2画面310の画面図である。
ポータルサイト第1画面300にて、「テスト」を入力し、「辞書」をマウス・クリックすると、図1(b)に示すポータルサイト第2画面310が表示される。検索結果欄306には、このポータル・サイトが提供している「辞書」サービスにより、文字列「テスト」に関連する項目が羅列される。
ここで、検索結果欄306の1番上にあるリンク「テスト(test)」がマウス・クリックされたとする。
FIG. 1B is a screen view of the portal site
When “test” is input on the portal site
Here, it is assumed that the link “test” at the top of the
上記過程においては、以下に示す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
A2. An operation of clicking the link “dictionary” in the search link 304 of the portal site
A3. An operation of clicking the link “test” in the
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
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
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
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.
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
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
However, in order to execute the operation test while rewriting the
図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
Instead of executing the operation test using the
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
ただし、プログラム330による動作テストには、以下の問題点がある。
d1.プログラムを作成する手間が新たに発生する。
d2.プログラム作成者によって、プログラムの内容が変化する。例えば、プログラマP1が操作A1に対応して作成するWebEditSet関数と、プログラマP2が操作A1に対応して作成するWebEditSet関数は、関数名は同じでもロジックが同一になるとは限らない。また、プログラム自体にバグが混入する可能性がある。このため、プログラム330自体の信頼性を担保するための取り組みが必要となる。また、プログラム330には、例外処理等、動作テストとは直接関係しないロジックも必要であるが、全てのプログラマが例外処理まで考慮したロジックを実装するとは限らない。例えば、図3に示すWebEditSet関数の場合、入力データが空文字の場合にも対応できるようにロジックが組まれているが、別のプログラマがWebEditSet関数を実装する場合には、こういった配慮が欠如するかもしれない。
結果として、プログラマのスキルが動作テストの内容・結果に影響を及ぼしやすくなってしまう。
However, the operation test by the
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
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
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
The
動作検証装置100は、IF(インタフェース)部110、データ処理部130およびデータ保持部140を含む。
IF部110は、ユーザやQTPとのインタフェースを担当する。データ処理部130は、IF部110やデータ保持部140から取得されたデータを元にして各種のデータ処理を実行する。データ処理部130は、IF部110とデータ保持部140との間のインタフェースの役割も果たす。データ保持部140は、各種データを保持するための記憶領域である。
The
The
IF部110:
IF部110は、入力部112と出力部118を含む。入力部112はユーザやQTPからの入力処理を担当し、出力部118はユーザやQTPに対する出力処理を担当する。入力部112は、ログ取得部114と入力データ取得部116を含む。ログ取得部114は、QTPからログを取得する。入力データ取得部116は、入力データファイルを取得し、入力データファイルからプログラムに提供する入力データを取得する。入力データファイルの詳細については、図5や図9に関連して詳述する。
IF unit 110:
The
出力部118は、関数設定画面表示部120、入力設定画面表示部122、プログラム画面表示部124およびケース設定画面表示部126を含む。関数設定画面表示部120は、図7に示す関数設定画面210を表示させる。入力設定画面表示部122は、図9に示す入力設定画面230を表示させる。プログラム画面表示部124は、図8に示すプログラム画面220を表示させる。ケース設定画面表示部126は、図10に示すケース設定画面240を表示させる。
The
データ処理部130:
データ処理部130は、プログラム生成部132、プログラム実行部134およびテストケース登録部136を含む。プログラム生成部132は、動作テスト用のプログラムを自動的に生成する。プログラム実行部134は、生成されたプログラムを実行させる。参考技術1においては、QTPにプログラムを実行させる。テストケース登録部136は、実行セットをケースファイルに登録する。実行セットおよびケースファイルについては図10に関連して詳述する。
Data processing unit 130:
The
データ保持部140:
データ保持部140は、ログ保持部142、プログラム保持部144、入力データファイル保持部146、ケースファイル保持部148、関数保持部150およびテスト結果保持部152を含む。ログ保持部142は、ログを保持する。プログラム保持部144は、プログラムを保持する。入力データファイル保持部146は、入力データファイルを保持する。ケースファイル保持部148は、ケースファイルを保持する。関数保持部150は、動作テスト用のプログラムに登録される関数について、関数ライブラリを保持する。結果保持部152は、動作テストの結果を保持する。
Data holding unit 140:
The
図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
First, manually operate the device to be tested. In the
次に、このプログラムに供給すべき入力データを設定する(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 executing the program P1 based on the input data file F2 and then executing the program P2 based on the input data file F6,
Execution set 1: Program P1 + Input data file F2
Execution set 2: Program P2 + input data file F6
Is registered in the case file. S4 will be described in detail with reference to FIG.
Finally, the program is executed according to the case file. In the case of the above example, the
図6は、ログ画面200の画面図である。
ログ取得部114がログを取得すると、出力部118はログ画面200におけるログ表示領域202にログを画面表示させる。ユーザは、QTPのログをログ表示領域202にコピー&ペーストしてもよい。あるいは、出力部118は、ログ画面200の表示時において、QTPが生成したログ(ファイル)を取得し、ログ表示領域202に画面表示させてもよい。ユーザが実行ボタン204をマウス・クリックすると、次の図7に示す関数設定画面210が表示される。
FIG. 6 is a screen diagram of the
When the log acquisition unit 114 acquires the log, the
図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
The
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
ログ320には操作A1〜A3に対応して3つの符合文が含まれているため、プログラム生成部132は3つの関数を特定する。ユーザは、関数設定画面210にて、関数を追加・削除・変更してもよい。図7における4番目のTextCheck関数と5番目のWebScreenCapture関数は、ユーザが追加選択した関数である。
Since the
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
参考技術1の動作検証装置100には、以下のメリットがある。
m1.GUI(Graphical User Interface)ベースで関数を選択するだけで、プログラムに含めたいロジックを選択できる。プログラムを作成するための手間がほとんどかからない。
m2.プログラムに含まれる関数は、関数ライブラリとして登録済みの関数であるため、作成者によってプログラムの品質がばらつきにくい。例外処理等の必要なロジックも、あらかじめ各関数に組み込まれている。
The
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
When the
図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
When the input data
例えば、プログラム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
図10は、ケース設定画面240の画面図である。
関数設定画面210において、テストケース設定ボタン215がマウス・クリックされると、ケース設定画面表示部126はケース設定画面240を表示させる。番号欄244は実行順序、実行セット欄245は実行セットの概要、プログラム欄246は実行対象となるプログラム、入力データファイル欄247は入力データの抽出対象となる入力データファイルを示す。
ここでは、インターネット証券のウェブ・サイトを動作テストの対象として説明する。
FIG. 10 is a screen diagram of the
When the test
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
このように、実行ボタン248がマウス・クリックされると、1.ログイン、2.ニュースチェック、3.株売り、4.債券売り、5.住所変更、6.ログアウトという6つの実行セットが連続実行される。これにより、「ログインして、ニュースをチェックした後、手持ち株と手持ち債券の売りを指示し、住所変更をした上で、ログアウトする」というテスト・シナリオに基づく動作テストを自動化できる。
Thus, when the
ユーザは、ケース設定画面240において自由にテスト・シナリオを作ることができる。例えば、実行セット「株売り」の代わりに実行セット「株買い」を登録してもよいし、実行セット「株売り」の入力データファイルとして「stock1.xls」ではなく別の入力データファイルを登録してもよい。ケース設定画面240において登録されたテスト・シナリオはケースファイルとして記録され、ケースファイル保持部148に保持される。
テスト・シナリオの構成や入力データファイル等を少しずつ変化させることにより、動作テストのバリエーションを広げやすくなる。
The user can freely create a test scenario on the
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
According to the
さらに、実行セットをケースファイルに登録してテスト・シナリオを作ることにより、既存のプログラムを組み合わせながら、様々な状況における動作テストを実現できる。また、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
First, an outline of the
図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
図11(a)において、ユーザは、QTPモジュール102を介して、動作確認の対象装置であるウェブサーバ400を操作する(S100)。ラッパーモジュール104は、その操作内容が記録されたログをQTPモジュール102から取得して、関数設定画面210をユーザに提供した(S102)。ユーザは、動作テスト実行の際、QTPモジュールが読み込み可能な動作テスト用プログラムをラッパーモジュール104において生成させ、QTPモジュール102にそのプログラムを実行させた(S104)。
In FIG. 11A, the user operates the
これに対して、図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
図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
ラッパーモジュール104は、関数設定画面のデータに基づいて、動作テストのためのQTP用プログラムを生成する(S120)。ユーザは、QTP用プログラムをQTPモジュール102の所定の入力エリアにコピーする(S122)。ユーザは、ケース設定画面において、QTP用プログラムと入力データファイルとをセットとして指定した動作テストのシナリオを設定する(S124)。ラッパーモジュール104は、そのシナリオに基づいて、QTP用プログラムと入力データファイルのセットをQTPモジュール102に渡して、セット毎に動作テストを実行させる(S126)。
The
図12(b)は、参考技術2の動作検証装置100における動作の概要を示している。ユーザは、ウェブサーバ400に対するデータ入力操作を実行する(S210)。統合検証モジュール106は、そのデータ入力操作を逐次検出して、データ入力操作に対応する関数を操作内容ファイルに記録し、その操作内容ファイルの記録データを関数設定画面において表示する(S212)。ユーザは、その関数設定画面を介して追加・変更すべき関数・入力データを操作内容ファイルに設定する(S214)。そしてユーザは、ケース設定画面において、操作内容ファイルと入力データファイルとをセットとして指定した動作テストのシナリオを設定する(S216)。統合検証モジュール106は、そのシナリオに基づいて、シナリオ内の1以上のセットを集約した動作テスト用プログラムを生成して実行する(S218)。
FIG. 12B shows an outline of the operation in the
このように、参考技術1の動作検証装置100では、QTPモジュール102とラッパーモジュール104とが分離していた。したがって、両モジュールを連係させるために、ユーザ自身が仲介作業を実行する必要があった。また、ラッパーモジュール104はシナリオ内のセット毎にQTPモジュール102をコールして、テスト用プログラムをセット毎に実行させる必要があった。
As described above, in the
これに対して、参考技術2の動作検証装置100では、動作テストの実行エンジンと、その効率的な利用を実現するラッパーとが分離されることなく、シームレスに統合されている。したがって、参考技術1の動作検証装置100と比較すると、分離したモジュールを連係させるために必要であったユーザの作業が不要になり、動作テストのためのユーザの作業量が低減する。また、シナリオ内の複数のセットが集約された動作テスト用プログラムが生成され、そのプログラムの実行により一連のシナリオが実行されるため、迅速な動作テストが実現される。
On the other hand, in the
図13は、参考技術2の動作検証装置100の機能構成を示すブロック図である。同図の機能ブロックは、図11(b)で示した統合検証モジュール106に含まれる。参考技術2の機能ブロックのうち、参考技術1の機能ブロックに対応する機能ブロックには、同じ符号を付している。参考技術1の機能ブロックと同じ符号を付した機能ブロックについてはその機能が参考技術1に既述した内容と異なる場合に記載しており、同様の機能についてはその記載を省略する。
FIG. 13 is a block diagram illustrating a functional configuration of the
データ保持部140は、操作内容ファイル保持部143と、プログラム保持部144と、入力データファイル保持部146と、ケースファイル保持部148と、関数保持部150とを有する。操作内容ファイル保持部143は、動作テスト用プログラムに設定すべき関数が記録される操作内容ファイルを記憶する。プログラム保持部144は、操作内容ファイルにしたがって生成された動作テスト用プログラムを記憶する。
The
IF部110の入力部112は、操作検出部115とユーザ設定受付部117とを有する。操作検出部115は、ウェブサーバ400に対するユーザのデータ入力操作を逐次検出する。ユーザ設定受付部117は、関数設定画面210、入力設定画面230、ケース設定画面240に対するユーザによる設定情報を検出する。
The
IF部110の出力部118は、関数設定画面表示部120と入力設定画面表示部122とケース設定画面表示部126とを有する。関数設定画面表示部120は、操作内容ファイル保持部143に記録された操作内容ファイルの内容を表示する関数設定画面210を所定の表示装置に表示させる。
The
データ処理部130は、プログラム生成部132と、プログラム実行部134と、テストケース登録部136と、操作記録部137と、入力データ記録部138とを有する。操作記録部137は、関数保持部150を参照して、操作検出部115において検出されたデータ入力操作に対応する関数を特定し、その関数を操作内容ファイルに記録する。また操作記録部137は、関数設定画面210に対するユーザの設定情報を操作内容ファイルに記録する。入力データ記録部138は、入力設定画面230を介してユーザが入力した入力データを入力データファイルに記録する。プログラム生成部132は、操作内容ファイルに記録された関数に応じて動作テスト用プログラムを生成する。プログラム実行部134は、動作テストの実行エンジンとして、動作テスト用プログラムを実行し、その結果をテスト結果保持部152に記録する。
The
図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
次に、関数設定画面表示部120は、操作内容ファイル保持部143の操作内容ファイルを読み出し、ユーザによる操作に対応する関数を一覧表示する関数設定画面を表示させる。関数設定画面において、ユーザは、適宜、関数を追加・変更・削除でき、また、動作テスト用プログラムに静的に設定すべき入力データを設定できる。こうして、動作テスト用プログラムに含まれるべき関数が特定される。関数設定画面については、図15および図16に関連して後述する。
Next, the function setting
次に、入力設定画面表示部122は、入力設定画面230を表示させる。ユーザは、入力設定画面230を介して、動作テストの実行時に動作テスト用プログラムに対して動的に供給されるべき入力データを設定する。ユーザにより設定された入力データは、入力データファイルに記録される(S222)。入力設定画面230については、図17に関連して後述する。
Next, the input setting
次に、ケース設定画面表示部126は、ケース設定画面240を表示させる。ユーザは、複数種類の操作内容ファイルおよび複数種類の入力データファイルから、操作内容ファイルと入力データファイルとの組み合わせを実行セットとして登録する。テストケース登録部136は、1以上の実行セットをケースファイルに記録する(S224)。例えば、テストケース1において、操作内容ファイルF01の設定内容を入力データファイルF12に基づいて実行させた後、操作内容ファイルF02の設定内容を入力データファイルF16に基づいて実行させる場合、
テストケース1:
実行セット1:操作内容ファイルF01+入力データファイルF12
実行セット2:操作内容ファイルF02+入力データファイルF16
としてケースファイルに登録される。ケース設定画面240については、図18に関連して後述する。
Next, the case setting
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
次に、プログラム生成部132は、ケースファイルおよび操作内容ファイルに基づいて動作テスト用プログラムを生成する(S226)。具体的には、実行セットに設定された操作内容ファイルに順次記録された関数を、動作テスト用プログラムのプログラムコードに順次設定してもよい。また、プログラム生成部132は、1つのテストケースに複数の実行セットが設定されている場合、各実行セットの操作内容ファイルに記録された関数を1つの動作テスト用プログラムに集約して設定する。
Next, the
また、プログラム生成部132は、操作内容ファイルの関数に対して入力データそのものが設定されていた場合には、その入力データを動作テスト用プログラムに静的に設定する。例えば、動作テスト用プログラムの生成の際に、そのプログラムコードにおける関数の引数として入力データをあらかじめ設定する。また、操作内容ファイルの関数に対して入力データファイルが指定されていた場合には、その入力データファイルのデータをプログラム実行時に読み込むように設定する。
In addition, when the input data itself is set for the function of the operation content file, the
最後に、プログラム実行部134は、動作テスト用プログラムを実行して、ウェブサーバ400に対してユーザにより実行された一連の操作を再現する(S228)。入力データファイルのデータを必要とする関数に対しては、動作テスト用プログラムの実行の際に読み込んだ入力データファイルのデータを引数として渡す。すなわち、入力データファイルから動的に取得した入力データに基づいて関数を実行する。
Finally, the
図15は、関数設定画面210の画面図である。同図は、図18で後述する「検索記入.xls」を表示する関数設定画面210を示している。データファイルカラム名欄250は、パラメータに設定する入力データを記録した入力データファイルのカラム名が指定される領域である。ユーザは、入力値欄217に入力データそのものを記述してもよく、その代わりに、データファイルカラム名欄250に入力データファイルのカラム名を指定してもよい。データファイルカラム名欄250に入力データファイルのカラム名が指定された場合、動作テスト用プログラムの実行時に、その入力データファイルのカラムに設定された1以上の入力データが読み込まれて関数に渡される。
FIG. 15 is a screen diagram of the
図16は、参考技術2における関数設定画面210の画面図である。同図の「検索部署名」パラメータの入力値欄217においては、入力データの候補がドロップダウンリスト252で一覧表示されている。ドロップダウンリスト252において表示される入力データの候補は、ウェブページに対するユーザによるデータ入力の際に、そのウェブページのドロップダウンリストにおいて表示された入力データの候補である。ユーザはドロップダウンリスト252から入力データを選択することができ、入力データの設定におけるユーザの負担が軽減される。
FIG. 16 is a screen diagram of the
ドロップダウンリスト252を設定するために、操作検出部115は、ウェブページに対するユーザによるデータ入力操作の際に、そのウェブページのドロップダウンリストにおいて表示された入力データの候補を取得する。例えば、ウェブサーバ400から取得されたウェブページのデータ、例えばHTMLデータからドロップダウンリストにおける入力データの候補を取得する。操作記録部137は、その入力データの候補を操作内容ファイルの入力値欄217に記録する。関数設定画面表示部120は、入力値欄217が入力される際に、操作内容ファイルに記録された入力データの候補をドロップダウンリストの形式で一覧表示させる。
In order to set the drop-down
図17は、参考技術2における入力設定画面230の画面図である。図17(a)は、図15および図16の関数設定画面210においてカラム名が指定された入力データファイル「検索記入データ.xls」を表示する入力設定画面230を示している。なお、図15および図16では、図17(a)の「氏名漢字」カラムと「氏名カナ」カラムとが指定されている。図17(b)は、別の入力データファイル「ログインデータ2.xls」を表示する入力設定画面230を示している。同図の入力データファイルについては、図18に関連して後述する。
FIG. 17 is a screen diagram of the
図18は、参考技術2におけるケース設定画面240の画面図である。実行番号欄253には各実行セットの基本的な実行順序、テストケースID欄254にはテストケースの識別情報が設定される。グループID欄256には実行セットの繰り返し処理のグループを示す識別情報、行番号欄258には動作テストにおける入力データファイルの参照範囲が設定される。操作内容ファイル欄260は各実行セットにおける操作内容ファイル、入力データファイル欄262は各実行セットの入力データファイルが設定される。ケース設定画面240における設定内容は、ケースファイル保持部148においてケースファイルとして記憶される。
FIG. 18 is a screen diagram of the
ケース設定画面240においてテスト実行ボタン264が押下されると、プログラム生成部132は、ケースファイルおよび操作内容ファイルにしたがって動作テスト用プログラムを生成する。具体的には、ケースファイルにおいて同一のテストケースIDが設定された1以上の操作内容ファイルに基づいて、各操作内容ファイルに記録された関数がプログラムコードに設定された1つの動作テスト用プログラムを生成する。例えば、プログラム生成部132は、図18のケース設定画面240の内容が記録されたケースファイルにしたがって、登録ケースを実行するための1つの動作テスト用プログラムと、検索ケースを実行するための1つの動作テスト用プログラムとを生成する。なお、「1つの動作テスト用プログラム」は、1つの実行単位として実行されるプログラム、言い換えれば1つの実行契機で実行されるプログラムを意味し、物理的なプログラム数は問わない。
When the
プログラム実行部134は、各操作内容ファイルに記録された1つの関数を実行する際、その操作内容ファイルと対応づけられた入力データファイルのデータのうち、操作内容ファイルにおいてその関数と対応づけられたカラムのデータをその関数に渡す。
When the
また、プログラム実行部134は、同一のテストケースにおいて同一のグループIDが付与された複数の実行セットを、同一の繰り返し処理を実行すべき同一のグループとして取り扱う。具体的には、同一のグループIDが付与された複数の実行セットそれぞれの実行を繰り返し、繰り返しのたびに、各実行セットの操作内容ファイルに記録された関数に対して、入力データファイルに記録された所定数のレコードを渡す。参考技術2では、繰り返しのたびに入力データファイルに記録された1レコードを関数に渡すこととする。なお、上述の処理を実行するための繰り返し命令がプログラムコードに設定された動作テスト用プログラムを、プログラム生成部132おいて生成してもよい。
Further, the
また、プログラム実行部134は、行番号が指定された実行セットについては、その操作内容ファイルに記録された関数に対して、入力データファイルにおいてその行番号で特定される入力データを渡す。したがって、グループIDによる繰り返し処理が指定され、さらに行番号が指定された場合には、行番号の指定数だけその繰り返しを実行することになる。例えば、図18の登録ケースでは、実行セットをまたがったグループの設定はなく、各実行セットでは入力データ1個分の処理が実行される。これに対し、図18の検索ケースでは、各実行セットにおける入力データ1個分の処理が3回繰り返される。
Further, the
具体的には、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,
Similarly, in the third iteration, the input data in the incremented line number is passed to each function.
参考技術2の動作検証装置100においても、参考技術1で既述した効果を奏する。具体的には、処理とパラメータの分離、および、GUIベースの設定が実現されるため、動作テスト用プログラムに含めるロジックの多様性を確保しつつも、安定した品質のプログラムを簡易に生成できる。また、入力データファイルの設定によって、動作テストのバリエーションを広げやすくなる。さらに、ケースファイルの設定によって、様々なシナリオにおける動作テストを実現できる。
The
参考技術2の動作検証装置100においては、さらに、動作テスト用プログラムを実行する実行エンジン機能と、実行エンジンの効率的な利用を実現するラッパー機能とがシームレスに、ユーザによる仲介を要することなく連係する。これにより、動作テストを実行するためのユーザの負担を軽減できる。また、参考技術1の動作検証装置100の場合と異なり、ユーザは、QTPのプロジェクト等、プログラム実行のための環境を意識する必要がない。すなわち、ユーザにとって理解・操作が容易な形式の操作内容ファイルと入力データファイルとを設定すればよい。これにより、ユーザは動作テストを容易に実施できるようになる。
In the
参考技術2の動作検証装置100においては、さらにまた、同一テストケースの複数の実行セットが集約された1つの動作テスト用プログラムが生成され、その1つの動作テスト用プログラムが実行される。参考技術1の動作検証装置100における実行セット毎、すなわち実行セットに基づき生成されたQTPのプロジェクト毎の実行と比較して、1つのテストケースにおける一連の動作テストを実行する際のオーバーヘッドが低減され、迅速な動作テストを実現できる。
In the
参考技術2の動作検証装置100においては、さらにまた、複数の実行セットにわたる繰り返しのグループを設定できる。これにより、実行セットを柔軟に分割でき、また、動作テストのシナリオを柔軟に設定できる。さらにまた、入力データファイルの参照範囲を設定できる。これにより、入力データファイルが同一であっても、シナリオに応じて柔軟に参照範囲を変更でき、様々なバリエーションの動作テストを容易に実現できる。
In the
上述した参考技術2においては、関数設定画面210における値設定を支援する例としてドロップダウンリスト252を示した。変形例においては、ウェブページにおけるラジオボタン、チェックボックス、リストボックス等で選択可能に表示された入力データの候補が、ドロップダウンリスト252またはその他の形式で関数設定画面210において選択可能に表示されてもよい。すなわち、動作確認対象の機器に対するデータ入力操作の際にユーザに対して様々な形式で選択可能に表示された入力データの候補が、関数設定画面210における値設定の際に選択可能に表示されてもよい。
In the
上述した参考技術1においては、ウェブサーバ400に対するユーザの操作をQTPが受け付け、ログを生成したことを条件として、動作検証装置100が動作テスト用プログラムを作成している。また、上述した参考技術2においては、ウェブサーバ400に対するユーザの操作を動作検証装置100が検出して、動作テスト用プログラムを作成している。変形例として、動作検証装置100においてウェブサーバ400からHTMLファイルを取得した時点で、動作テスト用プログラムを生成してもよい。この場合、動作検証装置100は、HTMLファイルに含まれるフォームタグを検索し、HTMLファイルにどのような入力インタフェースが含まれているかを特定する。そして、各入力インタフェースにデータを入力するための関数を選択し、これらの関数を様々な順序で並べれば、ユーザによる明示的なウェブ操作がなくても、動作テスト用のプログラムを生成できる。
In the
(実施の形態)
以下、本発明の実施の形態について述べる。
(Embodiment)
Hereinafter, embodiments of the present invention will be described.
上記の参考技術1および2では、動作検証装置100がウェブページの動作テスト用プログラムを作成し、ウェブページの動作検証を行うことを述べた。この動作テスト用プログラムを実行することで、動作結果としてのウェブページ画面が出力され、テスト結果データがテスト結果保持部に格納される。ウェブページを改変する毎に、上記の動作検証を繰り返し行うことが望ましいため、ウェブページのテスト結果データは複数存在することになる。なお、以下では、動作テストの対象となるウェブページを、以下では「テスト対象ページ」とも称する。
In the
従来では、これらのテスト結果データ同士が整合しているか否かを、テスト・エンジニアによる手作業で確認していた。つまり、ある時点でのテスト対象ページの動作検証時の画面と、改変したテスト対象ページの動作検証時の画面とをキャプチャして印刷する。あるいは、テスト対象ページが動作結果としてPDF(Portable Document Format)ファイルを出力するものであれば、ある時点でのテスト対象ページの動作検証時のPDFファイルと、改変したテスト対象ページの動作検証時のPDFファイルとを印刷する。そして、印刷したもの同士を突き合わせて、動作結果に誤りや齟齬がないかを目視で確認していた。テスト対象ページの改変の回数が多くなると、画面キャプチャまたはPDFファイルの印刷物の数も増えて管理が大変であり、また、テスト対象ページの出力が複数ページにわたる画面やPDFファイルである場合や、大量の数値が出力される場合などには、目視確認による負担が重くなっていた。 Conventionally, it has been confirmed manually by a test engineer whether or not these test result data are consistent with each other. In other words, a screen at the time of operation verification of the test target page at a certain point and a screen at the time of operation verification of the modified test target page are captured and printed. Alternatively, if the test target page outputs a PDF (Portable Document Format) file as the operation result, the PDF file at the time of verifying the operation of the test target page at a certain time and the operation verification of the modified test target page Print a PDF file. Then, the printed ones were brought into contact with each other and visually confirmed whether there were any errors or wrinkles in the operation results. If the number of times the test target page is modified increases, the number of screen captures or PDF file prints increases, making management difficult. Also, if the test target page output is a screen or PDF file that spans multiple pages, When such numerical values are output, the burden of visual confirmation is heavy.
そこで、本発明の実施の形態では、ウェブページの動作検証テスト時の出力結果を過去の出力結果と比較する際の負担を軽減するための技術を提供する。 Therefore, the embodiment of the present invention provides a technique for reducing the burden when comparing an output result at the time of a web page operation verification test with a past output result.
図19は、本発明の実施の形態に係る動作検証装置500の機能構成を示すブロック図である。同図の機能ブロックのうち、参考技術1および2で示した動作検証装置100の機能ブロックに対応する機能ブロックには、同じ符号を付している。同じ符号を付した機能ブロックについては、その機能が参考技術1および2に既述した内容と異なる場合に記載しており、同様の機能については既述であるため適宜その記載を省略する。
FIG. 19 is a block diagram showing a functional configuration of the
動作検証装置500は、動作検証装置100に、テスト結果比較部510およびPDF処理部580を追加した構成となっている。テスト結果比較部510は、テスト結果画像データ同士の比較検証処理を実行する。PDF処理部580は、テスト対象ページの出力結果がPDFファイルである場合に、比較検証処理のためにPDFファイルを画像データに変換する。
The
テスト結果比較部510は、テスト結果取得部512、比較部514、マスク保持部516、比較結果作成部518、ユーザ指定受付部520およびマスク作成部522を含む。
The test result
テスト結果取得部512は、テスト結果保持部152に記録されている動作検証後のテスト結果データを取得する。このテスト結果データは、ウェブページの画面出力をキャプチャした画像データであるか、またはPDFファイルである。前者の場合、ウェブページの動作結果が複数のページにまたがる場合には、ページをスクロールしながらキャプチャすることで、テスト結果を1つの画像データに収めることが好ましいが、テスト結果が複数の画像データに分かれていてもよい。
比較対象となるテスト結果データは、後述する指定画面530(図21)においてユーザにより指定される。指定されたテスト結果データがPDFファイルである場合、テスト結果データはPDF処理部580によって画像化された後に、画像データがテスト結果取得部512に戻されて、以降の比較検証処理が行われる。PDFファイルの画像化については後述する。
The test result
Test result data to be compared is designated by the user on a designation screen 530 (FIG. 21) described later. When the designated test result data is a PDF file, the test result data is imaged by the
比較部514は、過去のテスト結果の画像データと、最新のテスト結果の画像データとを比較し、互いに異なる部分を検出する。このような画像データ同士の比較は、周知の画像比較ソフトウェアを利用して行うことができる。一例として、単に画像データ同士の対応する画素間で差分をとれば、一致する部分はゼロになるので、不一致部分を容易に検出することができる。テスト結果のテキストを比較するのではなく、画像データ同士を比較することで、テキストの不一致点だけでなく、デザイン上の不一致点も検出することが可能になる。
The
比較結果作成部518は、比較部514による比較により検出された新旧のテスト結果データ間の不一致部分を識別表示した状態で、最新のテスト結果の画像データを比較結果画像として出力する。この比較結果画像は、IF部110の出力部118を介してユーザ端末に表示される。ユーザは、比較結果画像における識別表示された部分を見ることで、新旧のテスト結果データ間の不一致部分を容易に把握することができる。識別表示は、例えば不一致部分を網掛け表示する、色を変える、反転表示する、アンダーラインを引くなど、任意の表示方法を使用することができる。
The comparison
マスク作成部522は、テスト結果データのうち、ユーザが不一致を許容する範囲については識別表示しないようにするためのマスク画像を作成する。マスクすべき範囲については、ユーザ指定受付部520が入力部112を介してユーザ端末からの指定を受け付け、マスク作成部522に渡す。作成されたマスク画像は、マスク保持部516に格納され、次回以降のテスト結果データ間の比較の際に使用される。このマスク画像の作成については、図22〜図24を参照してさらに詳細に説明する。
The
マスク保持部516内にマスク画像がある場合、比較結果作成部518は、比較結果画像にマスク画像を適用した上でユーザ端末に表示する。このマスク処理によって、マスクされた範囲内の不一致部分については識別表示が外された状態、つまり通常状態で表示される。
When there is a mask image in the
PDF処理部580は、PDFファイル取得部582、セキュリティ確認部584および画像化部586を含む。
PDFファイル取得部582は、テスト結果取得部512において、ユーザによって指定されたテスト結果データがPDFファイルであると判定されたとき、そのPDFファイルをテスト結果保持部152から取得する。テスト結果取得部512は、指定されたテスト結果データがPDFファイルであるか否かを、例えば拡張子に基づいて判定する。
The
When the test
一般に、テスト対象ページによるPDFファイルの出力形式には、以下のものがあると考えられ、いずれの場合もテスト結果データとして保存可能である。
1.同じウインドウにインライン表示される形式:ブラウザのメニューから[ファイル]−[名前を付けて保存]を実行することで保存可能。
2.別のウインドウにインライン表示される形式:ブラウザのメニューから[ファイル]−[名前を付けて保存]を実行することで保存可能。
3.ビューアを起動して表示される形式:ビューアのメニューから[ファイル]−[コピーを保存]を実行することで保存可能。
4.ダイアログの表示後、ビューアを起動して表示される形式:ファイルを開くか保存を選択させるダイアログにおいて[開く]を選択し、続いてビューアのメニューから[ファイル]−[コピーを保存]を実行することで保存可能。
5.ダイアログの表示後、ファイルに保存される形式:ファイルを開くか保存を選択させるダイアログにおいて[保存]を選択し、ファイルパスを入力して保存可能。
PDFファイル取得部582は、上記のようにして保存されたPDFファイルを取得する。
In general, it is considered that there are the following output formats of the PDF file by the test target page, and in any case, it can be saved as test result data.
1. Format displayed inline in the same window: Saved by executing [File]-[Save As] from the browser menu.
2. Format displayed in a separate window: Save by executing [File]-[Save As] from the browser menu.
3. Format displayed when the viewer is started: Saved by executing [File]-[Save Copy] from the viewer menu.
4). After the dialog is displayed, start the viewer. Format displayed: Select [Open] in the dialog for selecting whether to open or save the file, and then execute [File]-[Save Copy] from the viewer menu. Can be saved.
5). Format saved in the file after the dialog is displayed: Select [Save] in the dialog that prompts you to open or save the file, enter the file path, and save.
The PDF
セキュリティ確認部584は、取得したPDFファイルに設定されている各種のセキュリティ設定を確認する。具体的には、ユーザパスワードが設定されているか、コピー可能な形式か、印刷可能な形式かなどを確認する。PDFファイルには、バージョンやユーザの選択によりセキュリティの設定が異なるので、PDFファイル毎にその確認が必要である。
The
セキュリティ確認部584は、PDFファイル内のファイル情報を確認し、「Encrypt」のキーワードが存在する場合は、セキュリティ情報が含まれると判断し、さらに暗号化辞書の有無を調べることで、ユーザパスワード設定の有無を確認することができる。あるいは、PDFファイルを開く過程においてパスワードを問い合わせるダイアログの出現をWindows APIの機能で監視することで、ユーザパスワード設定の有無を確認することができる。ユーザパスワードが設定されている場合には、画像化処理の前に、パスワードをユーザに入力させるための所定のダイアログを表示するか、または予め記憶されているパスワードを入力することで、セキュリティを解除する。
The
また、セキュリティ確認部584は、PDFファイル内の暗号化辞書を探し、所定のビットが「1」か「0」かに応じて、コピーの可否および印刷の可否を確認する。コピーの可否および印刷の可否に関する情報は、画像化部586に渡される。なお、暗号化辞書におけるビットの意味は、PDFの仕様書で定義されている。
Also, the
画像化部586は、コピーの可否および印刷の可否に関する情報に基づき、PDFファイル毎に適切な画像化方式を選択する。そして、プリンタドライバ連携部588またはクリップボード連携部590のいずれかによって、PDFファイルの画像化を実行する。画像化対象のPDFファイルが「印刷不可」の設定であれば、クリップボード連携部590によって画像化を実行し、「コピー不可」の設定であれば、プリンタドライバ連携部588によって画像化を実行する。印刷可かつコピー可の設定である場合は、どちらで画像化を実行してもよい。あるいは、画像化部586は、プリンタドライバ連携部588またはクリップボード連携部590のうち予め設定された一方で画像化を試み、画像化に失敗したときには、もう一方で再度画像化を試みるように構成されてもよい。
The
プリンタドライバ連携部588は、周知のプリンタドライバを利用して印刷処理を実行することで、PDFファイルを画像化する。印刷を実行するアプリケーションとしては、Adobe Reader(登録商標)を利用することが好ましい。この処理を実現するため、あらかじめ動作検証装置500に任意の画像プリンタドライバをインストールして、プリンタを作成しておく。そして、Adobe Readerを起動して、画像化したいPDFファイル名と作成したプリンタ名を指定して印刷を行うことで、プリンタドライバにより画像ファイルが作成される。Adobe Readerの起動、PDFファイル名とプリンタ名の指定、印刷の一連の処理は、例えばJavaのロボット機能により自動的に実施することができる。
The printer
クリップボード連携部590は、Adobe Readerの「ファイルをクリップボードにコピーする」機能を利用して、PDFファイルのページ内容をクリップボードにコピーした後、クリップボードの内容を画像ファイルとして保存することで、画像化を実行する。これらの一連の処理は、例えばJavaのロボット機能により自動的に実施することができる。
なお、一般にクリップボードを利用した画像化は、一度に一ページ分しか行うことができないので、クリップボード連携部590は事前に画像化対象のPDFファイルが何ページで構成されているかの情報が必要になる。そこで、クリップボード連携部590は、画像化対象のPDFファイルのページ内容をクリップボードにコピーする前に、Adobe ReaderによってPDFファイルを一旦テキストとして保存する。続いて、保存されたテキストをワードプロセッサやエディタ等で開き、文字数や行数をカウントするなどして、画像化対象のPDFファイルのページ数を取得する。そして、クリップボード連携部590は、ページ数と同じ回数だけ、PDFファイルの内容をクリップボードにコピーし、さらにそれを画像ファイルとして保存する動作を繰り返す。
The
In general, imaging using the clipboard can be performed for only one page at a time, so the
画像化部586によって作成された画像データは、テスト結果取得部512に戻される。
The image data created by the
続いて、テスト結果比較部510の作用について、図20を参照して述べる。テスト結果取得部512は、過去のテスト結果の画像データ(以下、「比較元データ」とも称する)350と、最新のテスト結果の画像データ(以下、「比較先データ」とも称する)352をテスト結果保持部152から、またはPDF処理部580から取得する。比較部514は、両者の画像データ同士を比較し(S320)、比較結果作成部518が比較結果画像354を作成する。ユーザは、比較結果画像を参照して、新旧データ間の不一致を許容する範囲をマスク範囲として設定し(S322)、これに基づきマスク作成部522はマスク画像356を作成する。次回以降のテスト結果の比較時(S324)には、比較結果作成部518は、比較結果画像354に対してマスク画像356を適用するマスク処理を行う(S326)。この結果、マスク部分の識別処理が外されたマスク後比較結果画像358が生成され、ユーザ端末に出力される。
Next, the operation of the test
図21は、比較対象となる新旧のテスト結果データを指定するための画面例を示す。テスト結果取得部512は、テスト結果データの比較を開始するときに、指定画面530をユーザ端末に表示する。指定画面530には、比較元データのファイルパスを指定する領域532と、比較先データのファイルパスを指定する領域534と、比較結果画像データの保存先を指定する領域536が含まれる。各領域でファイルパスを指定した後、比較ボタン538をクリックすると、テスト結果取得部512は、比較元データおよび比較先データが画像データであるか、またはPDFファイルであるかを判定する。画像データである場合は、比較元データと比較先データがそのままの形で取り込まれ、比較処理が開始される。PDFファイルである場合は、PDF処理部580においてPDFファイルから画像化された比較元データと比較先データを受け取り、その後比較処理が開始される。
FIG. 21 shows an example of a screen for designating old and new test result data to be compared. The test result
なお、比較元データおよび比較先データが1つの画像データとして保存されておらず、ページ毎の複数の画像データとして保存されている場合、複数の画像データを一括して保存しているディレクトリをファイルパスとして指定できるように構成してもよい。この場合、比較部は、比較元データと比較先データの対応するページ毎に画像データの比較を実行し、比較結果作成部はページ毎に比較結果画像を作成する。比較元データと比較先データとで不一致部分のあったページの比較結果画像と、不一致部分のなかったページの比較結果画像とを異なるディレクトリに保存できるように構成してもよい。 If the comparison source data and the comparison destination data are not saved as a single image data but are saved as a plurality of image data for each page, a directory in which a plurality of image data is saved at once is filed. You may comprise so that it can designate as a path | pass. In this case, the comparison unit compares the image data for each page corresponding to the comparison source data and the comparison destination data, and the comparison result creation unit creates a comparison result image for each page. The comparison result image of the page in which the comparison source data and the comparison destination data have a mismatch portion and the comparison result image of the page in which the mismatch portion does not exist may be stored in different directories.
図22は、PDF処理部580の動作を説明するフローチャートである。まず、テスト結果取得部512によりテスト結果データがPDFファイルと判定されると、PDFファイル取得部582はそのPDFファイルを取得する(S252)。セキュリティ確認部584は、PDFファイルのセキュリティ設定を確認する(S254)。画像化部586は、セキュリティ設定に応じてプリンタドライバ連携部588またはクリップボード連携部590のいずれで画像化を実行するかを選択し(S256)、選択された方式でPDFファイルの画像化が実行される(S258)。画像データはテスト結果取得部512に戻され、テスト結果の比較処理が行われる。
FIG. 22 is a flowchart for explaining the operation of the
図23および図24は、テスト対象ページによって作成されるテスト結果画像データの一例を示す。ここでは、テスト対象ページは、複数の会議スペースの予定を日付毎に管理するスケジュール表を作成するものとする。また、図23は過去のテスト結果の画像データ540を表し、図24は今回のテスト結果の画像データ550を表すものとする。図23と図24を比較すると、いずれもスケジュール表は正しく作成されているが、動作検証テストを実施した日が異なるため、スケジュール表内の日付が異なっていることが分かる。
23 and 24 show an example of test result image data created by the test target page. Here, it is assumed that the test target page creates a schedule table for managing schedules of a plurality of conference spaces for each date. 23 represents past test result
新旧のテスト結果画像データ内の日付が異なっているため、比較結果作成部518は、図25に示すような比較結果画像560を作成する。比較結果画像560では、日付部分に編みかけ562が施され、識別表示されている。このように、ユーザは比較結果画像560を参照して識別表示部分を探すだけで、新旧のテスト結果データ間の不一致部分を容易に把握することができる。
Since the dates in the old and new test result image data are different, the comparison
しかしながら、上述したように、動作検証テストの実施日によってテスト結果内の日付が変わるのは当然なので、不一致点として識別表示されないほうが好ましい。そこで、マスク作成部522は、ユーザが不一致を許容する部分をマスクするためのマスク画像を作成する。
However, as described above, it is natural that the date in the test result changes depending on the execution date of the operation verification test. Therefore, it is preferable that the date is not identified and displayed as a mismatch point. Therefore, the
図26は、そのようなマスク画像570の一例を示す。図示するように、日付に相当する部分がマスク範囲572として指定されている。このマスク範囲は、ユーザ指定受付部520を介してユーザ自身が指定することができる。マスク範囲は、例えば、比較結果画像560上で、ポインタまたはマウスを用いてテスト結果が相違してもよい部分を囲んで指定する。ユーザによりマスク範囲が指定されたら、マスク作成部522はそれらのマスク範囲を1つのマスク画像として作成する。比較結果作成部は、次回以降のテスト結果の比較の際に、比較結果画像に対しマスク画像を適用し、マスク範囲に当たる部分は識別表示を外して表示する。
FIG. 26 shows an example of such a
ユーザが比較結果の不一致を許容する範囲、つまりマスク範囲として指定されるべき部分の例としては、上述の日付の他に、日々更新される統計や株価などの数字、ウェブの検索結果、日付毎に切り替わる画像、ウェブページの動作に影響を及ぼさない単なる装飾画像などが考えられるが、これらに限定されるものではない。 Examples of the range that the user can tolerate inconsistencies in comparison results, that is, the part that should be specified as the mask range, include the numbers updated daily, statistics such as stock prices, web search results, An image that switches to a mere or a simple decorative image that does not affect the operation of the web page can be considered, but the present invention is not limited to these.
図27は、本実施の形態に係るテスト結果比較処理のフローチャートである。
テスト結果取得部512は、動作検証テストの比較元データと比較先データをテスト結果保持部152から取得する(S302)。比較部514は、比較元画像データと比較先画像データとを比較し、不一致部分を検出する(S304)。比較結果作成部518は、マスク保持部516にマスク画像があるか否かを確認し(S306)、マスク画像がない場合には(S306のN)、不一致部分を識別表示した比較結果画像を出力する(S310)。
FIG. 27 is a flowchart of the test result comparison process according to the present embodiment.
The test result
マスク作成部522は、比較結果画像を利用してマスク画像を作成するか否かをユーザに問い合わせ(S312)、マスクを作成する場合には(S312のY)、ユーザによるマスク範囲の指定を受け付け(S314)、マスク画像を作成して保存する(S316)。
The
S306において、マスク画像が存在する場合(S306のY)、比較結果作成部518は比較結果画像にマスク画像を適用し(S308)、マスク範囲の識別表示を消したマスク後比較結果画像を出力する(S310)。
In S306, if a mask image exists (Y in S306), the comparison
以上説明したように、本実施形態によれば、ウェブページの動作検証テスト時の出力結果を過去の出力結果と突き合わせ、不一致部分を識別表示した上で画面出力するので、新旧のテスト結果の比較が容易になる。また、ウェブページの出力がPDFファイルである場合でも、画像データに変換した上で比較を行うので、同様の手法を用いて比較処理を行うことができる。 As described above, according to the present embodiment, the output result at the time of the web page operation verification test is matched with the past output result, the mismatched portion is identified and displayed, and the screen output is performed. Becomes easier. Further, even when the output of the web page is a PDF file, the comparison is performed after conversion to image data, so that the comparison process can be performed using the same method.
また、新旧のテスト結果データ間の不一致を許容すべき範囲をマスクとして指定しておくことで、マスク範囲については結果が相違しても識別表示させないようにすることができる。動作検証テストを何回も繰り返す場合や、テスト結果が複数ページにわたる場合には、結果が相違するのが当然の範囲についてチェックする手間を軽減することができる。 In addition, by designating as a mask a range in which mismatch between the old and new test result data should be allowed, the mask range can be prevented from being identified and displayed even if the results are different. When the operation verification test is repeated many times, or when the test result covers a plurality of pages, it is possible to reduce the trouble of checking the range where the result is naturally different.
上記実施の形態では、ユーザによる範囲指定に基づきマスク画像を作成することを述べた。別法として、比較元画像データと比較先画像データとの差分画像を利用して、ユーザの介入なしにマスク画像を作成してもよい。例えば、比較元画像データと比較先画像データの比較の結果、ユーザが不一致を許容できる部分以外に問題がないことが、テスト・エンジニアにより確認されたとする。この場合、マスク作成部は、差分画像を参照して、差分が残っている画素とその周辺の所定範囲(例えば、テキスト一文字分に相当する範囲)をマスク範囲に設定して、マスク画像を作成するようにしてもよい。 In the above embodiment, it has been described that the mask image is created based on the range specification by the user. Alternatively, a mask image may be created without user intervention using a difference image between comparison source image data and comparison destination image data. For example, it is assumed that, as a result of comparison between the comparison source image data and the comparison destination image data, it is confirmed by the test engineer that there is no problem other than the portion where the user can allow the mismatch. In this case, the mask creation unit refers to the difference image and creates a mask image by setting a pixel where the difference remains and a predetermined range around it (for example, a range corresponding to one character of text) as the mask range. You may make it do.
なお、上記では、比較元データとして過去のテスト結果の画像データを用いることを述べたが、本発明はこれに限られない。例えば、望ましいテスト結果の画像データを比較元データとして使用して、ウェブページが正常に動作しているか否かを確認するようにしてもよい。 In the above description, the image data of the past test result is used as the comparison source data. However, the present invention is not limited to this. For example, image data of a desired test result may be used as comparison source data to check whether the web page is operating normally.
上述した参考技術、実施の形態、変形例の任意の組み合わせもまた本発明の実施の形態として有用である。組み合わせによって生じる新たな実施の形態は、組み合わせされる参考技術、実施の形態、変形例それぞれの効果をあわせもつ。 Any combination of the above-described reference techniques, embodiments, and modifications is also useful as an embodiment of the present invention. The new embodiment generated by the combination has the effects of the combined reference technology, embodiment, and modification.
請求項に記載の各構成要件が果たすべき機能は、参考技術、実施の形態、変形例において示された各構成要素の単体もしくはそれらの連係によって実現されることも当業者には理解されるところである。 It should be understood by those skilled in the art that the functions to be fulfilled by the constituent elements described in the claims are realized by a single element or a combination of the constituent elements shown in the reference technique, the embodiment, and the modification. is there.
500 動作検証装置、 510 テスト結果比較部、 512 テスト結果取得部、 514 比較部、 516 マスク保持部、 518 比較結果作成部、 520 ユーザ指定受付部、 522 マスク作成部、 580 PDF処理部、 582 PDFファイル取得部、 584 セキュリティ確認部、 586 画像化部、 588 プリンタドライバ連携部、 590 クリップボード連携部。 500 operation verification device, 510 test result comparison unit, 512 test result acquisition unit, 514 comparison unit, 516 mask holding unit, 518 comparison result creation unit, 520 user designation reception unit, 522 mask creation unit, 580 PDF processing unit, 582 PDF File acquisition unit, 584 Security confirmation unit, 586 Imaging unit, 588 Printer driver linkage unit, 590 Clipboard linkage unit.
Claims (6)
動作確認対象のウェブページに含まれるオブジェクトの識別情報と、前記オブジェクトに対するデータ入力操作で入力されたデータとの組み合わせが記録されたログを取得し、前記データ入力操作を自動的に実行する処理がそれぞれ記述されたロジックが組み込まれた関数であって前記ウェブページに含まれるオブジェクトの識別情報と前記オブジェクトに入力されたデータを記述した入力データファイル内の入力データを指定する識別子とを引数とする入力関数を、操作内容ファイルに記録する操作記録部と、
前記操作内容ファイルに記録された関数を呼び出すコールステップを組み合わせたプログラムコードを設定することにより、前記ウェブページに対して実行された一連の操作を再現するためのテスト・プログラムを生成するプログラム生成部と、
前記操作内容ファイルとは異なる入力データファイルから前記識別子で指定される入力データを取得して前記入力関数に渡すことにより、前記テスト・プログラムを実行させるプログラム実行部と、
前記テスト・プログラム実行後のウェブページをテスト結果データとして記録するテスト結果保持部と、
前記テスト結果データがPDF(Portable Document Format)ファイルである場合、該PDFファイルの内容を表示した画面と同等のイメージ画像データを生成する画像化部と、
前記画像化部によりそれぞれ画像化された、前回のテスト・プログラム実行後の前回テスト結果データと、今回のテスト・プログラム実行後の今回テスト結果データとを比較する比較部と、
前記比較部による比較により検出された不一致部分を識別表示した比較結果画像を出力する比較結果作成部と、
を備えることを特徴とする動作検証装置。 An operation verification device that executes a test program for confirming the operation of a web server according to an operation on a web browser that displays a web page,
A process of acquiring a log in which a combination of identification information of an object included in a web page to be checked for operation and data input by a data input operation on the object is recorded, and automatically executing the data input operation Each of these functions is a function in which the described logic is incorporated, and the identification information of the object included in the web page and the identifier specifying the input data in the input data file describing the data input to the object are used as arguments. An operation recording unit for recording an input function in an operation content file;
A program generation unit that generates a test program for reproducing a series of operations executed on the web page by setting a program code combining a call step for calling a function recorded in the operation content file When,
A program execution unit for executing the test program by acquiring input data specified by the identifier from an input data file different from the operation content file and passing the input data to the input function;
A test result holding unit for recording the web page after execution of the test program as test result data;
When the test result data is a PDF (Portable Document Format) file, an imaging unit that generates image image data equivalent to a screen displaying the content of the PDF file;
A comparison unit that compares the previous test result data after execution of the previous test program and the current test result data after execution of the current test program, each imaged by the imaging unit;
A comparison result creation unit that outputs a comparison result image that identifies and displays a mismatched portion detected by the comparison by the comparison unit;
Operation verification apparatus comprising: a.
動作確認対象のウェブページに含まれるオブジェクトの識別情報と、前記オブジェクトに対するデータ入力操作で入力されたデータとの組み合わせが記録されたログを取得し、前記データ入力操作を自動的に実行する処理がそれぞれ記述されたロジックが組み込まれた関数であって前記ウェブページに含まれるオブジェクトの識別情報と前記オブジェクトに入力されたデータを記述した入力データファイル内の入力データを指定する識別子とを引数とする入力関数を、操作内容ファイルに記録する操作記録機能と、
前記操作内容ファイルに記録された関数を呼び出すコールステップを組み合わせたプログラムコードを設定することにより、前記ウェブページに対して実行された一連の操作を再現するためのテスト・プログラムを生成するプログラム生成機能と、
前記操作内容ファイルとは異なる入力データファイルから前記識別子で指定される入力データを取得して前記入力関数に渡すことにより、前記テスト・プログラムを実行させるプログラム実行機能と、
前記テスト・プログラム実行後のウェブページをテスト結果データとして記録するテスト結果保持機能と、
前記テスト結果データがPDF(Portable Document Format)ファイルである場合、該PDFファイルの内容を表示した画面と同等のイメージ画像データを生成する画像化機能と、
前記画像化機能によりそれぞれ画像化された、前回のテスト・プログラム実行後の前回テスト結果データと、今回のテスト・プログラム実行後の今回テスト結果データとを比較する比較機能と、
前記比較機能による比較により検出された不一致部分を識別表示した比較結果画像を出力する比較結果作成機能と、
を実現させるための動作検証プログラム。 A device that executes a test program for confirming the operation of a web server in response to an operation on a web browser that displays a web page;
A process of acquiring a log in which a combination of identification information of an object included in a web page to be checked for operation and data input by a data input operation on the object is recorded, and automatically executing the data input operation Each of these functions is a function in which the described logic is incorporated, and the identification information of the object included in the web page and the identifier specifying the input data in the input data file describing the data input to the object are used as arguments. An operation recording function that records input functions in an operation content file;
A program generation function for generating a test program for reproducing a series of operations executed on the web page by setting a program code combining a call step for calling a function recorded in the operation content file When,
A program execution function for executing the test program by acquiring input data specified by the identifier from an input data file different from the operation content file and passing the input data to the input function;
A test result holding function for recording the web page after execution of the test program as test result data;
When the test result data is a PDF (Portable Document Format) file, an imaging function for generating image image data equivalent to a screen displaying the content of the PDF file;
A comparison function for comparing the previous test result data after execution of the previous test program and the current test result data after execution of the current test program, each imaged by the imaging function;
A comparison result creation function for outputting a comparison result image that identifies and displays a mismatched portion detected by comparison by the comparison function;
Operation verification program for realizing.
動作確認対象のウェブページに含まれるオブジェクトの識別情報と、前記オブジェクトに対するデータ入力操作で入力されたデータとの組み合わせが記録されたログを取得し、前記データ入力操作を自動的に実行する処理がそれぞれ記述されたロジックが組み込まれた関数であって前記ウェブページに含まれるオブジェクトの識別情報と前記オブジェクトに入力されたデータを記述した入力データファイル内の入力データを指定する識別子とを引数とする入力関数を、操作内容ファイルに記録するステップと、
前記操作内容ファイルに記録された関数を呼び出すコールステップを組み合わせたプログラムコードを設定することにより、前記ウェブページに対して実行された一連の操作を再現するためのテスト・プログラムを生成するステップと、
前記操作内容ファイルとは異なる入力データファイルから前記識別子で指定される入力データを取得して前記入力関数に渡すことにより、前記装置に前記テスト・プログラムを実行させるステップと、
前記テスト・プログラム実行後のウェブページをテスト結果データとしてメモリに記録するステップと、
前記テスト結果データがPDF(Portable Document Format)ファイルである場合、該PDFファイルの内容を表示した画面と同等のイメージ画像データを生成するステップと、
前記イメージ画像データを生成するステップでそれぞれ画像化された、前回のテスト・プログラム実行後の前回テスト結果データと、今回のテスト・プログラム実行後の今回テスト結果データとを比較するステップと、
前記比較ステップによる比較により検出された不一致部分を識別表示した比較結果画像を出力するステップと、
を含むことを特徴とする動作検証方法。 An operation verification method executed by a device that executes a test program for confirming an operation of a web server according to an operation on a web browser that displays a web page,
A process of acquiring a log in which a combination of identification information of an object included in a web page to be checked for operation and data input by a data input operation on the object is recorded, and automatically executing the data input operation Each of these functions is a function in which the described logic is incorporated, and the identification information of the object included in the web page and the identifier specifying the input data in the input data file describing the data input to the object are used as arguments. Recording the input function in an operation content file;
Generating a test program for reproducing a series of operations executed on the web page by setting a program code combining a call step for calling a function recorded in the operation content file;
Obtaining the input data specified by the identifier from an input data file different from the operation content file and passing it to the input function, thereby causing the device to execute the test program;
Recording the web page after execution of the test program in a memory as test result data;
When the test result data is a PDF (Portable Document Format) file, generating image data equivalent to a screen displaying the content of the PDF file;
Comparing the previous test result data after execution of the previous test program and the current test result data after execution of the current test program , each imaged in the step of generating the image image data ;
And outputting the comparison result image displayed identifying the detected discrepancy moiety by comparison by the comparing step,
The operation verification method characterized by including.
Priority Applications (8)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201080003435.1A CN102227716B (en) | 2009-03-30 | 2010-02-05 | Operation verification device, operation verification method, and operation verification system |
JP2010024650A JP4846030B2 (en) | 2010-02-05 | 2010-02-05 | Operation verification apparatus, operation verification method, and operation verification program |
PCT/JP2010/000722 WO2010116586A1 (en) | 2009-03-30 | 2010-02-05 | Operation verification device, operation verification method, and operation verification system |
US13/067,009 US9495280B2 (en) | 2009-03-30 | 2011-05-02 | Operation verifying apparatus, operation verifying method and operation verifying system |
US15/167,113 US10346288B2 (en) | 2009-03-30 | 2016-05-27 | Operation verifying apparatus, operation verifying method and operation verifying system |
US16/410,185 US10860463B2 (en) | 2009-03-30 | 2019-05-13 | Operation verifying apparatus, operation verifying method and operation verifying system |
US17/088,875 US11580011B2 (en) | 2009-03-30 | 2020-11-04 | Operation verifying apparatus, operation verifying method and operation verifying system |
US18/096,420 US20230153230A1 (en) | 2009-03-30 | 2023-01-12 | Operation verifying apparatus, operation verifying method and operation verifying system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010024650A JP4846030B2 (en) | 2010-02-05 | 2010-02-05 | Operation verification apparatus, operation verification method, and operation verification program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2011164786A JP2011164786A (en) | 2011-08-25 |
JP4846030B2 true JP4846030B2 (en) | 2011-12-28 |
Family
ID=44595417
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010024650A Active JP4846030B2 (en) | 2009-03-30 | 2010-02-05 | Operation verification apparatus, operation verification method, and operation verification program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4846030B2 (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2512359A (en) * | 2013-03-27 | 2014-10-01 | Thunderhead Ltd | Self adapting multi variant testing |
WO2017094098A1 (en) * | 2015-12-01 | 2017-06-08 | 株式会社島津製作所 | Analysis control device and program for said analysis control device |
JP6613950B2 (en) * | 2016-02-19 | 2019-12-04 | 富士通株式会社 | Support program, support method, and information processing apparatus |
JP7386560B2 (en) * | 2022-04-01 | 2023-11-27 | 株式会社エクストーン | Software testing methods |
Family Cites Families (4)
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 |
-
2010
- 2010-02-05 JP JP2010024650A patent/JP4846030B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2011164786A (en) | 2011-08-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11580011B2 (en) | Operation verifying apparatus, operation verifying method and operation verifying system | |
Kouzis-Loukas | Learning scrapy | |
US7197702B2 (en) | Web page rendering mechanism using external programmatic themes | |
US7530050B2 (en) | Method and system for developing software using nodes | |
US8434062B2 (en) | Enhancing source code debugging and readability using visual symbols | |
US20010052112A1 (en) | Method and apparatus for developing software | |
JP4795446B2 (en) | Operation verification apparatus and operation verification program | |
JP2005004489A (en) | Device and program for creating component catalog | |
JP4846030B2 (en) | Operation verification apparatus, operation verification method, and operation verification program | |
JP4846029B2 (en) | Operation verification apparatus, operation verification method, and operation verification program | |
JP2004178263A (en) | Web server, web server with function of java servlet, and computer program | |
Gundecha | Selenium Testing Tools Cookbook | |
JP4681673B1 (en) | Operation verification apparatus, operation verification method, and operation verification program | |
JP4795404B2 (en) | Operation verification apparatus and operation verification program | |
JP2013037580A (en) | Information processor | |
JP4903279B2 (en) | Operation verification apparatus, operation verification method, and operation verification program | |
WO2012042559A1 (en) | Operation verification device, operation verification method, and operation verification program | |
JP4903278B2 (en) | Operation verification apparatus, operation verification method, and operation verification program | |
US20190012400A1 (en) | Information processing apparatus and non-transitory computer readable medium | |
US20140258835A1 (en) | System and method to download images from a website | |
CN100468332C (en) | Program running method | |
JP4846031B2 (en) | Operation verification system | |
JP7534865B2 (en) | Test automation equipment | |
WO2024176363A1 (en) | Test assistance system, test assistance method, and program | |
JP5379910B2 (en) | Operation verification apparatus, operation verification method, and operation verification program |
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 |
|
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: 20111004 |
|
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: 20111011 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20141021 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4846030 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
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 |