JP2008077316A - Verification device, verification program and verification method - Google Patents

Verification device, verification program and verification method Download PDF

Info

Publication number
JP2008077316A
JP2008077316A JP2006254461A JP2006254461A JP2008077316A JP 2008077316 A JP2008077316 A JP 2008077316A JP 2006254461 A JP2006254461 A JP 2006254461A JP 2006254461 A JP2006254461 A JP 2006254461A JP 2008077316 A JP2008077316 A JP 2008077316A
Authority
JP
Japan
Prior art keywords
verification
information
verification target
screen
dvd recorder
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
JP2006254461A
Other languages
Japanese (ja)
Inventor
Hirosuke Motoi
浩祐 許斐
Takeshi Kimura
健 木村
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.)
ILC KK
Original Assignee
ILC KK
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 ILC KK filed Critical ILC KK
Priority to JP2006254461A priority Critical patent/JP2008077316A/en
Publication of JP2008077316A publication Critical patent/JP2008077316A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To shorten an operation time and to reduce operation costs in a verifying operation. <P>SOLUTION: A verification system 100 is provided with a personal computer 110 functioning as a verification device and a DVD recorder 120 for functioning as a verified device. The personal computer 110 controls the execution of verification object processing by the DVD recorder 120 by transmitting control information 141 to the DVD recorder 120. The DVD recorder 120 executes verification object processing according to the reception of control information 141. In this case, the DVD recorder 120 generates state transition information 142. Then, the DVD recorder 120 transmits the state transition information 142 to the personal computer 110. The personal computer 110 automatically determines the propriety of verification object processing according on receipt of the state transition information 142 transmitted form the DVD recorder 120. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

この発明は、プログラムの動作を検証する検証装置、検証プログラム、および検証方法に関する。   The present invention relates to a verification device, a verification program, and a verification method for verifying the operation of a program.

従来より、たとえばDVDレコーダなどの電子機器には、画面表示などのグラフィック処理をおこなうプログラムが組み込まれている。そして、このようなプログラムの中には、複数の画面を遷移させながら各種設定処理(たとえば時刻設定処理、録画予約処理など)をおこなうものがある。   Conventionally, a program for performing graphic processing such as screen display is incorporated in an electronic device such as a DVD recorder. Some of these programs perform various setting processes (for example, a time setting process, a recording reservation process, etc.) while changing a plurality of screens.

また、一般的に、プログラムの開発時においては、作成したプログラムの動作や不具合を事前に確認し、プログラムの品質を向上させるための機能検証(機能テスト)がおこなわれている。特に、近年においては、機能検証の対象となる装置(以下、「検証対象装置」という)に実装される機能数の増加に伴い、機能検証における検証項目が増加する傾向にあった。   In general, at the time of program development, function verification (function test) is performed in order to confirm the operation and malfunction of the created program in advance and improve the quality of the program. In particular, in recent years, the number of verification items in function verification has tended to increase with the increase in the number of functions implemented in a device subjected to function verification (hereinafter referred to as “verification target device”).

そこで、たとえば人手を介さずに連続して検証項目ごとの検証をおこなうことができる検証装置が開示されている(たとえば、下記特許文献1参照。)。このような検証装置によれば、検証作業における作業効率を向上させることができ、結果的に、作業時間の短時間化、および作業コストの低コスト化を図ることができるものとされている。   Thus, for example, a verification device has been disclosed that can perform verification for each verification item continuously without human intervention (see, for example, Patent Document 1 below). According to such a verification apparatus, the work efficiency in the verification work can be improved, and as a result, the work time can be shortened and the work cost can be reduced.

特開平7−56732号公報JP-A-7-56732

しかしながら、上記特許文献1に記載の従来技術にあっては、たとえば画面遷移の検証など、実行結果の判定を自動的におこなうことができない検証項目については、実行結果を目視にて確認しなければならないため、人手を介さずに連続して検証項目ごとの検証をおこなうことができない。このため、検証作業における作業効率を向上させることができず、結果的に、作業時間が長時間化するだけでなく、作業コストが増加するといった問題が生じていた。   However, in the prior art described in Patent Document 1, for verification items that cannot automatically determine the execution result, such as verification of screen transition, the execution result must be confirmed visually. Therefore, verification for each verification item cannot be performed continuously without human intervention. For this reason, the work efficiency in the verification work cannot be improved, and as a result, not only the work time is lengthened but also the work cost is increased.

この発明は、上述した従来技術による問題点を解消するため、検証対象処理の実行結果の判定を自動的におこなうことで、検証作業における作業効率を向上させることができ、結果的に、作業時間の短時間化、および作業コストの低コスト化を図ることができる検証装置、検証プログラム、および検証方法を提供することを目的とする。   In order to solve the above-described problems caused by the prior art, the present invention can improve the efficiency of the verification work by automatically determining the execution result of the verification target process. It is an object of the present invention to provide a verification device, a verification program, and a verification method that can reduce the time required for operation and reduce the work cost.

上述した課題を解決し、目的を達成するため、請求項1の発明にかかる検証装置は、検証対象処理が実行された検証対象装置から、前記検証対象処理が実行されたときの前記検証対象装置の状態に関する情報を取得する取得手段と、所定の前記検証対象装置の状態に関する情報と、前記取得手段によって取得された前記検証対象装置の状態に関する情報とに基づいて、前記検証対象処理の適否を判定する判定手段と、前記判定手段によって判定された結果に関する情報を出力する出力手段と、を備えたことを特徴とする。   In order to solve the above-described problem and achieve the object, the verification apparatus according to the invention of claim 1 is the verification target apparatus when the verification target process is executed from the verification target apparatus where the verification target process is executed. Whether or not the verification target process is appropriate is determined based on acquisition means for acquiring information on the status of the verification target, information on the status of the predetermined verification target apparatus, and information on the status of the verification target apparatus acquired by the acquisition means. It is characterized by comprising determination means for determining, and output means for outputting information relating to the result determined by the determination means.

この発明によれば、検証対象処理によって実行された検証対象処理の実行結果の判定を、当該検証対象処理が実行されたときの検証対象装置の状態に関する情報に基づいて、自動的におこなうことができる。   According to the present invention, the determination of the execution result of the verification target process executed by the verification target process can be automatically performed based on the information on the state of the verification target device when the verification target process is executed. it can.

また、請求項2の発明にかかる検証装置は、請求項1に記載の発明において、前記検証対象装置の状態に関する情報は、前記検証対象装置の画面遷移に関する情報であることを特徴とする。   According to a second aspect of the present invention, in the verification apparatus according to the first aspect, the information related to the state of the verification target apparatus is information related to a screen transition of the verification target apparatus.

この発明によれば、検証対象処理によって実行された検証対象処理の実行結果の判定を、当該検証対象処理が実行されたときの検証対象装置の画面遷移に関する情報に基づいて、自動的におこなうことができる。   According to this invention, the determination of the execution result of the verification target process executed by the verification target process is automatically performed based on the information related to the screen transition of the verification target device when the verification target process is executed. Can do.

また、請求項3の発明にかかる検証装置は、請求項2に記載の発明において、前記検証対象装置の画面遷移に関する情報は、前記検証対象装置の画面遷移時間に関する情報を含むことを特徴とする。   According to a third aspect of the present invention, in the verification device according to the second aspect, the information related to the screen transition of the verification target device includes information related to the screen transition time of the verification target device. .

この発明によれば、検証対象処理によって実行された検証対象処理の実行結果の判定を、当該検証対象処理が実行されたときの検証対象装置の画面遷移時間に基づいて、自動的におこなうことができる。   According to this invention, the execution result of the verification target process executed by the verification target process can be automatically determined based on the screen transition time of the verification target device when the verification target process is executed. it can.

また、請求項4の発明にかかる検証装置は、請求項1に記載の発明において、前記取得手段によって過去に取得された前記検証対象装置の状態に関する情報に基づいて、所定の前記検証対象処理の状態に関する情報を生成する生成手段をさらに備え、前記判定手段は、前記生成手段によって生成された所定の前記検証対象処理の状態に関する情報と、前記取得手段によって新たに取得された前記検証対象装置の状態に関する情報とに基づいて、前記検証対象処理の適否を判定することを特徴とする。   According to a fourth aspect of the present invention, there is provided a verification apparatus according to the first aspect of the present invention, wherein the predetermined verification target process is performed based on information on the status of the verification target apparatus acquired in the past by the acquisition unit. A generating unit configured to generate information about a state; and the determination unit includes information about a state of the predetermined verification target process generated by the generating unit, and information on the verification target device newly acquired by the acquiring unit. Whether or not the verification target process is appropriate is determined based on information on the state.

この発明によれば、検証対象処理によって実行された検証対象処理の実行結果の判定を、当該検証対象処理が過去に実行されたときの検証対象装置の状態に関する情報と、当該検証対象処理が新たに実行されたときの検証対象装置の状態に関する情報とに基づいて、自動的におこなうことができる。   According to the present invention, the determination of the execution result of the verification target process executed by the verification target process is performed based on the information related to the state of the verification target device when the verification target process has been executed in the past, and the verification target process is newly This can be done automatically based on the information regarding the state of the verification target device when it is executed.

また、請求項5の発明にかかる検証プログラムは、検証対象処理が実行された検証対象装置から、前記検証対象処理が実行されたときの前記検証対象装置の状態に関する情報を取得させる取得工程と、所定の前記検証対象装置の状態に関する情報と、前記取得工程によって取得された前記検証対象装置の状態に関する情報とに基づいて、前記検証対象処理の適否を判定させる判定工程と、前記判定工程によって判定された結果に関する情報を出力させる出力工程と、を検証装置に実行させることを特徴とする。   Further, the verification program according to the invention of claim 5 is an acquisition step of acquiring information on the state of the verification target device when the verification target processing is executed from the verification target device on which the verification target processing is executed; A determination step for determining whether or not the verification target process is appropriate based on information on the state of the predetermined verification target device and information on the state of the verification target device acquired in the acquisition step; and determination by the determination step An output step for outputting information on the result obtained, and causing the verification apparatus to execute the output step.

この発明によれば、検証対象処理によって実行された検証対象処理の実行結果の判定を、当該検証対象処理が実行されたときの検証対象装置の状態に関する情報に基づいて、検証装置に自動的におこなわせることができる。   According to the present invention, the verification apparatus automatically determines the execution result of the verification target process executed by the verification target process based on the information about the state of the verification target apparatus when the verification target process is executed. You can do it.

また、請求項6の発明にかかる検証方法は、検証装置を用いて検証対象処理の検証をおこなう検証方法において、前記検証対象処理が実行された検証対象装置から、前記検証対象処理が実行されたときの前記検証対象装置の状態に関する情報を取得する取得工程と、所定の前記検証対象装置の状態に関する情報と、前記取得工程によって取得された前記検証対象装置の状態に関する情報とに基づいて、前記検証対象処理の適否を判定する判定工程と、前記判定工程によって判定された結果に関する情報を出力する出力工程と、を前記検証装置に実行させることを特徴とする。   The verification method according to the invention of claim 6 is a verification method for performing verification of a verification target process using a verification device, wherein the verification target process is executed from a verification target apparatus in which the verification target process is executed. Based on the acquisition step of acquiring information on the state of the verification target device at the time, information on the state of the predetermined verification target device, and information on the state of the verification target device acquired by the acquisition step, The verification apparatus is configured to execute a determination step for determining whether the verification target process is appropriate and an output step for outputting information related to the result determined in the determination step.

この発明によれば、検証対象処理によって実行された検証対象処理の実行結果の判定を、当該検証対象処理が実行されたときの検証対象装置の状態に関する情報に基づいて、検証装置に自動的におこなわせることができる。   According to the present invention, the verification apparatus automatically determines the execution result of the verification target process executed by the verification target process based on the information about the state of the verification target apparatus when the verification target process is executed. You can do it.

本発明にかかる検証装置、検証プログラム、および検証方法によれば、検証対象処理の実行結果の判定を自動的におこなうことができるため、検証作業における作業効率を向上させることができ、結果的に、作業時間の短時間化、および作業コストの低コスト化を図ることができるという効果を奏する。   According to the verification apparatus, the verification program, and the verification method according to the present invention, since the execution result of the verification target process can be automatically determined, work efficiency in verification work can be improved, and consequently There is an effect that the working time can be shortened and the working cost can be reduced.

以下に添付図面を参照して、この発明にかかる検証装置、検証プログラム、および検証方法の好適な実施の形態を、DVDレコーダに実装された検証対象処理の検証を一例に、詳細に説明する。   Exemplary embodiments of a verification apparatus, a verification program, and a verification method according to the present invention will be described below in detail with reference to the verification of a verification target process implemented in a DVD recorder as an example.

(実施の形態)
(検証システムのシステム構成)
まず、この発明の実施の形態にかかる検証システムのシステム構成について説明する。図1は、この発明の実施の形態にかかる検証システムのシステム構成を示すシステム構成図である。
(Embodiment)
(System configuration of verification system)
First, the system configuration of the verification system according to the embodiment of the present invention will be described. FIG. 1 is a system configuration diagram showing a system configuration of a verification system according to an embodiment of the present invention.

図1において、検証システム100は、検証装置として機能するパーソナル・コンピュータ110と、検証対象装置として機能するDVDレコーダ120と、を備えて構成されており、互いに通信ケーブル130によって接続されている。   In FIG. 1, the verification system 100 includes a personal computer 110 that functions as a verification device and a DVD recorder 120 that functions as a verification target device, which are connected to each other via a communication cable 130.

検証システム100において、パーソナル・コンピュータ110は、DVDレコーダ120に実装されている検証対象処理を実行するためのイベントに対応する制御情報141の入力を受け付ける。そして、パーソナル・コンピュータ110は、通信ケーブル130を介して、入力された制御情報141をDVDレコーダ120に送信することによって、DVDレコーダ120による検証対象処理の実行を制御する。   In the verification system 100, the personal computer 110 receives input of control information 141 corresponding to an event for executing a verification target process mounted on the DVD recorder 120. The personal computer 110 controls the execution of the verification target process by the DVD recorder 120 by transmitting the input control information 141 to the DVD recorder 120 via the communication cable 130.

また、パーソナル・コンピュータ110は、DVDレコーダ120から送信された、状態遷移情報142の受信に伴って、検証対象処理の適否を自動的に判定する。ここで、状態遷移情報142は、検証対象処理が実行されたときのDVDレコーダ120の画面遷移に関する情報であって、画面遷移前後の画面に関する情報と、画面遷移時間に関する情報とを含む。   In addition, the personal computer 110 automatically determines whether or not the verification target process is appropriate as the state transition information 142 transmitted from the DVD recorder 120 is received. Here, the state transition information 142 is information regarding the screen transition of the DVD recorder 120 when the verification target process is executed, and includes information regarding the screen before and after the screen transition and information regarding the screen transition time.

また、検証システム100において、DVDレコーダ120は、パーソナル・コンピュータ110から送信された制御情報141の受信に伴って、検証対象処理を実行する。このとき、DVDレコーダ120は、状態遷移情報142を生成する。そして、DVDレコーダ120は、通信ケーブル130を介して、状態遷移情報142をパーソナル・コンピュータ110に送信する。   In the verification system 100, the DVD recorder 120 executes the verification target process in response to the reception of the control information 141 transmitted from the personal computer 110. At this time, the DVD recorder 120 generates state transition information 142. Then, the DVD recorder 120 transmits the state transition information 142 to the personal computer 110 via the communication cable 130.

ここで、DVDレコーダ120による検証対象処理の実行は、パーソナル・コンピュータ110から送信された制御情報141の受信に伴ったものに限らず、たとえば、DVDレコーダ120に備えられたリモコン装置(図示省略)または操作ボタン(図示省略)のユーザ操作に伴ったものであってもよい。   Here, the execution of the verification target process by the DVD recorder 120 is not limited to the reception of the control information 141 transmitted from the personal computer 110, and for example, a remote control device (not shown) provided in the DVD recorder 120. Alternatively, it may be accompanied by a user operation of an operation button (not shown).

また、DVDレコーダ120からパーソナル・コンピュータ110への状態遷移情報142の受け渡しは、通信ケーブル130を介したデータ通信によるものに限らず、その他の有線または無線データ通信によるものであってもよい。また、メモリカードなど着脱可能な記録媒体を介したものであってもよい。   Further, the transfer of the state transition information 142 from the DVD recorder 120 to the personal computer 110 is not limited to data communication via the communication cable 130, and may be other wire or wireless data communication. Further, it may be via a removable recording medium such as a memory card.

なお、検証対象装置は、DVDレコーダ120に限らず、たとえば検証対象処理を実行することが可能なシミュレータを備えたパーソナル・コンピュータなど、検証対象処理が実行可能な装置であれば、どのような装置であってもよい。なお、パーソナル・コンピュータ110が上記シミュレータを備える場合、検証システム100は、パーソナル・コンピュータ110のスタンド・アロン構成とすることができる。   The verification target device is not limited to the DVD recorder 120, and any device can be used as long as it can execute the verification target processing, such as a personal computer equipped with a simulator capable of executing the verification target processing. It may be. When the personal computer 110 includes the simulator, the verification system 100 can have a stand-alone configuration of the personal computer 110.

(パーソナル・コンピュータ110のハードウェア構成)
つぎに、この発明の実施の形態にかかるパーソナル・コンピュータ110のハードウェア構成について説明する。図2は、この発明の実施の形態にかかるパーソナル・コンピュータ110のハードウェア構成を示すブロック図である。
(Hardware configuration of personal computer 110)
Next, the hardware configuration of the personal computer 110 according to the embodiment of the present invention will be described. FIG. 2 is a block diagram showing a hardware configuration of the personal computer 110 according to the embodiment of the present invention.

図2において、パーソナル・コンピュータ110は、CPU201と、ROM202と、RAM203と、HDD(ハードディスクドライブ)204と、HD(ハードディスク)205と、R/W(リーダ/ライタ)206と、着脱可能な記録媒体の一例としてのDVD(Digital Versatile Disk)207と、ディスプレイ208と、I/F(インターフェース)209と、キーボード210と、マウス211と、スキャナ212と、プリンタ213と、を備えており、各構成部はバス220によってそれぞれ接続されている。   In FIG. 2, a personal computer 110 includes a CPU 201, a ROM 202, a RAM 203, an HDD (hard disk drive) 204, an HD (hard disk) 205, an R / W (reader / writer) 206, and a removable recording medium. Each of which includes a DVD (Digital Versatile Disk) 207, a display 208, an I / F (interface) 209, a keyboard 210, a mouse 211, a scanner 212, and a printer 213. Are connected by a bus 220.

ここで、CPU201は、パーソナル・コンピュータ110の全体の制御を司る。ROM202は、ブートプログラムなどのプログラムを記憶している。RAM203は、CPU201のワークエリアとして使用される。HDD204は、CPU201の制御にしたがってHD205に対するデータのリード/ライトを制御する。HD205は、HDD204の制御で書き込まれたデータを記憶する。   Here, the CPU 201 controls the entire personal computer 110. The ROM 202 stores a program such as a boot program. The RAM 203 is used as a work area for the CPU 201. The HDD 204 controls data read / write with respect to the HD 205 according to the control of the CPU 201. The HD 205 stores data written under the control of the HDD 204.

R/W206は、CPU201の制御にしたがってDVD207に対するデータのリード/ライトを制御する。DVD207は、R/W206の制御で書き込まれたデータを記憶したり、DVD207に記憶されたデータを読み取らせたりする。   The R / W 206 controls reading / writing of data with respect to the DVD 207 according to the control of the CPU 201. The DVD 207 stores data written under the control of the R / W 206 or reads data stored on the DVD 207.

また、着脱可能な記録媒体として、DVD207のほか、CD−ROM(CD−R、CD−RW)、MO、メモリカード、FD(Flexible Disc)などであってもよい。ディスプレイ208は、カーソル、アイコンあるいはツールボックスをはじめ、文章、画像、機能情報などのデータを表示する。このディスプレイ208は、たとえば、CRT、TFT液晶ディスプレイ、プラズマディスプレイなどを採用することができる。   In addition to the DVD 207, the removable recording medium may be a CD-ROM (CD-R, CD-RW), MO, memory card, FD (Flexible Disc), or the like. The display 208 displays data such as a text, an image, and function information as well as a cursor, an icon, or a tool box. As the display 208, for example, a CRT, a TFT liquid crystal display, a plasma display, or the like can be adopted.

I/F209は、通信回線を通じてインターネットなどのネットワークに接続され、このネットワークを介してユーザ端末装置などの外部装置に接続される。また、I/F209は、通信ケーブル130(図1参照)を介して、DVDレコーダ120(図1参照)に接続される。そして、I/F209は、ネットワークおよび通信ケーブル130とパーソナル・コンピュータ110内部とのインターフェースを司り、外部装置およびDVDレコーダ120からのデータの送受信を制御する。I/F209には、たとえばモデム、LANカードなどを採用することができる。   The I / F 209 is connected to a network such as the Internet through a communication line, and is connected to an external device such as a user terminal device via this network. Further, the I / F 209 is connected to the DVD recorder 120 (see FIG. 1) via the communication cable 130 (see FIG. 1). The I / F 209 controls an interface between the network and the communication cable 130 and the personal computer 110, and controls transmission / reception of data from the external device and the DVD recorder 120. For example, a modem or a LAN card can be adopted as the I / F 209.

キーボード210は、文字、数字、各種指示などの入力のためのキーを備え、データの入力をおこなう。また、タッチパネル式の入力パッドやテンキーなどであってもよい。マウス211は、カーソルの移動や範囲選択、あるいはウィンドウの移動やサイズの変更などをおこなう。ポインティングデバイスとして同様に機能を備えるものであれば、トラックボールやジョイスティックなどであってもよい。   The keyboard 210 includes keys for inputting characters, numbers, various instructions, and the like, and inputs data. Moreover, a touch panel type input pad or a numeric keypad may be used. The mouse 211 performs cursor movement, range selection, window movement, size change, and the like. A trackball or a joystick may be used as long as they have the same function as a pointing device.

スキャナ212は、画像を光学的に読み取り、パーソナル・コンピュータ110内に画像データを取り込む。なお、スキャナ212は、OCR機能を持たせてもよい。また、プリンタ213は、画像データや文章データを印刷する。プリンタ213には、たとえば、レーザプリンタやインクジェットプリンタを採用することができる。   The scanner 212 optically reads an image and captures image data into the personal computer 110. The scanner 212 may have an OCR function. The printer 213 prints image data and text data. As the printer 213, for example, a laser printer or an ink jet printer can be employed.

(DVDレコーダ120のハードウェア構成)
つぎに、この発明の実施の形態にかかるDVDレコーダ120のハードウェア構成について説明する。図3は、この発明の実施の形態にかかるDVDレコーダ120のハードウェア構成を示すブロック図である。
(Hardware configuration of DVD recorder 120)
Next, a hardware configuration of the DVD recorder 120 according to the embodiment of the present invention will be described. FIG. 3 is a block diagram showing a hardware configuration of the DVD recorder 120 according to the embodiment of the present invention.

図3において、DVDレコーダ120は、CPU301と、ROM302と、RAM303と、HDD(ハードディスクドライブ)304と、HD(ハードディスク)305と、R/W(リーダ/ライタ)306と、DVD(Digital Versatile Disk)307と、I/F(インターフェース)308と、操作ボタン309と、を備えており、各構成部はバス320によってそれぞれ接続されている。   In FIG. 3, a DVD recorder 120 includes a CPU 301, ROM 302, RAM 303, HDD (hard disk drive) 304, HD (hard disk) 305, R / W (reader / writer) 306, and DVD (Digital Versatile Disk). 307, an I / F (interface) 308, and operation buttons 309, and each component is connected by a bus 320.

ここで、CPU301は、DVDレコーダ120の全体の制御を司る。ROM302は、ブートプログラムなどのプログラムを記憶している。RAM303は、CPU301のワークエリアとして使用される。HDD304は、CPU301の制御にしたがってHD305に対するデータのリード/ライトを制御する。HD305は、HDD304の制御で書き込まれたデータを記憶する。   Here, the CPU 301 governs overall control of the DVD recorder 120. The ROM 302 stores a program such as a boot program. The RAM 303 is used as a work area for the CPU 301. The HDD 304 controls reading / writing of data with respect to the HD 305 according to the control of the CPU 301. The HD 305 stores data written under the control of the HDD 304.

R/W306は、CPU301の制御にしたがってDVD307に対するデータのリード/ライトを制御する。DVD307は、R/W306の制御で書き込まれたデータを記憶したり、DVD307に記憶されたデータを読み取らせたりする。   The R / W 306 controls reading / writing of data with respect to the DVD 307 according to the control of the CPU 301. The DVD 307 stores data written under the control of the R / W 306 and allows the data stored on the DVD 307 to be read.

I/F308は、通信ケーブル130(図1参照)を介して、パーソナル・コンピュータ110(図1参照)に接続される。また、I/F308は、テレビモニタなどの各種表示装置に接続される。そして、I/F308は、通信ケーブル130とDVDレコーダ120内部とのインターフェースを司り、パーソナル・コンピュータ110および各種表示装置からのデータの送受信を制御する。   The I / F 308 is connected to the personal computer 110 (see FIG. 1) via the communication cable 130 (see FIG. 1). The I / F 308 is connected to various display devices such as a television monitor. The I / F 308 controls an interface between the communication cable 130 and the DVD recorder 120, and controls transmission / reception of data from the personal computer 110 and various display devices.

I/F308には、たとえばLANカード、USBカード、ビデオカードなどを採用することができる。操作ボタン309は、文字、数字、各種指示などの入力のためのキーを備え、データの入力をおこなう。また、タッチパネル式の入力パッドやテンキーなどであってもよい。   As the I / F 308, for example, a LAN card, USB card, video card, or the like can be adopted. The operation button 309 includes keys for inputting characters, numbers, various instructions, and the like, and inputs data. Moreover, a touch panel type input pad or a numeric keypad may be used.

(パーソナル・コンピュータ110の機能的構成)
つぎに、この発明の実施の形態にかかるパーソナル・コンピュータ110の機能的構成について説明する。図4は、この発明の実施の形態にかかるパーソナル・コンピュータ110の機能的構成を示すブロック図である。
(Functional configuration of personal computer 110)
Next, a functional configuration of the personal computer 110 according to the embodiment of the present invention will be described. FIG. 4 is a block diagram showing a functional configuration of the personal computer 110 according to the embodiment of the present invention.

図4において、パーソナル・コンピュータ110は、取得部401と、判定部402と、出力部403と、生成部404と、入力部405と、制御情報出力部406とから構成されている。   4, the personal computer 110 includes an acquisition unit 401, a determination unit 402, an output unit 403, a generation unit 404, an input unit 405, and a control information output unit 406.

取得部401は、DVDレコーダ120から出力された状態遷移情報142を取得する。たとえば、取得部401は、DVDレコーダ120から送信された状態遷移情報142を受信する。また、たとえば、取得部401は、DVDレコーダ120から出力された状態遷移情報142を所定の記録媒体から読み取る。この場合、状態遷移情報142が記録された所定の記録媒体は、パーソナル・コンピュータ110に備えられたものに限らず、外部装置に備えられたものであってもよい。なお、取得部401は、具体的には、たとえば図2に示したI/F209によってその機能を実現する。   The acquisition unit 401 acquires the state transition information 142 output from the DVD recorder 120. For example, the acquisition unit 401 receives the state transition information 142 transmitted from the DVD recorder 120. For example, the acquisition unit 401 reads the state transition information 142 output from the DVD recorder 120 from a predetermined recording medium. In this case, the predetermined recording medium in which the state transition information 142 is recorded is not limited to that provided in the personal computer 110 but may be provided in an external device. Note that the acquisition unit 401 specifically implements its function by, for example, the I / F 209 illustrated in FIG.

判定部402は、取得部401によって取得された状態遷移情報142と、所定の記録媒体に記録されている基準情報412とを比較することによって、DVDレコーダ120において実行された検証対象処理の適否を判定する。   The determination unit 402 compares the state transition information 142 acquired by the acquisition unit 401 with the reference information 412 recorded in a predetermined recording medium, thereby determining whether the verification target process executed in the DVD recorder 120 is appropriate. judge.

ここで、基準情報412は、生成部404によって生成された、上記判定処理をおこなう際に用いられる基準値(所定のDVDレコーダ120の画面遷移に関する情報)であって、状態遷移情報142と同様に、画面遷移前後の画面に関する情報と、画面遷移時間に関する情報とを含む。なお、基準情報412は、生成部404によって生成されたものに限らず、たとえば、ユーザが入力したものであってもよい。   Here, the reference information 412 is a reference value (information relating to a predetermined screen transition of the DVD recorder 120) generated by the generation unit 404 and used when the determination process is performed, and is similar to the state transition information 142. , Information about the screen before and after the screen transition and information about the screen transition time. The reference information 412 is not limited to the information generated by the generation unit 404, and may be information input by the user, for example.

たとえば、判定部402は、状態遷移情報142に記録されている画面遷移前後の画面に関する情報と、基準情報412に記録されている画面遷移前後の画面に関する情報とを比較した結果、両者が一致していれば検証対象処理を「合格」と判定し、両者が一致していなければ検証対象処理を「不合格」と判定する。   For example, the determination unit 402 compares the information about the screen before and after the screen transition recorded in the state transition information 142 with the information about the screen before and after the screen transition recorded in the reference information 412, and as a result, the two match. If so, the verification target process is determined as “pass”, and if the two do not match, the verification target process is determined as “fail”.

また、たとえば、判定部402は、状態遷移情報142に記録されている画面遷移時間に関する情報と、基準情報412に記録されている画面遷移時間に関する情報とを比較した結果、両者が一致しているか、もしくは両者の誤差が所定範囲内であれば検証対象処理を「合格」と判定し、両者が一致していないか、もしくは両者の誤差が所定範囲外であれば検証対象処理を「不合格」と判定する。   Further, for example, the determination unit 402 compares the information about the screen transition time recorded in the state transition information 142 with the information about the screen transition time recorded in the reference information 412. Or, if the error between the two is within the predetermined range, the verification target process is judged as “pass”, and if both are not matched or the error between the two is outside the predetermined range, the verification target process is “failed”. Is determined.

ここで、上記所定範囲は、たとえばユーザによって入力されたものであって、所定の記録媒体に記録されているものである。なお、判定部402は、検証対象処理を「合格」および「不合格」の2段階に判定するだけでなく、たとえば、3段階以上に判定するようにしてもよい。なお、判定部402は、具体的には、たとえば図2に示したROM202、RAM203、HD205、DVD207に記憶されたプログラムをCPU201が実行することによってその機能を実現する。   Here, the predetermined range is, for example, input by a user and recorded on a predetermined recording medium. Note that the determination unit 402 may determine the verification target process not only in two stages of “pass” and “fail”, but also in, for example, three or more stages. Specifically, the determination unit 402 realizes its function when the CPU 201 executes a program stored in, for example, the ROM 202, the RAM 203, the HD 205, and the DVD 207 shown in FIG.

出力部403は、判定部402によって判定された結果に関する情報を含む、検証結果情報143を出力する。たとえば、出力部403は、検証結果情報143を画面表示する。なお、検証結果情報143の出力方法は、画面表示に限らず、たとえば所定の用紙に印刷するようにしてもよい。また、検証結果情報143を、所定の記録媒体に記録するようにしてもよい。さらに、検証結果情報143を、所定または任意の外部装置に送信するようにしてもよい。なお、出力部403は、具体的には、たとえば図2に示したディスプレイ208によってその機能を実現する。   The output unit 403 outputs verification result information 143 including information related to the result determined by the determination unit 402. For example, the output unit 403 displays the verification result information 143 on the screen. Note that the output method of the verification result information 143 is not limited to the screen display, and may be printed on a predetermined sheet, for example. Further, the verification result information 143 may be recorded on a predetermined recording medium. Further, the verification result information 143 may be transmitted to a predetermined or arbitrary external device. Note that, specifically, the output unit 403 realizes its function by, for example, the display 208 shown in FIG.

生成部404は、取得部401によって取得された状態遷移情報142に基づいて、基準情報412を生成する。なお、生成部404は、具体的には、たとえば図2に示したROM202、RAM203、HD205、DVD207に記憶されたプログラムをCPU201が実行することによってその機能を実現する。   The generation unit 404 generates reference information 412 based on the state transition information 142 acquired by the acquisition unit 401. Specifically, the generation unit 404 realizes its function by the CPU 201 executing a program stored in, for example, the ROM 202, the RAM 203, the HD 205, and the DVD 207 shown in FIG.

入力部405は、制御情報141の入力を受け付ける。たとえば、入力部405は、制御情報141の入力画面を表示して、ユーザによる制御情報141の入力を促す。なお、入力部405は、ファイルやデータベースなど、制御情報141が記録された所定の記録媒体などから、制御情報141を読み取るようにしてもよい。   The input unit 405 receives input of control information 141. For example, the input unit 405 displays an input screen for the control information 141 and prompts the user to input the control information 141. The input unit 405 may read the control information 141 from a predetermined recording medium on which the control information 141 is recorded, such as a file or a database.

この場合、制御情報141が記録された所定の記録媒体は、たとえば図2に示したHD205、DVD207など、入力部405によるデータの読み取り可能な記録媒体であればどのような形態のものであってもよい。   In this case, the predetermined recording medium on which the control information 141 is recorded is of any form as long as it is a recording medium from which data can be read by the input unit 405, such as HD 205 and DVD 207 shown in FIG. Also good.

また、入力部405は、条件データ411の入力を受け付ける。ここで条件データ411とは、制御情報141の送信回数や送信時間間隔など、DVDレコーダ120に対する制御情報141の送信条件が示されたものである。たとえば、入力部405は、条件データ411の入力画面を表示して、ユーザによる条件データ411の入力を促す。なお、入力部405は、ファイルやデータベースなど、条件データ411が記録された所定の記録媒体などから、条件データ411を読み取るようにしてもよい。   In addition, the input unit 405 receives input of the condition data 411. Here, the condition data 411 indicates transmission conditions of the control information 141 to the DVD recorder 120 such as the number of transmissions of the control information 141 and a transmission time interval. For example, the input unit 405 displays an input screen for the condition data 411 and prompts the user to input the condition data 411. Note that the input unit 405 may read the condition data 411 from a predetermined recording medium on which the condition data 411 is recorded, such as a file or a database.

この場合、条件データ411が記録された所定の記録媒体は、たとえば図2に示したHD205、DVD207など、入力部405によるデータの読み取り可能な記録媒体であればどのような形態のものであってもよい。なお、入力部405は、具体的には、たとえば図2に示したキーボード210によってその機能を実現する。   In this case, the predetermined recording medium on which the condition data 411 is recorded is in any form as long as the recording medium can read data by the input unit 405, such as the HD 205 and the DVD 207 shown in FIG. Also good. Specifically, the input unit 405 realizes its function with the keyboard 210 shown in FIG. 2, for example.

制御情報出力部406は、取得部401によって入力された条件データ411に示された送信条件に従って、入力部405によって入力された制御情報141を出力する。たとえば、制御情報出力部406は、入力部405によって入力された制御情報141をDVDレコーダ120に送信する。   The control information output unit 406 outputs the control information 141 input by the input unit 405 according to the transmission conditions indicated in the condition data 411 input by the acquisition unit 401. For example, the control information output unit 406 transmits the control information 141 input by the input unit 405 to the DVD recorder 120.

また、たとえば、制御情報出力部406は、入力部405によって入力された制御情報141をDVDレコーダ120による読み取り可能な所定の記録媒体に出力(記録)する。ここで、制御情報出力部406は、入力部405によって入力された制御情報141が、DVDレコーダ120の制御コード体系に従って記録されているものであった場合は、この制御情報141を編集せずに出力する。   Further, for example, the control information output unit 406 outputs (records) the control information 141 input by the input unit 405 to a predetermined recording medium that can be read by the DVD recorder 120. Here, if the control information 141 input by the input unit 405 is recorded in accordance with the control code system of the DVD recorder 120, the control information output unit 406 does not edit the control information 141. Output.

一方、制御情報出力部406は、入力部405によって入力された制御情報141が、DVDレコーダ120の制御コード体系に従って記録されていないものであった場合は、この制御情報141を、DVDレコーダ120の制御コード体系に従った制御情報141に変換して、変換された制御情報141を出力する。なお、制御情報出力部406は、具体的には、たとえば図2に示したI/F209によってその機能を実現する。   On the other hand, when the control information 141 input by the input unit 405 is not recorded in accordance with the control code system of the DVD recorder 120, the control information output unit 406 uses the control information 141 of the DVD recorder 120 as the control information 141. The control information 141 is converted into control information 141 according to the control code system, and the converted control information 141 is output. Specifically, the control information output unit 406 realizes its function by, for example, the I / F 209 shown in FIG.

(DVDレコーダ120の機能的構成)
つぎに、この発明の実施の形態にかかるDVDレコーダ120の機能的構成について説明する。図5は、この発明の実施の形態にかかるDVDレコーダ120の機能的構成を示すブロック図である。
(Functional configuration of DVD recorder 120)
Next, a functional configuration of the DVD recorder 120 according to the embodiment of the present invention will be described. FIG. 5 is a block diagram showing a functional configuration of the DVD recorder 120 according to the embodiment of the present invention.

図5において、DVDレコーダ120は、取得部501と、実行部502と、生成部503と、出力部504と、から構成されている。   In FIG. 5, the DVD recorder 120 includes an acquisition unit 501, an execution unit 502, a generation unit 503, and an output unit 504.

図5において、取得部501は、パーソナル・コンピュータ110から出力された制御情報141を取得する。たとえば、取得部501は、パーソナル・コンピュータ110から送信された制御情報141を受信する。また、たとえば、取得部501は、パーソナル・コンピュータ110から出力された制御情報141を所定の記録媒体から読み取る。   In FIG. 5, the acquisition unit 501 acquires control information 141 output from the personal computer 110. For example, the acquisition unit 501 receives the control information 141 transmitted from the personal computer 110. For example, the acquisition unit 501 reads the control information 141 output from the personal computer 110 from a predetermined recording medium.

ここで、取得部501によって取得される制御情報141は、パーソナル・コンピュータ110から出力されたものに限らず、たとえば、DVDレコーダ120に備えられたリモコン装置(図示省略)または操作ボタン(図示省略)のユーザ操作に伴ってDVDレコーダ120上で生成されたものであってもよい。なお、取得部501は、具体的には、たとえば図3に示したI/F308によってその機能を実現する。   Here, the control information 141 acquired by the acquisition unit 501 is not limited to the information output from the personal computer 110, and for example, a remote control device (not shown) or an operation button (not shown) provided in the DVD recorder 120. It may be generated on the DVD recorder 120 in accordance with the user operation. Note that the acquisition unit 501 specifically realizes its function by, for example, the I / F 308 illustrated in FIG. 3.

実行部502は、取得部501によって取得された制御情報141に対応する検証対象処理を実行する。なお、実行部502は、具体的には、たとえば図3に示したROM302、RAM303、HD305、DVD307に記憶されたプログラムをCPU301が実行することによってその機能を実現する。   The execution unit 502 executes a verification target process corresponding to the control information 141 acquired by the acquisition unit 501. Specifically, the execution unit 502 realizes its function by the CPU 301 executing programs stored in, for example, the ROM 302, the RAM 303, the HD 305, and the DVD 307 shown in FIG.

生成部503は、実行部502によって実行された検証対象処理に関する状態遷移情報142を生成する。なお、生成部503は、具体的には、たとえば図3に示したROM302、RAM303、HD305、DVD307に記憶されたプログラムをCPU301が実行することによってその機能を実現する。   The generation unit 503 generates state transition information 142 related to the verification target process executed by the execution unit 502. Specifically, the generation unit 503 realizes its function by the CPU 301 executing programs stored in, for example, the ROM 302, the RAM 303, the HD 305, and the DVD 307 illustrated in FIG.

出力部504は、生成部503によって生成された状態遷移情報142を出力する。たとえば、出力部504は、生成部503によって記録された状態遷移情報142をパーソナル・コンピュータ110に送信する。また、たとえば、出力部504は、生成部503によって記録された状態遷移情報142をパーソナル・コンピュータ110による読み取り可能な所定の記録媒体に出力(記録)する。なお、出力部504は、具体的には、たとえば図3に示したI/F308によってその機能を実現する。   The output unit 504 outputs the state transition information 142 generated by the generation unit 503. For example, the output unit 504 transmits the state transition information 142 recorded by the generation unit 503 to the personal computer 110. For example, the output unit 504 outputs (records) the state transition information 142 recorded by the generating unit 503 to a predetermined recording medium that can be read by the personal computer 110. Note that the output unit 504 specifically realizes its function by, for example, the I / F 308 shown in FIG.

(検証対象処理の一例)
つぎに、検証システム100による機能検証に用いられる検証対象処理の一例について説明する。図6は、検証システム100による機能検証に用いられる検証対象処理の一例を示す説明図である。
(Example of verification target processing)
Next, an example of verification target processing used for function verification by the verification system 100 will be described. FIG. 6 is an explanatory diagram illustrating an example of a verification target process used for function verification by the verification system 100.

図6に示す検証対象処理600は、DVDレコーダ120に実装されたTV番組などの録画予約機能を示したものであり、検証対象処理600が仕様どおりに動作した場合を示したものである。この検証対象処理600は、画面601(画面A)、画面602(画面B)、画面603(画面C)、および画面604(画面D)によって構成されている。そして、図6に示すように、画面601(画面A)が表示されている状態から、イベント1(たとえば、メニュー画面の表示操作に対応するイベント)が発生することによって、表示画面は画面602(画面B)へ遷移する。   A verification target process 600 shown in FIG. 6 shows a recording reservation function such as a TV program installed in the DVD recorder 120, and shows a case where the verification target process 600 operates as specified. The verification target process 600 includes a screen 601 (screen A), a screen 602 (screen B), a screen 603 (screen C), and a screen 604 (screen D). As shown in FIG. 6, when the event 1 (for example, the event corresponding to the display operation of the menu screen) occurs from the state where the screen 601 (screen A) is displayed, the display screen is displayed on the screen 602 ( Transition to screen B).

また、画面602(画面B)が表示されている状態から、イベント2(たとえば、録画予約画面の表示操作に対応するイベント)が発生することによって、表示画面は画面603(画面C)へ遷移する。そして、画面603(画面C)が表示されている状態から、イベント3(たとえば、録画予約の確定操作に対応するイベント)が発生することによって、表示画面は画面604(画面D)へ遷移する。   In addition, when the event 2 (for example, an event corresponding to the display operation of the recording reservation screen) occurs from the state in which the screen 602 (screen B) is displayed, the display screen transitions to the screen 603 (screen C). . Then, from the state where the screen 603 (screen C) is displayed, the display screen transitions to the screen 604 (screen D) when an event 3 (for example, an event corresponding to a recording reservation confirmation operation) occurs.

(制御情報141の一例)
つぎに、検証システム100による機能検証に用いられる制御情報141の一例について説明する。図7は、検証システム100による機能検証に用いられる制御情報141の一例を示す説明図である。
(Example of control information 141)
Next, an example of the control information 141 used for function verification by the verification system 100 will be described. FIG. 7 is an explanatory diagram showing an example of the control information 141 used for function verification by the verification system 100.

図7において、制御情報141は、たとえばユーザ操作によってパーソナル・コンピュータ110に入力された後に、DVDレコーダ120に送信され、DVDレコーダ120による検証対象処理600(図6参照)の実行を制御するものである。この制御情報141には、検証対象処理600の実行を制御するためのイベントおよび実行順序がテキストデータ形式およびCSVフォーマットで記録されている。   7, control information 141 is input to the personal computer 110 by a user operation, for example, and then transmitted to the DVD recorder 120 to control execution of the verification target process 600 (see FIG. 6) by the DVD recorder 120. is there. In the control information 141, events for controlling the execution of the verification target process 600 and the execution order are recorded in a text data format and a CSV format.

たとえば、図7に示す制御情報141は、文字列「イベント1,イベント2,イベント3」が記録されており、この文字列は、DVDレコーダ120において、順に「イベント1」、「イベント2」、「イベント3」を発生させるためのものであることを意味する。   For example, in the control information 141 shown in FIG. 7, a character string “event 1, event 2, event 3” is recorded, and in the DVD recorder 120, this character string is “event 1”, “event 2”, This means that “Event 3” is generated.

ここで、制御情報141は、上述したようなCSVフォーマットに限らず、検証対象処理600の実行を制御するためのイベントおよび実行順序を判別することができる形式であれば、どのようなフォーマットによって記録されたものであってもよい。また、制御情報141は、ファイルに記録されているものに限らず、データベースなどに記録されているものであってもよい。   Here, the control information 141 is not limited to the CSV format as described above, but can be recorded in any format as long as the event and the execution order for controlling the execution of the verification target process 600 can be determined. It may be what was done. Further, the control information 141 is not limited to information recorded in a file, but may be information recorded in a database or the like.

また、制御情報141は、テキストデータ形式で記録されているものに限らず、たとえばバイナリデータ形式で記録されているものであってもよい。また、制御情報141の入力方法は、テキストエディタや表計算ソフトなどによって制御情報141を入力する方法、制御情報141の入力画面によって制御情報141を入力する方法など、あらゆる方法を用いてもよい。   The control information 141 is not limited to being recorded in the text data format, and may be recorded in a binary data format, for example. In addition, the input method of the control information 141 may be any method such as a method of inputting the control information 141 using a text editor or spreadsheet software, a method of inputting the control information 141 using the input screen of the control information 141, or the like.

(条件データ411の一例)
つぎに、検証システム100による機能検証に用いられる条件データ411の一例について説明する。図8は、検証システム100による機能検証に用いられる条件データ411の一例を示す説明図である。
(Example of condition data 411)
Next, an example of the condition data 411 used for function verification by the verification system 100 will be described. FIG. 8 is an explanatory diagram showing an example of the condition data 411 used for function verification by the verification system 100.

図8において、条件データ411は、たとえばユーザ操作によってパーソナル・コンピュータ110に入力され、DVDレコーダ120に対する制御情報141の送信条件が示されたものである。この条件データ411には、制御情報141の送信回数、送信時間間隔および想定外イベントの発生有無がテキストデータ形式およびCSVフォーマットで記録されている。ここで、想定外イベントとは、検証対象処理の実行に無関係のイベントのことである。   In FIG. 8, the condition data 411 is input to the personal computer 110 by a user operation, for example, and indicates the transmission conditions of the control information 141 to the DVD recorder 120. In the condition data 411, the number of transmissions of the control information 141, the transmission time interval, and the occurrence of an unexpected event are recorded in a text data format and a CSV format. Here, the unexpected event is an event unrelated to the execution of the verification target process.

たとえば、図8に示す条件データ411は、3行に渡って、文字列「標準,無し」、「早め,無し」、「標準,有り」が記録されている。これにより、条件データ411は、この条件データ411は、図7に示した制御情報141をDVDレコーダ120に3回送信すること、すなわち、検証対象処理600(図6参照)の検証を3回おこなうことを意味する。   For example, in the condition data 411 shown in FIG. 8, the character strings “standard, no”, “early, no”, and “standard, yes” are recorded over three lines. As a result, the condition data 411 transmits the control information 141 shown in FIG. 7 to the DVD recorder 120 three times, that is, verifies the verification target process 600 (see FIG. 6) three times. Means that.

また、各行において、1番目の項目は、制御情報141の送信時間間隔を意味する。また、2番目の項目は、想定外イベントの発生有無を意味する。たとえば、1回目の送信においては、制御情報141の送信時間間隔を「標準」とし、想定外イベントを発生させないことを意味する。また、2回目の送信においては、制御情報141の送信時間間隔を「早め」とし、想定外イベントを発生させないことを意味する。そして、3回目の送信においては、制御情報141の送信時間間隔を「標準」とし、想定外イベントを発生させることを意味する。   In each row, the first item means a transmission time interval of the control information 141. The second item means whether or not an unexpected event has occurred. For example, in the first transmission, the transmission time interval of the control information 141 is set to “standard”, which means that an unexpected event does not occur. In the second transmission, the transmission time interval of the control information 141 is set to “early”, which means that an unexpected event does not occur. In the third transmission, this means that the transmission time interval of the control information 141 is “standard” and an unexpected event is generated.

ここで、条件データ411は、上述したようなCSVフォーマットに限らず、制御情報141の送信回数、送信時間間隔および想定外イベントの発生有無を判別することができる形式であれば、どのようなフォーマットによって記録されたものであってもよい。また、条件データ411は、ファイルに記録されているものに限らず、データベースなどに記録されているものであってもよい。   Here, the condition data 411 is not limited to the CSV format as described above, and any format can be used as long as the number of transmissions of the control information 141, the transmission time interval, and the occurrence of an unexpected event can be determined. May be recorded. The condition data 411 is not limited to being recorded in a file, but may be recorded in a database or the like.

また、条件データ411は、テキストデータ形式で記録されているものに限らず、たとえばバイナリデータ形式で記録されているものであってもよい。また、条件データ411の入力方法は、テキストエディタや表計算ソフトなどによって条件データ411を入力する方法、条件データ411の入力画面によって条件データ411を入力する方法など、あらゆる方法を用いてもよい。   The condition data 411 is not limited to being recorded in the text data format, but may be recorded in a binary data format, for example. The method of inputting the condition data 411 may be any method such as a method of inputting the condition data 411 using a text editor or spreadsheet software, or a method of inputting the condition data 411 using the input screen of the condition data 411.

(基準情報412の一例)
つぎに、検証システム100による機能検証に用いられる基準情報412の一例について説明する。図9は、検証システム100による機能検証に用いられる基準情報412の一例を示す説明図である。
(An example of the reference information 412)
Next, an example of the reference information 412 used for function verification by the verification system 100 will be described. FIG. 9 is an explanatory diagram showing an example of the reference information 412 used for function verification by the verification system 100.

図9において、基準情報412は、検証対象処理600(図6参照)を判定する際の基準値が記録されたものである。この基準情報412には、イベント名、画面遷移前後の画面、および画面遷移時間が、イベントごとに、テキストデータ形式およびCSVフォーマットで記録されている。   In FIG. 9, the reference information 412 records reference values for determining the verification target process 600 (see FIG. 6). In the reference information 412, the event name, the screen before and after the screen transition, and the screen transition time are recorded for each event in the text data format and the CSV format.

たとえば、図9に示す基準情報412は、3行に渡って、文字列「イベント1,画面A,画面B,0.35」、「イベント2,画面B,画面C,0.55」、「イベント3,画面C,画面D,0.45」が記録されており、各行において、1番目の項目は、イベント名を意味する。また、2番目の項目は、遷移前の画面(以下、「遷移前画面」という)を意味する。また、3番目の項目は、遷移後の画面(以下、「遷移後画面」という)を意味する。そして、4番目の項目は、画面遷移時間を意味する。   For example, the reference information 412 shown in FIG. 9 includes character strings “event 1, screen A, screen B, 0.35”, “event 2, screen B, screen C, 0.55”, “ Event 3, screen C, screen D, 0.45 "is recorded, and the first item in each row means an event name. The second item means a screen before transition (hereinafter referred to as “screen before transition”). The third item means a screen after transition (hereinafter referred to as “screen after transition”). And the 4th item means screen transition time.

たとえば、最初に発生されるイベント「イベント1」においては、遷移前画面「画面A」、遷移後画面「画面B」、画面遷移時間「0.35(sec)」が基準値として、設定されていることを意味する。また、2番目に発生されるイベント「イベント2」においては、遷移前画面「画面B」、遷移後画面「画面C」、画面遷移時間「0.55(sec)」が基準値として、設定されていることを意味する。そして、最後に発生されるイベント「イベント3」においては、遷移前画面「画面C」、遷移後画面「画面D」、画面遷移時間「0.45(sec)」が基準値として、設定されていることを意味する。   For example, in the first event “event 1”, the pre-transition screen “screen A”, the post-transition screen “screen B”, and the screen transition time “0.35 (sec)” are set as reference values. Means that In the second event “event 2”, the pre-transition screen “screen B”, the post-transition screen “screen C”, and the screen transition time “0.55 (sec)” are set as reference values. Means that In the event “event 3” that occurs last, the pre-transition screen “screen C”, the post-transition screen “screen D”, and the screen transition time “0.45 (sec)” are set as reference values. Means that

ここで、基準情報412は、図4に示した生成部404によって生成されたものであるが、これに限らず、たとえば、ユーザが入力したものであってもよい。また、基準情報412は、上述したようなCSVフォーマットに限らず、イベント名、遷移前画面、遷移後画面、および画面遷移時間を、イベントごとに判別することができる形式であれば、どのようなフォーマットによって記録されたものであってもよい。また、基準情報412は、ファイルに記録されているものに限らず、データベースなどに記録されているものであってもよい。   Here, the reference information 412 is generated by the generation unit 404 illustrated in FIG. 4, but is not limited thereto, and may be information input by a user, for example. In addition, the reference information 412 is not limited to the CSV format as described above, but any format can be used for determining the event name, the pre-transition screen, the post-transition screen, and the screen transition time for each event. It may be recorded in a format. Further, the reference information 412 is not limited to being recorded in a file, but may be recorded in a database or the like.

また、基準情報412は、テキストデータ形式で記録されているものに限らず、たとえばバイナリデータ形式で記録されているものであってもよい。また、基準情報412をユーザが入力する場合、当該基準情報412の入力方法は、テキストエディタや表計算ソフトなどによって基準情報412を入力する方法、基準情報412の入力画面によって基準情報412を入力する方法など、あらゆる方法を用いてもよい。   The reference information 412 is not limited to being recorded in the text data format, but may be recorded in a binary data format, for example. In addition, when the user inputs the reference information 412, the input method of the reference information 412 is a method of inputting the reference information 412 using a text editor or spreadsheet software, and the reference information 412 is input using the input screen of the reference information 412. Any method such as a method may be used.

(状態遷移情報142の一例)
つぎに、DVDレコーダ120によって生成された状態遷移情報142の一例について説明する。図10は、DVDレコーダ120によって生成された状態遷移情報142の一例を示す説明図である。
(Example of state transition information 142)
Next, an example of the state transition information 142 generated by the DVD recorder 120 will be described. FIG. 10 is an explanatory diagram showing an example of the state transition information 142 generated by the DVD recorder 120.

図10において、状態遷移情報142は、DVDレコーダ120において、図5に示した生成部503によって生成され、DVDレコーダ120からパーソナル・コンピュータ110に送信されたものである。この状態遷移情報142には、図9を用いて上述した基準情報412と同様に、イベント名、遷移前画面、遷移後画面、および画面遷移時間が、イベントごとに、テキストデータ形式およびCSVフォーマットで記録されている。   In FIG. 10, the state transition information 142 is generated by the generation unit 503 shown in FIG. 5 in the DVD recorder 120 and transmitted from the DVD recorder 120 to the personal computer 110. In the state transition information 142, the event name, the pre-transition screen, the post-transition screen, and the screen transition time are displayed in the text data format and the CSV format for each event, as in the reference information 412 described above with reference to FIG. It is recorded.

たとえば、最初(1回目)におこなわれた検証においては、最後に発生されたイベント「イベント3」によって、遷移前画面「画面C」から遷移後画面「画面D」へ画面遷移したことが示されている。また、このときの画面遷移時間「0.40(sec)」を要したことが示されている。   For example, in the verification performed first (first time), it is indicated that the screen transition from the pre-transition screen “screen C” to the post-transition screen “screen D” by the event “event 3” that occurred last. ing. Further, it is shown that the screen transition time “0.40 (sec)” at this time is required.

また、2回目におこなわれた検証においては、最後に発生されたイベント「イベント3」によって、遷移前画面「画面C」から遷移後画面「画面D」へ画面遷移したことが示されている。また、このときの画面遷移時間「1.20(sec)」を要したことが示されている。   Further, the verification performed for the second time indicates that the screen transition from the pre-transition screen “screen C” to the post-transition screen “screen D” due to the last event “event 3”. Further, it is shown that the screen transition time “1.20 (sec)” at this time is required.

そして、最後(3回目)におこなわれた検証においては、最後に発生されたイベント「イベント3」によって、遷移前画面「画面C」から遷移後画面「画面G」へ画面遷移したことが示されている。また、このときの画面遷移時間「0.45(sec)」を要したことが示されている。   The last (third) verification shows that the last event “event 3” caused a screen transition from the pre-transition screen “screen C” to the post-transition screen “screen G”. ing. Further, it is shown that the screen transition time “0.45 (sec)” at this time is required.

ここで、状態遷移情報142は、上述したようなCSVフォーマットに限らず、イベント名、遷移前画面、遷移後画面、および画面遷移時間を、イベントごとに判別することができる形式であれば、どのようなフォーマットによって記録されたものであってもよい。また、状態遷移情報142は、テキストデータ形式で記録されているものに限らず、たとえばバイナリデータ形式で記録されているものであってもよい。   Here, the state transition information 142 is not limited to the CSV format as described above, and any format can be used for determining the event name, the screen before transition, the screen after transition, and the screen transition time for each event. It may be recorded in such a format. Further, the state transition information 142 is not limited to being recorded in the text data format, but may be recorded in a binary data format, for example.

(検証結果情報143の一例)
つぎに、パーソナル・コンピュータ110によって画面表示された検証結果情報143の一例について説明する。図11は、パーソナル・コンピュータ110によって画面表示された検証結果情報143の一例を示す説明図である。
(Example of verification result information 143)
Next, an example of the verification result information 143 displayed on the screen by the personal computer 110 will be described. FIG. 11 is an explanatory diagram showing an example of the verification result information 143 displayed on the screen by the personal computer 110.

図11において、画面1100は、パーソナル・コンピュータ110に備えられたディスプレイ208(図2参照)の画面上に表示された検証結果情報143の出力画面であり、この検証結果情報143には、DVDレコーダ120によって実行された検証対象処理600(図6参照)の判定結果を含む。また、この判定結果は、判定部402により、図9に示した基準情報412と、図10に示した状態遷移情報142とが比較されたことによって判定されたものである。   11, a screen 1100 is an output screen of verification result information 143 displayed on the screen of the display 208 (see FIG. 2) provided in the personal computer 110. The verification result information 143 includes a DVD recorder. The determination result of the verification target process 600 (refer to FIG. 6) executed by 120 is included. This determination result is determined by the determination unit 402 comparing the reference information 412 shown in FIG. 9 and the state transition information 142 shown in FIG.

たとえば、最初(1回目)におこなわれた検証においては、遷移前画面、遷移後画面、画面遷移時間(遷移時間)のすべてにおいて、「合格」と判定されたことが示されている。   For example, in the verification performed first (first time), it is indicated that “pass” is determined in all of the pre-transition screen, the post-transition screen, and the screen transition time (transition time).

また、2回目におこなわれた検証においては、「イベント3」の発生に伴う画面遷移において、図9に示した基準情報412には画面遷移時間「0.45(sec)」が設定されているにも関わらず、画面遷移時間「1.20(sec)」を要したために(すなわち、画面遷移時間「1.20(sec)」が図10に示した状態遷移情報142に記録されていたために)、画面遷移時間(遷移時間)において「不合格」と判定されたことが示されている。   In the second verification, the screen transition time “0.45 (sec)” is set in the reference information 412 shown in FIG. 9 in the screen transition associated with the occurrence of “event 3”. Nevertheless, since the screen transition time “1.20 (sec)” is required (that is, the screen transition time “1.20 (sec)” is recorded in the state transition information 142 shown in FIG. 10). ), It is determined that the screen transition time (transition time) is determined as “fail”.

そして、最後(3回目)におこなわれた検証においては、「イベント3」の発生に伴う画面遷移において、図9に示した基準情報412には遷移後画面「画面D」が設定されているにも関わらず、「画面G」に画面遷移したために(すなわち、遷移後画面「画面G」が図10に示した状態遷移情報142に記録されていたために)、遷移後画面において「不合格」と判定されたことが示されている。   In the verification performed at the end (third time), in the screen transition accompanying the occurrence of “event 3”, the post-transition screen “screen D” is set in the reference information 412 shown in FIG. Nevertheless, because the screen transitions to “screen G” (that is, because the post-transition screen “screen G” is recorded in the state transition information 142 shown in FIG. 10), “fail” is displayed on the post-transition screen. It is shown that it was judged.

このように、画面表示された検証結果情報143によって、ユーザに対して、検証対象処理600(図6参照)の判定結果を容易に確認させることができる。   As described above, the verification result information 143 displayed on the screen allows the user to easily check the determination result of the verification target process 600 (see FIG. 6).

(パーソナル・コンピュータ110による検証処理の手順)
つぎに、この発明の実施の形態にかかるパーソナル・コンピュータ110による検証処理の手順について説明する。図12は、この発明の実施の形態にかかるパーソナル・コンピュータ110による検証処理の手順の一例を示すフローチャートである。
(Procedure of verification processing by personal computer 110)
Next, the verification processing procedure by the personal computer 110 according to the embodiment of the present invention will be described. FIG. 12 is a flowchart showing an example of the procedure of verification processing by the personal computer 110 according to the embodiment of the present invention.

まず、入力部405によって、制御情報141の入力を受け付ける(ステップS1201)。つぎに、制御情報出力部406によって、ステップS1201で入力された制御情報141をDVDレコーダ120に送信する(ステップS1202)。   First, the input unit 405 receives input of control information 141 (step S1201). Next, the control information output unit 406 transmits the control information 141 input in step S1201 to the DVD recorder 120 (step S1202).

つぎに、取得部401によって、DVDレコーダ120から送信された状態遷移情報142を受信したか否かを判断する(ステップS1203)。ステップS1203において、状態遷移情報142を受信していないと判断した場合(ステップS1203:No)は、状態遷移情報142を受信したと判断するまで繰り返し上記判断処理(ステップS1203)をおこなう。   Next, the acquisition unit 401 determines whether or not the state transition information 142 transmitted from the DVD recorder 120 has been received (step S1203). If it is determined in step S1203 that the state transition information 142 has not been received (step S1203: No), the above determination process (step S1203) is repeated until it is determined that the state transition information 142 has been received.

一方、ステップS1203において、状態遷移情報142を受信したと判断した場合(ステップS1203:Yes)は、生成部404によって、ステップS1203で受信された状態遷移情報142に基づいて、基準情報412を生成する(ステップS1204)。ここで、ステップS1203で受信された状態遷移情報142を基準情報412とするか否かをユーザに判断させるようにしてもよい。そして、入力部405によって、条件データ411の入力を受け付ける(ステップS1205)。さらに、出力部403によって、ステップS1205で入力された条件データ411に示された送信条件に従って、ステップS1201で入力された制御情報141をDVDレコーダ120に送信する(ステップS1206)。   On the other hand, if it is determined in step S1203 that the state transition information 142 has been received (step S1203: Yes), the generation unit 404 generates reference information 412 based on the state transition information 142 received in step S1203. (Step S1204). Here, the user may be allowed to determine whether or not the state transition information 142 received in step S1203 is used as the reference information 412. Then, the input unit 405 receives an input of the condition data 411 (step S1205). Further, the output unit 403 transmits the control information 141 input in step S1201 to the DVD recorder 120 in accordance with the transmission conditions indicated in the condition data 411 input in step S1205 (step S1206).

つづいて、取得部401によって、DVDレコーダ120から送信された状態遷移情報142を受信したか否かを判断する(ステップS1207)。ステップS1207において、状態遷移情報142を受信していないと判断した場合(ステップS1207:No)は、状態遷移情報142を受信したと判断するまで繰り返し上記判断処理(ステップS1207)をおこなう。   Subsequently, the acquisition unit 401 determines whether or not the state transition information 142 transmitted from the DVD recorder 120 has been received (step S1207). If it is determined in step S1207 that the state transition information 142 has not been received (step S1207: No), the above determination processing (step S1207) is repeated until it is determined that the state transition information 142 has been received.

一方、ステップS1207において、状態遷移情報142を受信したと判断した場合(ステップS1207:Yes)は、判定部402により、ステップS1204で生成された基準情報412と、ステップS1207で受信された状態遷移情報142とを比較することによって、DVDレコーダ120において実行された検証対象処理の適否を判定する(ステップS1208)。   On the other hand, if it is determined in step S1207 that the state transition information 142 has been received (step S1207: Yes), the determination unit 402 uses the reference information 412 generated in step S1204 and the state transition information received in step S1207. 142 is compared to determine whether the verification target process executed in the DVD recorder 120 is appropriate (step S1208).

そして、出力部403によって、ステップS1208で判定された結果に関する情報を含む、検証結果情報143を出力して(ステップS1209)、一連の処理を終了する。   Then, the output unit 403 outputs verification result information 143 including information related to the result determined in step S1208 (step S1209), and the series of processing ends.

(DVDレコーダ120による検証処理の手順)
つぎに、この発明の実施の形態にかかるDVDレコーダ120による検証処理の手順について説明する。図13は、この発明の実施の形態にかかるDVDレコーダ120による検証処理の手順の一例を示すフローチャートである。
(Procedure of verification process by DVD recorder 120)
Next, the procedure of verification processing by the DVD recorder 120 according to the embodiment of the present invention will be described. FIG. 13 is a flowchart showing an example of the verification process performed by the DVD recorder 120 according to the embodiment of the present invention.

まず、取得部501によって、パーソナル・コンピュータ110から送信された制御情報141を受信したか否かを判断する(ステップS1301)。ステップS1301において、制御情報141を受信していないと判断した場合(ステップS1301:No)は、制御情報141を受信したと判断するまで繰り返し上記判断処理(ステップS1301)をおこなう。   First, the acquisition unit 501 determines whether or not the control information 141 transmitted from the personal computer 110 has been received (step S1301). If it is determined in step S1301 that the control information 141 has not been received (step S1301: No), the determination process (step S1301) is repeated until it is determined that the control information 141 has been received.

一方、ステップS1301において、制御情報141を受信したと判断した場合(ステップS1301:Yes)は、実行部502によって、ステップS1301で受信された制御情報141に対応する検証対象処理を実行する(ステップS1302)。   On the other hand, if it is determined in step S1301 that the control information 141 has been received (step S1301: Yes), the execution unit 502 executes a verification target process corresponding to the control information 141 received in step S1301 (step S1302). ).

つぎに、生成部503によって、ステップS1302で実行された検証対象処理に関する状態遷移情報142を生成する(ステップS1303)。そして、出力部504は、生成部503によって生成された状態遷移情報142をパーソナル・コンピュータ110へ送信して(ステップS1304)、一連の処理を終了する。   Next, the generation unit 503 generates state transition information 142 related to the verification target process executed in step S1302 (step S1303). Then, the output unit 504 transmits the state transition information 142 generated by the generation unit 503 to the personal computer 110 (step S1304), and ends a series of processing.

以上説明したように、この発明の実施の形態にかかる検証装置、検証プログラム、および検証方法によれば、パーソナル・コンピュータ110において、制御情報141、条件データ411および基準情報412を入力するだけといった簡単な作業をユーザにおこなわせるによって、DVDレコーダ120に実装された検証対象処理600の検証を反復しておこなうことができる。   As described above, according to the verification apparatus, the verification program, and the verification method according to the embodiment of the present invention, the personal computer 110 can simply input the control information 141, the condition data 411, and the reference information 412. By making the user perform various operations, the verification of the verification target process 600 mounted on the DVD recorder 120 can be repeatedly performed.

また、パーソナル・コンピュータ110によって、DVDレコーダ120において実行された検証対象処理600の実行結果の判定を自動的におこなうことができる。そして、パーソナル・コンピュータ110により出力された検証結果情報143によって、ユーザに対して、DVDレコーダ120において実行された検証対象処理600の判定結果を容易に確認させることができる。   Further, the execution result of the verification target process 600 executed in the DVD recorder 120 can be automatically determined by the personal computer 110. Then, the verification result information 143 output from the personal computer 110 allows the user to easily check the determination result of the verification target process 600 executed in the DVD recorder 120.

これにより、DVDレコーダ120に実装された検証対象処理600の検証作業における作業効率を向上させることができ、結果的に、DVDレコーダ120に実装された検証対象処理600の検証作業における作業時間の短時間化、および作業コストの低コスト化を図ることができる。   Thereby, the work efficiency in the verification work of the verification target process 600 mounted on the DVD recorder 120 can be improved. As a result, the work time in the verification work of the verification target process 600 mounted on the DVD recorder 120 is shortened. Time saving and cost reduction of work cost can be achieved.

なお、判定部402による判定対象は、本実施の形態に用いたような遷移前画面、遷移後画面、および画面遷移時間に限らず、たとえば、画面に表示されるオブジェクトの表示有無やプロパティなど、DVDレコーダ120の状態を示すものであればどのようなものであってもよい。   Note that the determination target by the determination unit 402 is not limited to the pre-transition screen, the post-transition screen, and the screen transition time as used in the present embodiment. Any device that indicates the state of the DVD recorder 120 may be used.

なお、本実施の形態で説明した検証方法は、あらかじめ用意されたプログラムをパーソナル・コンピュータやワークステーション、CAD等のコンピュータで実行することにより実現することができる。このプログラムは、ハードディスク、フレキシブルディスク、CD−ROM、MO、DVDなどのコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行される。またこのプログラムは、インターネットなどのネットワークを介して配布することが可能な伝送媒体であってもよい。   Note that the verification method described in this embodiment can be realized by executing a program prepared in advance on a computer such as a personal computer, a workstation, or a CAD. This program is recorded on a computer-readable recording medium such as a hard disk, a flexible disk, a CD-ROM, an MO, and a DVD, and is executed by being read from the recording medium by the computer. The program may be a transmission medium that can be distributed via a network such as the Internet.

以上のように、本発明にかかる検証装置、検証プログラム、および検証方法は、組込みプログラムの検証作業を含む開発業務などに有用であり、特に、多くの機能を備えた組込みプログラムの開発業務などへの利用に適している。   As described above, the verification device, the verification program, and the verification method according to the present invention are useful for development work including verification work of an embedded program, and particularly for development work of an embedded program having many functions. Suitable for use.

この発明の実施の形態にかかる検証システムのシステム構成を示すシステム構成図である。It is a system configuration figure showing the system configuration of the verification system concerning the embodiment of this invention. この発明の実施の形態にかかるパーソナル・コンピュータのハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the personal computer concerning embodiment of this invention. この発明の実施の形態にかかるDVDレコーダのハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the DVD recorder concerning embodiment of this invention. この発明の実施の形態にかかるパーソナル・コンピュータの機能的構成を示すブロック図である。It is a block diagram which shows the functional structure of the personal computer concerning embodiment of this invention. この発明の実施の形態にかかるDVDレコーダの機能的構成を示すブロック図である。It is a block diagram which shows the functional structure of the DVD recorder concerning embodiment of this invention. 検証システムによる機能検証に用いられる検証対象処理の一例を示す説明図である。It is explanatory drawing which shows an example of the verification object process used for the function verification by a verification system. 検証システムによる機能検証に用いられる制御情報の一例を示す説明図である。It is explanatory drawing which shows an example of the control information used for the function verification by a verification system. 検証システムによる機能検証に用いられる条件データの一例を示す説明図である。It is explanatory drawing which shows an example of the condition data used for the function verification by a verification system. 検証システムによる機能検証に用いられる基準情報の一例を示す説明図である。It is explanatory drawing which shows an example of the reference | standard information used for the function verification by a verification system. DVDレコーダによって生成された状態遷移情報の一例を示す説明図である。It is explanatory drawing which shows an example of the state transition information produced | generated by the DVD recorder. パーソナル・コンピュータによって画面表示された検証結果情報の一例を示す説明図である。It is explanatory drawing which shows an example of the verification result information displayed on the screen by the personal computer. この発明の実施の形態にかかるパーソナル・コンピュータによる検証処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of the verification process by the personal computer concerning embodiment of this invention. この発明の実施の形態にかかるDVDレコーダによる検証処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of the verification process by the DVD recorder concerning embodiment of this invention.

符号の説明Explanation of symbols

100 検証システム
110 パーソナル・コンピュータ
120 DVDレコーダ
130 通信ケーブル
141 制御情報
142 状態遷移情報
143 検証結果情報
401 取得部
402 判定部
403 出力部
404 生成部
405 入力部
406 制御情報出力部
411 条件データ
412 基準情報
501 取得部
502 実行部
503 生成部
504 出力部
DESCRIPTION OF SYMBOLS 100 Verification system 110 Personal computer 120 DVD recorder 130 Communication cable 141 Control information 142 State transition information 143 Verification result information 401 Acquisition part 402 Determination part 403 Output part 404 Generation part 405 Input part 406 Control information output part 411 Condition data 412 Reference information 501 Acquisition unit 502 Execution unit 503 Generation unit 504 Output unit

Claims (6)

検証対象処理が実行された検証対象装置から、前記検証対象処理が実行されたときの前記検証対象装置の状態に関する情報を取得する取得手段と、
所定の前記検証対象装置の状態に関する情報と、前記取得手段によって取得された前記検証対象装置の状態に関する情報とに基づいて、前記検証対象処理の適否を判定する判定手段と、
前記判定手段によって判定された結果に関する情報を出力する出力手段と、
を備えたことを特徴とする検証装置。
An acquisition unit that acquires information on the state of the verification target device when the verification target processing is executed from the verification target device on which the verification target processing is executed;
A determination unit that determines suitability of the verification target process based on information on a predetermined status of the verification target device and information on the status of the verification target device acquired by the acquisition unit;
Output means for outputting information on the result determined by the determination means;
A verification apparatus characterized by comprising:
前記検証対象装置の状態に関する情報は、前記検証対象装置の画面遷移に関する情報であることを特徴とする請求項1に記載の検証装置。   The verification apparatus according to claim 1, wherein the information related to the state of the verification target apparatus is information related to a screen transition of the verification target apparatus. 前記検証対象装置の画面遷移に関する情報は、前記検証対象装置の画面遷移時間に関する情報を含むことを特徴とする請求項2に記載の検証装置。   The verification device according to claim 2, wherein the information related to the screen transition of the verification target device includes information related to the screen transition time of the verification target device. 前記取得手段によって過去に取得された前記検証対象装置の状態に関する情報に基づいて、所定の前記検証対象処理の状態に関する情報を生成する生成手段をさらに備え、
前記判定手段は、
前記生成手段によって生成された所定の前記検証対象処理の状態に関する情報と、前記取得手段によって新たに取得された前記検証対象装置の状態に関する情報とに基づいて、前記検証対象処理の適否を判定することを特徴とする請求項1に記載の検証装置。
Based on information on the status of the verification target device acquired in the past by the acquisition means, further comprising: generation means for generating information on the status of the predetermined verification target processing;
The determination means includes
The suitability of the verification target process is determined based on information on the state of the predetermined verification target process generated by the generation unit and information on the state of the verification target apparatus newly acquired by the acquisition unit. The verification apparatus according to claim 1.
検証対象処理が実行された検証対象装置から、前記検証対象処理が実行されたときの前記検証対象装置の状態に関する情報を取得させる取得工程と、
所定の前記検証対象装置の状態に関する情報と、前記取得工程によって取得された前記検証対象装置の状態に関する情報とに基づいて、前記検証対象処理の適否を判定させる判定工程と、
前記判定工程によって判定された結果に関する情報を出力させる出力工程と、
を検証装置に実行させることを特徴とする検証プログラム。
An acquisition step of acquiring information on the state of the verification target device when the verification target processing is executed from the verification target device on which the verification target processing is executed;
A determination step of determining suitability of the verification target process based on information on the state of the predetermined verification target device and information on the state of the verification target device acquired by the acquisition step;
An output step for outputting information on the result determined by the determination step;
A verification program characterized by causing a verification device to execute.
検証装置を用いて検証対象処理の検証をおこなう検証方法において、
前記検証対象処理が実行された検証対象装置から、前記検証対象処理が実行されたときの前記検証対象装置の状態に関する情報を取得する取得工程と、
所定の前記検証対象装置の状態に関する情報と、前記取得工程によって取得された前記検証対象装置の状態に関する情報とに基づいて、前記検証対象処理の適否を判定する判定工程と、
前記判定工程によって判定された結果に関する情報を出力する出力工程と、
を前記検証装置に実行させることを特徴とする検証方法。
In the verification method for verifying the verification target process using the verification device,
An acquisition step of acquiring information on the state of the verification target device when the verification target processing is executed from the verification target device on which the verification target processing is executed;
A determination step of determining suitability of the verification target process based on information on the state of the predetermined verification target device and information on the state of the verification target device acquired by the acquisition step;
An output step for outputting information on the result determined by the determination step;
The verification method is characterized by causing the verification device to execute.
JP2006254461A 2006-09-20 2006-09-20 Verification device, verification program and verification method Pending JP2008077316A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006254461A JP2008077316A (en) 2006-09-20 2006-09-20 Verification device, verification program and verification method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006254461A JP2008077316A (en) 2006-09-20 2006-09-20 Verification device, verification program and verification method

Publications (1)

Publication Number Publication Date
JP2008077316A true JP2008077316A (en) 2008-04-03

Family

ID=39349316

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006254461A Pending JP2008077316A (en) 2006-09-20 2006-09-20 Verification device, verification program and verification method

Country Status (1)

Country Link
JP (1) JP2008077316A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
JP2010020561A (en) * 2008-07-10 2010-01-28 Ricoh Co Ltd Information-processing device, image-processing device, method for testing software operation, program for testing software operation, and recording medium with the recorded program
WO2015136607A1 (en) * 2014-03-10 2015-09-17 株式会社アイ・エル・シー Software development assistance system, software development assistance method, and software development assistance program
JPWO2015136606A1 (en) * 2014-03-10 2017-04-06 株式会社アイ・エル・シー Software development support apparatus, software development support method, and software development support program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
JP2010020561A (en) * 2008-07-10 2010-01-28 Ricoh Co Ltd Information-processing device, image-processing device, method for testing software operation, program for testing software operation, and recording medium with the recorded program
WO2015136607A1 (en) * 2014-03-10 2015-09-17 株式会社アイ・エル・シー Software development assistance system, software development assistance method, and software development assistance program
JPWO2015136607A1 (en) * 2014-03-10 2017-04-06 株式会社アイ・エル・シー Software development support system, software development support method, and software development support program
JPWO2015136606A1 (en) * 2014-03-10 2017-04-06 株式会社アイ・エル・シー Software development support apparatus, software development support method, and software development support program

Similar Documents

Publication Publication Date Title
US20100077379A1 (en) Image processing apparatus, image processing method, and recording medium
JP2005227865A (en) Print control device, method, and program
JP2008077316A (en) Verification device, verification program and verification method
JP2007011532A (en) Automatic generation device of operating procedure manual
KR20060129819A (en) Method and apparatus for setting print option
JP2008217060A (en) Information processor, information processing method, and printing system
JP4747060B2 (en) Verification device, verification program, and verification method
JP2007317096A (en) Verification scenario producing program, recording medium, verification scenario producing system, and verification scenario producing method
JP2007066077A (en) Method and apparatus for generating gui, computer program, and storage medium
JP2010009384A (en) Verification support program, verification support apparatus and verification support method
JP2007079855A (en) Information processor, program providing device, program providing method, and program making computer execute the method
JP2010082330A (en) Information processing device, display method therefor, and program
JP4334399B2 (en) Printing control apparatus and printing control method
JP4116660B2 (en) Verification support device, verification support method, verification support program, and recording medium
JP4589294B2 (en) Design / verification support program and recording medium recording the program
JP2010009167A (en) Screen display device, screen display method, and screen display program
JP2008198097A (en) Information processor, control device, script processing method, storage medium, and program
JP2008022151A (en) Verification apparatus, remote controller, verification method, and program for allowing computer to perform the method
JP2008171126A (en) Document form design device, document form design program, and document form design method
JP4101197B2 (en) Information processing apparatus, display control method, and program
JP4544312B2 (en) Control device, medium recording control program
JP7007609B2 (en) Information processing equipment, control method of information processing equipment, program
JP5400452B2 (en) State transition table editing device and state transition table editing method
JP2007080154A (en) Device and method for drawing structured document, and program
JP2008299408A (en) Image generation program, image generation method and image generation device

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090529

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090623

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20091020