JP2012038162A - Automatic test tool program and automatic test method - Google Patents

Automatic test tool program and automatic test method Download PDF

Info

Publication number
JP2012038162A
JP2012038162A JP2010178897A JP2010178897A JP2012038162A JP 2012038162 A JP2012038162 A JP 2012038162A JP 2010178897 A JP2010178897 A JP 2010178897A JP 2010178897 A JP2010178897 A JP 2010178897A JP 2012038162 A JP2012038162 A JP 2012038162A
Authority
JP
Japan
Prior art keywords
screen
operation signal
screen image
unit
input
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2010178897A
Other languages
Japanese (ja)
Inventor
Yutaro Nishimura
勇太郎 西村
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co 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
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2010178897A priority Critical patent/JP2012038162A/en
Publication of JP2012038162A publication Critical patent/JP2012038162A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an automatic test tool program and an automatic test method capable of efficiently performing an operation test of a screen display accompanied by an operation.SOLUTION: An automatic test tool program related to the present invention makes a computer comprising at least an input part, a display part and a storage part function as: operation signal acquisition means for acquiring an operation signal input into the input part; first screen image acquisition means for acquiring a first screen image displayed on the display part after the operation signal is input into the input part; storage instruction means for storing the operation signal and the first screen image in the storage part; operation signal input means for inputting the operation signal stored in the storage part into the input part; second screen image acquisition means for acquiring a second screen image displayed on the display part after the operation signal is input into the input part; and comparison determination means for comparing the first and second screen images to determine whether they are coincident.

Description

本発明は、自動テストツール・プログラム及び自動テスト方法の分野に関する。   The present invention relates to the field of automated test tool programs and automated test methods.

ソフトウェア開発工程においては、動作テストを繰り返し行うことによりソフトウェアの品質を確保することが必要である。しかしながら動作テストにかけられる工数は有限であり、また開発速度を高めるためには、動作テストの効率化が求められている。少ない工数でテストを実施する方法としては、人的なテスター(テスト担当者)の手を借りることなく、動作テストを実行し、その結果をレポートするといった自動テストツールが知られている。   In the software development process, it is necessary to ensure the quality of software by repeatedly performing operation tests. However, the man-hours required for the operation test are limited, and in order to increase the development speed, the efficiency of the operation test is required. As a method of performing a test with a small number of man-hours, an automatic test tool is known in which an operation test is performed and the result is reported without the assistance of a human tester (tester).

自動テストツールに関し、例えば特許文献1には、自動テストで使用するテストシナリオの作成を効率化する目的で、操作タイミングをテストシナリオに記録させてテストシナリオを作成する方法が開示されている。   With regard to the automatic test tool, for example, Patent Document 1 discloses a method for creating a test scenario by recording operation timing in a test scenario for the purpose of improving the efficiency of creating a test scenario used in an automatic test.

さて一方、ファックス、プリンタ、コピーおよびスキャナなどの各装置の機能を1つの筐体内に収納した画像形成装置(以下、MFP:Multi-Function Peripheralという)が知られるようになった。このMFPは、1つの筐体内に表示部、印刷部および撮像部などを設けると共に、ファックス、プリンタ、コピーおよびスキャナにそれぞれ対応する4種類のアプリケーションを設け、そのアプリケーションを切り替えることより、ファックス、プリンタ、コピーおよびスキャナとして動作させるものである。   On the other hand, an image forming apparatus (hereinafter referred to as MFP: Multi-Function Peripheral) in which functions of each apparatus such as a fax machine, a printer, a copy machine, and a scanner are housed in a single housing has come to be known. This MFP is provided with a display unit, a printing unit, an imaging unit, and the like in one casing, and four types of applications corresponding to a fax, a printer, a copy, and a scanner, respectively. And operate as a copy and scanner.

近年、MFPの多機能化に伴い、画像形成装置の操作パネル上における液晶パネル(タッチパネル)も大型化してきており、その表示内容も充実している。例えば、アイコン等を用いた多彩な表示画面をソフトウェアの制御に基づいて表示させることにより、ユーザフレンドリなユーザインタフェースを提供している。   In recent years, with the multifunctionalization of MFP, the liquid crystal panel (touch panel) on the operation panel of the image forming apparatus has been enlarged, and the display content has been enhanced. For example, a user-friendly user interface is provided by displaying various display screens using icons or the like based on software control.

ここで、MFPの液晶パネル(タッチパネル)に表示されるユーザインタフェースもまた、ソフトウェアの制御に基づいて表示されており、然るに、MFPのソフトウェア開発工程においても、画面表示ソフトウェアの動作テストを繰り返し行い、そのソフトウェア品質を確保することが必要である。例えばテスター(テスト担当者)は、操作パネル上のハードキーやタッチパネルを多様な操作パターンでもって操作し、特に画面表示ソフトウェアの動作テストの場合、表示画面が操作により意図される画面へ正しく遷移するかどうかの確認を何度も繰り返し行なう。   Here, the user interface displayed on the liquid crystal panel (touch panel) of the MFP is also displayed based on the control of the software. In the software development process of the MFP, the operation test of the screen display software is repeatedly performed, It is necessary to ensure that software quality. For example, a tester (tester) operates the hard keys and touch panel on the operation panel with various operation patterns, and in particular, in the case of an operation test of screen display software, the display screen transitions correctly to the screen intended by the operation. Check repeatedly whether or not.

そしてまた、このような動作テストも上述の如く効率化の観点から自動化されることが望まれるところ、上述従来の自動テストツールは、どちらかというとソフトウェアのコンポーネント間のやり取りを表すコマンドレベルのシーケンスをテスト対象としており、液晶パネル(タッチパネル)に表示されている表示画面の正しさをテスト対象としているものではない。そのため画面表示ソフトウェアの動作テストにおいては、これらのテストデータを自動的に作成することができず、実際に動作テストのための工数を要し、その効率面に問題があった。   In addition, it is desired that such an operation test be automated from the viewpoint of efficiency as described above. However, the above-described conventional automatic test tool is a command-level sequence that represents an exchange between software components. Is the test target, and is not the test target for the correctness of the display screen displayed on the liquid crystal panel (touch panel). Therefore, in the operation test of the screen display software, these test data cannot be automatically created, and it actually takes man-hours for the operation test, and there is a problem in its efficiency.

本発明では上記のような問題に鑑みて、操作に伴う画面表示の動作テストを効率的に行える自動テストツール・プログラム及び自動テスト方法を提供することを目的とする。より具体的には、例えばMFPの操作部において、所定操作に従って、仕様上意図される表示画面へ正しく遷移するかどうかを含む画面表示ソフトウェアの自動テストツールを本発明により提供する。   In view of the above problems, an object of the present invention is to provide an automatic test tool program and an automatic test method that can efficiently perform an operation test of a screen display accompanying an operation. More specifically, for example, the present invention provides an automatic test tool for screen display software including whether or not a transition to a display screen intended in the specification is correctly performed according to a predetermined operation in an operation unit of the MFP.

そこで上記課題を解決するため、本発明に係る自動テストツール・プログラムは、テストケースを作成し、テスト対象のソフトウェアに対しテストケースを実行させ、操作命令に伴い表示される表示画面の確かさをテストする自動テストツール・プログラムであって、少なくとも入力部、表示部及び記憶部を備えるコンピュータに、入力部に入力された操作信号を取得する操作信号取得手段と、前記操作信号が入力部に入力された後、表示部に表示された第1画面画像を取得する第1画面画像取得手段と、記憶部に前記操作信号及び第1画面画像を記憶させる記憶指示手段と、また、記憶部に記憶された前記操作信号を入力部に入力する操作信号入力手段と、前記操作信号入力手段により操作信号が入力部に入力された後、前記表示部に表示された第2画面画像を取得する第2画面画像取得手段と、前記第1画面画像と第2画面画像とが一致するか否かを比較判定する比較判定手段として機能させる。   In order to solve the above problems, the automatic test tool program according to the present invention creates a test case, causes the test target software to execute the test case, and confirms the reliability of the display screen displayed in accordance with the operation instruction. An automatic test tool program to be tested, comprising at least an input unit, a display unit, and a storage unit, an operation signal acquisition means for acquiring an operation signal input to the input unit, and the operation signal input to the input unit After that, the first screen image acquisition means for acquiring the first screen image displayed on the display section, the storage instruction means for storing the operation signal and the first screen image in the storage section, and the storage in the storage section An operation signal input means for inputting the operated signal to the input section; and after the operation signal is input to the input section by the operation signal input means, the operation signal is displayed on the display section. And the second screen image acquisition means for acquiring a second screen image, and the first screen image and the second screen image is made to function as a comparison determines the comparison determination unit configured to determine whether to match.

また上記課題を解決するため、本発明に係る自動テストツール・プログラムは、テストケースを作成し、テスト対象のソフトウェアに対しテストケースを実行させ、操作命令に伴い表示される表示画面の確かさをテストする自動テストツール・プログラムであって、少なくとも入力部、表示部及び記憶部を備えるコンピュータに、入力部に入力された操作信号を取得する操作信号取得手段と、前記操作信号が入力部に入力された後、表示部に表示された第1画面画像を取得する第1画面画像取得手段と、前記操作信号を当該操作信号に対応付けされた操作内容に解釈し、また前記第1画面画像を当該画面画像が示す第1画面内容に解釈する第1解釈手段と、記憶部に前記操作内容及び第1画面内容を記憶させる記憶指示手段と、また、記憶部に記憶された前記操作内容を入力部に入力する操作信号入力手段と、前記操作信号入力手段により操作内容が入力部に入力された後、前記表示部に表示された第2画面画像を取得する第2画面画像取得手段と、前記第2画面画像を当該画面画像が示す第2画面内容に解釈する第2解釈手段と、前記第1画面内容と第2画面内容とが一致するか否かを比較判定する比較判定手段として機能させる。   In order to solve the above problems, the automatic test tool program according to the present invention creates a test case, causes the test target software to execute the test case, and confirms the reliability of the display screen displayed in accordance with the operation instruction. An automatic test tool program to be tested, comprising at least an input unit, a display unit, and a storage unit, an operation signal acquisition means for acquiring an operation signal input to the input unit, and the operation signal input to the input unit After that, the first screen image acquisition means for acquiring the first screen image displayed on the display unit, the operation signal is interpreted as the operation content associated with the operation signal, and the first screen image is First interpretation means for interpreting the first screen content indicated by the screen image, storage instruction means for storing the operation content and the first screen content in the storage section, and a storage section An operation signal input unit that inputs the stored operation content to the input unit, and a second screen image that is displayed on the display unit is acquired after the operation content is input to the input unit by the operation signal input unit. A comparison is made between the two-screen image acquisition means, the second interpretation means for interpreting the second screen image into the second screen content indicated by the screen image, and whether the first screen content and the second screen content match. It functions as a comparison / determination means.

なお、本発明の構成要素、表現または構成要素の任意の組合せを、方法、装置、システム、コンピュータプログラム、記録媒体、などに適用したものも本発明の態様として有効である。   In addition, what applied the arbitrary combination of the component of this invention, expression, or a component to a method, an apparatus, a system, a computer program, a recording medium, etc. is also effective as an aspect of this invention.

本発明によれば、操作に伴う画面表示の動作テストを効率的に行える自動テストツール・プログラム及び自動テスト方法を提供することができる。   ADVANTAGE OF THE INVENTION According to this invention, the automatic test tool program and automatic test method which can perform the operation test of the screen display accompanying operation efficiently can be provided.

本発明の実施形態に係るMFP1のハードウェア構成の一例を示す図である。2 is a diagram illustrating an example of a hardware configuration of an MFP 1 according to the embodiment of the present invention. FIG. MFP1の操作パネル11の外観の一例を示す図である。3 is a diagram illustrating an example of an appearance of an operation panel 11 of the MFP 1. FIG. 本実施形態に係るMFP1の主要機能構成を示す機能ブロック図である。2 is a functional block diagram showing a main functional configuration of MFP 1 according to the present embodiment. FIG. 本実施形態に係る自動テストツールのテストケース作成画面例を示す。An example of a test case creation screen of the automatic test tool according to the present embodiment is shown. テスターによる操作フロー例を示す。An example of an operation flow by a tester is shown. テストケースの作成処理の示すシーケンス図である。It is a sequence diagram which shows the creation process of a test case. テストケース及び画面画像例を示す。A test case and a screen image example are shown. 本実施形態に係る自動テストツールのテスト実施画面例を示す。The example of a test implementation screen of the automatic test tool concerning this embodiment is shown. テスト実施処理の示すシーケンス図である。It is a sequence diagram which shows a test implementation process. 画面画像比較例(その1)を示す。A screen image comparison example (part 1) is shown. 画面画像比較例(その2)を示す。A screen image comparison example (part 2) is shown. 本実施形態に係る自動テスト実行部20の機能構成を示す機能ブロック図である。It is a functional block diagram which shows the function structure of the automatic test execution part 20 which concerns on this embodiment. 本実施形態2に係る自動テスト実行部30の機能構成を示す機能ブロック図である。It is a functional block diagram which shows the function structure of the automatic test execution part 30 which concerns on this Embodiment 2. FIG. 操作内容を定義した情報テーブル例を示す。An example of an information table in which operation contents are defined is shown. テストケースの作成処理の示すシーケンス図である。It is a sequence diagram which shows the creation process of a test case. 作成されたテストケース例を示す。An example of the created test case is shown. テスト実施処理の示すシーケンス図である。It is a sequence diagram which shows a test implementation process. 画面内容比較例を示す。An example of screen content comparison is shown.

本発明を実施するための形態を各実施形態において図面を用いて説明する。なお、本発明を説明するにあたって、本発明に係る自動テストツールを用いた動作テストを画像形成装置(MFP)に適用した例を以下に示す。   DESCRIPTION OF EMBODIMENTS Embodiments for carrying out the present invention will be described in each embodiment with reference to the drawings. In describing the present invention, an example in which an operation test using the automatic test tool according to the present invention is applied to an image forming apparatus (MFP) will be described below.

[実施形態1]
(ハードウェア)
図1は、本発明の実施形態に係るMFP1のハードウェア構成の一例を示す図である。本実施形態に係るMFP1は、操作パネル11と、記憶メディアI/F12と、コントローラ13と、データ通信I/F14と、スキャナ15と、プロッタ16と、HDD(Hard Disk Drive)17とから構成され、それぞれ相互に接続されている。
[Embodiment 1]
(hardware)
FIG. 1 is a diagram illustrating an example of a hardware configuration of the MFP 1 according to the embodiment of the present invention. The MFP 1 according to the present embodiment includes an operation panel 11, a storage medium I / F 12, a controller 13, a data communication I / F 14, a scanner 15, a plotter 16, and an HDD (Hard Disk Drive) 17. Are connected to each other.

操作パネル11は、入力装置11aと表示装置11bとを有しており、入力装置11aは、ハードキーなどで構成され、MFP1に各操作信号を入力するのに用いられる。また、表示装置11bは、ディスプレイなどで構成され、例えば画像形成動作に関する各種情報を表示する。データ通信I/F14は、インタフェース装置14aを有しており、MFP1をネットワークやファックスなどのデータ伝送路に接続するインタフェースである。HDD17は、MFP1で取り扱われる受信文書データや読み取り画像データなどの各種データを格納している。また、HDD17は、これらの各種データを、所定のファイルシステムやDB(Data Base)により管理している。   The operation panel 11 includes an input device 11a and a display device 11b. The input device 11a includes hard keys and the like, and is used to input each operation signal to the MFP 1. Further, the display device 11b is configured by a display or the like, and displays, for example, various types of information regarding the image forming operation. The data communication I / F 14 includes an interface device 14a, and is an interface that connects the MFP 1 to a data transmission path such as a network or a fax machine. The HDD 17 stores various data such as received document data and read image data handled by the MFP 1. Further, the HDD 17 manages these various data by a predetermined file system or DB (Data Base).

HDD17に格納される各種データの中には、記録媒体12bから入力されるデータを含む。記録媒体12bは、記憶メディアI/F12が有するドライブ装置12aにセットされ各種データが記録媒体12bからドライブ装置12aを介してHDD17に格納される。   Various data stored in the HDD 17 includes data input from the recording medium 12b. The recording medium 12b is set in the drive device 12a included in the storage medium I / F 12, and various data are stored in the HDD 17 from the recording medium 12b via the drive device 12a.

コントローラ13は、ROM(Read Only Memory)13a、RAM(Random Access Memory)13b、及びCPU(Central Processing Unit)13cとを有しており、ROM13aは、MFP1が起動されるときに実行されるプログラムや各種データを格納している。また、RAM13bは、ROM13aやHDD17から読み出された各種プログラムやデータを一時保持する。更に、CPU13cは、RAM13bが一時保持しているプログラムを実行する。コントローラ13は、例えば、データ通信I/F14を介して印刷データを受信した場合に、ROM13aからRAM13b上に読み出された、PDL(Page Description Language)を解釈可能なプログラム(PDLパーサ)をCPU13cにより実行し、印刷データを解釈してビットマップイメージを生成する。   The controller 13 includes a ROM (Read Only Memory) 13a, a RAM (Random Access Memory) 13b, and a CPU (Central Processing Unit) 13c. The ROM 13a is a program executed when the MFP 1 is activated. Stores various data. The RAM 13b temporarily stores various programs and data read from the ROM 13a and the HDD 17. Further, the CPU 13c executes a program temporarily stored in the RAM 13b. For example, when the print data is received via the data communication I / F 14, the controller 13 reads a program (PDL parser) that can read PDL (Page Description Language) read from the ROM 13a onto the RAM 13b by the CPU 13c. Execute and interpret the print data to generate a bitmap image.

スキャナ15は、画像読取装置15aを有しており、読み取り面に配置された原稿を光学的に読み取り画像データを生成する。プロッタ16は、印刷装置16aを有しており、例えば、電子写真プロセス方式によってビットマップイメージを記録紙に印刷する。   The scanner 15 includes an image reading device 15a, and optically reads a document placed on a reading surface and generates image data. The plotter 16 has a printing device 16a and prints a bitmap image on a recording sheet by, for example, an electrophotographic process method.

図2は、MFP1の操作パネル11の外観の一例を示す図である。上述したように、操作パネル11は、入力装置11aと表示装置11bとを含んで構成される。より具体的には、操作パネル11は、例えば画像形成動作に関する各種情報を表示するディスプレイ18と、利用者が操作指示を行うための物理的なボタンやダイヤルのようなハードキー19で構成される。なお本実施形態のディスプレイ18は、触覚センサによるタッチパネル式ディスプレイであるので、ディスプレイ上の接触操作により画像形成動作に係る操作指示を行うことが可能となっている。   FIG. 2 is a diagram showing an example of the appearance of the operation panel 11 of the MFP 1. As described above, the operation panel 11 includes the input device 11a and the display device 11b. More specifically, the operation panel 11 includes, for example, a display 18 that displays various types of information related to an image forming operation, and a hard key 19 such as a physical button or a dial for a user to give an operation instruction. . In addition, since the display 18 of this embodiment is a touch panel type display by a tactile sensor, it is possible to perform an operation instruction related to an image forming operation by a contact operation on the display.

このように、本実施形態に係るMFP1では、上記ハードウェア構成により、コピー、プリンタ、ファクシミリ、スキャナなどの複数の機能を実現している。   As described above, the MFP 1 according to the present embodiment realizes a plurality of functions such as a copy, a printer, a facsimile, and a scanner by the above hardware configuration.

(機能)
図3は、本実施形態に係るMFP1の主要機能構成を示す機能ブロック図である。MFP1は、操作部(操作パネル)11、コントローラ部13、記憶部(HDD)17、各種MFPエンジン15、16、及び自動テスト実行部20を含み構成される。
(function)
FIG. 3 is a functional block diagram showing the main functional configuration of the MFP 1 according to this embodiment. The MFP 1 includes an operation unit (operation panel) 11, a controller unit 13, a storage unit (HDD) 17, various MFP engines 15 and 16, and an automatic test execution unit 20.

操作部(操作パネル)11、記憶部(HDD)17は、それぞれ上述したMFP1の操作パネル、HDDである。コントローラ部13は、MFP動作をコントロールする制御部である。MFP1の本体ソフトウェアを保持しており、この本体ソフトウェアが実行されることによりMFP1の動作制御が実現される。この動作制御には、操作部11への画面表示の制御をも含むため、本体ソフトウェアは、本実施形態に係る自動テストツールのテスト対象となるソフトウェアとなる。各種MFPエンジン15、16は、例えばスキャナ装置、プロッタ装置など、MFP1に搭載される各種画像形成に関わるエンジンである。   An operation unit (operation panel) 11 and a storage unit (HDD) 17 are the operation panel and HDD of the MFP 1 described above, respectively. The controller unit 13 is a control unit that controls the MFP operation. The main body software of the MFP 1 is held, and the operation control of the MFP 1 is realized by executing the main body software. Since this operation control includes control of screen display on the operation unit 11, the main body software is software to be tested by the automatic test tool according to the present embodiment. The various MFP engines 15 and 16 are engines related to various image formations mounted on the MFP 1, such as a scanner device and a plotter device.

自動テスト実行部20は、本実施形態に係る自動テストツール・プログラムがMFP1にインストールされた結果MFP1に備わる機能と見立ててある。この自動テストツール・プログラムが実行されることにより、自動テスト実行部20が機能動作し、MFP1上においてテスト動作が実現される。   The automatic test execution unit 20 is regarded as a function provided in the MFP 1 as a result of installing the automatic test tool program according to the present embodiment in the MFP 1. By executing this automatic test tool program, the automatic test execution unit 20 functions and a test operation is realized on the MFP 1.

(全体動作)
自動テスト実行部20の機能詳細を説明する前に、本実施形態に係る自動テストツールを用いた動作テストの全体フローについて先に説明する。本テストフローは、(1)テストケースの作成、(2)テスト実施のステップからなる。
(Overall operation)
Before describing the functional details of the automatic test execution unit 20, the overall flow of the operation test using the automatic test tool according to the present embodiment will be described first. This test flow includes steps of (1) test case creation and (2) test execution.

(1)テストケースの作成
図4は、本実施形態に係る自動テストツールのテストケース作成画面例を示す。まずテスター(ユーザ)は、自動テストツールを起動し、本体ソフトウェアの動作テストを行うにあたって、テストしたいテストケースの作成を行う。テストケースの作成は、自動テストツールを用いて作成することができる。作成されたテストケースは、以後のテスト実施の動作模範となるものである。テスト実施において、テスト対象である本体ソフトウェアに対しテストケース通り動作させた際に、本体ソフトウェアが意図される期待通りの結果(表示画面)を出力するかどうかを判定する。
(1) Test Case Creation FIG. 4 shows an example of a test case creation screen of the automatic test tool according to the present embodiment. First, a tester (user) activates an automatic test tool and creates a test case to be tested when performing an operation test of the main body software. Test cases can be created using an automated test tool. The created test case serves as a model for the subsequent test execution. In performing the test, when the main body software to be tested is operated according to the test case, it is determined whether or not the main body software outputs the expected result (display screen).

さて、自動テストツール上、テスターは、「計測開始」ボタンを押下することにより、テストケースの作成を開始できる。「計測開始」後、テスターは、操作パネル11を操作する。操作を終了すると、「計測終了」ボタンを押下してテストケースの作成を終了させる。   Now, on the automatic test tool, the tester can start creating a test case by pressing the “measurement start” button. After “start measurement”, the tester operates the operation panel 11. When the operation is finished, the “measurement end” button is pressed to finish the test case creation.

具体的に例えば、テスターは、図5に示されるように、「計測開始」後、テスターは、操作パネル11を操作し、画面Aにおいて画面上の操作ボタン「3」を操作(押下)したものとする。「3」の操作を受け、画面Bに遷移したものとし、続けてテスターは、画面Bにおいて画面上の操作ボタン「5」を操作(押下)し、画面Cに遷移したものとする。また画面Cにおいて、画面上の操作ボタン「OFF」を操作(押下)し、「ON」に設定変更を行ったものとする(画面Dのまま)。ここでテスターは、操作を終了するものとし、「計測終了」ボタンを押下してテストケースの作成を終了させる。   Specifically, for example, as shown in FIG. 5, the tester operates the operation panel 11 and operates (presses) the operation button “3” on the screen A on the screen A after “start measurement”. And It is assumed that the operation “3” is received and the screen is changed to the screen B, and the tester subsequently operates (presses) the operation button “5” on the screen B to change to the screen C. In addition, it is assumed that the operation button “OFF” on the screen is operated (pressed) on the screen C and the setting is changed to “ON” (the screen D remains). Here, it is assumed that the tester finishes the operation, and presses the “end measurement” button to finish the creation of the test case.

ここで、テスターは、画面Aから「3」を操作→画面Bに遷移→画面Bから「5」を操作→画面Cに遷移→画面Cから「OFF」を「ON」へ操作、という流れでもって、本体ソフトウェアの動作テストを行う目的であるため、このようなテストケースを作成したということになる。   Here, the tester operates “3” from screen A → transition to screen B → operation from screen B to “5” → transition to screen C → operation from screen C to “OFF” to “ON”. Therefore, since the purpose is to perform an operation test of the main software, it means that such a test case has been created.

図6は、テストケースの作成処理の示すシーケンス図である。テスターにより「計測開始」ボタンを押下され「計測終了」ボタンを押下までの情報処理について、図を参照しながら以下説明する。   FIG. 6 is a sequence diagram illustrating a test case creation process. Information processing from when the “measurement start” button is pressed by the tester until the “measurement end” button is pressed will be described below with reference to the drawings.

自動テストツール上テスターにより「計測開始」ボタンを押下されると(S601)、自動テスト実行部20は、テストケースの作成処理を開始する。テスターにより操作部11が操作されると(S602)、操作信号がコントローラ部13に伝達される(S604)。このとき、自動テスト実行部20は、この操作信号を取得する(S604)。この操作信号の内容としては、例えば操作されたハードキー19の種類や、操作されたタッチパネル18上の座標情報などである。   When the “measurement start” button is pressed by the tester on the automatic test tool (S601), the automatic test execution unit 20 starts a test case creation process. When the operation unit 11 is operated by the tester (S602), an operation signal is transmitted to the controller unit 13 (S604). At this time, the automatic test execution unit 20 acquires this operation signal (S604). Examples of the contents of the operation signal include the type of the operated hard key 19 and coordinate information on the operated touch panel 18.

一方、コントローラ部13に操作信号が伝達されたことに伴い、コントローラ部13は操作部11に対し画面データを送信する(S605)。これは画面表示のための画面データである。自動テスト実行部20は、操作部11(正確にはタッチパネル18)の表示画面が切替えられると、画面画像の取得(キャプチャ)を行う(S606)。自動テスト実行部20は、操作信号を取得後、ある一定の時間を置いてから画面画像を取得するとよい。表示画面切り替えの時間を考慮するためである。   On the other hand, when the operation signal is transmitted to the controller unit 13, the controller unit 13 transmits screen data to the operation unit 11 (S605). This is screen data for screen display. When the display screen of the operation unit 11 (more precisely, the touch panel 18) is switched, the automatic test execution unit 20 acquires (captures) a screen image (S606). The automatic test execution unit 20 may acquire the screen image after a certain time after acquiring the operation signal. This is because the display screen switching time is taken into consideration.

そして自動テスト実行部20は、取得した操作信号及び画面画像を記憶部(HDD)17に記憶指示を行い、これら情報を保存させる(S607)。自動テストツール上テスターにより「計測終了」ボタンを押下されると(S608)、自動テスト実行部20は、操作信号及び画面画像の取得を終了する。   Then, the automatic test execution unit 20 instructs the storage unit (HDD) 17 to store the acquired operation signal and screen image, and stores the information (S607). When the “end measurement” button is pressed by the tester on the automatic test tool (S608), the automatic test execution unit 20 ends the acquisition of the operation signal and the screen image.

なお、「計測終了」ボタンが押下されるまでは、テスターにより再び操作されると(S602)、S602〜S607の処理が繰り返される。つまり一つのテストケース内でも複数の操作信号及び画面画像が取得されうる。この場合、取得の順序情報を含め記憶部(HDD)17に保存される。そしてここで保存された情報が、テストケースデータとしてテスト実行時に使用されることになる。   Note that until the “end measurement” button is pressed, when the tester operates again (S602), the processing of S602 to S607 is repeated. That is, a plurality of operation signals and screen images can be acquired even within one test case. In this case, the information is stored in the storage unit (HDD) 17 including the acquisition order information. The information stored here is used as test case data during test execution.

ここで具体的に、テスターは、図5に示されるように、画面Aから「3」を操作→画面Bに遷移→画面Bから「5」を操作→画面Cに遷移→画面Cから「OFF」を「ON」へ操作、という流れでもって、テストケースの作成を行ったものとする。すると図7に示されるように、(a)テストケースが作成され、また併せて(b)画面Bの画面画像(例えばBMP形式)、(c)画面Cの画面画像(その1)、(d)画面Cの画面画像(その2)、が取得・保存される。テストケースでは、操作信号(キーイベント)と、その操作信号に対応する画面画像が対応付けられる。   Specifically, as shown in FIG. 5, the tester operates “3” from screen A → transitions to screen B → operations from screen B to “5” → transitions to screen C → “OFF from screen C” It is assumed that the test case has been created in the flow of “ON” to “ON”. Then, as shown in FIG. 7, (a) a test case is created, and (b) a screen image of screen B (for example, BMP format), (c) a screen image of screen C (part 1), (d ) A screen image (part 2) of screen C is acquired and saved. In the test case, an operation signal (key event) is associated with a screen image corresponding to the operation signal.

なお上述の説明においては、コントローラ部13に操作信号が伝達されたとき、コントローラ部13は操作部11に対し画面データを送信し、表示画面が切替えられるものとして説明した。しかし、全ての操作が表示画面の切替えを伴うものではない。表示画面が切替え(画面遷移)を伴わずに、一の表示画面上で操作が行われる場合もある(例えば図5の画面C「OFF」→「ON」)。このような場合も、自動テスト実行部20は、上述のシーケンスに従って一の操作信号につき一の画面画像を取得する。表示画面自体は同一でも、同画面中、操作により一部のパラメータや表示内容の変化が伴う場合もあるからであり、この変化についてもテストできるようにするためである(例えば図7の(c)、(d))。   In the above description, the controller unit 13 transmits screen data to the operation unit 11 when an operation signal is transmitted to the controller unit 13, and the display screen is switched. However, not all operations involve display screen switching. There is a case where an operation is performed on one display screen without switching the display screen (screen transition) (for example, screen C “OFF” → “ON” in FIG. 5). Even in such a case, the automatic test execution unit 20 acquires one screen image for one operation signal according to the above-described sequence. This is because even if the display screen itself is the same, some parameters and display contents may be changed depending on the operation in the same screen, and this change can be tested (for example, (c) in FIG. 7). ), (D)).

(2)テスト実施
図8は、本実施形態に係る自動テストツールのテスト実施画面例を示す。テスター(ユーザ)は、本体ソフトウェアの動作テストを行うにあたって、自動テストツール上テストしたいテストケースの指定を行い、「テスト開始」を押下する。テストケースの作成は、上述したように予め自動テストツールを用いて作成することができる。テスト実施においては、テスト対象である本体ソフトウェアに対し指定のテストケース通り動作させた際に、本体ソフトウェアが意図される期待通りの結果(表示画面)を出力するかどうかを判定させる。
(2) Test Execution FIG. 8 shows an example of a test execution screen of the automatic test tool according to the present embodiment. The tester (user) designates a test case to be tested on the automatic test tool and presses “Start Test” when performing an operation test of the main body software. As described above, the test case can be created using an automatic test tool in advance. In performing the test, when the main body software to be tested is operated according to a specified test case, it is determined whether or not the main body software outputs an expected result (display screen).

なお図中の自動テストツール上、テストを繰り返し行えるようオプションとして、テスト実施を行う回数の設定を行えるようになっている。一般に動作テストにおいては、1回動作確認が取れればよいという訳でなく、何度も繰り返し同一の動作テストを行うことにより、間違いない動作の確かさの確認を行なう必要があるからである。   In the automatic test tool in the figure, the number of test executions can be set as an option to repeat the test. In general, in the operation test, it is not necessary to confirm the operation once, but it is necessary to confirm the certainty of the operation without fail by repeatedly performing the same operation test.

図9は、テスト実施処理の示すシーケンス図である。テスターにより「テスト開始」ボタン押下により開始されるテスト実施処理について、図を参照しながら以下説明する。   FIG. 9 is a sequence diagram illustrating the test execution process. The test execution process started by pressing the “Start Test” button by the tester will be described below with reference to the drawings.

自動テストツール上テスターにより「テスト開始」ボタンを押下されると(S901)、自動テスト実行部20は、テスト実施処理を開始する。まず自動テスト実行部20は、記憶部(HDD)17から、指定されたテストケースと、そのテストケース関連の画面画像を取得する(S902)。なおこのとき取得した画面画像を第1画面画像と呼ぶ。   When the “test start” button is pressed by the tester on the automatic test tool (S901), the automatic test execution unit 20 starts a test execution process. First, the automatic test execution unit 20 acquires a designated test case and a screen image related to the test case from the storage unit (HDD) 17 (S902). The screen image acquired at this time is referred to as a first screen image.

テストケースには、上述の通り指示信号が含まれている(例えば、図7(a)のキーイベント)ので、自動テスト実行部20は、この指示信号を操作部11に対して伝達する(S903)。操作部11は操作信号を受けて、テスターにより操作部11が操作されたときと同じように、操作信号をコントローラ部13に伝達する(S904)。なお設計上可能であれば、自動テスト実行部20が操作信号を直接コントローラ部13に伝達してもよい。   Since the test case includes the instruction signal as described above (for example, the key event in FIG. 7A), the automatic test execution unit 20 transmits the instruction signal to the operation unit 11 (S903). ). The operation unit 11 receives the operation signal and transmits the operation signal to the controller unit 13 in the same manner as when the operation unit 11 is operated by the tester (S904). If the design is possible, the automatic test execution unit 20 may transmit the operation signal directly to the controller unit 13.

一方、コントローラ部13に操作信号が伝達されたことに伴い、コントローラ部13は操作部11に対し画面データを送信する(S905)。自動テスト実行部20は、表示画面が切替えられると、ここでもまた画面画像の取得(キャプチャ)を行う(S906)。なおこのとき取得した画面画像を第2画面画像と呼ぶ。   On the other hand, when the operation signal is transmitted to the controller unit 13, the controller unit 13 transmits screen data to the operation unit 11 (S905). When the display screen is switched, the automatic test execution unit 20 also acquires (captures) a screen image (S906). The screen image acquired at this time is called a second screen image.

さてここで、自動テスト実行部20は、S902にて先に記憶部(HDD)17から取得した第1画面画像と、S906にてキャプチャした第2画面画像とを比較し、両画面画像が一致するか否かの判定を行う(S907)。両画面画像が一致すれば、MFP1の操作部11は、テストケースと同じ振る舞い動作を行っていることを意味する。つまり、ある所定操作に従って、仕様上意図される正しい表示画面を表示するかどうかの確認が取れたことになり、テスト結果は成功といえる。一方、両画面画像が不一致であれば、MFP1の操作部において、ある所定操作に従って、仕様上意図される表示画面を表示していないということになり、テスト結果は失敗といえる。なおここでの判定方法は、一致又は不一致を判定できればよく、一例として画素比較により両画面画像が一致するか否かの判定を行うことができる。   Here, the automatic test execution unit 20 compares the first screen image previously acquired from the storage unit (HDD) 17 in S902 with the second screen image captured in S906, and the two screen images match. It is determined whether or not to perform (S907). If the two screen images match, it means that the operation unit 11 of the MFP 1 is performing the same behavior as the test case. That is, according to a predetermined operation, it has been confirmed whether or not the correct display screen intended by the specification is displayed, and the test result can be said to be successful. On the other hand, if the two screen images do not match, it means that the display screen intended for the specification is not displayed in accordance with a predetermined operation in the operation unit of the MFP 1, and the test result can be said to be a failure. Note that the determination method here only needs to be able to determine matching or mismatching. For example, it is possible to determine whether or not both screen images match by pixel comparison.

自動テスト実行部20は、判定結果に基づき、テスト結果のレポートを作成しこれをテスターに対しレポートする(S908、S909)。   The automatic test execution unit 20 creates a test result report based on the determination result and reports this to the tester (S908, S909).

図10は、画面画像比較例(その1)を示す。図中左の画面画像はテストデータ作成時の画面画像(第1画面画像)であり、意図される仕様通りの画面画像である。図中右の画面画像はテストデータ実行時の画面画像(第2画面画像)である。両画像の一致をもって、テスト結果は成功と判断できる。一方、両画像が不一致であれば、意図される仕様と異なるため、何らかの本体ソフトウェアの不具合が生じている、と判断できる。なおこの例の場合、画像中、時刻表示箇所は取得された時刻が異なるので比較判定の対象外として処理するとよい。   FIG. 10 shows a screen image comparison example (part 1). The screen image on the left in the figure is a screen image at the time of test data creation (first screen image), which is a screen image according to the intended specification. The screen image on the right in the figure is a screen image (second screen image) when test data is executed. The test result can be determined to be successful if both images match. On the other hand, if the two images do not match, it can be determined that there is a problem with the main body software because it differs from the intended specification. In the case of this example, the time display location in the image has a different acquired time, so that it may be processed out of the comparison determination target.

図11は、画面画像比較例(その2)を示す。具体的に図7の例に即したもので、図中左の画面画像はテストデータ作成時の、キーイベント「3」押下後の画面画像(第1画面画像)であり、意図される仕様通りの画面画像である。図中右の画面画像はテストデータ再生時の、キーイベント「3」押下後の画面画像(第2画面画像)である。MFP1の操作部11において、キーイベント「3」が操作されると、画面Bに遷移する仕様であるところ(テストケース)、テスト実施時において、テストケースが実行され、キーイベント「3」の操作信号が入力されると、仕様通りであれば画面Bに遷移するはずであり、これは、第1の画面B画像及び第2の画面B画像の一致により確認できる。一方、両画像が不一致であれば、意図される仕様と異なるため、何らかの本体ソフトウェアの不具合が生じている、と判断できる。   FIG. 11 shows a screen image comparison example (part 2). Specifically, in accordance with the example of FIG. 7, the screen image on the left in the figure is a screen image (first screen image) after the key event “3” is pressed at the time of test data creation, and as per intended specifications. It is a screen image. The screen image on the right in the figure is a screen image (second screen image) after the key event “3” is pressed during test data reproduction. When the key event “3” is operated on the operation unit 11 of the MFP 1, the specification transitions to the screen B (test case). When the test is performed, the test case is executed and the key event “3” is operated. If a signal is input, if it conforms to the specification, it should transition to the screen B, and this can be confirmed by the coincidence of the first screen B image and the second screen B image. On the other hand, if the two images do not match, it can be determined that there is a problem with the main body software because it differs from the intended specification.

なおテストケース作成において、表示画面が切替えられたときの画面画像だけではなく、表示画面が切替えられず同一画面上の一の操作信号毎に、一の画面画像が取得されている。この場合でも、一の操作信号につき、第1画面画像及び第2画面画像の比較判定を行う。
表示画面自体は同一でも、同画面中、操作により一部のパラメータや表示内容の変化が伴う場合もあるからである(例えば図7の(c)、(d))。
In the test case creation, not only the screen image when the display screen is switched, but also one screen image is acquired for each operation signal on the same screen without switching the display screen. Even in this case, the first screen image and the second screen image are compared and determined for one operation signal.
This is because even if the display screen itself is the same, some parameters and display contents may be changed by the operation on the screen (for example, (c) and (d) in FIG. 7).

以上、本実施形態に係る自動テストツールを用いたテストフロー全体である。具体的な用途として例えば、MFP1の本体ソフトウェアにおいて、プログラムの一部修正が行われなり、バージョンアップが行われたとする。開発者としては、このプログラムの修正やバージョンアップによっては、テストケース上の動作振る舞いには影響を及ぼさないと考えてはいるところ、実際の動作テストにより間違いなく問題ないかどうかの確認を行なう必要がある。そこで、本実施形態に係る自動テストツールを使用して、プログラムの修正(又はバージョンアップ)前に作成したテストケースを用い、プログラムの修正後の本体ソフトウェアに対しテストの実施を行うことができる。上述の如く両画面の一致によりテストが成功すれば、開発者の意図するとおりの結果を得られたことになる反面、両画面の不一致によりテストが失敗すれば、このプログラムの修正やバージョンアップによって、何かしらバグなどプログラム上の不具合が生じているものとして、開発者は再度この本体ソフトウェア・プログラムの点検を行うことになる。   The above is the entire test flow using the automatic test tool according to the present embodiment. As a specific application, for example, in the main body software of the MFP 1, it is assumed that a part of the program has not been corrected and the version has been upgraded. The developer thinks that the modification or version upgrade of this program will not affect the behavior of the test case, but it is necessary to confirm that there is no problem with the actual behavior test. There is. Therefore, using the automatic test tool according to the present embodiment, it is possible to perform a test on the main software after the program correction using the test case created before the program correction (or version upgrade). If the test succeeds due to the matching of both screens as described above, the result as intended by the developer is obtained. On the other hand, if the test fails due to a mismatch between the two screens, this program can be modified or upgraded. The developer again checks the main body software program as a problem such as a bug has occurred in the program.

このように、本実施形態1に係る自動テストツールによれば、キー操作及び表示画面のキャプチャ(画面画像)に基づいてテストケースを効率よく作成し、テストケース再生時、画面画像の比較判定により、操作パネル11の表示画面の正しさについて動作テストを行うことができる。なおまたタイミングも含めたより精度の高い自動テストをする効果もある。また人為的なミス(テスターによるテストケースの作成ミス、テスト実施漏れ)を軽減することもできる。   As described above, according to the automatic test tool according to the first embodiment, a test case is efficiently created based on key operation and display screen capture (screen image). An operation test can be performed on the correctness of the display screen of the operation panel 11. In addition, there is an effect of performing an automatic test with higher accuracy including timing. In addition, human errors (test case creation mistakes by testers, test execution omissions) can be reduced.

(自動テスト実行部20の機能)
図12は、本実施形態に係る自動テスト実行部20の機能構成を示す機能ブロック図である。既に上述のシーケンスを参照しながら、自動テスト実行部20の処理動作を説明してきたが、ここで改めて自動テスト実行部20の機能構成を説明しておく。自動テスト部20は、操作信号取得部21、画面画像取得部22、記憶指示部23、操作信号入力部24、比較判定部25、及びテスト結果レポート部26を含み構成される。
(Function of the automatic test execution unit 20)
FIG. 12 is a functional block diagram showing a functional configuration of the automatic test execution unit 20 according to the present embodiment. The processing operation of the automatic test execution unit 20 has already been described with reference to the above-described sequence. Here, the functional configuration of the automatic test execution unit 20 will be described again. The automatic test unit 20 includes an operation signal acquisition unit 21, a screen image acquisition unit 22, a storage instruction unit 23, an operation signal input unit 24, a comparison determination unit 25, and a test result report unit 26.

操作信号取得部21は、入力部11aに入力された操作信号を取得する機能を有している。テスター(ユーザ)が、MFP1の操作パネル11から操作指示を行うと、その操作信号は、MPA1本体のコントローラ部13に伝達される。操作信号取得部21は、この作信号を取得する。   The operation signal acquisition unit 21 has a function of acquiring the operation signal input to the input unit 11a. When a tester (user) gives an operation instruction from the operation panel 11 of the MFP 1, the operation signal is transmitted to the controller unit 13 of the MPA 1 main body. The operation signal acquisition unit 21 acquires this operation signal.

画面画像取得部22は、操作信号が入力部に入力された後、表示部11bに表示された画面画像を取得(キャプチャ)する機能を有している。テスター(ユーザ)が、MFP1の操作パネル11から操作指示を行うにつれ、コントローラ部13は表示画面の切り替えを行う際、表示部11bに画面データを送信する。そして表示部11bは画面データを受信しこれを画面上に表示させる。画面画像取得部22は、コントローラ部13から表示部11bに画面データが送信され、切り替え表示された表示画面の画面画像の取得(キャプチャ)を行う。なお画面画像取得部22により取得される画面画像は、上述の第1画面画像、第2画面画像を含む。   The screen image acquisition unit 22 has a function of acquiring (capturing) the screen image displayed on the display unit 11b after the operation signal is input to the input unit. As the tester (user) issues an operation instruction from the operation panel 11 of the MFP 1, the controller unit 13 transmits screen data to the display unit 11b when switching the display screen. The display unit 11b receives the screen data and displays it on the screen. The screen image acquisition unit 22 acquires (captures) the screen image of the display screen that is switched and displayed when the screen data is transmitted from the controller unit 13 to the display unit 11b. The screen image acquired by the screen image acquisition unit 22 includes the first screen image and the second screen image described above.

記憶指示部23は、取得された操作信号及び画面画像を記憶部(HDD)17に記憶させる機能を有している。ここで、テスター(ユーザ)は、MFP1の操作パネル11から一連のあるまとまった動作をMFP1に実行させるため、複数の操作指示を連続的に行っている。例えばコピーを実行させる場合でも、印刷条件(用紙サイズ、変倍等)を指定し、最終的にコピーボタンを操作するので、複数の操作信号が取得され、また操作に伴い複数の表示画面に遷移するので、画面画像もまた複数取得され、記憶部(HDD)17に記憶される。具体例は、図7に示した通りである。   The storage instruction unit 23 has a function of storing the acquired operation signal and screen image in the storage unit (HDD) 17. Here, the tester (user) continuously gives a plurality of operation instructions to cause the MFP 1 to execute a series of certain operations from the operation panel 11 of the MFP 1. For example, even when copying is performed, the printing conditions (paper size, scaling, etc.) are specified, and the copy button is finally operated, so multiple operation signals are acquired, and multiple display screens are displayed as a result of the operation. Therefore, a plurality of screen images are also acquired and stored in the storage unit (HDD) 17. A specific example is as shown in FIG.

操作信号入力部24は、記憶部(HDD)17に記憶された操作信号を入力部11aに入力する機能を有している。これはテストケースの再生を意味し、テストケースに従った動作をMFP1の本体ソフトウェアに実行させる。これにより、テストケースに基づく動作を本体ソフトウェアに実行させることができる。   The operation signal input unit 24 has a function of inputting the operation signal stored in the storage unit (HDD) 17 to the input unit 11a. This means reproduction of the test case, and causes the main body software of the MFP 1 to execute an operation according to the test case. Thereby, the operation based on the test case can be executed by the main body software.

比較判定部25は、第1画面画像と第2画面画像とが一致するか否かを比較判定する機能を有している。具体例は、上述した通りである。   The comparison determination unit 25 has a function of comparing and determining whether or not the first screen image and the second screen image match. Specific examples are as described above.

以上これらの機能は、実際には装置のCPU13cが実行する自動テストツール・プログラムによりコンピュータ(例えばMFP1)に実現させるものである。   These functions are actually realized in the computer (for example, MFP 1) by the automatic test tool program executed by the CPU 13c of the apparatus.

[実施形態2]
上述の本実施形態1において、自動テスト実行部20は、操作信号(例えばハードキー19やタッチパネル18上の座標情報等)を取得し、また画面画像(例えばBMP形式)を取得して、記憶部(HDD)17に保存するものとした。しかしながら、本実施形態2においては、取得した操作信号や画面画像をそのまま記憶部(HDD)17に保存せず、MFP1にて意味付けされた情報(操作内容という)に変換してから保存を行う。
[Embodiment 2]
In the first embodiment described above, the automatic test execution unit 20 acquires an operation signal (for example, coordinate information on the hard key 19 or the touch panel 18), acquires a screen image (for example, BMP format), and stores the storage unit. (HDD) 17 is assumed to be stored. However, in the second embodiment, the acquired operation signal and screen image are not stored in the storage unit (HDD) 17 as they are, but are stored after being converted into information (referred to as operation contents) meaningful in the MFP 1. .

例えば、図2(図中左)の操作パネル11に備えられているハードキー19である「コピー」ハードキーに対し押下操作がなされた場合、単に「コピー」ハードキーの操作信号を保存するのではなく、「コピー」ハードキー押下操作は、コピーモードへの移行要求(コピーアプリ画面への画面遷移要求)であると解釈し、その操作信号に意味付けされた情報である「コピーモードへの移行要求」を記憶部(HDD)17に保存する。また同様に例えば、コピーアプリ画面において、数値キー押下動作は、意味付けされた情報「コピー枚数○枚指定」を記憶部(HDD)17に保存する。   For example, when the “copy” hard key which is the hard key 19 provided on the operation panel 11 of FIG. 2 (left in the figure) is pressed, the operation signal of the “copy” hard key is simply stored. Rather, the “copy” hard key pressing operation is interpreted as a request to shift to the copy mode (screen transition request to the copy application screen), and the information given to the operation signal is “ “Migration request” is stored in the storage unit (HDD) 17. Similarly, for example, on the copy application screen, the numerical key pressing operation saves the meaningful information “number of copies to be specified” in the storage unit (HDD) 17.

このように操作信号に意味付けされた情報をテストケースとして保存しておき、テスト実施時(テストケース再生時)、本実施形態2に係る自動テスト実行部30は、コントローラ部13に操作指示を与える際、この意味付けされた情報を入力する。このようにすると、テスト対象の本体ソフトウェアが、プログラム修正などによって操作信号(ハードキーの変更、タッチパネル上のボタン座標位置の変更等)が変更されたものであったり、さらには異なるMFP機種向けの本体ソフトウェアであっても、複合機である以上意味付けされた情報は概ね共通であるため、一旦作成したテストケースを利用できる点で有用である。   In this way, the information given to the operation signal is stored as a test case, and when the test is performed (when the test case is reproduced), the automatic test execution unit 30 according to the second embodiment issues an operation instruction to the controller unit 13. When giving, enter this meaningful information. In this way, the main body software to be tested is a program whose operation signal (hard key change, button coordinate position change on the touch panel, etc.) has been changed due to program correction, etc. Even the main body software is useful in that it can use a test case that has been created once, since the meaning information is generally common as long as it is a multifunction peripheral.

また、取得された画面画像をBMP形式の画像データについてもこれをそのまま保存するのではなく、その画面画像に意味付けを行なった情報(画面内容という)を保存する。「トップ画面」、「コピーアイドル画面」、「コピーアイドル画面:枚数指定」、「省エネモード画面」などがその例である。   Also, the acquired screen image is not stored as it is with respect to the image data in the BMP format, but the information (referred to as screen contents) that gives meaning to the screen image is stored. Examples are “top screen”, “copy idle screen”, “copy idle screen: number of sheets”, “energy saving mode screen”, and the like.

このように画面画像もまた意味付けされた情報として保存しておき、テスト実施時(テストケース再生時)、画面画像の比較判定時においても意味付けされた情報同士の比較判定を行う。このようにすると、テスト対象の本体ソフトウェアが、プログラム修正などによって表示画面が変更されたものであったり、さらには異なるMFP機種向けの本体ソフトウェアであっても、表示画面の意味付けされた情報は概ね共通であるため、一旦既に作成したテストケースを利用できる点で有用である。以下、具体的に説明していく。なおMFP1のハードウェア(図1、2)は本実施形態でも同様である。また図3の機能ブロック図は、自動テスト実行部20を自動テスト実行部30として読み替えるものとする。   In this way, the screen image is also stored as meaningful information, and the meaningful information is compared and determined at the time of test execution (test case reproduction) and at the time of comparison determination of screen images. In this way, even if the main software to be tested is a display screen that has been changed by a program modification, etc., or even main body software for a different MFP model, Since it is almost common, it is useful in that a test case that has already been created can be used. This will be specifically described below. The hardware of the MFP 1 (FIGS. 1 and 2) is the same in this embodiment. In the functional block diagram of FIG. 3, the automatic test execution unit 20 is replaced with the automatic test execution unit 30.

(自動テスト実行部30の機能)
図13は、本実施形態2に係る自動テスト実行部30の機能構成を示す機能ブロック図である。実施形態1に係る自動テスト実行部20(図12)と比較し、操作信号解釈部31、画面画像解釈部32、操作内容入力部33、記憶指示部34、比較判定部35の点でその処理が異なっている。操作信号取得部21、画面画像取得部22、及びテスト結果レポート部26については同様である。差異点を中心に以下説明する。
(Function of the automatic test execution unit 30)
FIG. 13 is a functional block diagram illustrating a functional configuration of the automatic test execution unit 30 according to the second embodiment. Compared with the automatic test execution unit 20 (FIG. 12) according to the first embodiment, the processing is performed in terms of an operation signal interpretation unit 31, a screen image interpretation unit 32, an operation content input unit 33, a storage instruction unit 34, and a comparison determination unit 35. Is different. The same applies to the operation signal acquisition unit 21, the screen image acquisition unit 22, and the test result report unit 26. The following description will focus on the differences.

操作信号解釈部31は、操作信号取得部21により取得された操作信号を当該操作信号に対応付けされた操作内容(操作内容情報)に解釈する機能を有している。   The operation signal interpretation unit 31 has a function of interpreting the operation signal acquired by the operation signal acquisition unit 21 into operation content (operation content information) associated with the operation signal.

また画面画像解釈部32は、画面画像取得部22により取得された画面画像を当該画面画像が示す画面内容(画面内容情報)に解釈する機能を有している。これら操作信号及び画面画像に関し、具体的な解釈の方法は後述する。   The screen image interpretation unit 32 has a function of interpreting the screen image acquired by the screen image acquisition unit 22 into the screen content (screen content information) indicated by the screen image. A specific interpretation method for these operation signals and screen images will be described later.

記憶指示部34は、解釈後の操作内容及び画面内容を記憶部(HDD)17に記憶させる機能を有している。この点、操作信号及び画面画像を記憶させる記憶指示部23(実施形態1)とは異なる。   The storage instruction unit 34 has a function of storing the operation content and the screen content after interpretation in the storage unit (HDD) 17. This is different from the storage instruction unit 23 (first embodiment) that stores operation signals and screen images.

操作内容入力部33は、記憶部(HDD)17に記憶された操作内容を入力部11aに入力する機能を有している。これはテストケースの再生を意味し、テストケースに従った動作をMFP1の本体ソフトウェアに実行させる。なお本実施形態の入力部11aは、操作信号のみならず、意味付けされた操作内容によっても操作を入力できるものとする。   The operation content input unit 33 has a function of inputting the operation content stored in the storage unit (HDD) 17 to the input unit 11a. This means reproduction of the test case, and causes the main body software of the MFP 1 to execute an operation according to the test case. Note that the input unit 11a of the present embodiment can input an operation not only according to an operation signal but also according to a meaningful operation content.

比較判定部35は、第1画面内容と第2画面内容とが一致するか否かを比較判定する機能を有している。操作内容入力部33により操作内容が入力されることによりテストケースが再生されるにつれ、実施形態1と同様に画面画像取得部22により画面画像が取得(キャプチャ)される。そして本実施形態2では、取得された画面画像は画面画像解釈部32により当該画面画像が示す第2画面内容に解釈(変換)され、比較判定部35は、解釈後の画面内容同士でもって比較判定を行う。この点、再度後述する。   The comparison determination unit 35 has a function of comparing and determining whether or not the first screen content matches the second screen content. As the test case is reproduced by inputting the operation content by the operation content input unit 33, the screen image acquisition unit 22 acquires (captures) the screen image as in the first embodiment. In the second embodiment, the acquired screen image is interpreted (converted) into the second screen content indicated by the screen image by the screen image interpretation unit 32, and the comparison determination unit 35 compares the screen contents after interpretation with each other. Make a decision. This point will be described later again.

(解釈処理について)
操作信号解釈部31は、操作信号取得部21により取得された操作信号を当該操作信号が示す操作内容に解釈する。そもそも操作信号は、ユーザが操作パネル11上において何らかの操作意図をもって、ハードキー19やタッチパネル18上のある位置を操作し、その操作に伴い発せられるものである。従ってその操作信号が意味する操作内容は、一意に対応付けられて予め定義されている。
(About interpretation processing)
The operation signal interpretation unit 31 interprets the operation signal acquired by the operation signal acquisition unit 21 into the operation content indicated by the operation signal. In the first place, the operation signal is generated when the user operates a certain position on the hard key 19 or the touch panel 18 with some operation intention on the operation panel 11. Therefore, the operation content that the operation signal means is uniquely defined and associated in advance.

図14は、操作内容を定義した情報テーブル例を示す。例えば、ハードキーである「コピー」キーは、イベント(操作内容)として「コピーアプリ画面遷移」に対応付けられて定義されている。よって「コピー」キーが操作されたとき、この操作は「コピーアプリ画面遷移」を意味しているので、MFP1の本体ソフトウェアは、「コピーアプリ画面遷移」という操作命令が行われたと解釈し、コピーアプリ画面遷移の動作を行う。   FIG. 14 shows an example of an information table in which operation details are defined. For example, a “copy” key that is a hard key is defined as an event (operation content) associated with “copy application screen transition”. Therefore, when the “copy” key is operated, this operation means “copy application screen transition”. Therefore, the main body software of the MFP 1 interprets that the operation command “copy application screen transition” has been performed, and copies. Perform application screen transition.

同様に、タッチパネル18上の所定の座標位置(座標範囲)は、イベント(操作内容)として「初期設定画面遷移」に対応付けられて定義されている。よってこの操作がされたとき、MFP1の本体ソフトウェアは、「初期設定画面遷移」という操作命令が行われたと解釈し、初期設定画面遷移の動作を行う。なおタッチパネル18上のこの座標位置(座標範囲)には、ユーザがタッチパネル18上で認識できるように「初期設定画面」などという操作ボタンが配置されている。   Similarly, a predetermined coordinate position (coordinate range) on the touch panel 18 is defined in association with “initial setting screen transition” as an event (operation content). Therefore, when this operation is performed, the main body software of the MFP 1 interprets that an operation command “initial setting screen transition” has been performed, and performs an operation of initial setting screen transition. Note that an operation button such as an “initial setting screen” is arranged at this coordinate position (coordinate range) on the touch panel 18 so that the user can recognize it on the touch panel 18.

なお図に示されるような情報テーブルは、自動テスト実行部30(自動テストツール)が操作パネル11やコントローラ部13に対し問い合わせてもよいし、予め自動テスト実行部30が保持しておいてもよい。   The information table as shown in the figure may be inquired by the automatic test execution unit 30 (automatic test tool) to the operation panel 11 or the controller unit 13 or may be held in advance by the automatic test execution unit 30. Good.

また、画面画像解釈部32は、画面画像取得部22により取得された画面画像を当該画面画像が示す画面内容に解釈する機能を有している。MFP1においては、各表示画面は何らかの意義(目的)をもって様々な表示画面が用意されている。取得された画面画像は、単なるBMP形式のデータに過ぎないが、画面画像解釈部32はこの画面画像を解釈し、MFP上画面画像がどのような画面であるかを判断・判別する。以下に一例を示す。   The screen image interpretation unit 32 has a function of interpreting the screen image acquired by the screen image acquisition unit 22 into the screen content indicated by the screen image. In the MFP 1, various display screens are prepared for each display screen with some significance (purpose). The acquired screen image is merely data in the BMP format, but the screen image interpretation unit 32 interprets this screen image and determines and discriminates what kind of screen the on-MFP screen image is. An example is shown below.

画面画像解釈部32は、画面キャプチャによって取得された画面画像を入力データとして得るが、操作パネル11の表示画面は、アプリケーション毎に画面の構成が異なるので、画面毎の構成の特徴(特徴量)によってアプリの種別を判断する。MFPの場合、アプリの種別はコピー、スキャナ、プリンタがある。   The screen image interpretation unit 32 obtains a screen image acquired by screen capture as input data. However, since the display screen of the operation panel 11 has a different screen configuration for each application, the configuration features (features) for each screen. To determine the type of app. In the case of the MFP, the application types include copy, scanner, and printer.

また、コピー画面と判断されたなら、コピー可能状態の画面かどうか(Ready状態画面か)、設定画面かどうか(モノクロ/カラー、片面/両面、集約、変倍など)、また細かくは原稿枚数、コピー部数指定などを画面画像データのビットマップ(BMP)から判断し、画面状態として判別する。   If it is determined that the screen is a copy screen, whether it is a copy-ready screen (ready status screen), a setting screen (monochrome / color, single-sided / double-sided, consolidation, scaling, etc.), The copy number designation or the like is determined from the screen image data bitmap (BMP), and is determined as the screen state.

同様に、スキャナ画面やプリンタ画面と判断された場合も、Ready状態画面か、スキャン送信の宛先の入力状態、印刷済みの枚数などを画像データのビットマップから判断して、画面状態として判別する。   Similarly, when it is determined that the screen is the scanner screen or the printer screen, the screen state is determined by determining the ready state screen, the input state of the scan transmission destination, the number of printed pages, and the like from the bitmap of the image data.

このように画面画像が判断・判別された結果、例えば、「トップ画面」、「コピーアイドル画面」、「コピーアイドル画面:コピー枚数指定」、「コピースタート画面:コピー枚数指定」、「プリントスタート画面」、「スキャナスタート画面」、「省エネモード画面」など、画面画像をMFPにおいてその画面画像がどのような画面であるか示す画面内容として解釈される。   As a result of the screen image being determined and discriminated as described above, for example, “top screen”, “copy idle screen”, “copy idle screen: copy number designation”, “copy start screen: copy number designation”, “print start screen” ”,“ Scanner start screen ”,“ energy saving mode screen ”, etc., the screen image is interpreted as the screen content indicating what the screen image is in the MFP.

(全体動作)
本実施形態2に係る自動テストツールを用いた動作テストの全体フローについて説明する。本テストフローは、上述と同様、(1)テストケースの作成、(2)テスト実施のステップからなる。なお、図6、9と同一の処理ステップを示す場合は、同一の付番のままとしている。
(Overall operation)
The overall flow of the operation test using the automatic test tool according to the second embodiment will be described. This test flow includes the steps of (1) test case creation and (2) test execution, as described above. When the same processing steps as those in FIGS. 6 and 9 are shown, the same numbering is kept.

(1)テストケースの作成
まずテスター(ユーザ)は、自動テストツール(図4)を起動し、本体ソフトウェアの動作テストを行うにあたって、テストしたいテストケースの作成を行う。自動テストツール上、テスターは、「計測開始」ボタンを押下することにより、テストケースの作成を開始できる。「計測開始」後、テスターは、操作パネル11を操作する。操作を終了すると、「計測終了」ボタンを押下してテストケースの作成を終了させる。
(1) Creation of Test Case First, a tester (user) activates an automatic test tool (FIG. 4) and creates a test case to be tested when performing an operation test of the main body software. On the automatic test tool, the tester can start creating a test case by pressing a “measurement start” button. After “start measurement”, the tester operates the operation panel 11. When the operation is finished, the “measurement end” button is pressed to finish the test case creation.

図15は、テストケースの作成処理の示すシーケンス図である。テスターにより「計測開始」ボタンを押下され「計測終了」ボタンを押下までの情報処理について、図を参照しながら以下説明する。   FIG. 15 is a sequence diagram illustrating a test case creation process. Information processing from when the “measurement start” button is pressed by the tester until the “measurement end” button is pressed will be described below with reference to the drawings.

自動テストツール上テスターにより「計測開始」ボタンを押下されると(S601)、自動テスト実行部20は、テストケースの作成処理を開始する。テスターにより操作部11が操作されると(S602)、操作信号がコントローラ部13に伝達される(S604)。このとき、自動テスト実行部20は、この操作信号を取得する(S604)。この操作信号の内容としては、例えば操作されたハードキー19の種類や、操作されたタッチパネル18上の座標情報などである。   When the “measurement start” button is pressed by the tester on the automatic test tool (S601), the automatic test execution unit 20 starts a test case creation process. When the operation unit 11 is operated by the tester (S602), an operation signal is transmitted to the controller unit 13 (S604). At this time, the automatic test execution unit 20 acquires this operation signal (S604). Examples of the contents of the operation signal include the type of the operated hard key 19 and coordinate information on the operated touch panel 18.

一方、コントローラ部13に操作信号が伝達されたことに伴い、コントローラ部13は操作部11に対し画面データを送信する(S605)。これは画面遷移させるための画面データである。自動テスト実行部20は、表示画面が切替えられると、画面画像の取得(キャプチャ)を行う(S606)。   On the other hand, when the operation signal is transmitted to the controller unit 13, the controller unit 13 transmits screen data to the operation unit 11 (S605). This is screen data for screen transition. When the display screen is switched, the automatic test execution unit 20 acquires (captures) a screen image (S606).

次に自動テスト実行部20は、取得された操作信号を当該操作信号が示す操作内容に解釈し、また取得された画面画像を当該画面画像が示す画面内容に解釈する(S610)。   Next, the automatic test execution unit 20 interprets the acquired operation signal into the operation content indicated by the operation signal, and interprets the acquired screen image as the screen content indicated by the screen image (S610).

そして自動テスト実行部20は、取得した操作内容(情報)及び画面内容(情報)を記憶部(HDD)17に記憶指示を行い、これら情報を保存させる(S611)。自動テストツール上テスターにより「計測終了」ボタンを押下されると(S608)、自動テスト実行部20は、操作信号及び画面画像の取得を終了する。   Then, the automatic test execution unit 20 instructs the storage unit (HDD) 17 to store the acquired operation content (information) and screen content (information), and stores the information (S611). When the “end measurement” button is pressed by the tester on the automatic test tool (S608), the automatic test execution unit 20 ends the acquisition of the operation signal and the screen image.

なお、「計測終了」ボタンが押下されるまでは、テスターにより再び操作されると(S602)、S602〜S606、S610、S611の処理が繰り返されることは上述の通りである。そしてここで保存された情報が、テストケースデータとしてテスト実行時に使用されることになる。   As described above, when the operation is performed again by the tester until the “measurement end” button is pressed (S602), the processes of S602 to S606, S610, and S611 are repeated. The information stored here is used as test case data during test execution.

図16は、作成されたテストケース例を示す。実施形態1(図7)と比較し異なる点は、操作信号(キーイベント)に代えて操作内容が、画面画像に代えて画面内容(及び画面状態)が記憶部(HDD)17に保存される。   FIG. 16 shows an example of the created test case. The difference from the first embodiment (FIG. 7) is that the operation content is stored in the storage unit (HDD) 17 instead of the operation signal (key event) and the screen content (and the screen state) instead of the screen image. .

例えば、テスト手順1において、操作信号としては「コピー」ハードキーが押下されたところ、上述の解釈により、その「コピー」ハードキー押下が意味するイベント内容「コピーアプリ画面遷移要求」に変換されテストケースとして記録されている。またこのとき、イベント内容「コピーアプリ画面遷移要求」に対応する画面内容は、画面画像に基づき解釈され、その結果「コピーアイドル画面」という画面内容が対応付けられる。   For example, in the test procedure 1, when the “copy” hard key is pressed as an operation signal, the event content “copy application screen transition request” meaning that the “copy” hard key is pressed is converted into the test by the above-described interpretation. It is recorded as a case. At this time, the screen content corresponding to the event content “copy application screen transition request” is interpreted based on the screen image, and as a result, the screen content “copy idle screen” is associated.

続けてテスト手順2において、操作信号としてタッチパネル上ある座標(x、y)が押下されたところ、上述の解釈により、その座標押下が意味するイベント内容「原稿サイズ指定A4」に変換されテストケースとして記録されている。またこのとき、イベント内容「原稿サイズ指定A4」に対応する画面内容は、画面画像に基づき解釈され、その結果「コピーアイドル画面:原稿サイズ指定A4」という画面内容が対応付けられる。   Subsequently, in test procedure 2, when a coordinate (x, y) on the touch panel is pressed as an operation signal, the event content “original size designation A4” meaning that the coordinate is pressed is converted as a test case by the above-described interpretation. It is recorded. At this time, the screen content corresponding to the event content “original size specification A4” is interpreted based on the screen image, and as a result, the screen content “copy idle screen: original size specification A4” is associated.

続けてテスト手順3において、操作信号としては「3」ハードキーが押下されたところ、上述の解釈により、その「3」ハードキー押下が意味するイベント内容「コピー枚数指定3枚」に変換されテストケースとして記録されている。またこのとき、イベント内容「コピー枚数指定3枚」に対応する画面内容は、画面画像に基づき解釈され、その結果「コピーアイドル画面:原稿サイズ指定A4、コピー枚数指定3枚」という画面内容が対応付けられる。   Subsequently, in the test procedure 3, when the “3” hard key is pressed as the operation signal, the test content is converted into the event content “three copies designated” meaning that the “3” hard key is pressed by the above-described interpretation. It is recorded as a case. At this time, the screen content corresponding to the event content “copy number designation 3” is interpreted based on the screen image, and as a result, the screen content “copy idle screen: original size designation A4, copy number designation 3” corresponds. Attached.

続けてテスト手順4において、操作信号としては「スタート」ハードキーが押下されたところ、上述の解釈により、その「スタート」ハードキー押下が意味するイベント内容「コピー開始要求」に変換されテストケースとして記録されている。またこのとき、イベント内容「コピー開始要求」に対応する画面内容は、画面画像に基づき解釈され、その結果「コピーアイドル画面」という画面内容が対応付けられる。なおこの場合は、原稿サイズ指定A4、コピー枚数指定3枚の印刷条件によりコピーが実行され、その後「コピーアイドル画面」(コピーアプリ初期画面)に遷移したものである。   Subsequently, in the test procedure 4, when the “start” hard key is pressed as the operation signal, the event content “copy start request” meaning that the “start” hard key is pressed is converted as a test case by the above-described interpretation. It is recorded. At this time, the screen content corresponding to the event content “copy start request” is interpreted based on the screen image, and as a result, the screen content “copy idle screen” is associated. In this case, copying is executed according to the printing conditions of the document size designation A4 and the copy number designation 3 sheets, and then the screen transits to the “copy idle screen” (copy application initial screen).

(2)テスト実施
テスター(ユーザ)は、本体ソフトウェアの動作テストを行うにあたって、自動テストツール上(図8)、テストしたいテストケースの指定を行い、「テスト開始」を押下する。テストケースの作成は、上述したように予め自動テストツールを用いて作成することができる。
(2) Test execution The tester (user) specifies a test case to be tested on the automatic test tool (FIG. 8) and presses “Start Test” when performing an operation test of the main body software. As described above, the test case can be created using an automatic test tool in advance.

図17は、テスト実施処理の示すシーケンス図である。テスターにより「テスト開始」ボタン押下により開始されるテスト実施処理について、図を参照しながら以下説明する。   FIG. 17 is a sequence diagram illustrating test execution processing. The test execution process started by pressing the “Start Test” button by the tester will be described below with reference to the drawings.

自動テストツール上テスターにより「テスト開始」ボタンを押下されると(S901)、自動テスト実行部20は、テスト実施処理を開始する。まず自動テスト実行部20は、記憶部(HDD)17から、指定されたテストケースと、そのテストケース関連の画面内容(情報)を取得する(S910)。なおこのとき取得した画面内容を第1画面内容と呼ぶ。   When the “test start” button is pressed by the tester on the automatic test tool (S901), the automatic test execution unit 20 starts a test execution process. First, the automatic test execution unit 20 acquires the designated test case and screen content (information) related to the test case from the storage unit (HDD) 17 (S910). The screen content acquired at this time is called the first screen content.

テストケースには、上述の通り解釈された指示内容が含まれている(例えば、図16のイベント内容)ので、自動テスト実行部20は、この指示内容を操作部11に対して伝達する(S911)。操作部11は操作内容を受けて、この操作内容をコントローラ部13に伝達する(S912)。なお設計上可能であれば、自動テスト実行部20が操作内容を直接コントローラ部13に伝達してもよい。   Since the test case includes the instruction content interpreted as described above (for example, the event content in FIG. 16), the automatic test execution unit 20 transmits the instruction content to the operation unit 11 (S911). ). The operation unit 11 receives the operation content and transmits the operation content to the controller unit 13 (S912). If the design is possible, the automatic test execution unit 20 may transmit the operation content directly to the controller unit 13.

一方、コントローラ部13に操作内容が伝達されたことに伴い、コントローラ部13は操作部11に対し画面データを送信する(S905)。これは画面遷移させるための画面データである。自動テスト実行部20は、表示画面が切替えられると、画面画像の取得(キャプチャ)を行う(S906)。   On the other hand, when the operation content is transmitted to the controller unit 13, the controller unit 13 transmits screen data to the operation unit 11 (S905). This is screen data for screen transition. When the display screen is switched, the automatic test execution unit 20 acquires (captures) a screen image (S906).

ここで自動テスト実行部20は、今度はここで取得された画面画像を当該画面画像が示す画面内容に解釈する(S913)。比較判定対象を同じ画面内容レベルにするためである。なおこのとき解釈された画面内容を第2画面内容と呼ぶ。   Here, the automatic test execution unit 20 interprets the screen image acquired here into the screen content indicated by the screen image (S913). This is because the comparison determination target is set to the same screen content level. The screen content interpreted at this time is referred to as second screen content.

そして自動テスト実行部20は、S910にて先に記憶部(HDD)17から取得した第1画面内容と、S913にて解釈した第2画面内容とを比較し、両画面内容が一致するか否かの判定を行う(S914)。両画面内容が一致すれば、MFP1の操作部11は、テストケースと同じ振る舞い動作を行っていることを意味する。つまり、ある所定操作に従って、仕様上意図される表示画面を表示するかどうかの確認が取れたことになり、テスト結果は成功といえる。一方、両画面内容が不一致であれば、MFP1の操作部において、ある所定操作に従って、仕様上、画面の内容的に意図される表示画面を表示していないということになり、テスト結果は失敗といえる。なおここでの判定方法は、画面の内容が実質的に一致又は不一致を判定できればよく、必ずしも画面内容の文字列の完全同一に限られない。   Then, the automatic test execution unit 20 compares the first screen content previously acquired from the storage unit (HDD) 17 in S910 with the second screen content interpreted in S913, and whether both screen contents match. Is determined (S914). If both screen contents match, it means that the operation unit 11 of the MFP 1 is performing the same behavior as the test case. That is, according to a predetermined operation, it is confirmed whether or not the display screen intended by the specification is displayed, and the test result can be said to be successful. On the other hand, if the contents of the two screens do not match, the operation unit of the MFP 1 does not display a display screen intended for the contents of the screen according to the specification according to a certain predetermined operation, and the test result is a failure. I can say that. Note that the determination method here is not limited to the completely identical character string of the screen content as long as the screen content can be substantially matched or mismatched.

自動テスト実行部20は、判定結果に基づき、テスト結果のレポートを作成しこれをテスターに対しレポートする(S908、S909)。   The automatic test execution unit 20 creates a test result report based on the determination result and reports this to the tester (S908, S909).

図18は、画面内容比較例を示す。例えば図16のテスト手順1における画面内容の比較例を示す。ここではテスト実施時(テストケース再生時)において、「コピー」ハードキー押下が意味するイベント内容「コピーアプリ画面遷移要求」が入力されると、実際に「コピーアイドル画面」(コピーアプリ初期画面)が操作パネル11上に表示され、さらにこの表示画面の画面画像に基づき、画面内容は「コピーアイドル画面」であると解釈されたとする。そして、「コピーアイドル画面」(第1画面内容)及び「コピーアイドル画面」(第2画面内容)との比較判定が行われ、両画面内容(情報)は一致するため、テスト結果は成功となる。   FIG. 18 shows a screen content comparison example. For example, a comparative example of screen contents in the test procedure 1 of FIG. 16 is shown. Here, when the test content (when the test case is played back), when the event content “Copy application screen transition request”, which means pressing the “Copy” hard key, is input, it is actually “Copy idle screen” (Copy application initial screen). Is displayed on the operation panel 11 and the screen content is interpreted as a “copy idle screen” based on the screen image of the display screen. Then, a comparison judgment is made between the “copy idle screen” (first screen content) and the “copy idle screen” (second screen content), and both screen contents (information) match, so the test result is successful. .

一方仮に、テスト実施時(テストケース再生時)において、「コピー」ハードキー押下が意味するイベント内容「コピーアプリ画面遷移要求」が入力されると、実際には「ファックスアイドル画面」(ファックスアプリ初期画面)が操作パネル11上に表示され、さらにこの表示画面の画面画像に基づき、画面内容は「ファックスアイドル画面」であると解釈されたとする。この場合、「コピーアイドル画面」(第1画面内容)及び「ファックスアイドル画面」(第2画面内容)との比較判定が行われ、両画面内容(情報)は不一致であるため、テスト結果は失敗となる。テスト実行時の本体ソフトウェアは、何かしらバグなどプログラム上の不具合が生じているものとして、開発者は再度この本体ソフトウェア・プログラムの点検を行うことになる。   On the other hand, if the event content “Copy application screen transition request”, which means that the “Copy” hard key is pressed, is input during test execution (test case playback), the “fax idle screen” (fax application initial stage) Screen) is displayed on the operation panel 11, and based on the screen image of the display screen, the screen content is interpreted as a “fax idle screen”. In this case, the comparison result is compared with the “copy idle screen” (first screen content) and the “fax idle screen” (second screen content), and both screen contents (information) do not match, so the test result is unsuccessful. It becomes. The main body software at the time of the test execution assumes that there is a problem in the program such as a bug, and the developer checks the main body software program again.

以上、本実施形態2において、自動テスト実行部20は、テストケースの作成にあたって、MFP1にて意味付けされた情報(操作内容)に変換してから保存を行う。また取得された画面画像をBMP形式の画像データについてもこれをそのまま保存するのではなく、その画面画像に意味付けを行なった情報(画面内容)を保存する。   As described above, in the second embodiment, the automatic test execution unit 20 stores information after converting it into information (operation contents) meaningful in the MFP 1 when creating a test case. Also, the acquired screen image is not stored as it is for the image data in the BMP format, but information (screen content) that gives meaning to the screen image is stored.

そしてテストケース再生時において、意味付けされた操作内容を入力する。これにより、テスト対象の本体ソフトウェアが、プログラム修正などによって操作信号(ハードキーの変更、タッチパネル上のボタン座標位置の変更等)が変更されたものであったり、さらには異なるMFP機種向けの本体ソフトウェアであっても、意味付けされた共通の操作内容を入力できるので、旦作成したテストケースを利用できる点で有用である。   When the test case is played back, the meaning of the operation is input. As a result, the main body software to be tested is a software whose operation signal (hard key change, button coordinate position change on the touch panel, etc.) has been changed due to program correction, etc. Even so, it is useful in that the test cases that are created can be used because it is possible to input common operation contents that have been given meaning.

また、テスト実施時(テストケース再生時)、画面画像の比較判定時においても意味付けされた情報同士の比較判定を行うので、テスト対象の本体ソフトウェアが、プログラム修正などによって表示画面が変更されたものであったり、さらには異なるMFP機種向けの本体ソフトウェアであっても、表示画面の意味付けされた共通の画面内容(情報)の比較により表示画像の一致・不一致判定を行うことができる点で有用である。   In addition, since the comparison is made between meaningful information even during test execution (test case playback) and screen image comparison determination, the display screen of the main software to be tested has been changed due to program modifications, etc. Even if the main body software is for different MFP models, it is possible to determine whether the display images match or not by comparing the common screen contents (information) with the meaning of the display screen. Useful.

以上、本発明によれば、操作に伴う画面表示の動作テストを効率的に行える自動テストツール・プログラム及び自動テスト方法を提供できる。   As described above, according to the present invention, it is possible to provide an automatic test tool program and an automatic test method that can efficiently perform an operation test of a screen display accompanying an operation.

本発明は係る特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。例えば本実施形態においては情報処理装置の一例として、画像形成装置に対して本発明を適用したものであり、その他のシステムや装置においても広く適用され得る。   The present invention is not limited to such specific embodiments, and various modifications and changes can be made within the scope of the gist of the present invention described in the claims. For example, in the present embodiment, the present invention is applied to an image forming apparatus as an example of an information processing apparatus, and can be widely applied to other systems and apparatuses.

なお、上述の実施形態1、2ではテスト環境に実機MFP1を用いたが、言うまでもなく実機に代えて、PC環境における実機レス環境でテストを実施することも可能である。例えばPC環境において、MFPを構成するエンジンやメモリなどのデバイス相当として機能するエミュレータを使用する。エンジンエミュレータは、MFPのスキャナ、プロッタなどのデバイスをエミュレートするソフトウェアで、エンジンI/Fを介したコマンドレベルのシーケンスのやり取りをエミュレートする。その他にも、画像の転送をエミュレートするビデオドライバ、MFPが保有するRAMメモリをエミュレートするメモリドライバ、HDDをエミュレートするHDDドライバなど、各種デバイスエミュレータを搭載できる。   In the first and second embodiments, the actual MFP 1 is used as the test environment. Needless to say, the test can be performed in an actual machine-less environment in the PC environment instead of the actual machine. For example, in a PC environment, an emulator that functions as a device equivalent to an engine or memory constituting the MFP is used. The engine emulator is software that emulates devices such as MFP scanners and plotters, and emulates command level sequence exchanges via the engine I / F. In addition, various device emulators such as a video driver that emulates image transfer, a memory driver that emulates the RAM memory possessed by the MFP, and an HDD driver that emulates the HDD can be mounted.

1 MFP
11 操作部(操作パネル)
11a 入力装置
11b 表示装置
12 記憶メディアI/F
12a ドライブ装置
12b 記録媒体
13 コントローラ(部)
13a ROM
13b RAM
13c CPU
14 データ通信I/F
14a インターフェース装置
15 スキャナ
15a 画像読取装置
16 プロッタ
16a 印刷装置
17 HDD
20 自動テスト実行部
21 操作信号取得部
22 画面画像取得部
23 記憶指示部
24 操作信号入力部
25 比較判定部
26 テスト結果レポート部
31 操作信号解釈部
32 画面画像解釈部
33 操作内容入力部
34 記憶指示部
35 比較判定部
1 MFP
11 Operation unit (operation panel)
11a Input device 11b Display device 12 Storage media I / F
12a Drive device 12b Recording medium 13 Controller (part)
13a ROM
13b RAM
13c CPU
14 Data communication I / F
14a Interface device 15 Scanner 15a Image reading device 16 Plotter 16a Printing device 17 HDD
DESCRIPTION OF SYMBOLS 20 Automatic test execution part 21 Operation signal acquisition part 22 Screen image acquisition part 23 Storage instruction | indication part 24 Operation signal input part 25 Comparison determination part 26 Test result report part 31 Operation signal interpretation part 32 Screen image interpretation part 33 Operation content input part 34 Storage Instructing section 35 Comparison determining section

特開2009−116535JP 2009-116535 A

Claims (4)

テストケースを作成し、テスト対象のソフトウェアに対しテストケースを実行させ、操作命令に伴い表示される表示画面の確かさをテストする自動テストツール・プログラムであって、
少なくとも入力部、表示部及び記憶部を備えるコンピュータに、
入力部に入力された操作信号を取得する操作信号取得手段と、
前記操作信号が入力部に入力された後、表示部に表示された第1画面画像を取得する第1画面画像取得手段と、
記憶部に前記操作信号及び第1画面画像を記憶させる記憶指示手段と、
また、
記憶部に記憶された前記操作信号を入力部に入力する操作信号入力手段と、
前記操作信号入力手段により操作信号が入力部に入力された後、前記表示部に表示された第2画面画像を取得する第2画面画像取得手段と、
前記第1画面画像と第2画面画像とが一致するか否かを比較判定する比較判定手段と
して機能させるための自動テストツール・プログラム。
An automatic test tool program that creates a test case, causes the test target software to execute the test case, and tests the reliability of the display screen displayed in accordance with the operation instruction.
A computer including at least an input unit, a display unit, and a storage unit,
An operation signal acquisition means for acquiring an operation signal input to the input unit;
First screen image acquisition means for acquiring a first screen image displayed on the display unit after the operation signal is input to the input unit;
Storage instruction means for storing the operation signal and the first screen image in a storage unit;
Also,
Operation signal input means for inputting the operation signal stored in the storage unit to the input unit;
A second screen image obtaining unit for obtaining a second screen image displayed on the display unit after an operation signal is input to the input unit by the operation signal input unit;
An automatic test tool program for functioning as comparison determination means for comparing and determining whether or not the first screen image and the second screen image match.
テストケースを作成し、テスト対象のソフトウェアに対しテストケースを実行させ、操作命令に伴い表示される表示画面の確かさをテストする自動テストツール・プログラムであって、
少なくとも入力部、表示部及び記憶部を備えるコンピュータに、
入力部に入力された操作信号を取得する操作信号取得手段と、
前記操作信号が入力部に入力された後、表示部に表示された第1画面画像を取得する第1画面画像取得手段と、
前記操作信号を当該操作信号に対応付けされた操作内容に解釈し、また前記第1画面画像を当該画面画像が示す第1画面内容に解釈する第1解釈手段と、
記憶部に前記操作内容及び第1画面内容を記憶させる記憶指示手段と、
また、
記憶部に記憶された前記操作内容を入力部に入力する操作信号入力手段と、
前記操作信号入力手段により操作内容が入力部に入力された後、前記表示部に表示された第2画面画像を取得する第2画面画像取得手段と、
前記第2画面画像を当該画面画像が示す第2画面内容に解釈する第2解釈手段と、
前記第1画面内容と第2画面内容とが一致するか否かを比較判定する比較判定手段と
して機能させるための自動テストツール・プログラム。
An automatic test tool program that creates a test case, causes the test target software to execute the test case, and tests the reliability of the display screen displayed in accordance with the operation instruction.
A computer including at least an input unit, a display unit, and a storage unit,
An operation signal acquisition means for acquiring an operation signal input to the input unit;
First screen image acquisition means for acquiring a first screen image displayed on the display unit after the operation signal is input to the input unit;
First interpretation means for interpreting the operation signal into an operation content associated with the operation signal, and interpreting the first screen image into a first screen content indicated by the screen image;
Storage instruction means for storing the operation content and the first screen content in a storage unit;
Also,
Operation signal input means for inputting the operation content stored in the storage unit to the input unit;
A second screen image obtaining unit for obtaining a second screen image displayed on the display unit after an operation content is input to the input unit by the operation signal input unit;
Second interpretation means for interpreting the second screen image into the second screen content indicated by the screen image;
An automatic test tool program for functioning as a comparison determination means for comparing and determining whether or not the first screen content matches the second screen content.
テストケースを作成し、テスト対象のソフトウェアに対しテストケースを実行させ、操作命令に伴い表示される表示画面の確かさをテストする自動テスト方法であって、
少なくとも入力部、表示部及び記憶部を備えるコンピュータが、
入力部に入力された操作信号を取得する操作信号取得手順と、
前記操作信号が入力部に入力された後、表示部に表示された第1画面画像を取得する第1画面画像取得手順と、
記憶部に前記操作信号及び第1画面画像を記憶させる記憶指示手順と、
また、
記憶部に記憶された前記操作信号を入力部に入力する操作信号入力手順と、
前記操作信号入力手順により操作信号が入力部に入力された後、前記表示部に表示された第2画面画像を取得する第2画面画像取得手順と、
前記第1画面画像と第2画面画像とが一致するか否かを比較判定する比較判定手順と、
を有することを特徴とする自動テスト方法。
An automatic test method that creates a test case, executes the test case for the software to be tested, and tests the reliability of the display screen displayed in accordance with the operation instruction.
A computer including at least an input unit, a display unit, and a storage unit,
An operation signal acquisition procedure for acquiring an operation signal input to the input unit;
A first screen image acquisition procedure for acquiring a first screen image displayed on the display unit after the operation signal is input to the input unit;
A storage instruction procedure for storing the operation signal and the first screen image in a storage unit;
Also,
An operation signal input procedure for inputting the operation signal stored in the storage unit to the input unit;
A second screen image acquisition procedure for acquiring a second screen image displayed on the display unit after an operation signal is input to the input unit by the operation signal input procedure;
A comparison determination procedure for comparing and determining whether or not the first screen image and the second screen image match;
An automatic test method characterized by comprising:
テストケースを作成し、テスト対象のソフトウェアに対しテストケースを実行させ、操作命令に伴い表示される表示画面の確かさをテストする自動テスト方法であって、
少なくとも入力部、表示部及び記憶部を備えるコンピュータに、
入力部に入力された操作信号を取得する操作信号取得手順と、
前記操作信号が入力部に入力された後、表示部に表示された第1画面画像を取得する第1画面画像取得手順と、
前記操作信号を当該操作信号に対応付けされた操作内容に解釈し、また前記第1画面画像を当該画面画像が示す第1画面内容に解釈する第1解釈手順と、
記憶部に前記操作内容及び第1画面内容を記憶させる記憶指示手順と、
また、
記憶部に記憶された前記操作内容を入力部に入力する操作信号入力手順と、
前記操作信号入力手順により操作内容が入力部に入力された後、前記表示部に表示された第2画面画像を取得する第2画面画像取得手順と、
前記第2画面画像を当該画面画像が示す第2画面内容に解釈する第2解釈手順と、
前記第1画面内容と第2画面内容とが一致するか否かを比較判定する比較判定手順と
を有することを特徴とする自動テスト方法。
An automatic test method that creates a test case, executes the test case for the software to be tested, and tests the reliability of the display screen displayed in accordance with the operation instruction.
A computer including at least an input unit, a display unit, and a storage unit,
An operation signal acquisition procedure for acquiring an operation signal input to the input unit;
A first screen image acquisition procedure for acquiring a first screen image displayed on the display unit after the operation signal is input to the input unit;
A first interpretation procedure for interpreting the operation signal into an operation content associated with the operation signal, and interpreting the first screen image into a first screen content indicated by the screen image;
A storage instruction procedure for storing the operation content and the first screen content in a storage unit;
Also,
An operation signal input procedure for inputting the operation content stored in the storage unit to the input unit;
A second screen image acquisition procedure for acquiring a second screen image displayed on the display unit after the operation content is input to the input unit by the operation signal input procedure;
A second interpretation procedure for interpreting the second screen image into the second screen content indicated by the screen image;
A comparison determination procedure for comparing and determining whether or not the first screen content matches the second screen content.
JP2010178897A 2010-08-09 2010-08-09 Automatic test tool program and automatic test method Pending JP2012038162A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010178897A JP2012038162A (en) 2010-08-09 2010-08-09 Automatic test tool program and automatic test method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010178897A JP2012038162A (en) 2010-08-09 2010-08-09 Automatic test tool program and automatic test method

Publications (1)

Publication Number Publication Date
JP2012038162A true JP2012038162A (en) 2012-02-23

Family

ID=45850082

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010178897A Pending JP2012038162A (en) 2010-08-09 2010-08-09 Automatic test tool program and automatic test method

Country Status (1)

Country Link
JP (1) JP2012038162A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5204343B1 (en) * 2012-11-01 2013-06-05 NEUSOFT Japan株式会社 Test system and program
WO2015001721A1 (en) * 2013-07-05 2015-01-08 Necソリューションイノベータ株式会社 User-interface review method, device, and program
JP2015049630A (en) * 2013-08-30 2015-03-16 京セラドキュメントソリューションズ株式会社 Image forming apparatus and application screen test system thereof
JP2015076041A (en) * 2013-10-11 2015-04-20 日本電信電話株式会社 Erroneous input detection device and erroneous input detection program
JP5855729B1 (en) * 2014-10-31 2016-02-09 株式会社Pfu Scanner demonstrator, scanner demon straight method, and program
WO2016170618A1 (en) * 2015-04-22 2016-10-27 三菱電機株式会社 Automatic testing device
JP2017004208A (en) * 2015-06-09 2017-01-05 株式会社日立製作所 Test support device and test support method
JP2017162120A (en) * 2016-03-08 2017-09-14 三菱電機株式会社 Information processor, information processing method, and information processing program
JP2019525372A (en) * 2016-08-26 2019-09-05 上海合福信息科技有限公司 How to generate a test design document
JP2019525373A (en) * 2016-08-26 2019-09-05 上海合福信息科技有限公司 How to generate test cases
JP2020017073A (en) * 2018-07-25 2020-01-30 株式会社野村総合研究所 Test management server and system
JP2020166492A (en) * 2019-03-29 2020-10-08 コニカミノルタ株式会社 Test apparatus, test method and computer program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009140155A (en) * 2007-12-05 2009-06-25 Fujitsu Ltd Test program for application program
JP2009223804A (en) * 2008-03-18 2009-10-01 Toshiba Corp Terminal device and inspection method
JP2010020562A (en) * 2008-07-10 2010-01-28 Ricoh Co Ltd Image processing device, information processing device, software operation testing method, software operation testing program, and recording medium to which the program is recorded

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009140155A (en) * 2007-12-05 2009-06-25 Fujitsu Ltd Test program for application program
JP2009223804A (en) * 2008-03-18 2009-10-01 Toshiba Corp Terminal device and inspection method
JP2010020562A (en) * 2008-07-10 2010-01-28 Ricoh Co Ltd Image processing device, information processing device, software operation testing method, software operation testing program, and recording medium to which the program is recorded

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JPN6014038780; 星野 努: 業務によく効く Access開発 現場ワザ 初版, 20090730, p.156-159, 株式会社翔泳社 *
JPN6014038783; 大重 美幸: Adobe Flash CS3 詳細!ActionScript 3.0入門ノート2 初版, 20080731, p.274-277, 株式会社ソーテック社 *

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5204343B1 (en) * 2012-11-01 2013-06-05 NEUSOFT Japan株式会社 Test system and program
JP6068639B2 (en) * 2013-07-05 2017-01-25 Necソリューションイノベータ株式会社 User interface inspection method, apparatus, and program
WO2015001721A1 (en) * 2013-07-05 2015-01-08 Necソリューションイノベータ株式会社 User-interface review method, device, and program
CN105359111A (en) * 2013-07-05 2016-02-24 日本电气方案创新株式会社 User-interface review method, device, and program
JP2015049630A (en) * 2013-08-30 2015-03-16 京セラドキュメントソリューションズ株式会社 Image forming apparatus and application screen test system thereof
JP2015076041A (en) * 2013-10-11 2015-04-20 日本電信電話株式会社 Erroneous input detection device and erroneous input detection program
JP5855729B1 (en) * 2014-10-31 2016-02-09 株式会社Pfu Scanner demonstrator, scanner demon straight method, and program
US9686434B2 (en) 2014-10-31 2017-06-20 Pfu Limited Scanner demonstrator, method of scanner demonstration, and computer program product
WO2016170618A1 (en) * 2015-04-22 2016-10-27 三菱電機株式会社 Automatic testing device
JPWO2016170618A1 (en) * 2015-04-22 2017-06-29 三菱電機株式会社 Automatic test equipment
JP2017004208A (en) * 2015-06-09 2017-01-05 株式会社日立製作所 Test support device and test support method
JP2017162120A (en) * 2016-03-08 2017-09-14 三菱電機株式会社 Information processor, information processing method, and information processing program
JP2019525372A (en) * 2016-08-26 2019-09-05 上海合福信息科技有限公司 How to generate a test design document
JP2019525373A (en) * 2016-08-26 2019-09-05 上海合福信息科技有限公司 How to generate test cases
JP2020017073A (en) * 2018-07-25 2020-01-30 株式会社野村総合研究所 Test management server and system
JP7182044B2 (en) 2018-07-25 2022-12-02 株式会社野村総合研究所 Test management server and system
JP2020166492A (en) * 2019-03-29 2020-10-08 コニカミノルタ株式会社 Test apparatus, test method and computer program
US11544840B2 (en) 2019-03-29 2023-01-03 Konica Minolta, Inc. Inspection device, inspection method, and recording medium

Similar Documents

Publication Publication Date Title
JP2012038162A (en) Automatic test tool program and automatic test method
US8625142B2 (en) Printing apparatus and control method thereof and program
JP5780115B2 (en) Error detection method, information processing circuit, and error detection program
JP2000075989A (en) Remotely operable device and method and system for remote operation thereof
US8381035B2 (en) Information processing device for creating and analyzing log files
CN101562676A (en) Image processing apparatus and image processing method
JP5933483B2 (en) Image forming system, image forming apparatus, and log management program
JP6324136B2 (en) Printing system, printing apparatus, printing system control method, and program
CN102202146B (en) Display screen control device, display screen control method
CN114253841A (en) Test script generation method and device and storage medium
JP6332927B2 (en) Information processing apparatus, control method therefor, and program
US10922035B2 (en) Image forming device and non-transitory computer readable medium for checking processing result and registering processing execution data
JP2009294977A (en) Information processor, information processing method and program
JP3840114B2 (en) Controller unit operation verification system, controller device, image data output control method applied to controller device, program, and storage medium
US20180084122A1 (en) Processing device, image forming apparatus, and non-transitory computer readable medium
US20110138272A1 (en) Image forming apparatus and document description information input method of documents thereof
KR20140070378A (en) Image forming apparatus and image forming system
US20190387107A1 (en) Image processing device, self-diagnostic method and non-transitory recording medium
JP2012171170A (en) Image processing device, information processing method, and program
JP2021010137A (en) Image forming apparatus, method for forming the same, and program
JP2020135823A (en) Information processing device and program
JP2010045781A (en) Information processor, information processing method, and program
JP2011051163A (en) Image forming apparatus and image transmitting method
JP5105839B2 (en) How to operate multifunction office equipment
JP7243265B2 (en) Information processing device, image processing system, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130527

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140114

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140310

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140916