JP5944258B2 - Test case generation support device - Google Patents

Test case generation support device Download PDF

Info

Publication number
JP5944258B2
JP5944258B2 JP2012166164A JP2012166164A JP5944258B2 JP 5944258 B2 JP5944258 B2 JP 5944258B2 JP 2012166164 A JP2012166164 A JP 2012166164A JP 2012166164 A JP2012166164 A JP 2012166164A JP 5944258 B2 JP5944258 B2 JP 5944258B2
Authority
JP
Japan
Prior art keywords
factors
level
factor
test case
coverage
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2012166164A
Other languages
Japanese (ja)
Other versions
JP2014026458A (en
Inventor
中野 隆司
隆司 中野
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2012166164A priority Critical patent/JP5944258B2/en
Publication of JP2014026458A publication Critical patent/JP2014026458A/en
Application granted granted Critical
Publication of JP5944258B2 publication Critical patent/JP5944258B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Description

本発明の実施形態は、テストケース生成支援装置に関する。   Embodiments described herein relate generally to a test case generation support apparatus.

近年、多くの機器がコンピュータ・ソフトウェアによって制御されている。機器の高機能化等が進み、機器の動作を制御するためのパラメータも数多くなっている。   In recent years, many devices are controlled by computer software. The number of parameters for controlling the operation of the device has increased as the functionality of the device has increased.

ソフトウェアは、さまざまなパラメータの組み合わせにより、その挙動が異なってくる。これらパラメータの組み合わせを総当たりで行うことはテスト件数の爆発を招き、実際に行うのは多くの場合、不可能である。そこで、大規模、複雑化するソフトウェアの効率的な組み合わせテスト技法として、All-pair法のアルゴリズムや直交表が利用されている。   The behavior of software varies depending on the combination of various parameters. Combining these parameters with brute force leads to an explosion in the number of tests, and in many cases it is impossible to do it in practice. Therefore, all-pair algorithms and orthogonal tables are used as efficient combinatorial testing techniques for large and complex software.

多くの機器における欠陥が、2つまでのパラメータが要因となって発生する事例はよく見られることである。そこで、2因子に着目して、パラメータの組み合わせを効率化することが行われる。   It is common for defects in many devices to be caused by up to two parameters. Thus, focusing on two factors, parameter combinations are made more efficient.

しかしながら、2因子間網羅度に着目して組み合わせのテストケースを作成する手法でも、生成されるテストケースの数が多くなり、さらに削減の要請がある。機械的に組み合わせを作成する場合には、出現頻度の高い組み合わせテストケースが出現しない可能性がある。また、機械的に組み合わせを作成する場合には、出現頻度の高い組み合わせテストケースが出現しない可能性があり、最もよく使用される組み合わせ条件でのテストが抜ける可能性がある等テストケースに人間の意図を埋め込むのが難しいだけでなく、人手でテストケースを新たに追加した場合に2因子間網羅度の視点では不要なテストケースが増えてしまうことがある。さらに、ありえない組み合わせである禁則が多々存在する場合に、禁則間に矛盾を生じることがある。   However, even in the method of creating a combined test case by paying attention to the degree of coverage between two factors, the number of generated test cases increases and there is a demand for further reduction. When a combination is created mechanically, there is a possibility that a combination test case having a high appearance frequency does not appear. In addition, when creating a combination mechanically, there is a possibility that a combination test case with a high appearance frequency may not appear, and there is a possibility that the test under the most frequently used combination conditions may be missed. Not only is it difficult to embed the intention, but when new test cases are added manually, there are cases where unnecessary test cases increase in terms of the coverage between two factors. Furthermore, if there are many prohibitions that are impossible combinations, contradictions may occur between the prohibitions.

特開2006−252316号公報JP 2006-252316 A 特開2006−227958号公報JP 2006-227958 A 特開2004−288034号公報JP 2004-288034 A

本発明が解決しようとする課題は、生成された組み合わせのテストケースをさらに効率化のために削減し、テストケースの質の向上を図ることのできるテストケース生成支援装置を提供することである。   The problem to be solved by the present invention is to provide a test case generation support apparatus capable of reducing the generated test cases for further efficiency and improving the quality of the test cases.

実施形態のテストケース生成支援装置は、テスト対象となる機器あるいはシステムの機能に関する因子および各因子の取り得る水準を入力する入力部と、前記入力部で入力した因子および水準に基づいて、2因子間の組み合わせを網羅するように縦横に因子を配置した格子構造の2因子間網羅度マトリクスを生成するマトリクス作成部と、前記因子および水準から任意に選択した2変数の組み合わせをテストケースとして入力するテストケース入力部と、前記マトリクスに基づいて、2因子間の網羅度を算出する網羅度算出部と、前記因子および水準から任意に選択した2変数を互いに組み合わせて成る組み合わせテストを生成する組み合わせ生成部と、前記2因子間の網羅度が100%を満たすのに不要なテストケースを検出する検出部と、を備え、前記不要なテストケースの検出は、Nt件のテストケースごとに、1)N個の因子に対して、i番目とj番目の因子の水準を取り出し、2因子間網羅マトリクス上の出現回数を確認(iは1からN-1、jはiからN)し、2)上記すべてにおいて、禁則の組み合わせを除いて出現回数が2以上であった場合は、不要なテストケースとして検出する、の一連の処理をNt回繰り返し、前記組み合わせ生成部で生成された組み合わせテストから、前記不要なテストケースを削除する。 The test case generation support apparatus according to the embodiment includes an input unit that inputs factors relating to the function of the device or system to be tested and the levels that each factor can take, and two factors based on the factors and levels input at the input unit. A matrix creation unit for generating a two-factor coverage matrix of a lattice structure in which factors are arranged vertically and horizontally so as to cover combinations between them, and a combination of two variables arbitrarily selected from the factors and levels are input as test cases Combination generation that generates a combination test that combines a test case input unit, a coverage calculation unit that calculates the coverage between two factors based on the matrix, and two variables arbitrarily selected from the factors and levels And a detection unit for detecting a test case that is unnecessary to satisfy 100% coverage between the two factors, The detection of the unnecessary test cases is performed for each of Nt test cases. 1) For the N factors, the levels of the i-th and j-th factors are extracted and appear on the coverage matrix between the two factors. Confirm the number of times (i is 1 to N-1, j is i to N), and 2) In all of the above, if the number of appearances is 2 or more except for the prohibited combinations, it is detected as an unnecessary test case The series of processes is repeated Nt times , and the unnecessary test cases are deleted from the combination test generated by the combination generation unit.

第1の実施形態に係るテストケース生成支援装置の構成例を示す図である。It is a figure which shows the structural example of the test case production | generation assistance apparatus which concerns on 1st Embodiment. 印刷設定の一例を示す図である。FIG. 6 is a diagram illustrating an example of print settings. 第1の実施形態に係るテストケース生成支援装置による生成支援の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of the generation assistance by the test case production | generation assistance apparatus which concerns on 1st Embodiment. 因子および水準情報の一例を示す図である。It is a figure which shows an example of a factor and level information. 2因子間網羅度マトリクスの一例を示す図である。It is a figure which shows an example of the coverage factor matrix between 2 factors. 入力した既存テストケースの一例を示す図である。It is a figure which shows an example of the input existing test case. 2因子間網羅度の算出を説明する図である。It is a figure explaining calculation of the coverage between two factors. 不要なテストケースの検出を説明する図である。It is a figure explaining the detection of an unnecessary test case. 第2の実施形態に係るテストケース生成支援装置の構成例を示す図である。It is a figure which shows the structural example of the test case production | generation assistance apparatus which concerns on 2nd Embodiment. 第2の実施形態に係るテストケース生成支援装置による生成支援の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of the generation assistance by the test case production | generation assistance apparatus which concerns on 2nd Embodiment. 禁則情報の一例を示す図である。It is a figure which shows an example of prohibition information. 生成したテストケースの一例を示す図である。It is a figure which shows an example of the produced | generated test case. 変更可能水準の検出の一例を示す図である。It is a figure which shows an example of the detection of a changeable level. 第3の実施形態に係るテストケース生成支援装置の構成例を示す図である。It is a figure which shows the structural example of the test case production | generation assistance apparatus which concerns on 3rd Embodiment. 第3の実施形態に係るテストケース生成支援装置による生成支援の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of the generation assistance by the test case production | generation assistance apparatus which concerns on 3rd Embodiment. 禁則情報入力部から入力した禁則情報の一例を示す図である。It is a figure which shows an example of the prohibition information input from the prohibition information input part. 禁則の矛盾、漏れの検出および禁則の再入力を説明する図である。It is a figure explaining contradiction of prohibition, detection of leak, and re-input of prohibition. 第4の実施形態に係るテストケース生成支援装置による生成支援の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of the generation assistance by the test case production | generation assistance apparatus which concerns on 4th Embodiment. 除外因子および除外水準の設定の一例を示す図である。It is a figure which shows an example of the setting of an exclusion factor and an exclusion level. 除外因子および除外水準を考慮した2因子間網羅度マトリクスの一例を示す図である。It is a figure which shows an example of the coverage factor matrix between 2 factors which considered the exclusion factor and the exclusion level. 除外因子および除外水準を考慮したテストケースの生成例を示す図である。It is a figure which shows the example of the production | generation of the test case which considered the exclusion factor and the exclusion level. 単機能網羅テストの一例を示す図である。It is a figure which shows an example of a single function coverage test. 算出した2因子間網羅度の一例を対比して示すものである。An example of the calculated degree of coverage between two factors is shown in comparison.

以下、本発明の一実施の形態について、図面を参照して説明する。尚、各図において同一箇所については同一の符号を付すとともに、重複した説明は省略する。   Hereinafter, an embodiment of the present invention will be described with reference to the drawings. In the drawings, the same portions are denoted by the same reference numerals, and redundant description is omitted.

まず、本実施形態で用いる主要な用語について説明する。   First, main terms used in the present embodiment will be described.

「テストケース」とは、検査対象である機器やシステムをソフトウェアで実行するテストの実施の単位である。一般に、1つのテストケースには、チェックポイントや操作手順(イベントのシーケンス)と、その操作手順で検査対象である機器やシステムをテストした結果の期待値(状態遷移のシーケンス)等を記録する。本実施形態においては、期待値等は考慮せず、組み合わせの入力をテストケースという。   A “test case” is a unit of test execution in which a device or system to be inspected is executed by software. Generally, a test point records a check point, an operation procedure (event sequence), an expected value (sequence of state transitions) as a result of testing a device or system to be inspected in the operation procedure, and the like. In the present embodiment, the input of the combination is referred to as a test case without considering the expected value or the like.

「既存テストケース」とは、他のテストケース生成装置あるいは生成手法によって、生成済みのテストケースである。本実施形態では、既存テストケースをさらに効率的にかつ品質を向上させつつ削減する。   An “existing test case” is a test case that has been generated by another test case generation device or generation method. In the present embodiment, existing test cases are reduced more efficiently while improving quality.

「組み合わせテスト」とは、2つ以上の変数を互いに組み合わせて実施するテスト技法である。   A “combination test” is a test technique that is performed by combining two or more variables with each other.

「ペア構成テスト」とは、任意の2変数のすべての組み合わせをテストするテスト技法である。2変数のすべての組み合わせを作成するため「All-pair法のアルゴリズム」や「直交表」が利用できる。直交表は、任意の2因子間の組み合わせが同数回ずつ出現するような割付のための表である。All-pair法は、任意の2因子間の組み合わせが最低1回出現する。本実施形態で取り扱う組み合わせテストは、ペア構成テストである。   The “pair configuration test” is a test technique for testing all combinations of two arbitrary variables. The “All-pair algorithm” and “Orthogonal table” can be used to create all combinations of two variables. The orthogonal table is a table for assignment such that combinations between two arbitrary factors appear the same number of times. In the All-pair method, a combination between any two factors appears at least once. The combination test handled in the present embodiment is a pair configuration test.

「因子」とは、組み合わせテストの元になる条件項目、変数、パラメータなどの要因である。   “Factors” are factors such as condition items, variables, and parameters that are the basis of combination tests.

「水準」とは、選択肢、パラメータの値などの因子の要素である。   The “level” is an element of factors such as options and parameter values.

「2因子間網羅度」とは、可能な2因子間の組み合わせのうち、どの程度カバーされるかを表す網羅率である。2因子間網羅度は、禁則を除くすべての任意の2因子間の水準どうしの組み合わせを分母とし、用意したテストケースに含まれる2因子間の水準どうしの組み合わせを分子として算出する。   The “degree of coverage between two factors” is a coverage rate indicating how much of the possible combinations between two factors are covered. The degree of coverage between two factors is calculated by using a combination of levels between any two factors except the prohibition as a denominator and a combination of levels between two factors included in the prepared test case as a numerator.

「禁則」とは、組み合わせることのできないパラメータの入力である。   “Forbidden” is an input of parameters that cannot be combined.

本実施形態に係るテストケース生成支援装置は、演算処理装置(CPU)、主メモリ(RAM)、読出し専用メモリ(ROM)、入力装置(例えば、キーボード、操作パネルなど)、ハードディスク装置や半導体メモリであるフラッシュメモリを使用したソリッドステートドライブ(SSD)装置等の記憶装置を具備したパーソナル・コンピュータやワークステーション等の汎用計算機を用いることができ、テストケース生成支援用の処理プログラムをインストールすることにより実現できる。   The test case generation support apparatus according to the present embodiment includes an arithmetic processing unit (CPU), a main memory (RAM), a read only memory (ROM), an input device (for example, a keyboard, an operation panel, etc.), a hard disk device, and a semiconductor memory. A general-purpose computer such as a personal computer or workstation equipped with a storage device such as a solid state drive (SSD) device that uses a certain flash memory can be used, and it is realized by installing a processing program for supporting test case generation. it can.

(第1の実施形態)
第1の実施形態では、2因子間網羅度を確認し、2因子間網羅度が100%を満たすのに不要なテストケースを抽出して当該テストケースの削除を行うものである。
(First embodiment)
In the first embodiment, the degree of coverage between two factors is confirmed, test cases that are unnecessary for the degree of coverage between two factors to satisfy 100% are extracted, and the test cases are deleted.

図1は、第1の実施形態に係るテストケース生成支援装置の構成例を示す図である。第1の実施形態に係るテストケース生成支援装置100は、主として因子・水準情報入力部10と、網羅度マトリクス作成部11と、テストケース入力部12と、網羅度算出部13と、組み合わせ生成部14と、不要テストケース検出部15から構成されている。   FIG. 1 is a diagram illustrating a configuration example of a test case generation support apparatus according to the first embodiment. The test case generation support apparatus 100 according to the first embodiment mainly includes a factor / level information input unit 10, a coverage matrix creation unit 11, a test case input unit 12, a coverage level calculation unit 13, and a combination generation unit. 14 and an unnecessary test case detection unit 15.

因子・水準情報入力部10は、因子情報および水準情報を入力するものである。因子・水準情報入力部10は、ユーザが操作することにより因子や水準に関する情報を送信する装置で、例えば、キーボードやマウス等で構成することができる。   The factor / level information input unit 10 inputs factor information and level information. The factor / level information input unit 10 is a device that transmits information on factors and levels when operated by a user, and can be configured by a keyboard, a mouse, or the like, for example.

網羅度マトリクス作成部11は、因子・水準情報入力部10で入力した因子・水準情報に基づいて、2因子間の網羅2次元マトリクスを生成するものである。マトリクスは、要素を縦横に格子状に並べたもので、横の並びである行の事象と縦の並びである列の事象の交点の要素でその両者の事象の関連の有無を示す。マトリクスは、例えば、CSV形式等の表形式や、XML等のタグ形式で生成する。生成したマトリクスは、例えば図示しない表示部に表示させてもよいし、図示しないメモリ等の記憶部に記憶させてもよい。   The coverage matrix creation unit 11 generates a coverage two-dimensional matrix between two factors based on the factor / level information input by the factor / level information input unit 10. The matrix is a matrix in which elements are arranged vertically and horizontally, and indicates whether or not there is an association between the events at the intersection of the events in the rows in the horizontal array and the events in the columns in the vertical array. The matrix is generated, for example, in a table format such as CSV format or a tag format such as XML. The generated matrix may be displayed on, for example, a display unit (not shown) or may be stored in a storage unit such as a memory (not shown).

テストケース入力部12は、既存のテストケースを入力するものである。テストケース入力部12は、ユーザが操作することによりテストケースに関する情報を送信する装置で、例えば、キーボードやマウス等で構成することができる。テストケースの形式は、例えば、CSV形式等の表形式や、XML等のタグ形式を使用することができる。   The test case input unit 12 inputs an existing test case. The test case input unit 12 is a device that transmits information related to a test case when operated by a user, and can be configured by, for example, a keyboard or a mouse. As the test case format, for example, a table format such as CSV format or a tag format such as XML can be used.

網羅度算出部13は、網羅度マトリクス作成部11で生成されたマトリクスに基づいて、2因子間の網羅度を算出するものである。   The coverage level calculation unit 13 calculates the coverage level between two factors based on the matrix generated by the coverage level matrix creation unit 11.

組み合わせ生成部14は、因子および水準から任意に選択した2変数を互いに組み合わせて成る組み合わせテストを生成するものである。   The combination generation unit 14 generates a combination test formed by combining two variables arbitrarily selected from factors and levels.

不要テストケース検出部15は、網羅度算出部13で算出された2因子間網羅度が100%を満たすのに不要なテストケースを検出して削除するためのものである。例えば、不要テストケース検出部15自体に表示部(図示しない)を備え、GUI情報として表示されるテストケースから、ユーザが操作することによって不要なテストケースを削除する。   The unnecessary test case detection unit 15 detects and deletes test cases that are unnecessary when the coverage between the two factors calculated by the coverage calculation unit 13 satisfies 100%. For example, the unnecessary test case detection unit 15 itself includes a display unit (not shown), and unnecessary test cases are deleted from the test cases displayed as GUI information by the user's operation.

次に、以上のように構成されたテストケース生成支援装置100による生成支援について説明する。   Next, generation support by the test case generation support apparatus 100 configured as described above will be described.

図2は、印刷設定の一例を示す図であり、印刷設定における各種組み合わせをテストする場合を例にして説明する。図2に示す印刷設定では、因子として「原稿サイズ」、「用紙サイズ」、「分割」、「カラー」がある。また、「原稿サイズ」の水準として「A4」、「A3」、「B5」があり、「用紙サイズ」の水準として「A4」、「A3」、「B5」があり、「分割」の水準として「なし」、「2分割」、「4分割」があり、「カラー」の水準として「白黒」、「グレー」、「カラー」がある。   FIG. 2 is a diagram illustrating an example of print settings, and a case where various combinations in print settings are tested will be described as an example. In the print settings shown in FIG. 2, there are “original size”, “paper size”, “division”, and “color” as factors. Further, there are “A4”, “A3”, and “B5” as “original size” levels, “A4”, “A3”, and “B5” as “paper size” levels, and “divided” levels. There are “none”, “2 divisions”, and “4 divisions”, and “color” levels include “black and white”, “gray”, and “color”.

図3は、第1の実施形態に係るテストケース生成支援装置による生成支援の処理の流れを示すフローチャートである。   FIG. 3 is a flowchart showing a flow of generation support processing by the test case generation support apparatus according to the first embodiment.

まず、因子・水準情報入力部10から、図4に示すような因子および水準情報を入力する(ステップS31)。入力した因子および水準情報は、2因子間の網羅度マトリクスを作成する網羅度マトリクス作成部11に送られる。   First, factor and level information as shown in FIG. 4 is input from the factor / level information input unit 10 (step S31). The input factor and level information is sent to a coverage matrix creation unit 11 that creates a coverage matrix between two factors.

次いで、網羅度マトリクス作成部11において、入力した因子および水準情報に基づき、2因子間網羅度マトリクスを作成する(ステップS32)。図6は、2因子間網羅度マトリクスの一例を示す図である。単純な2次元マトリクスを利用することですべての組み合わせは交叉するマス目に出現する。同じ因子同士の組み合せは、対角線上に出現している。2因子の順序を入れ替えた組み合わせは、対角線を対称軸として上下に出現している。作成した2因子間網羅度マトリクスの情報は、組み合わせ生成部14および網羅度算出部13に送られる。   Next, the coverage matrix creation unit 11 creates a coverage matrix between two factors based on the input factor and level information (step S32). FIG. 6 is a diagram illustrating an example of the coverage matrix between two factors. By using a simple two-dimensional matrix, all combinations appear in intersecting squares. Combinations of the same factors appear on the diagonal. A combination in which the order of the two factors is changed appears up and down with the diagonal line as the axis of symmetry. Information on the created two-factor coverage matrix is sent to the combination generation unit 14 and the coverage calculation unit 13.

次に、テストケース入力部12から、既存のテストケースを入力する(ステップS33)。図6は、入力した既存テストケースの一例を示す図である。この例では、テストケースの総数は10である。入力した既存テストケースの情報は、組み合わせ生成部14に送られる。   Next, an existing test case is input from the test case input unit 12 (step S33). FIG. 6 is a diagram illustrating an example of an input existing test case. In this example, the total number of test cases is 10. The input information of the existing test case is sent to the combination generation unit 14.

次いで、網羅度算出部13において、2因子間網羅度マトリクスの情報に基づいて2因子間網羅度を算出する(ステップS34)。図7は、2因子間網羅度の算出を説明する図である。図7において、2因子間網羅度マトリクスの中の数字は、用意したテストケースにおける2因子間の組み合わせの出現回数を表している。2回出現している組み合わせを除くことができるから、2因子間の全組み合わせは54通りであり、出現している組み合わせも54通りである。したがって、2因子間網羅度は100%となる。算出した2因子間網羅度の情報は、組み合わせ生成部14および不要テストケース検出部15に送られる。   Next, the coverage factor calculating unit 13 calculates the coverage factor between the two factors based on the information of the coverage factor matrix between the two factors (step S34). FIG. 7 is a diagram for explaining the calculation of the degree of coverage between two factors. In FIG. 7, the numbers in the coverage factor matrix between two factors represent the number of appearances of combinations between the two factors in the prepared test case. Since combinations appearing twice can be excluded, there are 54 combinations of two factors, and 54 combinations appearing. Therefore, the coverage between the two factors is 100%. Information on the calculated coverage between the two factors is sent to the combination generation unit 14 and the unnecessary test case detection unit 15.

そして、不要テストケース検出部15によって、2因子間網羅度が100%を満たすのに不要なテストケースの検出を実行する(ステップS35)。すなわち、当該テストケースを削除しても、2因子間網羅度が下がらないテストケースを検出する。   Then, the unnecessary test case detection unit 15 detects a test case that is unnecessary for the coverage between the two factors to satisfy 100% (step S35). That is, a test case in which the degree of coverage between two factors does not decrease even when the test case is deleted is detected.

図8は、不要なテストケースの検出を説明する図である。入力済みの既存テストケースの10番目は、因子「原稿サイズ」の水準が「A4」、因子「用紙サイズ」の水準が「A4」、因子「分割」の水準が「4分割」、因子「カラー」の水準が「白黒」となっている。   FIG. 8 is a diagram for explaining detection of unnecessary test cases. The tenth of the existing test cases that have been entered is that the factor “original size” level is “A4”, the factor “paper size” level is “A4”, the factor “division” level is “four divisions”, and the factor “color” "Is black and white.

図8に示すように、10番目の既存テストケースにおいて、それぞれの水準の組み合わせの出現回数が2以上になっている。そこで、出現回数が2以上のテストケースを削除して組み合わせの出現回数が1減っても、すべて組み合わせが1回以上出現していることになり、2因子間網羅度は下がらない。   As shown in FIG. 8, in the tenth existing test case, the number of appearances of each level combination is 2 or more. Therefore, even if a test case with the number of appearances of 2 or more is deleted and the number of appearances of the combination is reduced by 1, all the combinations appear at least once, and the coverage between the two factors does not decrease.

不要なテストケースの検出は、Nt件のテストケースごとに以下の処理をNt回繰り返すことにより行う。   Unnecessary test cases are detected by repeating the following process Nt times for each Nt test cases.

1)N個の因子に対して、i番目とj番目の因子の水準を取り出し、2因子間網羅マトリクス上の出現回数を確認(iは1からN-1、jはiからN)する。
2)上記すべてにおいて、禁則の組み合わせを除いて出現回数が2以上であった場合は、不要なテストケースとして検出する。
3)このテストケースを削除する否かの確認を行い、ユーザによる削除可の確認がとれたら、このテストケースを不要と決定する。
以上のようにして検出した不要なテストケースの情報は、組み合わせ生成部14に送られる。
1) For the N factors, take the levels of the i-th and j-th factors and confirm the number of appearances on the coverage matrix between the two factors (i is 1 to N-1, j is i to N).
2) In all of the above, when the number of appearances is 2 or more except for the combination of prohibitions, it is detected as an unnecessary test case.
3) Confirm whether or not to delete this test case, and if it is confirmed by the user that deletion is possible, determine that this test case is unnecessary.
Information on unnecessary test cases detected as described above is sent to the combination generation unit 14.

組み合わせ生成部14では、以上のルーチンを経て、削除可能なテストケースを減らした組み合わせテストの結果を例えば、CSV形式等の表形式や、XML等のタグ形式で出力する。出力先は、例えば表示部や外部に接続する印刷装置(図示しない)が好適である。   The combination generation unit 14 outputs the result of the combination test in which the number of test cases that can be deleted is reduced through, for example, a table format such as CSV format or a tag format such as XML. As the output destination, for example, a display device or a printing device (not shown) connected to the outside is suitable.

第1の実施形態によれば、2因子間網羅度を減少させることなく、効率的にテストケースを削減することができる。   According to the first embodiment, it is possible to efficiently reduce test cases without reducing the coverage between two factors.

(第2の実施形態)
次に、第2の実施形態について説明する。第2の実施形態は、図2に示す印刷設定を例にとり、2因子間網羅度100%を満たす組み合わせのテストケースにおいて、変更可能な水準の検出や2因子間網羅度の状況を可視化するものである。
(Second Embodiment)
Next, a second embodiment will be described. In the second embodiment, taking the print setting shown in FIG. 2 as an example, in a test case of a combination satisfying 100% coverage between two factors, the level of changeable detection and the status of coverage between two factors are visualized. It is.

図9は、第2の実施形態に係るテストケース生成支援装置200の構成例を示す図である。第2の実施形態では、第1の実施形態の構成に加えて、禁則情報入力部16と変更可能水準検出部17を備えている。また、2因子間網羅度を表示させる表示部(図示しない)を備えることも好適である。   FIG. 9 is a diagram illustrating a configuration example of the test case generation support apparatus 200 according to the second embodiment. In the second embodiment, in addition to the configuration of the first embodiment, a prohibition information input unit 16 and a changeable level detection unit 17 are provided. It is also preferable to provide a display unit (not shown) that displays the degree of coverage between two factors.

禁則情報入力部16は、組み合わせることのできない2変数の組み合わせを禁則情報として入力するものである。禁則情報入力部16は、ユーザが操作することにより禁則に関する情報を送信する装置で、例えば、キーボードやマウス等で構成することができる。入力した禁則情報は、組み合わせ生成部14に送られる。   The prohibition information input unit 16 inputs a combination of two variables that cannot be combined as prohibition information. The prohibition information input unit 16 is a device that transmits information related to prohibition when operated by a user, and may be configured by, for example, a keyboard or a mouse. The input prohibition information is sent to the combination generation unit 14.

変更可能水準検出部17は、別の水準に変更しても2因子間網羅度が下がらないような変更可能な水準を検出するものである。   The changeable level detection unit 17 detects a changeable level such that the coverage between the two factors does not decrease even if the level is changed to another level.

図10は、第2の実施形態に係るテストケース生成支援装置200による生成支援の処理の流れを示すフローチャートである。   FIG. 10 is a flowchart showing a generation support process performed by the test case generation support apparatus 200 according to the second embodiment.

まず、因子・水準情報入力部10から、図4に示すような因子および水準情報を入力する(ステップS101)。入力した因子および水準情報は、網羅度マトリクス作成部11に送られる。   First, factor and level information as shown in FIG. 4 is input from the factor / level information input unit 10 (step S101). The input factor and level information is sent to the coverage matrix creation unit 11.

次いで、網羅度マトリクス作成部11において、入力した因子および水準情報に基づき、図5に示すような2因子間網羅度マトリクスを作成する(ステップS102)。   Next, the coverage matrix creation unit 11 creates a coverage matrix between two factors as shown in FIG. 5 based on the input factor and level information (step S102).

次に、禁則情報入力部16から、禁則情報を入力する(ステップS103)。図11は、禁則情報の一例を示す図である。この例では、因子「分割」の水準「4分割」に対する組み合わせとして、因子「カラー」の水準「カラー」を禁則として設定している。   Next, prohibition information is input from the prohibition information input unit 16 (step S103). FIG. 11 is a diagram illustrating an example of prohibition information. In this example, the level “color” of the factor “color” is set as a prohibition as a combination of the factor “division” with respect to the level “four divisions”.

次に、組み合わせ生成部14において、禁則の組み合わせが出現しないように、2因子間網羅度100%を満たす組み合わせのテストケースを生成する(ステップS104)。図12は、生成したテストケースの一例を示す図である。尚、ステップS104では、テストケース入力部12から既存のテストケースを入力してもよく、その場合、入力した既存テストケースの情報は、組み合わせ生成部14に送られる。   Next, the combination generation unit 14 generates a test case of a combination that satisfies 100% coverage between the two factors so that a forbidden combination does not appear (step S104). FIG. 12 is a diagram illustrating an example of the generated test case. In step S <b> 104, an existing test case may be input from the test case input unit 12, and in this case, information on the input existing test case is sent to the combination generation unit 14.

次いで、網羅度算出部13において、2因子間網羅度マトリクスの情報に基づいて2因子間網羅度を算出する(ステップS105)。ここでは、第1の実施形態と同様に、100%になる。   Next, the coverage factor calculation unit 13 calculates the coverage factor between the two factors based on the information of the coverage factor matrix between the two factors (step S105). Here, it becomes 100% as in the first embodiment.

次に、変更可能水準検出部17において、別の水準に変更しても2因子間網羅度が下がることのない変更可能な水準を検出する(ステップS106)。図13は、変更可能水準の検出の一例を示す図である。   Next, the changeable level detection unit 17 detects a changeable level that does not lower the coverage between the two factors even if the level is changed to another level (step S106). FIG. 13 is a diagram illustrating an example of detection of a changeable level.

図12および図13によれば、因子「原稿」の水準が「A4」,因子「用紙」の水準が「B5」、因子「分割」の水準が「4分割」、因子「カラー」の水準が「白黒」である9番目のテストケースにおいて、因子「カラー」の水準「白黒」と他の因子の水準の出現回数が2以上になっている。すなわち、因子「カラー」の水準を別の水準に変更しても、出現回数がすべて1回以上出現していることになり、2因子間網羅度は下がらない。よって、図12に示すテストケースにおいて、因子「カラー」の水準は、変更可能であることを示している。   According to FIGS. 12 and 13, the level of the factor “original” is “A4”, the level of the factor “paper” is “B5”, the level of the factor “division” is “four divisions”, and the level of the factor “color” is In the ninth test case of “black and white”, the number of occurrences of the level “black and white” of the factor “color” and the level of other factors is 2 or more. That is, even if the level of the factor “color” is changed to another level, the number of appearances has appeared once or more, and the coverage between the two factors does not decrease. Therefore, in the test case shown in FIG. 12, the level of the factor “color” can be changed.

同様に、図12に示す10番目のテストケース、因子「分割」の水準が「なし」についても、別の水準に変更しても2因子間網羅度は下がらない。   Similarly, even if the level of the tenth test case shown in FIG. 12 and the factor “division” is “none”, even if the level is changed to another level, the coverage between the two factors does not decrease.

以上を整理すると、Nt件のテストケースごとに、以下の処理をNt回繰り返すことにより、変更可能水準の検出を行うことができる。   To summarize the above, it is possible to detect the changeable level by repeating the following processing Nt times for each Nt test cases.

1)まず、N個の因子に対して、i番目の因子の水準を取り出し、以下の処理をN回繰り返す。
i以外のj番目の因子の水準を取り出し、i番目の因子の水準とのテストマトリクス上の出現回数を判定する(jは1からN)。
上記すべてにおいて、禁則の組み合わせを除いて出現回数が2以上であった場合は、変更可能水準として検出する。
2)N番目の因子までの変更可能水準の検出が終わった後、再度i番目の因子の水準を取り出し、以下の処理をN回繰り返す。
i番目の因子の水準が変更可能水準ならば、i以外のj番目の因子の水準を取り出し、i番目の因子の水準とのテストマトリクス上の出現回数を1減らす(jは1からN)。
1) First, for the N factors, the level of the i-th factor is extracted, and the following processing is repeated N times.
The level of the j-th factor other than i is taken out, and the number of appearances on the test matrix with the level of the i-th factor is determined (j is 1 to N).
In all of the above, if the number of appearances is 2 or more except for the prohibited combinations, it is detected as a changeable level.
2) After detecting the changeable level up to the Nth factor, the level of the ith factor is taken out again, and the following processing is repeated N times.
If the level of the i-th factor is a changeable level, the level of the j-th factor other than i is taken out, and the number of occurrences on the test matrix with the level of the i-th factor is reduced by 1 (j is 1 to N).

上記では、ステップS106の処理が完了後、テストケース生成支援処理を終了させている。しかしこれに限定されることはない。すなわち、ユーザの意図をより反映させるため、ステップS106で変更可能な水準を検出したら、ステップS104に戻って処理を続け、さらに変更可能な水準を検出することも好適である。   In the above, the test case generation support process is terminated after the process of step S106 is completed. However, it is not limited to this. That is, in order to reflect the user's intention more, it is also preferable to return to step S104 and continue the process after detecting the level that can be changed in step S106, and further detect the level that can be changed.

以上説明したように、第2の実施形態によれば、2因子間網羅度を減少させることなく変更可能な水準を抽出することができるので、ユーザの意図を反映させたテストケースを取得することができる。   As described above, according to the second embodiment, it is possible to extract a level that can be changed without reducing the degree of coverage between two factors, so that a test case reflecting the user's intention is acquired. Can do.

(第3の実施形態)
次に、第3の実施形態について説明する。第3の実施形態は、図2に示す印刷設定を例にとり、2因子間網羅度100%を満たす組み合わせのテストケースにおいて、禁則関係の矛盾、禁則の漏れを確認するものである。
(Third embodiment)
Next, a third embodiment will be described. In the third embodiment, the print setting shown in FIG. 2 is taken as an example, and inconsistency of prohibition relations and leakage of prohibitions are confirmed in a test case of a combination that satisfies 100% coverage between two factors.

図14は、第3の実施形態に係るテストケース生成支援装置300の構成例を示す図である。第3の実施形態では、第2の実施形態の構成に加えて、禁則矛盾検出部18を備えている。   FIG. 14 is a diagram illustrating a configuration example of a test case generation support apparatus 300 according to the third embodiment. In the third embodiment, a prohibition contradiction detection unit 18 is provided in addition to the configuration of the second embodiment.

禁則矛盾検出部18は、ユーザによって設定される禁則の矛盾あるいは禁則の漏れを検出するものである。   The prohibition contradiction detection unit 18 detects prohibition contradiction or leakage of prohibition set by the user.

図15は、第3の実施形態に係るテストケース生成支援装置300による生成支援の処理の流れを示すフローチャートである。   FIG. 15 is a flowchart illustrating a flow of generation support processing by the test case generation support apparatus 300 according to the third embodiment.

まず、因子・水準情報入力部10から、図4に示すような因子および水準情報を入力する(ステップS151)。入力した因子および水準情報は、網羅度マトリクス作成部11に送られる。   First, factor and level information as shown in FIG. 4 is input from the factor / level information input unit 10 (step S151). The input factor and level information is sent to the coverage matrix creation unit 11.

次いで、網羅度マトリクス作成部11において、入力した因子および水準情報に基づき、2因子間網羅マトリクスを作成する(ステップS152)。   Next, the coverage matrix creation unit 11 creates a coverage matrix between two factors based on the input factor and level information (step S152).

次に、禁則情報入力部16から、禁則情報を入力する(ステップS153)。図16は、禁則情報入力部16から入力した禁則情報の一例を示す図である。図16に示す例では、因子「原稿」の水準「A4」と因子「分割」の水準「4分割」の組み合わせ、因子「原稿」の水準「B5」と因子「分割」の水準「4分割」の組み合わせ、因子「原稿」の水準「A3」と因子「カラー」の水準「カラー」の組み合わせを禁則して入力している。   Next, prohibition information is input from the prohibition information input unit 16 (step S153). FIG. 16 is a diagram illustrating an example of prohibition information input from the prohibition information input unit 16. In the example shown in FIG. 16, the combination of the level “A4” of the factor “original” and the level “four divisions” of the factor “division”, the level “B5” of the factor “original” and the level “four divisions” of the factor “division”. The combination of the level “A3” of the factor “original” and the level “color” of the factor “color” is forbidden and input.

ところが、ここで入力した禁則情報は複雑なものであり、実は、因子「分割」の水準「4分割」、因子「カラー」の水準「カラー」の組み合わせの含まれるテストケースを作成しようとすると、原稿の水準が選べないという問題がある。これが矛盾関係であり、かような禁則は取り除かなければならない。   However, the prohibition information entered here is complex, and in fact, if you try to create a test case that includes a combination of the factor “division” level “4 divisions” and the factor “color” level “color” There is a problem that the level of the manuscript cannot be selected. This is a contradiction, and such prohibitions must be removed.

次に、既存のテストケースを入力(ステップS154)し、組み合わせ生成部14に送る。もちろん、既存のテストケースがない場合には、第2の実施形態のように、組み合わせ生成部14において生成する。   Next, an existing test case is input (step S154) and sent to the combination generation unit 14. Of course, when there is no existing test case, it is generated in the combination generation unit 14 as in the second embodiment.

次いで、禁則の矛盾、漏れの検出を行う(ステップS155)。次に、禁則情報入力部16から、禁則情報を再入力する(ステップS156)。図17は、禁則の矛盾、漏れの検出および禁則の再入力を説明する図である。図17に示す例では、因子「分割」の水準「4分割」、因子「カラー」の水準「カラー」を禁則として入力し直す。尚、再入力は、ソフトウェア処理で行っても、ユーザがマニュアルで行うようしてもよい。   Next, forbidden contradiction and leakage are detected (step S155). Next, prohibition information is re-input from the prohibition information input unit 16 (step S156). FIG. 17 is a diagram for explaining prohibition contradiction, leakage detection, and prohibition re-input. In the example shown in FIG. 17, the level “4 divisions” of the factor “division” and the level “color” of the factor “color” are re-entered as prohibitions. The re-input may be performed by software processing or manually by the user.

ここで、禁則の矛盾、禁則の漏れの検出について詳述する。   Here, detection of prohibition contradiction and prohibition leakage will be described in detail.

因子Bの水準B1、因子Cの水準C1において、例えば、因子A(水準A1,A2,A3)との禁則関係で、
1)水準A1と水準B1,C1の何れか(または、両方)が禁則
2)水準A2と水準B1,C1の何れか(または、両方)が禁則
3)水準A3と水準B1,C1の何れか(または、両方)が禁則
であるならば、水準B1と水準C1は禁則に成り得る。逆に言うならば、因子Aのどれかの水準と両方とも禁則でなければ禁則でなくてよい。
In level B1 of factor B and level C1 of factor C, for example, in a forbidden relationship with factor A (level A1, A2, A3),
1) Either level A1 or level B1, C1 (or both) is prohibited 2) Either level A2 or level B1, C1 (or both) is prohibited 3) Either level A3 or level B1, C1 If (or both) are prohibited, levels B1 and C1 can be prohibited. Conversely, any level of factor A and both are not prohibited unless they are prohibited.

アルゴリズム的には、任意の2つの因子の水準の2因子間の組み合わせ(水準B1とC1、水準B1とC2等…)毎に、この2因子以外のすべての因子Xに対して上記関係が成立つものがないかをチェックする。すなわち、因子Xのすべての水準に対してチェックしている2つの水準の何れか(または、両方)が禁則になっていることを確認すればよい。禁則になっていなければ、禁則設定の漏れ、もしくは設定のミスということになる。   In terms of algorithm, the above relationship is established for all factors X other than these two factors for each combination of two factors (levels B1 and C1, levels B1 and C2, etc.). Check for any problems. That is, it is only necessary to confirm that one (or both) of the two levels checked against all levels of factor X is prohibited. If it is not forbidden, it means that the forbidden setting is omitted or the setting is wrong.

次に、禁則の矛盾の検出について詳述する。   Next, detection of prohibition contradiction will be described in detail.

N個の因子に対して、テストマトリクス上からi番目とj番目の因子を取り出し、以下の処理を繰り返す(iは1からN-1、jは、iからN)。   For the N factors, the i-th and j-th factors are extracted from the test matrix, and the following processing is repeated (i is 1 to N-1, j is i to N).

i番目の因子のFi番目の水準とj番目の因子のFj番目の水準が禁則でなければ、以下の処理を繰り返す(Fiは1からi番目の因子の水準数、Fjは、1からj番目の因子の水準数)。   If the Fi-th level of the i-th factor and the Fj-th level of the j-th factor are not forbidden, repeat the following process (Fi is the number of levels of the i-th factor from 1 to 1 and Fj is 1 to j-th Number of levels of the factor).

i番目、j番目以外の因子k番目の因子を取り出して、以下の処理を繰り返す(kは、1からN)。   The k-th factor other than the i-th and j-th factors is taken out and the following processing is repeated (k is 1 to N).

K番目の因子のFk番目の水準に対して、以下の処理を繰り返す(Fkは、k番目の因子の水準数)。   The following processing is repeated for the Fkth level of the Kth factor (Fk is the number of levels of the kth factor).

K番目の因子のFk番目の水準とi番目の因子のFi番目の水準、もしくは、j番目の因子のFj番目の水準が禁則となっていることを確認する。   Make sure that the Fk level of the Kth factor and the Fith level of the ith factor, or the Fjth level of the jth factor are prohibited.

上記すべてにおいて、禁則が存在すれば、禁則の矛盾として検出することになる。   In all of the above, if there is a prohibition, it is detected as a contradiction of the prohibition.

さて、ここで、フローに戻ると、再入力した禁則情報を反映させ、組み合わせ生成部14において、組み合わせのテストケースを再生成する(ステップS157)。   Here, when returning to the flow, the re-input prohibition information is reflected, and the combination generation unit 14 regenerates the test case of the combination (step S157).

上記したテストケース生成支援の処理では、網羅度の算出を行う処理は行っていない。しかし、例えばステップS156の処理後、2因子間網羅度の算出を行い、禁則情報の再入力の影響を確認することも好適である。   In the test case generation support process described above, the process for calculating the coverage is not performed. However, for example, after the process of step S156, it is also preferable to calculate the degree of coverage between two factors and confirm the influence of re-input of prohibition information.

以上説明したように、第3の実施形態によれば、禁則関係の矛盾、禁則の漏れを確認することができるので、組み合わせテストケースの品質を向上させることができる。   As described above, according to the third embodiment, it is possible to check contradictions of prohibition relations and leakage of prohibitions, so that the quality of the combination test case can be improved.

(第4の実施形態)
次に、第4の実施形態について説明する。第4の実施形態は、図2に示す印刷設定を例にとり、2因子間網羅度100%を満たす組み合わせテストケースから、さらにテストケースの数を減らすために因子および水準の絞り込みを行うものである。図2に示す印刷設定において、そのまま2因子間網羅度100%を満たす組み合わせのテストケースを生成すると、その総数は16件になる。そこで、さらなる効率化によって総数を減じる。
(Fourth embodiment)
Next, a fourth embodiment will be described. In the fourth embodiment, the print setting shown in FIG. 2 is taken as an example, and factors and levels are narrowed down to further reduce the number of test cases from a combination test case satisfying 100% coverage between two factors. . In the print setting shown in FIG. 2, if a test case of a combination that satisfies 100% coverage between two factors is generated as it is, the total number becomes 16. Therefore, the total number is reduced by further efficiency.

第4の実施形態に係るテストケース生成支援装置の構成は、第1の実施形態に係る構成と同様とすることができる。図18は、第4の実施形態に係るテストケース生成支援装置による生成支援の処理の流れを示すフローチャートである。   The configuration of the test case generation support apparatus according to the fourth embodiment can be the same as the configuration according to the first embodiment. FIG. 18 is a flowchart illustrating a flow of generation support processing by the test case generation support apparatus according to the fourth embodiment.

まず、因子・水準情報入力部10から図4に示すような因子および水準情報を入力する(ステップS181)。入力した因子および水準情報は、網羅度マトリクス作成部11に送られる。   First, factor and level information as shown in FIG. 4 is input from the factor / level information input unit 10 (step S181). The input factor and level information is sent to the coverage matrix creation unit 11.

次いで、網羅度マトリクス作成部11において、入力した因子および水準情報に基づき、2因子間網羅マトリクスを作成する(ステップS182)。   Next, the coverage matrix creation unit 11 creates a coverage matrix between two factors based on the input factor and level information (step S182).

次に、テストケース入力部12から既存のテストケースを入力(ステップS183)し、組み合わせ生成部14に送る。   Next, an existing test case is input from the test case input unit 12 (step S183) and sent to the combination generation unit 14.

次に、因子・水準情報入力部10において、組み合わせを考慮しない除外因子および除外水準の設定を行う(ステップS184)。尚、除外因子および除外水準の設定のため、因子・水準情報入力部10の他に、別途、除外因子・水準設定部(図示しない)を独立して設けてよい。   Next, the factor / level information input unit 10 sets an exclusion factor and an exclusion level that do not consider the combination (step S184). In addition to the factor / level information input unit 10, an exclusion factor / level setting unit (not shown) may be separately provided for setting the exclusion factor and the exclusion level.

図19は、除外因子および除外水準の設定の一例を示す図である。図19に示す例では、組み合わせを考慮しない除外因子として、「アプリ」を設定している。また、組み合わせを考慮しない除外水準として、因子「原稿」における水準「B4」、因子「用紙」における水準「B4」、因子「分割」における水準「8分割」、因子「カラー」における水準「フルカラー」をそれぞれ設定する。   FIG. 19 is a diagram illustrating an example of setting exclusion factors and exclusion levels. In the example illustrated in FIG. 19, “application” is set as an exclusion factor that does not consider the combination. Further, as exclusion levels not considering the combination, the level “B4” in the factor “original”, the level “B4” in the factor “paper”, the level “8 divisions” in the factor “division”, and the level “full color” in the factor “color” Set each.

設定した除外因子および除外水準の情報は、網羅度マトリクス作成部11に送られる。   Information on the set exclusion factor and exclusion level is sent to the coverage matrix creation unit 11.

次に、網羅度マトリクス作成部11において、除外因子および除外水準を考慮した2因子間網羅マトリクスを作成する(ステップS185)。図20は、除外因子および除外水準を考慮した2因子間網羅マトリクスの一例を示す図である。除外因子は、因子の並びの最後、除外水準は、その因子の水準の並びの最後にしてマトリクスを作成するところに特徴がある。図20に示す例では、並びはそのままとなっている。   Next, the coverage matrix creation unit 11 creates a two-factor coverage matrix in consideration of the exclusion factor and the exclusion level (step S185). FIG. 20 is a diagram illustrating an example of a coverage matrix between two factors in consideration of an exclusion factor and an exclusion level. The exclusion factor is characterized in that the matrix is created at the end of the list of factors and the exclusion level is at the end of the list of levels of the factors. In the example shown in FIG. 20, the arrangement remains as it is.

作成した2因子間網羅マトリクスの情報は、網羅度算出部13および組み合わせ生成部14に送られる。   Information on the created two-factor coverage matrix is sent to the coverage calculation unit 13 and the combination generation unit 14.

次に、組み合わせ生成部14では、除外因子および除外水準を考慮したテストケースを生成する(ステップS186)。除外因子および除外水準以外の因子・水準の2因子網羅、および除外因子の水準、除外水準の単機能網羅をそれぞれ100%カバーする形でテストケースを生成する。図21は、除外因子および除外水準を考慮したテストケースの生成例を示す図である。図21に示す例では、10件のテストケースで除外水準を除いた「原稿」「用紙」「分割」「カラー」の2因子間網羅と除外水準として指定した原稿サイズ「B4」、用紙サイズ「B4」、分割「8分割」、カラー「フルカラー」の単機能網羅および「アプリ」の水準の単機能網羅をカバーしている。   Next, the combination generation unit 14 generates a test case in consideration of the exclusion factor and the exclusion level (step S186). Test cases are generated so as to cover 100% of the exclusion factor and the two-factor coverage of factors other than the exclusion level, and the exclusion factor level and single-function coverage of the exclusion level. FIG. 21 is a diagram illustrating a generation example of a test case in consideration of an exclusion factor and an exclusion level. In the example shown in FIG. 21, the coverage between two factors of “original”, “paper”, “division”, and “color” excluding the exclusion level in 10 test cases and the original size “B4” designated as the exclusion level and the paper size “ It covers single function coverage of “B4”, division “8 divisions”, color “full color” and single function of “application” level.

第4の実施形態におけるテストケースの生成について整理すると以下のようになる。   The generation of test cases in the fourth embodiment is summarized as follows.

まず、除外因子および除外水準に設定されていない因子・水準に関しては、既存のテストケース生成のアルゴリズムを用いて組み合わせを作成する。   First, regarding the excluded factors and factors / levels that are not set as excluded levels, a combination is created using an existing test case generation algorithm.

次に、除外因子に設定されている因子に関しては、水準が最低1回出現するように上記作成した組み合わせに追加する。   Next, the factor set as the exclusion factor is added to the created combination so that the level appears at least once.

次に、除外水準に設定されている水準に関しては、最低1回出現するように別途組み合わせを作成する。ただし、除外水準も含めて2因子網羅するようにテストケースを作成してもテストケースの総数が変わらない場合は、含めて作成する。   Next, regarding the level set as the exclusion level, a separate combination is created so that it appears at least once. However, if the total number of test cases does not change even if a test case is created so as to cover two factors including the exclusion level, it will be created.

上記した単機能網羅テストとは、条件の値や機能の有無など抽出した水準が最低一度は含まれるテストを実施することを意味する。図22は、単機能網羅テストの一例を示す図である。抽出したすべての水準が1度は含まれるテストを実施することは、機器の動作を確認する上で最低限必要なことである。   The above-mentioned single function comprehensive test means that a test including the extracted level such as the condition value and the presence / absence of a function is included at least once. FIG. 22 is a diagram illustrating an example of a single function coverage test. Performing a test that includes all the extracted levels once is the minimum necessary to confirm the operation of the device.

次に、網羅度算出部13において、除外因子および除外水準を除いた2因子間網羅度の算出、および除外因子および除外水準も含めた2因子間網羅度の算出を切り換えて計算する(ステップS187)。2因子間網羅度の算出を切り換えることで、テストケースの追加の必要性や除外因子、除外水準の設定の見直しを行うことができる。   Next, the coverage level calculation unit 13 switches between the calculation of the coverage factor between the two factors excluding the exclusion factor and the exclusion level and the calculation of the coverage factor between the two factors including the exclusion factor and the exclusion level (step S187). ). By switching the calculation of the degree of coverage between two factors, it is possible to review the necessity of adding test cases and the setting of exclusion factors and exclusion levels.

除外因子および除外水準を除いた2因子間網羅度の算出においては、すべての水準の組み合わせ数から除外因子のすべての水準および除外水準とその他の因子の水準の組み合わせ回数を引いたものを網羅度計算の分母とし、テストケースに含まれる水準の組み合わせで分子の数をカウントする際も、除外因子のすべての水準および除外水準とその他の因子の水準との組み合わせをカウントせずに2因子間網羅度を算出する。   In calculating the coverage between two factors excluding excluded factors and exclusion levels, the coverage is calculated by subtracting all levels of exclusion factors and the number of combinations of exclusion levels and other factors from the number of combinations of all levels. When counting the number of numerators using the combination of levels included in the test case as the denominator of the calculation, all levels of exclusion factors and the coverage of two factors without counting the combinations of exclusion levels and other factor levels are counted. Calculate the degree.

一方、除外因子および除外水準も含めた2因子間網羅度の算出においては、すべての水準の組み合わせ数を網羅度計算の分母とし、テストケースに含まれる水準の組み合わせで分子の数をカウントし2因子間網羅度を算出する。   On the other hand, in calculating the coverage between two factors including the exclusion factor and the exclusion level, the number of combinations of all levels is used as the denominator of the coverage calculation, and the number of numerators is counted by the combination of levels included in the test case. Calculate the degree of coverage between factors.

図23は、算出した2因子間網羅度の一例を対比して示すものである。図23に示すように、除外因子および除外水準を除いた2因子間網羅度は100%であるが、除外因子および除外水準も含めた2因子間網羅度は、65.28%となっている。   FIG. 23 shows an example of the calculated degree of coverage between two factors. As shown in FIG. 23, the coverage between the two factors excluding the exclusion factor and the exclusion level is 100%, but the coverage between the two factors including the exclusion factor and the exclusion level is 65.28%. .

尚、除外因子および除外水準を考慮した場合、網羅度が100%よりも相当程度下回り、例えば60%を切るような場合には、ステップS194の除外因子および除外水準の設定からやり直すのが好適である。   When the exclusion factor and the exclusion level are taken into account, when the coverage is considerably lower than 100%, for example, less than 60%, it is preferable to start over from the setting of the exclusion factor and the exclusion level in step S194. is there.

以上説明したように、第4の実施形態によれば、指定の因子・水準を2因子間網羅の対象からはずし、単機能網羅のテストを実現し、テストの効率化を実現することができる。また、網羅度の算出方法を切り換えることにより、指定の因子、水準を2因子間網羅の対象からはずすことによる影響や是非の把握、テストケースの追加の必要性や除外因子、水準の設定の見直しを行うことができる。そして、さらなる効率化によってテストケース総数を減じることができる。   As described above, according to the fourth embodiment, it is possible to remove the designated factor / level from the target of coverage between two factors, realize a single function coverage test, and realize test efficiency. In addition, by switching the calculation method of the coverage level, grasping the impact and pros and cons of removing the specified factor and level from the scope of coverage between the two factors, reviewing the necessity and exclusion factors of test cases, the setting of the level It can be performed. And further efficiency can reduce the total number of test cases.

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。   Although several embodiments of the present invention have been described, these embodiments are presented by way of example and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the scope of the invention. These embodiments and modifications thereof are included in the scope and gist of the invention, and are included in the invention described in the claims and the equivalents thereof.

100、200、300・・・テストケース生成支援装置
10・・・因子・水準情報入力部
11・・・網羅度マトリクス作成部
12・・・テストケース入力部
13・・・網羅度算出部
14・・・組み合わせ生成部
15・・・不要テストケース検出部
16・・・禁則情報入力部
17・・・変更可能水準検出部
18・・・禁則矛盾検出部
100, 200, 300 ... test case generation support device 10 ... factor / level information input unit 11 ... coverage matrix creation unit 12 ... test case input unit 13 ... coverage calculation unit 14 ..Combination generation unit 15 ... unnecessary test case detection unit 16 ... prohibition information input unit 17 ... changeable level detection unit 18 ... prohibition contradiction detection unit

Claims (14)

テスト対象となる機器あるいはシステムの機能に関する因子および各因子の取り得る水準を入力する入力部と、
前記入力部で入力した因子および水準に基づいて、2因子間の組み合わせを網羅するように縦横に因子を配置した格子構造の2因子間網羅度マトリクスを生成するマトリクス作成部と、
前記因子および水準から任意に選択した2変数の組み合わせをテストケースとして入力するテストケース入力部と、
前記マトリクスに基づいて、2因子間の網羅度を算出する網羅度算出部と、
前記因子および水準から任意に選択した2変数を互いに組み合わせて成る組み合わせテストを生成する組み合わせ生成部と、
前記2因子間の網羅度が100%を満たすのに不要なテストケースを検出する検出部と、を備え、
前記不要なテストケースの検出は、Nt件のテストケースごとに、
1)N個の因子に対して、i番目とj番目の因子の水準を取り出し、2因子間網羅マトリクス上の出現回数を確認(iは1からN-1、jはiからN)し、
2)上記すべてにおいて、禁則の組み合わせを除いて出現回数が2以上であった場合は、不要なテストケースとして検出する、
の一連の処理をNt回繰り返し、
前記組み合わせ生成部で生成された組み合わせテストから、前記不要なテストケースを削除するテストケース生成支援装置。
An input unit for inputting factors related to the function of the device or system to be tested and the level that each factor can take;
A matrix creation unit that generates a two-factor coverage matrix of a lattice structure in which factors are arranged vertically and horizontally so as to cover combinations between two factors based on the factors and levels input in the input unit;
A test case input unit for inputting a combination of two variables arbitrarily selected from the factors and levels as a test case;
An coverage calculation unit that calculates the coverage between two factors based on the matrix;
A combination generation unit that generates a combination test in which two variables arbitrarily selected from the factors and levels are combined with each other;
A detection unit that detects a test case that is unnecessary for the coverage between the two factors to satisfy 100%,
The detection of the unnecessary test cases is performed for each Nt test cases.
1) For the N factors, take the levels of the i-th and j-th factors and confirm the number of occurrences on the coverage matrix between the two factors (i is 1 to N-1, j is i to N),
2) In all of the above, if the number of appearances is 2 or more except for the prohibited combinations, it is detected as an unnecessary test case.
Repeat the process of Nt times,
A test case generation support apparatus that deletes the unnecessary test cases from the combination test generated by the combination generation unit.
前記マトリクスは、CSV形式の表形式又はXMLのタグ形式で生成する請求項1記載のテストケース生成支援装置。   The test case generation support apparatus according to claim 1, wherein the matrix is generated in a CSV table format or an XML tag format. 前記テストケース入力部は、既に生成された既存のテストケースのデータを入力する請求項1又は請求項2記載のテストケース生成支援装置。   The test case generation support device according to claim 1, wherein the test case input unit inputs data of an existing test case that has already been generated. 前記検出部は、テストケースをGUI情報として表示する表示部を備え、検出した不要なテストケースの削除をユーザの操作によって決定可能な請求項1乃至請求項のいずれか1項に記載のテストケース生成支援装置。 The test according to any one of claims 1 to 3 , wherein the detection unit includes a display unit that displays a test case as GUI information, and deletion of the detected unnecessary test case can be determined by a user operation. Case generation support device. 前記不要なテストケースを削除した組み合わせテストの結果を表示する表示部を備える請求項1乃至請求項のいずれか1項に記載のテストケース生成支援装置。 Test case generation support device according to any one of claims 1 to 3 comprising a display unit for displaying the result of the combination tests remove the unnecessary test case. 前記不要なテストケースを削除した組み合わせテストの結果を印字する印刷装置を備える請求項1乃至請求項のいずれか1項に記載のテストケース生成支援装置。 Test case generation support device according to any one of claims 1 to 3 comprising a printing device for printing the results of the combination tests remove the unnecessary test case. テスト対象となる機器あるいはシステムの機能に関する因子および各因子の取り得る水準を入力する入力部と、
前記入力部で入力した因子および水準に基づいて、2因子間の組み合わせを網羅するように縦横に因子を配置した格子構造の2因子間網羅度マトリクスを生成するマトリクス作成部と、
前記因子および水準から任意に選択した2変数の組み合わせをテストケースとして入力するテストケース入力部と、
前記マトリクスに基づいて、2因子間の網羅度を算出する網羅度算出部と、
前記因子および水準から任意に選択した2変数を互いに組み合わせて成る組み合わせテストを生成する組み合わせ生成部と、
前記2因子間の網羅度が100%を満たすのに不要なテストケースを検出する検出部と、
組み合わせ不可能な2変数の組み合わせを禁則情報として入力する禁則情報入力部と、
別の水準に変更しても2因子間網羅度が下がることのない変更可能な水準を検出する変更可能水準検出部と、を備え、
前記変更可能な水準の検出は、Nt件のテストケースごとに、
1)N個の因子に対して、i番目の因子の水準を取り出し、以下の処理をN回繰り返す、
i以外のj番目の因子の水準を取り出し、i番目の因子の水準とのテストマトリクス上の出現回数を判定する(jは1からN)、
上記すべてにおいて、禁則の組み合わせを除いて出現回数が2以上であった場合は、変更可能水準として検出する、
2)N番目の因子までの変更可能水準の検出が終わった後、再度i番目の因子の水準を取り出し、以下の処理をN回繰り返す、
i番目の因子の水準が変更可能水準ならば、i以外のj番目の因子の水準を取り出し、i番目の因子の水準とのテストマトリクス上の出現回数を1減らす(jは1からN)、
の処理をNt回繰り返し、
前記組み合わせ生成部は、前記不要なテストケースを削除するとともに、前記禁則情報にもとづいて禁則の組み合わせが出現しないように、2因子間網羅度100%を満たす組み合わせのテストケースを生成するテストケース生成支援装置。
An input unit for inputting factors related to the function of the device or system to be tested and the level that each factor can take;
A matrix creation unit that generates a two-factor coverage matrix of a lattice structure in which factors are arranged vertically and horizontally so as to cover combinations between two factors based on the factors and levels input in the input unit;
A test case input unit for inputting a combination of two variables arbitrarily selected from the factors and levels as a test case;
An coverage calculation unit that calculates the coverage between two factors based on the matrix;
A combination generation unit that generates a combination test in which two variables arbitrarily selected from the factors and levels are combined with each other;
A detection unit for detecting a test case that is unnecessary for the coverage between the two factors to satisfy 100%;
A prohibition information input unit for inputting a combination of two variables that cannot be combined as prohibition information;
A changeable level detection unit that detects a changeable level that does not reduce the coverage between two factors even if the level is changed to another level, and
The changeable level detection is performed for each Nt test cases.
1) For the N factors, take the level of the i-th factor and repeat the following process N times:
Take the level of the jth factor other than i and determine the number of occurrences on the test matrix with the level of the ith factor (j is 1 to N),
In all of the above, if the number of appearances is 2 or more except for the prohibited combinations, it is detected as a changeable level.
2) After detecting the changeable level up to the Nth factor, the level of the ith factor is taken out again, and the following process is repeated N times.
If the level of the i-th factor is a changeable level, take the level of the j-th factor other than i and reduce the number of occurrences in the test matrix with the level of the i-th factor by 1 (j is 1 to N),
Is repeated Nt times,
The combination generation unit deletes the unnecessary test cases and generates a test case of a combination satisfying 100% coverage between two factors so that a combination of prohibitions does not appear based on the prohibition information Support device.
前記組み合わせ生成部は、前記変更可能水準検出部で検出した水準で2因子間網羅度100%を満たす組み合わせのテストケースを生成する請求項に記載のテストケース生成支援装置。 The test case generation support apparatus according to claim 7 , wherein the combination generation unit generates a test case of a combination that satisfies 100% coverage between two factors at the level detected by the changeable level detection unit. テスト対象となる機器あるいはシステムの機能に関する因子および各因子の取り得る水準を入力する入力部と、
前記入力部で入力した因子および水準に基づいて、2因子間の組み合わせを網羅するように縦横に因子を配置した格子構造の2因子間網羅度マトリクスを生成するマトリクス作成部と、
前記因子および水準から任意に選択した2変数の組み合わせをテストケースとして入力するテストケース入力部と、
前記マトリクスに基づいて、2因子間の網羅度を算出する網羅度算出部と、
前記因子および水準から任意に選択した2変数を互いに組み合わせて成る組み合わせテストを生成する組み合わせ生成部と、
前記2因子間の網羅度が100%を満たすのに不要なテストケースを検出する検出部と、
ユーザによって設定される禁則の矛盾あるいは禁則の漏れを検出する禁則矛盾検出部を備え、
前記組み合わせ生成部で生成された組み合わせテストから、前記不要なテストケースを削除するとともに、前記検出した禁則の矛盾あるいは禁則の漏れに応じて、再入力した禁則情報に基づいて組み合わせテストを再生成するテストケース生成支援装置。
An input unit for inputting factors related to the function of the device or system to be tested and the level that each factor can take;
A matrix creation unit that generates a two-factor coverage matrix of a lattice structure in which factors are arranged vertically and horizontally so as to cover combinations between two factors based on the factors and levels input in the input unit;
A test case input unit for inputting a combination of two variables arbitrarily selected from the factors and levels as a test case;
An coverage calculation unit that calculates the coverage between two factors based on the matrix;
A combination generation unit that generates a combination test in which two variables arbitrarily selected from the factors and levels are combined with each other;
A detection unit for detecting a test case that is unnecessary for the coverage between the two factors to satisfy 100%;
Providing a prohibition contradiction detection unit that detects a contradiction of prohibition set by the user or leakage of prohibition,
Combination test generated by the combination generating unit, together with deleting the unnecessary test case, in response to said inconsistency or leakage of prohibition of the detected constraint, to regenerate a combined test based on the re-entered prohibition information Test case generation support device.
前記禁則の漏れの検出は、
因子Bの水準B1、因子Cの水準C1において、因子A(水準A1,A2,A3)との禁則関係が、
1)水準A1と水準B1,C1の何れか(または、両方)が禁則
2)水準A2と水準B1,C1の何れか(または、両方)が禁則
3)水準A3と水準B1,C1の何れか(または、両方)が禁則
であるならば、水準B1と水準C1は禁則に成り得ることを利用し、
因子Xのすべての水準に対して組み合わせをチェックしている2つの水準の何れか又は両方が禁則になっていることを判定して行う請求項記載のテストケース生成支援装置。
Detection of the forbidden leak is
In level B1 of factor B and level C1 of factor C, the forbidden relationship with factor A (levels A1, A2, A3) is
1) Level A1 and level B1, C1 (or both) are prohibited 2) Level A2 and level B1, C1 (or both) are prohibited 3) Level A3 and level B1, C1 If (or both) are prohibited, take advantage of the fact that levels B1 and C1 can be prohibited,
10. The test case generation support apparatus according to claim 9 , wherein the test case generation support apparatus performs the determination by determining that one or both of the two levels for which the combination is checked for all levels of the factor X is prohibited.
前記禁則情報の再入力後、2因子間網羅度の算出を行い、前記禁則情報の再入力の影響を判定する請求項記載のテストケース生成支援装置。 The test case generation support device according to claim 9 , wherein after the re-input of the prohibition information, a coverage factor between two factors is calculated to determine an influence of the re-input of the prohibition information. テスト対象となる機器あるいはシステムの機能に関する因子および各因子の取り得る水準を入力する入力部と、
前記入力部で入力した因子および水準に基づいて、2因子間の組み合わせを網羅するように縦横に因子を配置した格子構造の2因子間網羅度マトリクスを生成するマトリクス作成部と、
前記因子および水準から任意に選択した2変数の組み合わせをテストケースとして入力するテストケース入力部と、
前記マトリクスに基づいて、2因子間の網羅度を算出する網羅度算出部と、
前記因子および水準から任意に選択した2変数を互いに組み合わせて成る組み合わせテストを生成する組み合わせ生成部と、
前記2因子間の網羅度が100%を満たすのに不要なテストケースを検出する検出部と、
組み合わせを考慮しない除外因子および除外水準の設定を行う除外因子・水準設定部を備え、
前記組み合わせ生成部で生成された組み合わせテストから、前記不要なテストケースを削除するとともに、ユーザが指定する因子・水準を2因子間網羅の対象からはずすことを可能とするテストケース生成支援装置。
An input unit for inputting factors related to the function of the device or system to be tested and the level that each factor can take;
A matrix creation unit that generates a two-factor coverage matrix of a lattice structure in which factors are arranged vertically and horizontally so as to cover combinations between two factors based on the factors and levels input in the input unit;
A test case input unit for inputting a combination of two variables arbitrarily selected from the factors and levels as a test case;
An coverage calculation unit that calculates the coverage between two factors based on the matrix;
A combination generation unit that generates a combination test in which two variables arbitrarily selected from the factors and levels are combined with each other;
A detection unit for detecting a test case that is unnecessary for the coverage between the two factors to satisfy 100%;
Equipped with an exclusion factor and level setting unit that sets exclusion factors and exclusion levels that do not consider combinations,
A test case generation support device that allows the unnecessary test cases to be deleted from the combination test generated by the combination generation unit and allows the factor / level specified by the user to be excluded from the coverage of two factors.
前記除外因子および除外水準以外の因子・水準の2因子網羅、および前記除外因子の水準、除外水準の単機能網羅をそれぞれ100%満たすようにテストケースを生成する請求項12記載のテストケース生成支援装置。 13. The test case generation support according to claim 12 , wherein test cases are generated so as to satisfy 100% of the two-factor coverage of the factors other than the exclusion factor and the exclusion level and the single-function coverage of the exclusion factor level and the exclusion level. apparatus. 前記入力部は、前記除外因子・水準設定部を兼用する請求項12記載のテストケース生成支援装置。 The test case generation support apparatus according to claim 12 , wherein the input unit also serves as the exclusion factor / level setting unit.
JP2012166164A 2012-07-26 2012-07-26 Test case generation support device Active JP5944258B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012166164A JP5944258B2 (en) 2012-07-26 2012-07-26 Test case generation support device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012166164A JP5944258B2 (en) 2012-07-26 2012-07-26 Test case generation support device

Publications (2)

Publication Number Publication Date
JP2014026458A JP2014026458A (en) 2014-02-06
JP5944258B2 true JP5944258B2 (en) 2016-07-05

Family

ID=50200043

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012166164A Active JP5944258B2 (en) 2012-07-26 2012-07-26 Test case generation support device

Country Status (1)

Country Link
JP (1) JP5944258B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106844193A (en) * 2016-12-17 2017-06-13 福建瑞之付微电子有限公司 A kind of Systematic Method of flush bonding module cross-beta

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5963316B2 (en) * 2014-02-20 2016-08-03 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Generating apparatus, generating method, and program
WO2015155881A1 (en) * 2014-04-11 2015-10-15 株式会社 日立製作所 Information processing system, which assists with selection of test case, and control method for said information processing system
JP6679770B1 (en) * 2019-01-18 2020-04-15 ソフトバンク株式会社 Test case creation support device and program
CN110069414B (en) * 2019-04-25 2023-05-30 浙江吉利控股集团有限公司 Regression testing method and system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106844193A (en) * 2016-12-17 2017-06-13 福建瑞之付微电子有限公司 A kind of Systematic Method of flush bonding module cross-beta

Also Published As

Publication number Publication date
JP2014026458A (en) 2014-02-06

Similar Documents

Publication Publication Date Title
JP5944258B2 (en) Test case generation support device
CN108427632B (en) Automatic test method and device
US9262851B2 (en) Heat mapping of defects in software products
CN106021014B (en) A kind of EMS memory management process and device
US11157346B2 (en) System and method for binned inter-quartile range analysis in anomaly detection of a data series
US9652360B2 (en) Crawling for extracting a model of a GUI-based application
JP2010211907A (en) Control device, testing device and control method
CN105930116B (en) Display control program and graphic display method
JP2010192026A (en) Failure analysis method, failure analysis system, and memory macro system
KR101460860B1 (en) GUI Test apparatus using test scenario model based on states and the method thereof
JP5672165B2 (en) Test data generation program, test data generation method, test data generation device
JP2010267209A (en) Program, apparatus, and method for supporting verification
JP6612800B2 (en) Design support system and design support method
JP5799823B2 (en) Test data generation device, test data generation program, and test data generation method
KR101964454B1 (en) Apparatus and method for refining data by eliminating problems that is inherent in data
CN100382042C (en) Method and system for automatically generating test script
JP6949441B2 (en) Vector optimization device and vector optimization program
JP6217383B2 (en) TEST METHOD, TEST PATTERN GENERATION METHOD, TEST DEVICE, TEST PATTERN GENERATION DEVICE, AND PROGRAM
JP2014203125A (en) Patterning device and method
JP7306022B2 (en) Data recording device, data recording method and program
JP5889135B2 (en) User interface design device
US8369569B2 (en) Method and apparatus for detecting non-uniform fracturing of a photomask shape
JP2005115582A (en) System and method for generating test script component automatically
JP2014186617A (en) Screen operation test item execution device
JP2015081791A (en) Processor and processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150302

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151111

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20151117

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20151217

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20160426

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160525

R151 Written notification of patent or utility model registration

Ref document number: 5944258

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151