JP2014235687A - Job ticket inspection device and inspection program - Google Patents
Job ticket inspection device and inspection program Download PDFInfo
- Publication number
- JP2014235687A JP2014235687A JP2013118691A JP2013118691A JP2014235687A JP 2014235687 A JP2014235687 A JP 2014235687A JP 2013118691 A JP2013118691 A JP 2013118691A JP 2013118691 A JP2013118691 A JP 2013118691A JP 2014235687 A JP2014235687 A JP 2014235687A
- Authority
- JP
- Japan
- Prior art keywords
- print setting
- inspection
- job ticket
- file
- jdf
- 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
Links
Images
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
Abstract
Description
本発明は、ジョブチケットの検査装置及び検査プログラムに関する。 The present invention relates to a job ticket inspection apparatus and an inspection program.
プリントショップ(大小の印刷業者)、プロダクション印刷、及びさらに小規模なワークグループ環境を含む多くの印刷環境において、特定の印刷ジョブを印刷するために必要とされる処理を記述するJDF(Job Definition Format)情報を生成することが一般に知られている。 JDF (Job Definition Format) that describes the processing required to print a specific print job in many printing environments, including print shops (large and small printers), production printing, and even smaller workgroup environments It is generally known to generate information.
JDFは、印刷プロセスの一般的なタスクのために使用されるべきキーワード及びファイル構造の組、特に、ジョブチケット及びデバイス機能ファイルの構成を定義する国際規格である。 JDF is an international standard that defines a set of keywords and file structures to be used for general tasks in the printing process, in particular job ticket and device function file configurations.
JDFはXML(Extensive Markup Language)で記述され、エレメント、アトリビュートを持ち、印刷設定の項目(以下、印刷設定項目)はJDFタグで示されるエレメントとそのアトリビュート、印刷設定の値(以下、印刷設定値)はアトリビュート値で表される。 JDF is described in XML (Extensive Markup Language) and has elements and attributes. Print setting items (hereinafter, print setting items) are elements indicated by JDF tags, their attributes, and print setting values (hereinafter, print setting values). ) Is represented by an attribute value.
このジョブチケットは、クライアント(例えば、ドライバ及び/又はアプリケーションプログラム)によって生成される。生成されたジョブチケットにはプリンタの印刷設定情報として印刷設定項目及び印刷設定値が含まれるが、ジョブチケットで指定される印刷設定のJDFタグが正しくない場合がある。このような不正な印刷設定情報としてのJDFタグを検出する検査方法が既に知られている。 This job ticket is generated by a client (for example, a driver and / or an application program). The generated job ticket includes print setting items and print setting values as print setting information of the printer, but the JDF tag of the print setting specified by the job ticket may not be correct. An inspection method for detecting a JDF tag as such illegal print setting information is already known.
即ち、特許文献1には、ジョブチケット中にJDFパーサが解釈できない文字列が存在した場合、不正な印刷設定情報があると判断して、印刷設定が正しく処理されていない旨をユーザに通知する画像形成装置が記載されている。 That is, in Patent Document 1, if there is a character string that cannot be interpreted by the JDF parser in the job ticket, it is determined that there is invalid print setting information, and the user is notified that the print setting is not processed correctly. An image forming apparatus is described.
また、文献に記載されたものではないが、ジョブチケットの不具合印刷設定項目であるJDFタグ情報をリスト出力するジョブチケット検査方法として、下記の検査方法(以下、第1の従来方法)がある。即ち、ジョブチケットの一部の印刷設定項目に不具合があることが既に判明していて、既知の不具合印刷設定項目以外の印刷設定項目は正常であるか否かを確認したい場合、ジョブチケットの全ての印刷設定項目に対する検査を行い、不具合印刷設定項目をリスト出力してから、既知の不具合印刷設定項目と新規の不具合印刷設定項目を選別して既知の不具合印刷設定項目を取り除き、新規の不具合印刷設定項目を抽出する方法である。 Although not described in the literature, there is the following inspection method (hereinafter referred to as a first conventional method) as a job ticket inspection method for outputting a list of JDF tag information that is a defective print setting item of a job ticket. That is, if it is already known that some print setting items of the job ticket are defective and it is desired to check whether the print setting items other than the known defective print setting items are normal, all of the job tickets After checking the print setting items, output the list of defective print setting items, select the known defective print setting items and the new defective print setting items, remove the known defective print setting items, and print the new defective print This is a method for extracting setting items.
また、文献に記載されたものではないが、ジョブチケットの検査の方法として、数パターンのジョブチケット生成テストケースと、各テストケースに対応するジョブチケットの各印刷設定値に対応する期待値(数値又は文字列)を予め準備しておき、各テストケースにおけるジョブチケットの各印刷設定値と期待値を一様に比較する、といった検査方法(以下、第2の従来方法)がある。ここで、期待値はプリンタの設計仕様を参照してテストケース設定者により設定される。 Although not described in the literature, as a method for inspecting job tickets, several patterns of job ticket generation test cases and expected values (numerical values) corresponding to print setting values of job tickets corresponding to the test cases are described. Or a character string) in advance, and there is an inspection method (hereinafter referred to as a second conventional method) in which each print setting value of a job ticket in each test case is compared with an expected value uniformly. Here, the expected value is set by the test case setter with reference to the design specification of the printer.
しかしながら、前記第1の従来方法では、既知の不具合印刷設定項目が多数ある場合に作業が煩雑となる、という問題がある。また、複数のジョブチケットを一括で検査する場合は抽出作業がさらに煩雑になる、という問題がある。 However, the first conventional method has a problem that the operation becomes complicated when there are many known defective print setting items. In addition, when a plurality of job tickets are inspected collectively, there is a problem that the extraction work becomes more complicated.
また、前記第2の従来方法では、ジョブチケットがジョブチケットを生成した日時やOSから取得したユーザアカウント名を含む場合があり、これらの値はジョブチケットを生成した日時やユーザによって変わってしまうため、期待値として予め準備しておくことが難しい、という問題がある。 In the second conventional method, the job ticket may include the date and time when the job ticket is generated and the user account name acquired from the OS, and these values vary depending on the date and time when the job ticket is generated and the user. There is a problem that it is difficult to prepare the expected value in advance.
各印刷設定値と期待値を一様に比較するのではなく、特定の印刷設定項目は比較対象から外す、という制御にすることも考えられる。しかし、この場合は、これらの印刷設定項目は全く検査できなくなってしまうため、ユーザアカウント名に関してはユーザを特定すれば検査可能だったものが検査できなくなってしまう、という問題がある。 Instead of comparing each print setting value and the expected value uniformly, it is also possible to control such that a specific print setting item is excluded from the comparison target. However, in this case, since these print setting items cannot be inspected at all, there is a problem that the user account name cannot be inspected if it can be inspected if the user is specified.
またプリンタの機種によっては、日時やユーザアカウント名以外にも同様な性格の印刷設定項目があるため、特定の印刷設定項目は比較対象から外す、という制御は機種に依存したアルゴリズム又はプログラムとなってしまい管理が煩雑になる、という問題がある。 Depending on the printer model, there are print setting items with the same character other than the date and user account name. Therefore, the control to exclude specific print setting items from the comparison target is an algorithm or program depending on the model. There is a problem that management becomes complicated.
これらの問題は、前述した特許文献1に記載された画像形成装置に記載されている、不正な印刷設定の検出方法でも解決することはできない。 These problems cannot be solved even by an illegal print setting detection method described in the image forming apparatus described in Patent Document 1 described above.
本発明は、このような問題を解決するためになされたものであり、その目的は、ジョブチケットに含まれる印刷設定項目の印刷設定値を期待値と比較することで、その印刷設定項目の不具合の有無を検査するときに、新規の不具合印刷設定項目を容易に抽出できるようにすることである。 The present invention has been made to solve such a problem, and its purpose is to compare a print setting value of a print setting item included in a job ticket with an expected value, thereby causing a defect of the print setting item. This is to make it possible to easily extract a new defective print setting item when inspecting the presence or absence of a print.
本発明は、ジョブチケットに含まれる印刷設定項目の印刷設定値を期待値と比較することで、その印刷設定項目の不具合の有無を検査するジョブチケット検査装置であって、前記期待値を保持する期待値保持手段と、比較検査を除外する印刷設定項目を保持する検査除外項目保持手段と、検査するジョブチケットを読み込む読み込み手段と、前記読み込み手段により読み込まれたジョブチケットに含まれる印刷設定項目のうち、前記検査除外項目保持手段に保持されている印刷設定項目以外の印刷設定項目を抽出する印刷設定項目抽出手段と、前記印刷設定項目抽出手段により抽出された印刷設定項目の印刷設定値を前記期待値保持手段に保持されている期待値と比較して検査する検査手段と、を有するジョブチケット検査装置である。 The present invention relates to a job ticket inspection apparatus that inspects whether there is a defect in a print setting item by comparing the print setting value of the print setting item included in the job ticket with an expected value, and holds the expected value Expected value holding means, inspection exclusion item holding means for holding print setting items excluding comparative inspection, reading means for reading job tickets to be checked, and print setting items included in the job ticket read by the reading means Among them, the print setting item extracting means for extracting print setting items other than the print setting items held in the inspection exclusion item holding means, and the print setting values of the print setting items extracted by the print setting item extracting means A job ticket inspection apparatus having inspection means for inspecting compared with an expected value held in an expected value holding means.
本発明によれば、ジョブチケットに含まれる印刷設定項目の印刷設定値を期待値と比較することで、その印刷設定項目の不具合の有無を検査するときに、新規の不具合印刷設定項目を容易に抽出することができる。 According to the present invention, by comparing the print setting value of the print setting item included in the job ticket with the expected value, a new defective print setting item can be easily obtained when checking the presence or absence of the defect of the print setting item. Can be extracted.
以下、本発明の実施形態について図面を参照して説明する。
〈ジョブチケット検査装置のソフトウェア〉
図1は、本発明の実施形態に係るジョブチケット検査装置のソフトウェア構成について説明するための機能ブロック図である。
Embodiments of the present invention will be described below with reference to the drawings.
<Job ticket inspection device software>
FIG. 1 is a functional block diagram for explaining a software configuration of the job ticket inspection apparatus according to the embodiment of the present invention.
このジョブチケット検査装置は、CPU、ROM、RAM、HDD(ハードディスクドライブ)等を備えた汎用のコンピュータにジョブチケット検査プログラムをインストールすることで実現される。 This job ticket inspection apparatus is realized by installing a job ticket inspection program in a general-purpose computer having a CPU, ROM, RAM, HDD (hard disk drive) and the like.
ジョブチケット検査装置としてのコンピュータ1は、ソフトウェアとして、基本ソフト2、JDF生成部3、JDF検査部4、及びテキストエディタ5を備えている。
A computer 1 as a job ticket inspection device includes
また、コンピュータ1には、ファイルとして、JDFファイル群101、検査除外項目保持手段としての検査除外項目設定ファイル102、期待値保持手段としての期待値ファイル群103、及び検査結果ファイル104が格納される。
Further, the computer 1 stores a
JDFファイル群101は、JDF生成部3によって生成されたJDFファイルであり、ここには3つのJDFファイル101A、101B、101Cを図示した。JDFファイルは、印刷設定情報として印刷設定項目及び印刷設定値を含む。検査除外項目設定ファイル102は、検査を除外する印刷設定項目のリストであり、JDFのエレメント名及びアトリビュート名で構成される。本ファイルはテキストエディタ5で編集される。
The
期待値ファイル群103は、JDFファイル群101の各JDFファイル101A、101B、101Cを比較検査するためのファイルである期待値ファイル103A、103B、103Cからなり、JDFの各エレメント及び各アトリビュートと、それらに対応するエレメント値及びアトリビュート値が格納されている。検査結果ファイル104は、JDFファイル群101の各ファイルを比較検査した結果を格納するためのファイルである。
The expected
JDF検査部4は、実行管理画面401、設定画面402、検査手段としての比較検査部403、印刷設定項目抽出手段としての検査除外部404、ワイルドカード比較部405、及び設定保持部406で構成される。
The JDF inspection unit 4 includes an
実行管理画面401は、検査を実行するJDFファイルの登録、比較する期待値ファイルの登録、検査の実行を行う。ファイル登録内容は設定保持部406に保持される。設定画面402は、検査除外項目設定ファイル102の指定を行う。設定内容は設定保持部406に保持される。
The
比較検査部403は、検査の実行時に、実行管理画面401で登録されたJDFファイルと期待値ファイルを読み込み、比較検査を行う。検査結果は検査結果ファイル104に出力される。
The
検査除外部404は、比較検査部403による比較検査時に検査除外項目設定ファイル102を読み込む。比較検査時に比較対象が除外設定されたJDFエレメント及びアトリビュートの比較であった場合は比較を行わない。
The
ワイルドカード比較部405は、比較検査部403による比較検査時に期待値ファイルを読み込み、期待値のエレメント値及びアトリビュート値にワイルドカード文字列が設定されていた場合は、指定されたワイルドカード表現に沿った比較検査を行う。
The wild
設定保持部406は、実行管理画面401、設定画面402の設定を保持し、比較検査部403から設定内容を参照される。
The
〈実行管理画面〉
図2は、図1における実行管理画面401について説明するための図である。
実行管理画面401は、検査実行一覧4010、JDFファイル登録ボタン4011、期待値ファイル登録ボタン4012、検査実行ボタン4013、及び設定ボタン4014を表示する。
<Execution management screen>
FIG. 2 is a diagram for explaining the
The
検査実行一覧4010はJDF検査の対象のリストであり、項目としてJDFファイル、期待値ファイル、及び検査結果を表示する。
検査実行一覧4010におけるJDFファイルの項目には、検査されるJDFファイルのファイル名(ここでは、JDF101a.jdf、JDF101b.jdf、JDF101c.jdf)が表示される。JDFファイルの登録はJDFファイル登録ボタン4011を押下し、一般的なファイル選択画面を表示して選択することで実行される。
The
The item of the JDF file in the
検査実行一覧4010における期待値ファイルの項目には、左欄のJDFファイルと比較される期待値のファイル名が表示される。期待値ファイルの登録は期待値ファイル登録ボタン4012を押下し、一般的なファイル選択画面を表示して選択することで実行される。検査実行一覧4010における検査結果の項目には、検査実行後に検査結果がOK/NGで表示される。
In the expected value file item in the
検査実行ボタン4013の押下に応じて検査が実行される。検査は検査実行一覧4010の1行目から順に実行される。設定ボタン4014の押下に応じて設定画面402が表示される。
The inspection is executed in response to pressing of the
〈設定画面〉
図3は、図1における設定画面402について説明するための図である。
設定画面402は、JDF検査部4の検査実行に関する設定画面であり、除外設定ファイル名入力領域4020、OKボタン4021、及びキャンセルボタン4022を表示する。
<Setting screen>
FIG. 3 is a diagram for explaining the
The
除外設定ファイル名入力領域4020は、JDF検査において検査を除外するJDFエレメント及びアトリビュート項目を示したファイルを設定するための入力領域である。OKボタン4021の押下により本画面の設定内容が決定される。また、キャンセルボタン4022の押下により本画面の設定内容がキャンセルされる。
The exclusion setting file
〈JDFファイルの構成〉
図4は、図1におけるJDFファイルについて説明するための図である。
JDFファイルは、XMLで記述され、XMLタグで示されるエレメント1010、エレメントのアトリビュート1011、及びアトリビュート値1012で構成される。ここではJDFファイル101Aを図示しているが、他のJDFファイル101B、101Cも基本構成は同じである。
<Configuration of JDF file>
FIG. 4 is a diagram for explaining the JDF file in FIG.
The JDF file is described in XML and includes an
エレメント1010及びアトリビュート1011は印刷設定項目として定義されるものである。この図の例では、エレメント1010の“StitchingParams”はステープルの印刷設定を示しており、アトリビュート1011の“NumberOfStitches”はステープルの針数を示している。また、印刷設定値としてのアトリビュート値1012はアトリビュートの値を示しており、この図の例では、ステープルの針数が2個であることを示している。
〈検査除外ファイルの構成〉
図5は、図1における検査除外項目設定ファイル102について説明するための図である。
検査除外項目設定ファイル102はXPathにより、検査を除外するJDFアトリビュートを指定する。XPathはXMLで一般的なアトリビュートの指定表記であるので、ここでは説明しない。
<Configuration of inspection exclusion file>
FIG. 5 is a diagram for explaining the inspection exclusion
The inspection exclusion
図の例では、ステープルに関して、“WireBrand”アトリビュート及び“WireGauge”アトリビュートを指定して検査を除外することを示している。検査除外ファイルはテキストファイルであり、一般的なテキストエディタ5で編集可能である。
In the example of the figure, regarding the staple, it is indicated that the “WireBrand” attribute and the “WireGauge” attribute are specified to exclude the inspection. The inspection exclusion file is a text file and can be edited with a
〈期待値ファイルの構成〉
図6は、図1における期待値ファイルについて説明するための図である。ここでは、期待値ファイル103AのStitchingParamsの印刷設定を示している。
<Configuration of expected value file>
FIG. 6 is a diagram for explaining the expected value file in FIG. Here, the print settings of StitchingParams in the expected value file 103A are shown.
期待値ファイルはXPathとその値により、JDFアトリビュートとアトリビュート値を指定する。この図の例では、ステープル指定の印刷設定に関しては2つあり、それぞれ、“ID”、“NumberOfStitches”、“StapleShape”、“StitchPositions”、“StitchWidth”、“WireBrand”、“WireGauge”のアトリビュート値を指定していることを示している。 The expected value file specifies the JDF attribute and attribute value by XPath and its value. In this example, there are two print settings for stapling, and the attribute values for “ID”, “NumberOfStitches”, “StapleShape”, “StitchPositions”, “StitchWidth”, “WireBrand”, and “WireGauge” are set. Indicates that it is specified.
ただし、図6に記載された期待値は、図5の除外ファイルにアトリビュート登録があれば除外される。例えば図5、図6を例とすると、図6には“WireBrand”、“WireGauge”の期待値が記載されてあるが、図5の除外ファイルに“WireBrand”、“WireGauge”のアトリビュート記載があるため、これらの検査は除外される。 However, the expected value described in FIG. 6 is excluded if there is an attribute registration in the exclusion file in FIG. For example, taking FIG. 5 and FIG. 6 as an example, the expected values of “WireBrand” and “WireGauge” are described in FIG. 6, but the attributes of “WireBrand” and “WireGauge” are described in the exclusion file of FIG. Therefore, these tests are excluded.
期待値ファイルはテキストファイルであり、一般的なテキストエディタ5で作成、編集される。なお、これらの期待値は数が多いため、別のプログラムまたはシステムで作成されてもよい。また、上記例はXPathでの例であるが、他の印刷設定が特定できれば、他の指定文字列であってもかまわない。
The expected value file is a text file and is created and edited by a
〈検査結果ファイルの構成〉
図7は、図1における検査結果ファイルについて説明するための図である。
検査結果ファイルはJDFファイルと期待値ファイルとの比較結果を示す。この図において、比較結果1041、1042、1043は、それぞれJDF101a.jdf、JDF101b.jdf、JDF101c.jdfと、対応する期待値ファイルである101a.dat、101b.dat、101c.datの検査内容の詳細を示す。
<Configuration of inspection result file>
FIG. 7 is a diagram for explaining the inspection result file in FIG.
The inspection result file indicates a comparison result between the JDF file and the expected value file. In this figure, the comparison results 1041, 1042, and 1043 are JDF101a.jdf, JDF101b.jdf, and JDF101c.jdf, respectively, and details of inspection contents of the corresponding expected value files 101a.dat, 101b.dat, and 101c.dat Indicates.
検査内容は、各JDFファイルに対して共通であり、アトリビュート“NumberOfStitches”、“StapleShape”、“StitchPositions”、“WireBrand”、“WireGauge”のアトリビュート値と期待値とを比較している。アトリビュート“ID”、“StitchWidth”は比較検査から除外されている。 The inspection contents are common to each JDF file, and the attribute values of the attributes “NumberOfStitches”, “StapleShape”, “StitchPositions”, “WireBrand”, and “WireGauge” are compared with the expected values. The attributes “ID” and “StitchWidth” are excluded from the comparison inspection.
ここでは、JDF101a.jdfにおけるアトリビュート“WireGauge”のアトリビュート値を10411、期待値を10412とし、JDF101b.jdfにおけるアトリビュート“WireGauge”のアトリビュート値を10421、期待値を10422とし、JDF101c.jdfにおけるアトリビュート“WireGauge”のアトリビュート値を10431、期待値を10432とした。 Here, the attribute value of the attribute “WireGauge” in JDF101a.jdf is 10411, the expected value is 10412, the attribute value of the attribute “WireGauge” in JDF101b.jdf is 10421, the expected value is 10422, and the attribute “WireGauge” in JDF101c.jdf "Has an attribute value of 10431 and an expected value of 10432.
比較結果1041、1042、1043の左下端には、それぞれの検査結果10410、10420、10430のOK/NGが付加される。ここでは、JDF101a.jdf及び、JDF101b.jdfについてはOKであり、JDF101c.jdfについてはNGである。NGとなったJDF101c.jdfについては、期待値と一致しなかったアトリビュートを示す“×”10433が付加される。また、検査した全てのJDFファイルの検査結果のOK数、NG数が算出され、合計1040として格納される。
OK / NG of each
〈比較検査処理〉
図8は、本発明の実施形態における比較検査処理を示すフローチャートである。この比較検査処理は比較検査部403が実行する。
<Comparison inspection process>
FIG. 8 is a flowchart showing a comparison inspection process in the embodiment of the present invention. This comparison inspection process is executed by the
まず、設定保持部406から検査除外ファイル名を取得し、検査除外部404に読み込む(ステップS101)。次に、検査結果に記録するためのOK数とNG数のカウントをクリアする(ステップS102)。
First, an examination exclusion file name is acquired from the
設定保持部406に登録されているJDFファイルのリストを参照して未処理のJDFファイルの有無を判定する(ステップS103)。未処理のJDFファイルがなかったら(ステップS103:No)、検査結果にOK数とNG数を出力し(ステップS122)、この比較検査処理を終了する。 The presence or absence of an unprocessed JDF file is determined with reference to the list of JDF files registered in the setting holding unit 406 (step S103). If there is no unprocessed JDF file (step S103: No), the number of OKs and the number of NGs are output as inspection results (step S122), and this comparison inspection process is terminated.
未処理のJDFファイルがあったら(ステップS103:Yes)、検査OKを初期値としてセットして(ステップS104)、設定保持部406からJDFファイル名、期待値ファイル名のセットを取得する(ステップS105)。 If there is an unprocessed JDF file (step S103: Yes), inspection OK is set as an initial value (step S104), and a set of JDF file name and expected value file name is acquired from the setting holding unit 406 (step S105). ).
取得したJDFファイルのエレメント(タグ)を参照して未処理のエレメントの有無を判定する(ステップS106)。未処理のエレメントがなかったら(ステップS106:No)、検査結果にOK/NGを出力し(ステップS108)、検査結果に応じて検査のOK数又はNG数を更新し(ステップS109)、ステップS103に移行する。 The presence or absence of an unprocessed element is determined with reference to the element (tag) of the acquired JDF file (step S106). If there is no unprocessed element (step S106: No), OK / NG is output as the inspection result (step S108), the number of inspection OK or NG is updated according to the inspection result (step S109), and step S103. Migrate to
未処理のエレメントがあったら(ステップS106:Yes)、JDFファイルからエレメント(タグ)を1つ取得する(ステップS107)。次いで、取得したエレメントを参照して未処理のアトリビュートの有無を判定する(ステップS110)。そして、エレメントに未処理のアトリビュートがあったら(ステップS110:Yes)、エレメントからアトリビュートを1つ取得する(ステップS111)。エレメントに未処理のアトリビュートがなかったら(ステップS110:No)、ステップS106に移行する。 If there is an unprocessed element (step S106: Yes), one element (tag) is acquired from the JDF file (step S107). Next, the presence / absence of an unprocessed attribute is determined with reference to the acquired element (step S110). If there is an unprocessed attribute in the element (step S110: Yes), one attribute is acquired from the element (step S111). If there is no unprocessed attribute in the element (step S110: No), the process proceeds to step S106.
ステップS111でエレメントからアトリビュートを1つ取得した後、ステップS200に進み、取得したアトリビュートが除外項目であるか否かを検査除外部404の検査除外処理によってチェックする(アトリビュート除外チェック)。 After acquiring one attribute from the element in step S111, the process proceeds to step S200, and whether or not the acquired attribute is an exclusion item is checked by the inspection exclusion process of the inspection exclusion unit 404 (attribute exclusion check).
《検査除外処理》
図9は、図8における検査除外処理(ステップS200)の詳細な内容を示すフローチャートである。
ステップS101で読み込んだ検査除外ファイル名のリスト(以下、検査除外リスト)から検査対象のアトリビュートが登録されているか検索し(ステップS201)、検査除外リストに登録されているか否かを判定する(ステップS202)。
<Examination process>
FIG. 9 is a flowchart showing detailed contents of the examination exclusion process (step S200) in FIG.
It is searched from the list of inspection exclusion file names read in step S101 (hereinafter referred to as inspection exclusion list) whether or not the inspection target attribute is registered (step S201), and it is determined whether or not it is registered in the inspection exclusion list (step S201). S202).
検査除外リストに登録されていた場合は(ステップS202:Yes)、戻り値に除外対象Trueをセットし(ステップS204)、検査除外処理を終了する。検査除外リストに登録されていなかった場合は(ステップS202:No)、戻り値に除外対象Falseをセットし(ステップS203)、検査除外処理を終了する。 If it is registered in the examination exclusion list (step S202: Yes), the exclusion target True is set as the return value (step S204), and the examination exclusion process is terminated. If it is not registered in the examination exclusion list (step S202: No), the exclusion target False is set as the return value (step S203), and the examination exclusion process is terminated.
例えば、除外リストが図5のファイルの場合、ステップS201でアトリビュート“WireBrand”を検索すると、ステップS202でYesの分岐となり、ステップS204で戻り値に除外対象としてTrueがセットされる。 For example, if the exclusion list is the file of FIG. 5, when the attribute “WireBrand” is searched in step S201, a branch of Yes is made in step S202, and True is set as an exclusion target in step S204.
図8の説明に戻る。ステップS200が終了した後、ステップS200の結果に基づいて、アトリビュートが除外対象であったか否かを判定する(ステップS112)。ここで、ステップS200の戻り値がTrueのときはアトリビュートが除外対象であると判定し、Falseのときは除外対象でないと判定する。 Returning to the description of FIG. After step S200 is completed, based on the result of step S200, it is determined whether or not the attribute is an exclusion target (step S112). Here, when the return value of Step S200 is True, it is determined that the attribute is an exclusion target, and when it is False, it is determined that the attribute is not an exclusion target.
アトリビュートが除外対象であった場合は(ステップS112:Yes)、比較処理は行わず、ステップS110に移行する。アトリビュートが除外対象でない場合は(ステップS112:No)、ステップS300に進み、ワイルドカード比較部405のワイルドカード比較処理によって期待値を比較する。
If the attribute is an exclusion target (step S112: Yes), the comparison process is not performed and the process proceeds to step S110. When the attribute is not an exclusion target (step S112: No), the process proceeds to step S300, and the expected value is compared by the wild card comparison process of the wild
《ワイルドカード比較処理》
図10は、図8におけるワイルドカード比較処理(ステップS300)の詳細な内容を示すフローチャートである。
まず比較対象の期待値のアトリビュート値が“@@@@@”であったか否かを判定する(ステップS301)。ここで、ワイルドカード文字列の“@@@@@”は検査対象外とし、除外項目として扱うことを表す。
《Wild card comparison processing》
FIG. 10 is a flowchart showing detailed contents of the wild card comparison process (step S300) in FIG.
First, it is determined whether or not the attribute value of the expected value to be compared is “@@@@@” (step S301). Here, “@@@@@” in the wild card character string indicates that it is excluded from inspection and handled as an excluded item.
比較対象の期待値のアトリビュート値が、“@@@@@”であった場合は(ステップS301:Yes)、戻り値に比較除外対象ステータスとして“PASS”をセットし(ステップS307)、ワイルドカード比較処理を終了する。 If the attribute value of the comparison target expected value is “@@@@@” (step S301: Yes), “PASS” is set as the comparison exclusion target status in the return value (step S307), and the wild card The comparison process ends.
比較対象の期待値のアトリビュート値が“@@@@@”でなかった場合は(ステップS301:No)、ステップS302に進み、比較対象の期待値のアトリビュート値が“?????”であったか否かを判定する(ステップS302)。ここで、ワイルドカード文字列の“?????”は5文字以上の任意の文字列を表す。つまり、検査対象とし、文字数(文字列長)のみをチェックする。 If the attribute value of the comparison target expected value is not “@@@@@” (step S301: No), the process proceeds to step S302, and the attribute value of the comparison target expected value is “??????”. It is determined whether there has been (step S302). Here, “????” in the wild card character string represents an arbitrary character string of five characters or more. That is, only the number of characters (character string length) is checked as an inspection target.
比較対象の期待値が“?????”であった場合は(ステップS302:Yes)、JDFアトリビュート値の文字数と?の文字数が一致しているか否かを判定する(ステップS303)。 If the expected value to be compared is “??????” (step S <b> 302: Yes), the number of characters in the JDF attribute value and? It is determined whether or not the number of characters matches (step S303).
JDFアトリビュート値の文字数と?の文字数が一致している場合は(ステップS303:Yes)、戻り値に「ワイルドカード比較OK」ステータスとして“OK”をセットし(ステップS306)、ワイルドカード比較処理を終了する。 What is the number of characters in the JDF attribute value? If the number of characters matches (step S303: Yes), “OK” is set as the “wild card comparison OK” status in the return value (step S306), and the wild card comparison processing is terminated.
JDFアトリビュート値の文字数と?の文字数が一致していない場合は(ステップS303:No)、戻り値に「ワイルドカード比較結果NG」ステータスとして“NG”をセットし(ステップS305)、ワイルドカード比較処理を終了する。 What is the number of characters in the JDF attribute value? If the number of characters does not match (step S303: No), “NG” is set as the “wildcard comparison result NG” status in the return value (step S305), and the wildcard comparison processing is terminated.
比較対象の期待値が“?????”でなかった場合は(ステップS302:No)、戻り値に「ワイルドカードでない」ステータスとして“NO”をセットし(ステップS304)、ワイルドカード比較処理を終了する。 If the expected value to be compared is not “???” (step S302: No), “NO” is set as the “not wild card” status in the return value (step S304), and wild card comparison processing is performed. Exit.
なお、上記のワイルドカード文字列(“@@@@@”、“?????”)は、一例であり、他の文字列で指定してもよい。また、文字列の一部のパターンの一致を検査してもよい。 Note that the above wild card character strings (“@@@@@”, “??????”) are examples, and may be specified by other character strings. Moreover, you may test | inspect matching of the pattern of a part of character string.
図8の説明に戻る。ステップS300が終了した後、その結果に基づいて、期待値がワイルドカードであったか否か、即ちステップS300の戻り値が“NO”以外(“OK”、“NG”、“PASS”)であったか否かを判定する(ステップS113)。 Returning to the description of FIG. After step S300 is completed, based on the result, whether or not the expected value is a wild card, that is, whether or not the return value of step S300 is other than “NO” (“OK”, “NG”, “PASS”). Is determined (step S113).
期待値がワイルドカードであった場合(ステップS113:Yes)、ステップS300の戻り値が“PASS”であったか否かを判定する(ステップS118)。そして、“PASS”であった場合は(ステップS118:Yes)、除外項目であるため、ステップS110に移行する。 If the expected value is a wild card (step S113: Yes), it is determined whether or not the return value of step S300 is “PASS” (step S118). If it is “PASS” (step S118: Yes), since it is an excluded item, the process proceeds to step S110.
戻り値が“PASS”でなかった場合は(ステップS118:No)、ステップS300の戻り値が“OK”であったか否かを判定する(ステップS119)。そして、“OK”であった場合は(ステップS119:Yes)、比較結果として検査OKを出力し(ステップS120)、ステップS110に移行する。“OK”でなかった場合は(ステップS119:No)、比較結果としての検査NG、及びNGマークとしての×印を出力し、ステップS110に移行する。 If the return value is not “PASS” (step S118: No), it is determined whether or not the return value in step S300 is “OK” (step S119). If it is “OK” (step S119: Yes), an inspection OK is output as a comparison result (step S120), and the process proceeds to step S110. When it is not “OK” (step S119: No), the inspection NG as the comparison result and the cross mark as the NG mark are output, and the process proceeds to step S110.
期待値がワイルドカードでなかった場合(ステップS113:No)、即ちステップS300の戻り値が“NO”であった場合、JDFアトリビュート値と期待値の比較を行い、OK(両者が一致する)か否かを判定する(ステップS115)。 When the expected value is not a wild card (step S113: No), that is, when the return value of step S300 is “NO”, the JDF attribute value is compared with the expected value, and is OK (both match)? It is determined whether or not (step S115).
比較の結果、OKの場合は(ステップS115:Yes)、比較結果として検査OKを出力し(ステップS116)、ステップS110に移行する。比較の結果、NGの場合は(ステップS115:No)、比較結果としての検査NG、及びNGマークとしての×印を出力し、ステップS110に移行する。 If the comparison result is OK (step S115: Yes), an inspection OK is output as the comparison result (step S116), and the process proceeds to step S110. If the result of the comparison is NG (step S115: No), the inspection NG as the comparison result and the x mark as the NG mark are output, and the process proceeds to step S110.
以上詳細に説明したように、本発明の実施形態に係るジョブチケットの検査装置によれば、検査対象から除外する印刷設定項目の指定を可能としたことで、新規の不具合印刷設定項目を容易に抽出することができる。また、日時やユーザのアカウント名の比較に関しては、期待値にワイルドカード文字列を指定し、この場合は比較を行わないというアルゴリズムにすることで、検査する/しないをテストケース毎及び設定項目毎に制御可能とすることにより、期待値との比較検査を柔軟に行うことができる。 As described above in detail, according to the job ticket inspection apparatus according to the embodiment of the present invention, it is possible to specify a print setting item to be excluded from the inspection target, thereby easily creating a new defective print setting item. Can be extracted. In addition, regarding the comparison of the date and time and the user account name, a wild card character string is specified for the expected value, and in this case, an algorithm that does not perform the comparison is used to check / do not check for each test case and each setting item. By making controllable, it is possible to flexibly perform comparison inspection with expected values.
なお、本発明の実施形態に係るジョブチケットの検査装置は、プリンタドライバのデグレードのテストに有用である。例えば初回のリリースでは全機能(全印刷設定項目)のテストを行い、2回目のリリースで新機能を組み込んだ場合に工数などの関係で新機能部のみテストする場合がある。この場合、新機能は既存機能に影響しないと判断して行うが、何らかのミスで既存機能に不具合が発生してしまうことがある。これをデグレードと呼ぶ。初回のリリースで全機能のテストを行った後の期待値は実績のある正しい値のはずなので、2回目のリリースのテストでこの期待値を使って検査を行うことで、デグレードした不具合が発見できる。 The job ticket inspection apparatus according to the embodiment of the present invention is useful for a printer driver degradation test. For example, in the first release, all functions (all print setting items) are tested, and when a new function is incorporated in the second release, only the new function part may be tested due to man-hours or the like. In this case, it is determined that the new function does not affect the existing function. However, a malfunction may occur in the existing function due to some mistake. This is called degradation. Since the expected value after testing all functions in the first release should be the correct value with a track record, by using this expected value in the test of the second release, you can find the degraded defect .
1…コンピュータ、4…JDF検査部、101…JDFファイル群、102…検査除外項目設定ファイル、103…期待値ファイル群、104…検査結果ファイル、403…比較検査部、404…検査除外部、405…ワイルドカード比較部。 DESCRIPTION OF SYMBOLS 1 ... Computer, 4 ... JDF inspection part, 101 ... JDF file group, 102 ... Inspection exclusion item setting file, 103 ... Expected value file group, 104 ... Inspection result file, 403 ... Comparison inspection part, 404 ... Inspection exclusion part, 405 ... Wildcard comparison part.
Claims (7)
前記期待値を保持する期待値保持手段と、
比較検査を除外する印刷設定項目を保持する検査除外項目保持手段と、
検査するジョブチケットを読み込む読み込み手段と、
前記読み込み手段により読み込まれたジョブチケットに含まれる印刷設定項目のうち、前記検査除外項目保持手段に保持されている印刷設定項目以外の印刷設定項目を抽出する印刷設定項目抽出手段と、
前記印刷設定項目抽出手段により抽出された印刷設定項目の印刷設定値を前記期待値保持手段に保持されている期待値と比較して検査する検査手段と、
を有するジョブチケット検査装置。 A job ticket inspection device that inspects whether there is a defect in the print setting item by comparing the print setting value of the print setting item included in the job ticket with an expected value,
Expected value holding means for holding the expected value;
Inspection exclusion item holding means for holding print setting items excluding comparison inspection;
A reading means for reading a job ticket to be inspected;
A print setting item extracting unit for extracting print setting items other than the print setting items held in the inspection exclusion item holding unit among the print setting items included in the job ticket read by the reading unit;
An inspection unit that inspects the print setting value of the print setting item extracted by the print setting item extraction unit by comparing it with an expected value held in the expected value holding unit;
A job ticket inspection apparatus.
前記印刷設定項目抽出手段により抽出された印刷設定項目の印刷設定値の比較対象の期待値が所定の第1の文字列を含む場合、前記検査手段は該印刷設定値の検査を行わない、ジョブチケット検査装置。 In the job ticket inspection apparatus according to claim 1,
When the expected value to be compared with the print setting value of the print setting item extracted by the print setting item extraction unit includes a predetermined first character string, the inspection unit does not inspect the print setting value. Ticket inspection device.
前記印刷設定項目抽出手段により抽出された印刷設定項目の印刷設定値の比較対象の期待値が所定の第2の文字列を含む場合、前記検査手段は予め該第2の文字列について指定された印刷設定値の一部に関する検査を行う、ジョブチケット検査装置。 In the job ticket inspection apparatus according to claim 1 or 2,
When the expected value to be compared with the print setting value of the print setting item extracted by the print setting item extracting means includes a predetermined second character string, the inspection means is designated in advance for the second character string. A job ticket inspection device that inspects a part of print setting values.
前記印刷設定値の一部に関する検査は、印刷設定値の文字列長の一致又は一部のパターンの一致の検査である、ジョブチケット検査装置。 In the job ticket inspection device according to claim 3,
The job ticket inspection apparatus, wherein the inspection relating to a part of the print setting value is an inspection of a match of a character string length of the print setting value or a part of a pattern.
前記印刷設定項目はJDFアトリビュートを含み、前記印刷設定値はJDFアトリビュート値を含む、ジョブチケット検査装置。 In the job ticket inspection apparatus according to any one of claims 1 to 4,
The job ticket inspection apparatus, wherein the print setting item includes a JDF attribute, and the print setting value includes a JDF attribute value.
前記検査手段の検査結果をファイルとして出力する手段を有するジョブチケット検査装置。 In the job ticket inspection apparatus according to any one of claims 1 to 5,
A job ticket inspection apparatus having means for outputting the inspection result of the inspection means as a file.
A program for causing a computer to function as each unit of the job ticket inspection apparatus according to any one of claims 1 to 6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013118691A JP2014235687A (en) | 2013-06-05 | 2013-06-05 | Job ticket inspection device and inspection program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013118691A JP2014235687A (en) | 2013-06-05 | 2013-06-05 | Job ticket inspection device and inspection program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2014235687A true JP2014235687A (en) | 2014-12-15 |
Family
ID=52138312
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013118691A Pending JP2014235687A (en) | 2013-06-05 | 2013-06-05 | Job ticket inspection device and inspection program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2014235687A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20220303399A1 (en) * | 2020-01-09 | 2022-09-22 | Canon Kabushiki Kaisha | Information processing apparatus, control method thereof, and storage medium |
-
2013
- 2013-06-05 JP JP2013118691A patent/JP2014235687A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20220303399A1 (en) * | 2020-01-09 | 2022-09-22 | Canon Kabushiki Kaisha | Information processing apparatus, control method thereof, and storage medium |
US11811977B2 (en) * | 2020-01-09 | 2023-11-07 | Canon Kabushiki Kaisha | Information processing apparatus, control method thereof, and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7516406B1 (en) | Partial functionality indicator | |
CN112771505A (en) | Software test assurance by inconsistent disposition detection | |
JP6542612B2 (en) | Test scenario generation support apparatus and test scenario generation support method | |
US11119886B2 (en) | Software analysis apparatus, software analysis method, and computer readable medium | |
US8813036B2 (en) | Visual representation of a difference between Cartesian product models | |
JP6619891B2 (en) | Screen test apparatus and screen test program | |
US20110179365A1 (en) | Gui evaluation system, gui evaluation method, and gui evaluation program | |
JP2014235687A (en) | Job ticket inspection device and inspection program | |
JP2009230420A (en) | Source code quality management device | |
JP2005276040A (en) | Degrade confirming examining method and system, and program for the same | |
JP5670156B2 (en) | Test result verification system, method, and program | |
US8065625B2 (en) | GUI evaluation system, GUI evaluation method, and GUI evaluation program | |
JP6935274B2 (en) | File generation method and file generation program | |
JP6626946B1 (en) | Test support system, test support method, and test support program | |
KR20090005684A (en) | A system & a method for searching figure trademarks, a database for figure trademarks, a system & a method for generating figure trademarks generation, a system & a method for searching figure trademarks wherefrom clients, and a medium storing a computer program of a method for searching figure trademarks wherefrom clients | |
JP6915183B1 (en) | Security inspection system and security inspection method | |
JP6739599B1 (en) | Information processing program, information processing method, and information processing apparatus | |
JP7261101B2 (en) | Defect detection device, defect detection method, and defect detection program | |
JP2011134270A (en) | Unit test support device, method and program | |
JP2010128894A (en) | Database generation device, method of generating database, and computer program | |
SAIDHBI | Redundant Bug Report Detection of User Interface Bugs Utilizing Decision Tree Induction and Inverted Index Structure | |
JP2013008146A (en) | Simple body program operation test device, method and program | |
JP5594393B2 (en) | Data processing apparatus and program | |
JP4547356B2 (en) | Batch printing system | |
JP5448907B2 (en) | Program verification apparatus, program verification method, and program |