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

Device, method and program for verifying operation Download PDF

Info

Publication number
JP2011164786A
JP2011164786A JP2010024650A JP2010024650A JP2011164786A JP 2011164786 A JP2011164786 A JP 2011164786A JP 2010024650 A JP2010024650 A JP 2010024650A JP 2010024650 A JP2010024650 A JP 2010024650A JP 2011164786 A JP2011164786 A JP 2011164786A
Authority
JP
Japan
Prior art keywords
test
program
file
data
function
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
JP2010024650A
Other languages
Japanese (ja)
Other versions
JP4846030B2 (en
Inventor
Isato Takahata
勇人 高畠
Eiji Namikawa
英二 並河
Takuma Ishibashi
琢磨 石橋
Takuji Mizoguchi
拓治 溝口
Hisao Imai
久夫 今井
Kotaro Miyake
光太郎 三宅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority to JP2010024650A priority Critical patent/JP4846030B2/en
Priority to PCT/JP2010/000722 priority patent/WO2010116586A1/en
Priority to CN201080003435.1A priority patent/CN102227716B/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 JP2011164786A publication Critical patent/JP2011164786A/en
Application granted granted Critical
Publication of JP4846030B2 publication Critical patent/JP4846030B2/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

Abstract

<P>PROBLEM TO BE SOLVED: To facilitate comparison of new and old output results by an operation verification test of a Web page. <P>SOLUTION: An operation recording part 137 detects data input operation to the Web page, and records a function corresponding to the data input operation into an operation content file. A program generation part 132 sets a program code according to the function recorded in the operation content file to generate a test program for reproducing a series of operation executed to the Web page. A program execution part 134 makes the test program be executed. A test result holding part 152 records the Web page after the test program execution as test result data. A comparison part 514 compares the preceding test result data after the preceding test program execution and the this-time test result data after the this-time test program execution. A comparison result creation part 518 outputs a comparison result image wherein a discordance portion is identified and displayed as the result of the comparison by the comparison part. <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

ウェブページの動作テストは、一般的に、そのウェブページを表示するウェブブラウザに対して入力操作を行い、操作結果を確認することにより実施される。ウェブページの改変後の操作結果は、改変前の操作結果と比較して検証する必要があるが、従来ではこの比較検証は、画面イメージの印刷物を用いて、テスト・エンジニアが目視で行っていた。   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画面の画面図である。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 block diagram which shows the structure of the operation verification apparatus which concerns on embodiment of this invention. テスト結果比較部の作用について説明する図である。It is a figure explaining the effect | action of a test result comparison part. 比較対象となるテスト結果データを指定するための画面例を示す図である。It is a figure which shows the example of a screen for designating the test result data used as comparison object. PDF処理部の動作を説明するフローチャートである。It is a flowchart explaining operation | movement of a PDF process part. 動作検証対象のウェブページによって作成されるテスト結果画像データの一例を示す図である。It is a figure which shows an example of the test result image data produced with the web page of operation verification object. 動作検証対象のウェブページによって作成されるテスト結果画像データの一例を示す図である。It is a figure which shows an example of the test result image data produced with the web page of operation verification object. 比較結果画像の一例を示す図である。It is a figure which shows an example of a comparison result image. マスク画像の一例を示す図である。It is a figure which shows an example of a mask image. 実施の形態に係るテスト結果比較処理のフローチャートである。It is a flowchart of the test result comparison process which concerns on embodiment.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

データ保持部140:
データ保持部140は、ログ保持部142、プログラム保持部144、入力データファイル保持部146、ケースファイル保持部148、関数保持部150およびテスト結果保持部152を含む。ログ保持部142は、ログを保持する。プログラム保持部144は、プログラムを保持する。入力データファイル保持部146は、入力データファイルを保持する。ケースファイル保持部148は、ケースファイルを保持する。関数保持部150は、動作テスト用のプログラムに登録される関数について、関数ライブラリを保持する。結果保持部152は、動作テストの結果を保持する。
Data holding unit 140:
The data holding unit 140 includes a log holding unit 142, a program holding unit 144, an input data file holding unit 146, a case file holding unit 148, a function holding unit 150, and a test 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 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 program execution unit 134 continuously executes the execution set 1 and the execution set 2. The program execution unit 134 registers the program execution result, in other words, the test result in the test result holding unit 152.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

図17は、参考技術2における入力設定画面230の画面図である。図17(a)は、図15および図16の関数設定画面210においてカラム名が指定された入力データファイル「検索記入データ.xls」を表示する入力設定画面230を示している。なお、図15および図16では、図17(a)の「氏名漢字」カラムと「氏名カナ」カラムとが指定されている。図17(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. 17B shows an input setting screen 230 that displays another input data file “login data 2.xls”. The input data file shown in the figure will be described later with reference to FIG.

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

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

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

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

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

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

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

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

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

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

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

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

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

上記の参考技術1および2では、動作検証装置100がウェブページの動作テスト用プログラムを作成し、ウェブページの動作検証を行うことを述べた。この動作テスト用プログラムを実行することで、動作結果としてのウェブページ画面が出力され、テスト結果データがテスト結果保持部に格納される。ウェブページを改変する毎に、上記の動作検証を繰り返し行うことが望ましいため、ウェブページのテスト結果データは複数存在することになる。なお、以下では、動作テストの対象となるウェブページを、以下では「テスト対象ページ」とも称する。   In the above reference techniques 1 and 2, it has been described that the operation verification apparatus 100 creates a web page operation test program and performs the operation verification of the web page. By executing the operation test program, a web page screen as an operation result is output, and test result data is stored in the test result holding unit. Since it is desirable to repeat the above operation verification every time a web page is modified, there are a plurality of web page test result data. Hereinafter, the web page that is the target of the operation test is also referred to as a “test target page” below.

従来では、これらのテスト結果データ同士が整合しているか否かを、テスト・エンジニアによる手作業で確認していた。つまり、ある時点でのテスト対象ページの動作検証時の画面と、改変したテスト対象ページの動作検証時の画面とをキャプチャして印刷する。あるいは、テスト対象ページが動作結果として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 operation verification apparatus 500 according to the embodiment of the present invention. Among the functional blocks in the figure, the functional blocks corresponding to the functional blocks of the operation verification apparatus 100 shown in the reference techniques 1 and 2 are denoted by the same reference numerals. Functional blocks with the same reference numerals are described when the functions are different from those already described in Reference Techniques 1 and 2, and similar functions are already described, and thus description thereof is omitted as appropriate.

動作検証装置500は、動作検証装置100に、テスト結果比較部510およびPDF処理部580を追加した構成となっている。テスト結果比較部510は、テスト結果画像データ同士の比較検証処理を実行する。PDF処理部580は、テスト対象ページの出力結果がPDFファイルである場合に、比較検証処理のためにPDFファイルを画像データに変換する。   The operation verification apparatus 500 is configured by adding a test result comparison unit 510 and a PDF processing unit 580 to the operation verification apparatus 100. The test result comparison unit 510 executes a comparison verification process between the test result image data. The PDF processing unit 580 converts the PDF file into image data for comparison verification processing when the output result of the test target page is a PDF file.

テスト結果比較部510は、テスト結果取得部512、比較部514、マスク保持部516、比較結果作成部518、ユーザ指定受付部520およびマスク作成部522を含む。   The test result comparison unit 510 includes a test result acquisition unit 512, a comparison unit 514, a mask holding unit 516, a comparison result creation unit 518, a user designation reception unit 520, and a mask creation unit 522.

テスト結果取得部512は、テスト結果保持部152に記録されている動作検証後のテスト結果データを取得する。このテスト結果データは、ウェブページの画面出力をキャプチャした画像データであるか、またはPDFファイルである。前者の場合、ウェブページの動作結果が複数のページにまたがる場合には、ページをスクロールしながらキャプチャすることで、テスト結果を1つの画像データに収めることが好ましいが、テスト結果が複数の画像データに分かれていてもよい。
比較対象となるテスト結果データは、後述する指定画面530(図21)においてユーザにより指定される。指定されたテスト結果データがPDFファイルである場合、テスト結果データはPDF処理部580によって画像化された後に、画像データがテスト結果取得部512に戻されて、以降の比較検証処理が行われる。PDFファイルの画像化については後述する。
The test result acquisition unit 512 acquires test result data after operation verification recorded in the test result holding unit 152. The test result data is image data obtained by capturing a screen output of a web page or a PDF file. In the former case, when the operation result of the web page extends over a plurality of pages, it is preferable to capture the test result in one image data by capturing the page while scrolling, but the test result is a plurality of image data. It may be divided into
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 PDF processing unit 580, and then the image data is returned to the test result acquisition unit 512, and subsequent comparison verification processing is performed. The imaging of the PDF file will be described later.

比較部514は、過去のテスト結果の画像データと、最新のテスト結果の画像データとを比較し、互いに異なる部分を検出する。このような画像データ同士の比較は、周知の画像比較ソフトウェアを利用して行うことができる。一例として、単に画像データ同士の対応する画素間で差分をとれば、一致する部分はゼロになるので、不一致部分を容易に検出することができる。テスト結果のテキストを比較するのではなく、画像データ同士を比較することで、テキストの不一致点だけでなく、デザイン上の不一致点も検出することが可能になる。   The comparison unit 514 compares the image data of the past test result with the image data of the latest test result, and detects different portions. Such comparison between image data can be performed using known image comparison software. As an example, if a difference is simply taken between corresponding pixels of image data, the matching portion becomes zero, so that the mismatching portion can be easily detected. By comparing image data instead of comparing test result text, it is possible to detect not only text mismatch points but also design mismatch points.

比較結果作成部518は、比較部514による比較により検出された新旧のテスト結果データ間の不一致部分を識別表示した状態で、最新のテスト結果の画像データを比較結果画像として出力する。この比較結果画像は、IF部110の出力部118を介してユーザ端末に表示される。ユーザは、比較結果画像における識別表示された部分を見ることで、新旧のテスト結果データ間の不一致部分を容易に把握することができる。識別表示は、例えば不一致部分を網掛け表示する、色を変える、反転表示する、アンダーラインを引くなど、任意の表示方法を使用することができる。   The comparison result creation unit 518 outputs the latest test result image data as a comparison result image in a state where the mismatched portion between the new and old test result data detected by the comparison by the comparison unit 514 is identified and displayed. This comparison result image is displayed on the user terminal via the output unit 118 of the IF unit 110. The user can easily grasp the mismatched part between the old and new test result data by looking at the identified and displayed part in the comparison result image. For the identification display, any display method can be used, for example, displaying inconsistent portions by shading, changing the color, inverting display, or drawing an underline.

マスク作成部522は、テスト結果データのうち、ユーザが不一致を許容する範囲については識別表示しないようにするためのマスク画像を作成する。マスクすべき範囲については、ユーザ指定受付部520が入力部112を介してユーザ端末からの指定を受け付け、マスク作成部522に渡す。作成されたマスク画像は、マスク保持部516に格納され、次回以降のテスト結果データ間の比較の際に使用される。このマスク画像の作成については、図22〜図24を参照してさらに詳細に説明する。   The mask creating unit 522 creates a mask image for preventing the user from discriminating and displaying the range in which the user allows mismatching in the test result data. For the range to be masked, the user designation receiving unit 520 receives the designation from the user terminal via the input unit 112 and passes it to the mask creating unit 522. The created mask image is stored in the mask holding unit 516, and is used for comparison between test result data from the next time. The creation of the mask image will be described in more detail with reference to FIGS.

マスク保持部516内にマスク画像がある場合、比較結果作成部518は、比較結果画像にマスク画像を適用した上でユーザ端末に表示する。このマスク処理によって、マスクされた範囲内の不一致部分については識別表示が外された状態、つまり通常状態で表示される。   When there is a mask image in the mask holding unit 516, the comparison result creating unit 518 applies the mask image to the comparison result image and displays it on the user terminal. By this masking process, the inconsistent portion within the masked range is displayed in a state where the identification display is removed, that is, in a normal state.

PDF処理部580は、PDFファイル取得部582、セキュリティ確認部584および画像化部586を含む。
PDFファイル取得部582は、テスト結果取得部512において、ユーザによって指定されたテスト結果データがPDFファイルであると判定されたとき、そのPDFファイルをテスト結果保持部152から取得する。テスト結果取得部512は、指定されたテスト結果データがPDFファイルであるか否かを、例えば拡張子に基づいて判定する。
The PDF processing unit 580 includes a PDF file acquisition unit 582, a security confirmation unit 584, and an imaging unit 586.
When the test result acquisition unit 512 determines that the test result data designated by the user is a PDF file, the PDF file acquisition unit 582 acquires the PDF file from the test result holding unit 152. The test result acquisition unit 512 determines whether or not the specified test result data is a PDF file based on, for example, an extension.

一般に、テスト対象ページによる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 file acquisition unit 582 acquires the PDF file stored as described above.

セキュリティ確認部584は、取得したPDFファイルに設定されている各種のセキュリティ設定を確認する。具体的には、ユーザパスワードが設定されているか、コピー可能な形式か、印刷可能な形式かなどを確認する。PDFファイルには、バージョンやユーザの選択によりセキュリティの設定が異なるので、PDFファイル毎にその確認が必要である。   The security confirmation unit 584 confirms various security settings set in the acquired PDF file. Specifically, it is confirmed whether a user password is set, whether it is a copyable format, or a printable format. Since the PDF file has different security settings depending on the version and the user's selection, it is necessary to check each PDF file.

セキュリティ確認部584は、PDFファイル内のファイル情報を確認し、「Encrypt」のキーワードが存在する場合は、セキュリティ情報が含まれると判断し、さらに暗号化辞書の有無を調べることで、ユーザパスワード設定の有無を確認することができる。あるいは、PDFファイルを開く過程においてパスワードを問い合わせるダイアログの出現をWindows APIの機能で監視することで、ユーザパスワード設定の有無を確認することができる。ユーザパスワードが設定されている場合には、画像化処理の前に、パスワードをユーザに入力させるための所定のダイアログを表示するか、または予め記憶されているパスワードを入力することで、セキュリティを解除する。   The security confirmation unit 584 confirms the file information in the PDF file, determines that the security information is included when the keyword “Encrypt” exists, and further checks the presence of the encryption dictionary to set the user password. Can be confirmed. Alternatively, by monitoring the appearance of a dialog asking for a password in the process of opening a PDF file with the function of the Windows API, it is possible to confirm whether or not a user password is set. If a user password is set, the security is released by displaying a predetermined dialog for allowing the user to input the password or inputting a pre-stored password before imaging processing. To do.

また、セキュリティ確認部584は、PDFファイル内の暗号化辞書を探し、所定のビットが「1」か「0」かに応じて、コピーの可否および印刷の可否を確認する。コピーの可否および印刷の可否に関する情報は、画像化部586に渡される。なお、暗号化辞書におけるビットの意味は、PDFの仕様書で定義されている。   Also, the security confirmation unit 584 searches for an encryption dictionary in the PDF file, and confirms whether copying is possible and printing is possible depending on whether the predetermined bit is “1” or “0”. Information regarding whether copying is possible and whether printing is possible is passed to the imaging unit 586. The meaning of bits in the encryption dictionary is defined in the PDF specification.

画像化部586は、コピーの可否および印刷の可否に関する情報に基づき、PDFファイル毎に適切な画像化方式を選択する。そして、プリンタドライバ連携部588またはクリップボード連携部590のいずれかによって、PDFファイルの画像化を実行する。画像化対象のPDFファイルが「印刷不可」の設定であれば、クリップボード連携部590によって画像化を実行し、「コピー不可」の設定であれば、プリンタドライバ連携部588によって画像化を実行する。印刷可かつコピー可の設定である場合は、どちらで画像化を実行してもよい。あるいは、画像化部586は、プリンタドライバ連携部588またはクリップボード連携部590のうち予め設定された一方で画像化を試み、画像化に失敗したときには、もう一方で再度画像化を試みるように構成されてもよい。   The imaging unit 586 selects an appropriate imaging method for each PDF file based on information regarding whether copying is possible and whether printing is possible. Then, the PDF file is imaged by either the printer driver cooperation unit 588 or the clipboard cooperation unit 590. If the PDF file to be imaged is set to “not printable”, imaging is performed by the clipboard linkage unit 590, and if it is set to “not copyable”, imaging is executed by the printer driver linkage unit 588. If the setting is printable and copyable, imaging may be performed with either. Alternatively, the imaging unit 586 is configured to attempt imaging while one of the printer driver cooperation unit 588 or the clipboard cooperation unit 590 is set in advance, and when the imaging fails, the other imaging unit 586 is configured to try again. May be.

プリンタドライバ連携部588は、周知のプリンタドライバを利用して印刷処理を実行することで、PDFファイルを画像化する。印刷を実行するアプリケーションとしては、Adobe Reader(登録商標)を利用することが好ましい。この処理を実現するため、あらかじめ動作検証装置500に任意の画像プリンタドライバをインストールして、プリンタを作成しておく。そして、Adobe Readerを起動して、画像化したいPDFファイル名と作成したプリンタ名を指定して印刷を行うことで、プリンタドライバにより画像ファイルが作成される。Adobe Readerの起動、PDFファイル名とプリンタ名の指定、印刷の一連の処理は、例えばJavaのロボット機能により自動的に実施することができる。   The printer driver cooperation unit 588 converts the PDF file into an image by executing print processing using a known printer driver. As an application for executing printing, Adobe Reader (registered trademark) is preferably used. In order to realize this processing, an arbitrary image printer driver is installed in the operation verification apparatus 500 in advance to create a printer. Then, by starting Adobe Reader and specifying the name of the PDF file to be imaged and the name of the created printer and printing, an image file is created by the printer driver. A series of processes of starting Adobe Reader, specifying a PDF file name and printer name, and printing can be automatically performed by, for example, a Java robot function.

クリップボード連携部590は、Adobe Readerの「ファイルをクリップボードにコピーする」機能を利用して、PDFファイルのページ内容をクリップボードにコピーした後、クリップボードの内容を画像ファイルとして保存することで、画像化を実行する。これらの一連の処理は、例えばJavaのロボット機能により自動的に実施することができる。
なお、一般にクリップボードを利用した画像化は、一度に一ページ分しか行うことができないので、クリップボード連携部590は事前に画像化対象のPDFファイルが何ページで構成されているかの情報が必要になる。そこで、クリップボード連携部590は、画像化対象のPDFファイルのページ内容をクリップボードにコピーする前に、Adobe ReaderによってPDFファイルを一旦テキストとして保存する。続いて、保存されたテキストをワードプロセッサやエディタ等で開き、文字数や行数をカウントするなどして、画像化対象のPDFファイルのページ数を取得する。そして、クリップボード連携部590は、ページ数と同じ回数だけ、PDFファイルの内容をクリップボードにコピーし、さらにそれを画像ファイルとして保存する動作を繰り返す。
The clipboard linkage unit 590 uses Adobe Reader's “Copy file to clipboard” function to copy the page contents of the PDF file to the clipboard, and then saves the clipboard contents as an image file to create an image. Execute. These series of processes can be automatically executed by, for example, a Java robot function.
In general, imaging using the clipboard can be performed for only one page at a time, so the clipboard linkage unit 590 needs information on how many pages the PDF file to be imaged is configured in advance. . Therefore, the clipboard linkage unit 590 temporarily saves the PDF file as text by Adobe Reader before copying the page contents of the PDF file to be imaged to the clipboard. Subsequently, the saved text is opened with a word processor, an editor, or the like, and the number of pages of the PDF file to be imaged is acquired by counting the number of characters or lines. The clipboard linkage unit 590 then repeats the operation of copying the contents of the PDF file to the clipboard as many times as the number of pages, and further saving it as an image file.

画像化部586によって作成された画像データは、テスト結果取得部512に戻される。   The image data created by the imaging unit 586 is returned to the test result acquisition unit 512.

続いて、テスト結果比較部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 result comparison unit 510 will be described with reference to FIG. The test result acquisition unit 512 uses image data of past test results (hereinafter also referred to as “comparison source data”) 350 and image data of the latest test results (hereinafter also referred to as “comparison data”) 352 as test results. Obtained from the holding unit 152 or from the PDF processing unit 580. The comparison unit 514 compares the two image data (S320), and the comparison result creation unit 518 creates the comparison result image 354. The user refers to the comparison result image, sets a range allowing mismatch between the new and old data as a mask range (S322), and based on this, the mask creation unit 522 creates a mask image 356. At the time of comparison of the test results after the next time (S324), the comparison result creation unit 518 performs mask processing for applying the mask image 356 to the comparison result image 354 (S326). As a result, a post-mask comparison result image 358 from which the mask portion identification process has been removed is generated and output to the user terminal.

図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 acquisition unit 512 displays a designation screen 530 on the user terminal when starting comparison of test result data. The designation screen 530 includes an area 532 for designating a file path for comparison source data, an area 534 for designating a file path for comparison destination data, and an area 536 for designating a storage destination of comparison result image data. When a comparison button 538 is clicked after specifying a file path in each area, the test result acquisition unit 512 determines whether the comparison source data and the comparison destination data are image data or a PDF file. In the case of image data, the comparison source data and the comparison destination data are fetched as they are, and the comparison process is started. In the case of a PDF file, the PDF processing unit 580 receives comparison source data and comparison destination data imaged from the PDF file, and then the comparison processing is started.

なお、比較元データおよび比較先データが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 PDF processing unit 580. First, when the test result data is determined to be a PDF file by the test result acquisition unit 512, the PDF file acquisition unit 582 acquires the PDF file (S252). The security confirmation unit 584 confirms the security setting of the PDF file (S254). The imaging unit 586 selects whether the printer driver cooperation unit 588 or the clipboard cooperation unit 590 performs the imaging according to the security setting (S256), and the PDF file is imaged by the selected method. (S258). The image data is returned to the test result acquisition unit 512, and a test result comparison process is performed.

図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 image data 540, and FIG. 24 represents current test result image data 550. Comparing FIG. 23 and FIG. 24, it can be seen that although the schedule table is correctly created in all cases, the dates in the schedule table are different because the dates on which the operation verification tests are performed are different.

新旧のテスト結果画像データ内の日付が異なっているため、比較結果作成部518は、図25に示すような比較結果画像560を作成する。比較結果画像560では、日付部分に編みかけ562が施され、識別表示されている。このように、ユーザは比較結果画像560を参照して識別表示部分を探すだけで、新旧のテスト結果データ間の不一致部分を容易に把握することができる。   Since the dates in the old and new test result image data are different, the comparison result creating unit 518 creates a comparison result image 560 as shown in FIG. In the comparison result image 560, the date portion is knitted 562 and is displayed in an identification manner. In this way, the user can easily grasp the inconsistent portion between the old and new test result data simply by referring to the comparison result image 560 and searching for the identification display portion.

しかしながら、上述したように、動作検証テストの実施日によってテスト結果内の日付が変わるのは当然なので、不一致点として識別表示されないほうが好ましい。そこで、マスク作成部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 mask creating unit 522 creates a mask image for masking a portion where the user allows mismatch.

図26は、そのようなマスク画像570の一例を示す。図示するように、日付に相当する部分がマスク範囲572として指定されている。このマスク範囲は、ユーザ指定受付部520を介してユーザ自身が指定することができる。マスク範囲は、例えば、比較結果画像560上で、ポインタまたはマウスを用いてテスト結果が相違してもよい部分を囲んで指定する。ユーザによりマスク範囲が指定されたら、マスク作成部522はそれらのマスク範囲を1つのマスク画像として作成する。比較結果作成部は、次回以降のテスト結果の比較の際に、比較結果画像に対しマスク画像を適用し、マスク範囲に当たる部分は識別表示を外して表示する。   FIG. 26 shows an example of such a mask image 570. As shown in the drawing, the part corresponding to the date is designated as a mask range 572. This mask range can be designated by the user himself / herself via the user designation receiving unit 520. For example, the mask range is specified by surrounding a portion on the comparison result image 560 where the test result may be different using a pointer or a mouse. When the mask range is designated by the user, the mask creation unit 522 creates those mask ranges as one mask image. The comparison result creation unit applies the mask image to the comparison result image when comparing the test results from the next time onward, and displays the portion corresponding to the mask range with the identification display removed.

ユーザが比較結果の不一致を許容する範囲、つまりマスク範囲として指定されるべき部分の例としては、上述の日付の他に、日々更新される統計や株価などの数字、ウェブの検索結果、日付毎に切り替わる画像、ウェブページの動作に影響を及ぼさない単なる装飾画像などが考えられるが、これらに限定されるものではない。   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 acquisition unit 512 acquires comparison source data and comparison destination data of the operation verification test from the test result holding unit 152 (S302). The comparison unit 514 compares the comparison source image data with the comparison destination image data, and detects a mismatched portion (S304). The comparison result creation unit 518 checks whether or not there is a mask image in the mask holding unit 516 (S306), and if there is no mask image (N in S306), outputs a comparison result image that identifies and displays the mismatched portion. (S310).

マスク作成部522は、比較結果画像を利用してマスク画像を作成するか否かをユーザに問い合わせ(S312)、マスクを作成する場合には(S312のY)、ユーザによるマスク範囲の指定を受け付け(S314)、マスク画像を作成して保存する(S316)。   The mask creation unit 522 inquires of the user whether or not to create a mask image using the comparison result image (S312). When creating a mask (Y in S312), the mask creation unit 522 accepts specification of the mask range by the user. (S314) A mask image is created and saved (S316).

S306において、マスク画像が存在する場合(S306のY)、比較結果作成部518は比較結果画像にマスク画像を適用し(S308)、マスク範囲の識別表示を消したマスク後比較結果画像を出力する(S310)。   In S306, if a mask image exists (Y in S306), the comparison result creating unit 518 applies the mask image to the comparison result image (S308), and outputs a post-mask comparison result image with the mask range identification display turned off. (S310).

以上説明したように、本実施形態によれば、ウェブページの動作検証テスト時の出力結果を過去の出力結果と突き合わせ、不一致部分を識別表示した上で画面出力するので、新旧のテスト結果の比較が容易になる。また、ウェブページの出力が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 checking the operation of a web page,
An operation recording unit that detects a data input operation on 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; ,
A program generation unit that generates a test program for reproducing a series of operations performed on the web page by setting a program code according to a function recorded in the operation content file;
A program execution unit that executes the test program by acquiring input data from an input data file different from the operation content file and passing the input data to the function;
A test result holding unit for recording the web page after execution of the test program as test result data;
A comparison unit that compares the previous test result data after execution of the previous test program with the current test result data after execution of the current test program;
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;
When the test result data is a PDF (Portable Document Format) file, an imaging unit for imaging the PDF file;
An operation verification apparatus comprising:
前記画像化部は、PDFファイルのセキュリティ設定に応じて画像化方法を選択することを特徴とする請求項1に記載の動作検証装置。   The operation verification apparatus according to claim 1, wherein the imaging unit selects an imaging method according to a security setting of the PDF file. 前記画像化部は、プリンタドライバを使用してPDFファイルを画像化することを特徴とする請求項1または2に記載の動作検証装置。   The operation verification apparatus according to claim 1, wherein the imaging unit images a PDF file using a printer driver. 前記画像化部は、PDFファイルの内容をクリップボードにコピーすることで画像化することを特徴とする請求項1または2に記載の動作検証装置。   The operation verification apparatus according to claim 1, wherein the imaging unit images the PDF file by copying the content of the PDF file to a clipboard. ウェブページの動作確認のためのテスト・プログラムを実行する装置に、
前記ウェブページに対するデータ入力操作を検出し、前記データ入力操作に対応する関数であって、前記ウェブページへの入力データを取得するためのインタフェースを備える関数を、操作内容ファイルに記録する操作記録機能と、
前記操作内容ファイルに記録された関数に応じてプログラムコードを設定することにより、前記ウェブページに対して実行された一連の操作を再現するためのテスト・プログラムを生成するプログラム生成機能と、
前記操作内容ファイルとは異なる入力データファイルから入力データを取得して前記関数に渡すことにより、前記テスト・プログラムを実行させるプログラム実行機能と、
前記テスト・プログラム実行後のウェブページをテスト結果データとして記録するテスト結果保持機能と、
前回のテスト・プログラム実行後の前回テスト結果データと、今回のテスト・プログラム実行後の今回テスト結果データとを比較する比較機能と、
前記比較機能による比較により検出された不一致部分を識別表示した比較結果画像を出力する比較結果作成機能と、
前記テスト結果データがPDF(Portable Document Format)ファイルである場合、該PDFファイルを画像化する画像化機能と、
を実現させるための動作検証プログラム。
To a device that executes a test program for checking the operation of a web page,
An operation recording function for detecting a data input operation on the web page and recording a function corresponding to the data input operation and having an interface for acquiring input data to the web page in an operation content file When,
A program generation function for generating a test program for reproducing a series of operations performed on the web page by setting a program code according to a function recorded in the operation content file;
A program execution function for executing the test program by acquiring input data from an input data file different from the operation content file and passing the input data to the function;
A test result holding function for recording the web page after execution of the test program as test result data;
A comparison function that compares the previous test result data after the previous test program execution with the current test result data after the current test program execution;
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;
When the test result data is a PDF (Portable Document Format) file, an imaging function for imaging the PDF file;
Operation verification program for realizing
ウェブページの動作確認のためのテスト・プログラムを実行する装置により実行される動作検証方法であって、
前記ウェブページに対するデータ入力操作を検出し、前記データ入力操作に対応する関数であって前記ウェブページへの入力データを取得するためのインタフェースを備える関数を、操作内容ファイルに記録するステップと、
前記操作内容ファイルに記録された関数に応じてプログラムコードを設定することにより、前記ウェブページに対して実行された一連の操作を再現するためのテスト・プログラムを生成するステップと、
前記操作内容ファイルとは異なる入力データファイルから入力データを取得して前記関数に渡すことにより、前記装置に前記テスト・プログラムを実行させるステップと、
前記テスト・プログラム実行後のウェブページをテスト結果データとしてメモリに記録するステップと、
前回のテスト・プログラム実行後の前回テスト結果データと、今回のテスト・プログラム実行後の今回テスト結果データとを比較するステップと、
前記比較部による比較により検出された不一致部分を識別表示した比較結果画像を出力するステップと、
前記テスト結果データがPDF(Portable Document Format)ファイルである場合、該PDFファイルを画像化するステップと、
を含むことを特徴とする動作検証方法。
An operation verification method executed by a device that executes a test program for checking the operation of a web page,
Detecting a data input operation on the web page and recording a function corresponding to the data input operation and having an interface for acquiring input data to the web page in an operation content file;
Generating a test program for reproducing a series of operations performed on the web page by setting a program code according to a function recorded in the operation content file;
Obtaining the input data from an input data file different from the operation content file and passing it to the function to cause the device to execute the test program;
Recording the web page after execution of the test program in a memory as test result data;
Comparing the previous test result data after the previous test program execution with the current test result data after the current test program execution;
Outputting a comparison result image identifying and displaying a mismatched portion detected by the comparison by the comparison unit;
When the test result data is a PDF (Portable Document Format) file, imaging the PDF file;
The operation verification method characterized by including.
JP2010024650A 2009-03-30 2010-02-05 Operation verification apparatus, operation verification method, and operation verification program Active JP4846030B2 (en)

Priority Applications (8)

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
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
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 true JP2011164786A (en) 2011-08-25
JP4846030B2 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)

Cited By (4)

* Cited by examiner, † Cited by third party
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
JP2017146940A (en) * 2016-02-19 2017-08-24 富士通株式会社 Support program, support method, and information processing device
WO2023188442A1 (en) * 2022-04-01 2023-10-05 株式会社エクストーン Software testing method

Citations (4)

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

Patent Citations (4)

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

Cited By (6)

* Cited by examiner, † Cited by third party
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
JP2017146940A (en) * 2016-02-19 2017-08-24 富士通株式会社 Support program, support method, and information processing device
WO2023188442A1 (en) * 2022-04-01 2023-10-05 株式会社エクストーン Software testing method
JP2023151697A (en) * 2022-04-01 2023-10-16 株式会社エクストーン Software testing method
JP7386560B2 (en) 2022-04-01 2023-11-27 株式会社エクストーン Software testing methods

Also Published As

Publication number Publication date
JP4846030B2 (en) 2011-12-28

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
US8434062B2 (en) Enhancing source code debugging and readability using visual symbols
WO2008024325A2 (en) Persistent saving portal
CN108762743B (en) Data table operation code generation method and device
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
JP4681673B1 (en) Operation verification apparatus, operation verification method, and operation verification program
JP4795404B2 (en) Operation verification apparatus and operation verification program
JP5379911B2 (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
JP4903278B2 (en) Operation verification apparatus, operation verification method, and operation verification program
US20190012400A1 (en) Information processing apparatus and non-transitory computer readable medium
JP2009199172A (en) Information processing system, method for specifying similar parts inside program, and program
Lee et al. A review of popular reverse engineering tools from a novice perspective
US20200387557A1 (en) System, program, and recording medium for displaying web pages
JP4846031B2 (en) Operation verification system
JP5379910B2 (en) Operation verification apparatus, operation verification method, and operation verification program
JP2007034806A (en) Information processor and program
JP6941980B2 (en) Test scenario execution system and test scenario execution method
Alfaro et al. $\mu $ PrintGen: Supporting Workflow Logs Analysis Through Visual Microprint

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