JP2007026360A - Test support method and device thereof - Google Patents

Test support method and device thereof Download PDF

Info

Publication number
JP2007026360A
JP2007026360A JP2005211387A JP2005211387A JP2007026360A JP 2007026360 A JP2007026360 A JP 2007026360A JP 2005211387 A JP2005211387 A JP 2005211387A JP 2005211387 A JP2005211387 A JP 2005211387A JP 2007026360 A JP2007026360 A JP 2007026360A
Authority
JP
Japan
Prior art keywords
data
computer device
test
input
computer
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.)
Withdrawn
Application number
JP2005211387A
Other languages
Japanese (ja)
Inventor
Morohito Izumi
師人 和泉
Yoshiichi Kitahaba
由一 北幅
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.)
JFE Steel Corp
JFE Systems Inc
Original Assignee
JFE Steel Corp
JFE Systems Inc
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 JFE Steel Corp, JFE Systems Inc filed Critical JFE Steel Corp
Priority to JP2005211387A priority Critical patent/JP2007026360A/en
Publication of JP2007026360A publication Critical patent/JP2007026360A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To perform support in order to efficiently or promptly perform operation verification of a computer system which at least performs processing based on input data. <P>SOLUTION: When verification results are considered as appropriate, input data this time is stored in an authorization data DB 88 as authorization data. Input data which can be an object in the computer system is collected by a coverage pattern generator 81 and stored in a coverage pattern DB 82. A coverage ratio calculator 89 calculates ratio of the number of pieces of authorized data to the number of pieces of input data which can be the object in the computer system as coverage ratio and uses the coverage ratio for excess and deficiency decision of a test case or test data. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本願発明は、入力されたデータに基づいた処理を少なくとも行う、コンピュータ装置の動作検証を、能率的に、又速やかに行うための支援をすることができるテスト支援方法及び装置、又、これら方法及び装置に係るコンピュータ・プログラムに関する。   The present invention relates to a test support method and apparatus capable of supporting efficient and prompt operation verification of a computer apparatus that performs at least processing based on input data, and these methods and The present invention relates to a computer program related to an apparatus.

一般に、コンピュータシステムの動作の妥当性を検証する場合、予め、発生するデータが取り得る値のパターンをすべて洗い出し、それぞれに対応するテストデータを作成して、これをコンピュータシステムに与える。そうして、すべての動作結果が妥当であることを確認することで、コンピュータシステムがあらゆるケースにおいて、正常に動作することを証明する。   In general, when the validity of the operation of a computer system is verified, all possible value patterns of generated data are previously identified, test data corresponding to each pattern is created, and this is given to the computer system. Thus, verifying that all operating results are valid proves that the computer system operates normally in all cases.

ここで、コンピュータシステムが処理対象とする全運用ケースを想定したテストデータや、テストケースを抽出することは、非常に困難である。従って従来は、運用経験豊富な熟練者の経験に基づきテストデータ、ケースを設定、実施することが通常であった。しかしながら、経験に頼るため、テストデータ、ケースの漏れは少なからず発生する確率は高い。このため、システムが実運用段階に入ってから、未テストデータや未テストケースが発生し、該当箇所のプログラムミスによるトラブルが発生することが多い。   Here, it is very difficult to extract test data and test cases assuming all operation cases to be processed by the computer system. Therefore, conventionally, test data and cases are usually set and executed based on the experience of skilled workers who have a lot of operational experience. However, since it depends on experience, there is a high probability that test data and case leakage will occur. For this reason, after the system enters the actual operation stage, untested data and untested cases occur, and troubles due to program mistakes in the corresponding portions often occur.

この対応として、従来、特許文献1では、運用ではなく、プログラムの各ステップに対応したテスト網羅率という指数を算出するようにしている。   As this correspondence, in Patent Document 1, conventionally, an index called a test coverage corresponding to each step of a program is calculated instead of operation.

又、特許文献2では、運用に基づくテストデータとして、運用画面に則ったテストデータを使用するなどの方法をとっている。   Patent Document 2 adopts a method of using test data according to the operation screen as test data based on the operation.

特開2000−339194号公報JP 2000-339194 A 特開平6−348542号公報JP-A-6-348542

前述したようにコンピュータシステムが扱うデータには、実運用の前に、すべてのパターンを洗い出すことが困難なものがある。   As described above, some data handled by a computer system may be difficult to identify all patterns before actual operation.

更に、生産管理コンピュータが扱う入力データの一つである受注情報は、顧客からの要望が多岐にわたり、加えて新たな要望が増大し、これに伴って、コンピュータにとっての新たなデータも日々増大している。このため、受注情報をデータとして表現するときに取り得る値のパターンは、膨大な数にのぼる上、常に変動する可能性がある。従って、従来のように事前に検証すべきすべてのパターンを洗い出して、これに対応するデータを作成することがきわめて難しい。   In addition, order information, which is one of the input data handled by production management computers, has various requests from customers. In addition, new requests increase, and new data for computers increases daily. ing. For this reason, the pattern of values that can be taken when order information is expressed as data is enormous and may always vary. Therefore, it is extremely difficult to identify all patterns to be verified in advance as in the prior art and create data corresponding thereto.

仮に、このようなパターンのデータを一時的に作成できたとしても、その後、コンピュータシステムの運用に伴った、パターンの変動に対応していかなければ、コンピュータシステムの動作の妥当性の保証を維持することにはならない。   Even if data of such a pattern can be created temporarily, if the system does not cope with the fluctuations in the pattern that accompany the operation of the computer system, the validity of the operation of the computer system is maintained. Will not do.

前述した引用文献1は、プログラムステップに着目したテスト方法であり、複数取り得るデータの一つでもテスト完了と見なすことになり、不十分なテストである。   The cited document 1 described above is a test method focusing on the program step, and even one of a plurality of possible data is regarded as the test completion, and is an insufficient test.

一方、引用文献2は、運用を基本とし、コンピュータシステムが扱う運用データでのテストが可能であるが、運用パターンが固定的なシステムしか対象となりえない。   On the other hand, Cited Document 2 is based on operation and can be tested with operation data handled by a computer system, but only systems with a fixed operation pattern can be targeted.

もし、パターンの変動にまで対応しようとすると、変更情報を受注情報を構成する要素ごとに個別に入手し、過去の検証結果への影響を目視で確認した上、新たにコンピュータシステムの妥当性を判断するために変更によってパターンをすべて網羅できているかどうかを手作業で確認しなければならない。このためには、膨大な工数が必要である。   If it is going to cope with the change of the pattern, change information is obtained individually for each element that constitutes the order information, the influence on the past verification result is confirmed visually, and the validity of the computer system is newly confirmed. In order to make a decision, you must manually check whether the change covers all the patterns. For this purpose, enormous man-hours are required.

本発明は、前記従来の問題点を解決するべくなされたもので、入力されたデータに基づいた処理を少なくとも行う、コンピュータ装置の動作検証を、能率的に、又速やかに行うための支援をすることができるテスト支援方法及び装置を提供することを課題とする。   The present invention has been made in order to solve the above-described conventional problems, and supports at least efficient processing and prompt operation of a computer apparatus that performs at least processing based on input data. It is an object of the present invention to provide a test support method and apparatus that can be used.

まず、本願の第1発明のテスト支援方法は、動作テストの対象になるコンピュータ装置の、動作テストにおいて適正とされた、該コンピュータ装置に入力されたテスト済みのデータを、認定データとしてデータベース装置に保存しておき、該コンピュータ装置の動作中に、該コンピュータ装置に入力されるデータが、前記認定データであるか、該データベース装置を参照することで判定し、認定データであると判定された場合は、該コンピュータ装置の動作を採用し、他方、認定データではないと判定された場合は、該コンピュータ装置の今回の動作を検証し、乃至は、外部に検証させるトリガー信号を出力し、又該検証の結果が適正とされた場合は、今回の前記入力データを前記認定データとして、前記認定データ・データベース装置に保存すると共に、前記認定済みデータの数の、該コンピュータ装置において対象になり得る前記入力データの数に対する比を、網羅率として算出し、テストケース又はテストデータの過不足判定の使用に提供することにより、前記課題を解決したものである。   First, according to the test support method of the first invention of the present application, the tested data input to the computer device, which is appropriate in the operation test, of the computer device to be subjected to the operation test is stored as authorization data in the database device. When it is determined that the data input to the computer device is the authorization data or by referring to the database device during the operation of the computer device and is the authorization data Adopts the operation of the computer device, and on the other hand, if it is determined that the data is not authorized, it verifies the current operation of the computer device or outputs a trigger signal for external verification, and If the verification result is appropriate, the current input data is stored as the certified data in the certified data database device. In addition, the ratio of the number of certified data to the number of input data that can be targeted in the computer apparatus is calculated as a coverage rate and provided for use in test case or test data excess / deficiency determination The above-mentioned problem is solved.

又、前記テスト支援方法において、既に運用されている旧コンピュータ装置から置き換えられる、新コンピュータ装置が、テスト対象の前記コンピュータ装置であって、前記旧コンピュータ装置の過去における入力データの少なくとも一部に基づいて、前記対象になり得る入力データのサンプル収集を行って、収集されたものを網羅率パターンデータベース装置に格納し、該網羅率パターンデータベース装置に格納されている情報を用いて、前記網羅率算出を行うようにしたことにより、前記課題を解決したものである。   Further, in the test support method, the new computer device that is replaced from the old computer device already in operation is the computer device to be tested, and is based on at least a part of the past input data of the old computer device. The input data that can be the target is collected, the collected data is stored in the coverage rate pattern database device, and the coverage rate calculation is performed using the information stored in the coverage rate pattern database device. The above-described problems are solved by performing the above.

次に、本願の第2発明のテスト支援装置は、動作テストの対象になるコンピュータ装置の、動作テストにおいて適正とされた、該コンピュータ装置に入力されたテスト済みのデータを、認定データとして保存する、認定データ・データベース装置と、該コンピュータ装置の動作中に、該コンピュータ装置に入力されるデータが、前記認定データであるか、該データベース装置を参照することで判定し、認定データであると判定された場合は、該コンピュータ装置の今回の動作を採用し、他方、認定データではないと判定された場合は、該コンピュータ装置の動作を検証し、乃至は、外部に検証させるトリガー信号を出力し、又該検証の結果が適正とされた場合は、今回の前記入力データを前記認定データとして、前記認定データ・データベース装置に保存する比較認定処理装置と、前記認定済みデータの数の、該コンピュータ装置において対象になり得る前記入力データの数に対する比を、網羅率として算出する網羅率算出装置と、を備えたことにより、前記課題を解決したものである。   Next, the test support apparatus according to the second invention of the present application stores the tested data input to the computer apparatus, which has been judged appropriate in the operation test, of the computer apparatus to be subjected to the operation test as certification data. , And determining whether the data input to the computer device during the operation of the certified data database device is the certified data or by referring to the database device, and determining that the data is the certified data If this is the case, the current operation of the computer device is adopted. On the other hand, if it is determined that the data is not authorized data, the operation of the computer device is verified or a trigger signal for external verification is output. If the verification result is proper, the current input data is used as the certification data, and the certification data database is used. A comparison authorization processing device stored in the apparatus, and a coverage rate calculation device that calculates a ratio of the number of certified data to the number of input data that can be a target in the computer device as a coverage rate Thus, the problem is solved.

続いて、本願の第3発明のコンピュータ・プログラムは、前記第1発明のテスト支援方法、又は、前記第2発明のテスト支援装置を実施するためのコンピュータ・プログラムを提供するようにしたことにより、前記課題を解決したものである。   Subsequently, the computer program of the third invention of the present application provides a computer program for implementing the test support method of the first invention or the test support device of the second invention, The problem is solved.

以下、本発明の作用について、簡単に説明する。   The operation of the present invention will be briefly described below.

本願発明では、動作テストの対象になるコンピュータ装置の、動作テストにおいて適正とされた、該コンピュータ装置に入力されたテスト済みのデータを、認定データとして、データベース装置に保存しておく。又、該コンピュータ装置の動作中に、該コンピュータ装置に入力されるデータが、前記認定データであるか、該データベース装置を参照することで判定する。   In the present invention, the tested data input to the computer device, which is appropriate in the operation test of the computer device to be subjected to the operation test, is stored in the database device as authorized data. Further, it is determined by referring to the database device whether the data input to the computer device is the authorization data during the operation of the computer device.

そうして、認定データであると判定された場合は、該コンピュータ装置の動作を採用する。他方、認定データではないと判定された場合は、該コンピュータ装置の今回の動作を検証し、乃至は、外部に該検証を行わせるトリガー信号を出力し、又該検証の結果が適正とされた場合は、今回の前記入力データを前記認定データとして、前記認定データ・データベース装置に保存する。   If it is determined that the data is authorized data, the operation of the computer device is adopted. On the other hand, if it is determined that the data is not certified data, the current operation of the computer device is verified, or a trigger signal for externally performing the verification is output, and the verification result is appropriate. In this case, the current input data is stored as the authorized data in the authorized data database device.

又、前記認定済みデータの数の、該コンピュータ装置において対象になり得る前記入力データの数に対する比を、網羅率として算出する。   In addition, a ratio of the number of certified data to the number of input data that can be a target in the computer apparatus is calculated as a coverage rate.

上記の網羅率によれば、前述のように、常に変化するデータのパターンに対して、どこまでが検証済みであるかを随時参照し、把握することができる。例えば、未検証のデータが発生したとき利用者に検証を要求するしくみを用意することで、従来の技術では正常な動作を保証できないコンピュータシステムでも、安仝に実運用に移行できるようにすることができる。   According to the above coverage rate, as described above, it is possible to refer to and grasp how far the data pattern that is constantly changing has been verified. For example, by preparing a mechanism that requires users to verify when unverified data occurs, even computer systems that cannot guarantee normal operation with conventional technology can be safely put into actual operation. Can do.

ここで、上述のように、認定データではないと判定された場合、その入力データは、いわば、「初もの」ということができる。従って、認定データ・データベース装置を参照しつつ行う、入力されるデータが、認定データであるか否かの判定は、いわば、初もの確認機能とも言うことができる。動作テストの対象のコンピュータ装置が、実際に稼動開始した後にも、この初もの確認機能を機能させておき、初ものの入力データについては、稼動開始後も検証を行うようにすることもできる。これによって、過去にはありえない入力データで(とり得る値ではない入力データ)、稼動開始後に、利用環境の変化などによって、新たに発生するような入力データについても、適宜、動作テストを行うことができ、誤動作による悪影響を未然に防ぐことができる。   Here, as described above, if it is determined that the data is not authorized data, the input data can be said to be “first”. Therefore, it can be said that the determination of whether or not the input data is authorized data while referring to the authorized data database device is the first confirmation function. The first confirmation function can be made to function even after the computer device subject to the operation test actually starts operation, and the first input data can be verified after the operation is started. As a result, it is possible to appropriately perform operation tests on input data that cannot be taken in the past (input data that is not a possible value) and that may newly occur due to changes in the usage environment after the start of operation. It is possible to prevent adverse effects due to malfunctions.

このように、本願発明によれば、入力されたデータに基づいた処理を少なくとも行う、コンピュータ装置の動作検証を、能率的に、又速やかに行うための支援をすることができるテスト支援方法及び装置を提供することができる。   As described above, according to the present invention, a test support method and apparatus that can perform efficient and prompt operation verification of a computer apparatus that at least performs processing based on input data. Can be provided.

以下、図を用いて本発明の実施の形態を詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明が適用された実施形態の全体的なハードウェア構成を示すブロック図である。図2は、本実施形態の各装置に用いるハードウェアの構成を示すブロック図である。図3は、各装置の構成を示すブロック図である。   FIG. 1 is a block diagram showing an overall hardware configuration of an embodiment to which the present invention is applied. FIG. 2 is a block diagram showing a configuration of hardware used for each device of the present embodiment. FIG. 3 is a block diagram showing the configuration of each device.

まず、本実施形態では、旧コンピュータシステムとして、本社4に設置された本社旧コンピュータ装置10から引合オーダを投入し、該引合オーダに関する情報を入力する。そうして、該情報は、ネットワーク1などの伝送路によって、工場である支社5に設置された旧支社コンピュータ装置14に伝達し、該情報に基づいて支社5において、上記の引合オーダに係る製品の生産を行っている。   First, in the present embodiment, as an old computer system, an inquiry order is input from the old head office computer apparatus 10 installed in the head office 4 and information regarding the inquiry order is input. Then, the information is transmitted to the old branch computer device 14 installed in the branch office 5 which is a factory through a transmission path such as the network 1, and the products related to the inquiry order in the branch office 5 based on the information. Has been producing.

又、本実施形態では、このような旧コンピュータシステムと同じ機能を備え、更に、これ以外の新機能を備えた、新コンピュータシステムを新規に開発し、該新コンピュータシステムの動作テストをするものとなっている。特に、該動作テストの対象になるものの中心は、改造されたプログラムによる、引合オーダ投入処理部30、及びオーダ受信処理部60であり、該改造が適切になされているか動作検証する。該動作テストは、本願発明を適用しながら、テスト用コンピュータ装置12や16を用いながら行われるものである。   In the present embodiment, a new computer system having the same functions as those of the old computer system as well as other new functions is newly developed, and an operation test of the new computer system is performed. It has become. In particular, the center of what is subject to the operation test is the inquiry order entry processing unit 30 and the order reception processing unit 60 based on the modified program, and the operation is verified to confirm that the modification is properly performed. The operation test is performed using the test computer devices 12 and 16 while applying the present invention.

この新コンピュータシステムも、本社4に設置された本社新コンピュータ装置14から引合オーダを投入し、該引合オーダに関する情報を入力する。そうして、該情報は、ネットワーク1などの伝送路によって、工場である支社5に設置された新支社コンピュータ装置15に伝達し、該情報に基づいて支社5において、上記の引合オーダに係る製品の生産を行っている。   This new computer system also inputs an inquiry order from the head office new computer device 14 installed in the head office 4 and inputs information related to the inquiry order. Then, the information is transmitted to the new branch computer device 15 installed in the branch office 5 which is a factory through a transmission path such as the network 1, and the products related to the above inquiry order in the branch office 5 based on the information. Has been producing.

本社旧コンピュータ装置10、本社新コンピュータ装置11、テスト用コンピュータ装置12、支社旧コンピュータ装置14、支社新コンピュータ装置15、テスト用コンピュータ装置16のこれら各装置は、例えば、図2に示されるような構成とすることができる。この図2においては、各装置として利用可能な、ある種のコンピュータ装置のハードウェア構成が示される。   The head office old computer device 10, the head office new computer device 11, the test computer device 12, the branch office old computer device 14, the branch office new computer device 15, and the test computer device 16 are, for example, as shown in FIG. It can be configured. FIG. 2 shows a hardware configuration of a certain kind of computer device that can be used as each device.

又、これらの装置は、広域のネットワーク1、本社4内のネットワーク2、支社5内のネットワーク3によって、適宜接続され、情報伝達が可能になっている。これらネットワーク1〜3は、具体的に限定されるものではなく、WAN(Wide Area Network)やLAN(Local Area Network)であり、又公衆データ通信回線網を用いるものであってもよい。   These devices are appropriately connected by a wide area network 1, a network 2 in the head office 4, and a network 3 in the branch office 5, and can transmit information. These networks 1 to 3 are not specifically limited, and are WAN (Wide Area Network) or LAN (Local Area Network), and may use a public data communication network.

なお、各装置は、上述のようなものに限定されるものではない。又、これら装置の内、2以上を同一のハードウェアにおいて構成するようにしてもよい。例えば、テスト用コンピュータ装置12は本社新コンピュータ装置11と、テスト用コンピュータ装置16は新支社コンピュータ装置15と、それぞれ同じハードウェアにおいて構成するようにしてもよい。更には、本社4において、本社旧コンピュータ装置10、本社新コンピュータ装置11、テスト用コンピュータ装置12を、単一のハードウェアにおいて構成してもよく、支社5において、支社旧コンピュータ装置14、支社新コンピュータ装置15、テスト用コンピュータ装置16を、単一のハードウェアにおいて構成してもよい。   In addition, each apparatus is not limited to the above. Also, two or more of these devices may be configured with the same hardware. For example, the test computer device 12 may be configured by the same new hardware as the head office new computer device 11 and the test computer device 16 may be configured by the new branch office computer device 15. Further, in the head office 4, the old head office computer device 10, the new head office computer device 11, and the test computer device 12 may be configured by a single hardware. The computer device 15 and the test computer device 16 may be configured by a single piece of hardware.

図2に示されるコンピュータ装置は、OS(Operating System)は一例として米国マイクロソフト社のWindows(登録商標)を搭載する、一般的なPC(Personal Computer)装置であってもよく、特に限定されものではない。あるいは、PC装置以外のハードウェアを用いてもよく、例えばEWS(Engineering Work Station)などの、いわゆるワークステーションなどのハードウェアを用いるようにしてもよい。なお、この図において、ハードウェア構成は、説明の関係上一部抽象化されている。   The computer apparatus shown in FIG. 2 may be a general PC (Personal Computer) apparatus equipped with Windows (registered trademark) of US Microsoft Corporation as an example of the OS (Operating System), and is not particularly limited. Absent. Alternatively, hardware other than the PC device may be used, and hardware such as a so-called workstation such as EWS (Engineering Work Station) may be used. In this figure, the hardware configuration is partially abstracted for the sake of explanation.

この図において、コンピュータ装置は、CPU(Central Processing Unit)310と、RAM(Random Access Memory)311と、ROM(Read Only Memory)312と、LAN−I/F(Inter Face)313と、MODEM(modulator-demodulator)314と、種々のI/F320〜322とを有している。これらは、バス301によって相互接続されている。   In this figure, a computer device includes a CPU (Central Processing Unit) 310, a RAM (Random Access Memory) 311, a ROM (Read Only Memory) 312, a LAN-I / F (Inter Face) 313, a MODEM (modulator). -demodulator) 314 and various I / Fs 320 to 322. These are interconnected by a bus 301.

又、バス301に対して、I/F320を介して、画面表示装置330が接続されている。又、バス303によって相互接続されている、キーボード331と、マウス332と、プリンタ装置333とは、バス301に対して、I/F321を介して接続されている。   Further, a screen display device 330 is connected to the bus 301 via the I / F 320. A keyboard 331, a mouse 332, and a printer device 333 that are interconnected by the bus 303 are connected to the bus 301 via the I / F 321.

更に、バス301に対して、I/F322を介して、HDD(Hard Disc Drive)装置340と、CD(Compact Disc)ドライブ装置341と、FDD(Floppy(登録商標) Disc Drive)装置342とが接続されている。これらはバス302によって相互接続されている。   Further, an HDD (Hard Disc Drive) device 340, a CD (Compact Disc) drive device 341, and an FDD (Floppy (registered trademark) Disc Drive) device 342 are connected to the bus 301 via the I / F 322. Has been. These are interconnected by a bus 302.

以上のようなハードウェア構成において、記憶手段、又記憶装置は、RAM311、ROM312、HDD装置340、CDドライブ装置341、FDD装置342などである。このような記憶手段や記憶装置において、CPU310で実行される様々なプログラムや、本実施形態においてアクセスされるデータベースや諸ファイルやデータが保存され、電子的にアクセスができるようになっている。例えば、OSや、データベースやJAVA(登録商標)やJSPなどのソフトウェア資源を利用する環境を提供するためのプログラム、本実施形態に係るアプリケーション・プログラム、又ウェブ・ブラウザ・プログラムは、HDD装置340に格納されていて、実行時には、RAM311に読み出されてCPU310によって実行される。なお、LAN−I/F313は、ネットワーク3やネットワーク1に対する接続などに用いられるものであり、CPU310で実行されるアプリケーション・プログラムには、クライアント装置5において、ネットワーク1経由で取得される、JAVA(登録商標)のアプレットも含まれる。   In the hardware configuration as described above, the storage means and storage devices are RAM 311, ROM 312, HDD device 340, CD drive device 341, FDD device 342, and the like. In such storage means and storage devices, various programs executed by the CPU 310, databases and various files and data accessed in the present embodiment are stored, and can be accessed electronically. For example, an OS, a database, a program for providing an environment that uses software resources such as JAVA (registered trademark), JSP, an application program according to the present embodiment, and a web browser program are stored in the HDD device 340. The data is stored and read into the RAM 311 and executed by the CPU 310 at the time of execution. Note that the LAN-I / F 313 is used for connection to the network 3 or the network 1, and the application program executed by the CPU 310 is a JAVA (acquired via the network 1 in the client device 5). (Registered trademark) applet is also included.

又、OSやアプリケーション・プログラムその他の実行に際して、オペレータは、画面表示装置330に表示出力される情報を参照しつつ、キーボード331によって文字入力や諸操作を行ったり、マウス332によって座標入力や諸操作の入力を行ったりする。又、適宜、プリンタ装置333からは必要な情報を印字出力したりすることができる。言うまでもなく、これら諸出力や入力は、CPU310で実行されるプログラムによって、電子的な処理によって行われるものである。   Further, when executing an OS, an application program, or the like, an operator performs character input and various operations with the keyboard 331 while referring to information displayed and output on the screen display device 330, and coordinate input and various operations with the mouse 332. Or input. Further, necessary information can be printed out from the printer device 333 as appropriate. Needless to say, these outputs and inputs are performed electronically by a program executed by the CPU 310.

なお、CDドライブ装置341やFDD装置342は、本願発明を適用して実施する際の、アプリケーション・プログラムのインストールや、その他のオフラインでの情報交換に用いられる。   Note that the CD drive device 341 and the FDD device 342 are used for application program installation and other offline information exchange when the present invention is applied.

次に、図3に示されるように、本社旧コンピュータ装置10は、過去に投入され運用されたオーダに係る、旧製作依頼ファイルを格納する旧オーダ・ファイル記憶装置33を有している。本社新コンピュータ装置11は、引合オーダの投入に伴って情報を入力し更新する引合オーダ投入処理部30と、いずれも該引合オーダ投入処理部30によって情報が格納され更新される、旧製作指図ファイルを格納する旧オーダ・ファイル記憶装置34を有している。   Next, as shown in FIG. 3, the head office old computer device 10 has an old order file storage device 33 for storing old production request files related to orders that have been put in and operated in the past. The head office new computer device 11 includes an inquiry order entry processing unit 30 that inputs and updates information in response to the introduction of an inquiry order, and an old production instruction file in which information is stored and updated by the inquiry order entry processing unit 30. The old order file storage device 34 is stored.

次に、支社旧コンピュータ装置14は、旧オーダ・ファイル記憶装置33の情報が伝送路によって伝達され、該旧オーダ・ファイル記憶装置33と同様の情報が格納される旧オーダ・ファイル記憶装置43を有している。又、該情報に基づいて、支社5における製品生産に必要な情報を生成し旧オーダDB52に格納したり、各種リスト51を出力したりする製造オーダ投入処理部50、又該旧オーダDB52を有している。   Next, the branch office old computer device 14 stores the old order file storage device 43 in which the information of the old order file storage device 33 is transmitted through the transmission line and the same information as the old order file storage device 33 is stored. Have. Further, based on the information, the production order input processing unit 50 that generates information necessary for product production in the branch office 5 and stores it in the old order DB 52 or outputs various lists 51, and the old order DB 52 are provided. is doing.

支社新コンピュータ装置15は、オーダ受信処理部60と、旧オーダ・ファイル記憶装置61と、製造オーダ投入処理部63と、旧オーダDB65と、を有している。   The branch office new computer device 15 includes an order reception processing unit 60, an old order file storage device 61, a manufacturing order input processing unit 63, and an old order DB 65.

該支社新コンピュータ装置15において、まず、オーダ受信処理部60は、伝送路によって伝達される、前述の旧オーダ・ファイル記憶装置34の情報を受信する。更に、該オーダ受信処理部60は、該情報に基づいて、前述の旧オーダ・ファイル記憶装置43に格納される情報と同等の、旧オーダ・ファイル情報を生成し、旧オーダ・ファイル記憶装置61に格納する。製造オーダ投入処理部63は、旧オーダ・ファイル記憶装置61に格納される情報に基づいて、旧オーダDB52に格納される情報と同等の情報を生成し、旧オーダDB65に格納する。更に、製造オーダ投入処理部63は、各種リスト64を出力する。   In the branch office new computer device 15, first, the order reception processing unit 60 receives the information of the old order file storage device 34 transmitted through the transmission path. Furthermore, the order reception processing unit 60 generates old order file information equivalent to the information stored in the old order file storage device 43 based on the information, and the old order file storage device 61. To store. The production order input processing unit 63 generates information equivalent to the information stored in the old order DB 52 based on the information stored in the old order file storage device 61 and stores it in the old order DB 65. Further, the manufacturing order input processing unit 63 outputs various lists 64.

ここで、図3において、太線の一点鎖線の矢印A1〜A3は、本願発明が適用される動作テストにおける、比較検証の処理を示す。該比較検証は、主に、改造されたプログラムによる、引合オーダ投入処理部30、及びオーダ受信処理部60の動作検証であり、該改造が適切になされているか検証する。   Here, in FIG. 3, thick dashed-dotted arrows A <b> 1 to A <b> 3 indicate comparative verification processing in the operation test to which the present invention is applied. The comparison verification is mainly an operation verification of the inquiry order entry processing unit 30 and the order reception processing unit 60 by a modified program, and verifies whether the modification is appropriately performed.

即ち、旧コンピュータシステムの動作による処理結果(比較元データ)と、新コンピュータシステムの動作による処理結果(検証先データ)とを比較し、新コンピュータシステムの動作が旧コンピュータシステムの動作と同じになっているか、検証する処理を示す。該処理は、テスト用コンピュータ装置12や16それぞれにおいて構成される、テスト支援装置80によってなされる。   That is, the processing result (comparison source data) by the operation of the old computer system is compared with the processing result (verification destination data) by the operation of the new computer system, and the operation of the new computer system becomes the same as the operation of the old computer system. It shows the process to verify whether or not. This processing is performed by the test support device 80 configured in each of the test computer devices 12 and 16.

図4は、本実施形態のテスト支援装置80の構成を示すブロック図である。   FIG. 4 is a block diagram showing a configuration of the test support apparatus 80 of the present embodiment.

図示されるように、該テスト支援装置80は、比較元データ記憶装置84と、検証データ記憶装置85と、比較認定処理装置86と、コンペア定義情報DB装置87と、認定データDB装置88と、網羅パターン生成装置81と、網羅パターンDB装置82と、網羅率算出装置89と、を有している。   As shown in the figure, the test support device 80 includes a comparison source data storage device 84, a verification data storage device 85, a comparison authorization processing device 86, a compare definition information DB device 87, an authorization data DB device 88, A coverage pattern generation device 81, a coverage pattern DB device 82, and a coverage rate calculation device 89 are included.

まず、旧処理装置部分73からは、旧コンピュータシステムの動作による処理結果である、比較元データを受け、該データを比較元データ記憶装置84に格納する。新処理装置部分74からは、新コンピュータシステムの動作による処理結果である、検証先データを受け、該データを検証データ記憶装置85に格納する。   First, the comparison source data, which is the processing result of the operation of the old computer system, is received from the old processing device portion 73, and the data is stored in the comparison source data storage device 84. The verification processing data, which is the processing result of the operation of the new computer system, is received from the new processing device portion 74, and the data is stored in the verification data storage device 85.

認定データDB装置88には、動作テストの対象になるコンピュータ装置の、動作における、適否判定で適正とされた、該コンピュータ装置に入力されたテスト済みの比較元データや検証先データを、認定データとして保存する。   The authorized data DB device 88 stores the tested comparison source data and verification destination data input to the computer device, which have been judged appropriate in the suitability determination in the operation of the computer device subject to the operation test. Save as.

又、比較認定処理装置86により、上述の比較元データと検証先データとを比較し、新コンピュータシステムの動作が旧コンピュータシステムの動作と同じになっているかの、検証を開始させるトリガーを出力したり、該検証を支援する情報を出力したりする。   Further, the comparison authorization processing device 86 compares the above-mentioned comparison source data and verification destination data, and outputs a trigger for starting verification of whether the operation of the new computer system is the same as the operation of the old computer system. Or output information that supports the verification.

ここで、図3では、矢印A1において、上述の比較元データに係る旧処理装置部分73は、旧オーダ・ファイル記憶装置33であり、検証先データに係る新処理装置部分74は、旧オーダ・ファイル記憶装置34である。矢印A2において、旧処理装置部分73は旧オーダ・ファイル記憶装置43であり、新処理装置部分74は旧オーダ・ファイル記憶装置61である。矢印A3において、旧処理装置部分73は旧オーダDB52であり、新処理装置部分74は旧オーダDB65である。   Here, in FIG. 3, at arrow A1, the old processing device portion 73 related to the comparison source data is the old order file storage device 33, and the new processing device portion 74 related to the verification destination data is the old order file. A file storage device 34. In the arrow A 2, the old processing device portion 73 is the old order file storage device 43 and the new processing device portion 74 is the old order file storage device 61. In the arrow A3, the old processing device portion 73 is the old order DB 52, and the new processing device portion 74 is the old order DB 65.

具体的には、比較認定処理装置86は、まず、比較元データや検証先データが、上述の認定データであるか、認定データDB装置88を参照することで判定する。認定データであると判定された場合、比較認定処理装置86は、該コンピュータ装置の今回の動作が正しい旨を出力する。他方、認定データではないと判定された場合で、かつ、比較元データ及び検証先データが一致しないという動作結果・不一致の場合は、今回の旧コンピュータシステムの動作を検証させるトリガー信号を出力する。該検証トリガー信号によって、テスト支援装置80は、検証の判断の要請や、該判断に関連する情報を、画面表示したり、スピーカから要請の警告音を発生したりして、オペレータに対して出力する。この後、オペレータが該検証の結果として、「適正」、つまり今回の動作が正常であるとの判断を入力した場合、比較認定処理装置86は、今回の比較元データや検証先データを認定データとして、認定データDB装置88に保存する。   Specifically, the comparison / authorization processing device 86 first determines whether the comparison source data and the verification destination data are the above-described authorization data by referring to the authorization data DB device 88. If it is determined that the data is authorized, the comparative authorization processing device 86 outputs that the current operation of the computer device is correct. On the other hand, if it is determined that the data is not certified data, and if the operation result / mismatch indicates that the comparison source data and the verification destination data do not match, a trigger signal for verifying the operation of the current old computer system is output. In response to the verification trigger signal, the test support apparatus 80 outputs a request for verification judgment or information related to the judgment to the operator by displaying the screen or generating a request warning sound from a speaker. To do. Thereafter, when the operator inputs a determination that the result of the verification is “appropriate”, that is, the current operation is normal, the comparison and certification processing device 86 uses the current comparison source data and the verification destination data as certification data. Is stored in the authorized data DB device 88.

なお、認定データではないと判定された場合で、かつ、比較元データ及び検証先データが一致するという動作結果・適正一致の場合は、上記の検証トリガー信号を出力することなく、今回の比較元データや検証先データを認定データとして、認定データDB装置88に保存する。   If it is determined that the data is not certified data, and if the comparison result data and the verification target data match, the operation result / appropriate match results in the comparison source of this time being output without outputting the verification trigger signal. Data and verification destination data are stored in the authorized data DB device 88 as authorized data.

更に、比較認定処理装置86は、オペレータが行う検証作業において有用な、図5に示すような比較リスト、初ものリスト、類似比較リストなどの諸情報を出力する。   Further, the comparison / authorization processing device 86 outputs various information such as a comparison list, an initial list, and a similar comparison list as shown in FIG.

図5において、「オーダ」と称する「1234567−001」、「1234567−002」、「1234567−003」は、それぞれが1つの製品についてのオーダである。又、各製品のオーダの情報は、「HEAD」即ちヘッド情報、又、「BODY」即ちボディ情報からなる。ヘッド情報は項目A〜項目E……などの項目データを有し、ボディ情報は項目ア〜項目オ……などの項目データを有している。そして、これらの項目データ毎に、旧コンピュータ装置の比較元データ、及び新コンピュータ装置の検証先データを比較する。不一致のデータは、図示されるように「NG」となり、一致のデータは「OK」となる。又、個々のオーダ情報において、すべての項目データが一致する場合に、上述の動作結果・適正一致とする。又、この図5に示される比較リストは、上述の動作結果・不一致の場合、オペレータが対処するために利用する情報になる。   In FIG. 5, “1234567-001”, “1234567-002”, and “1234567-003”, which are called “orders”, are orders for one product. The information on the order of each product includes “HEAD”, that is, head information, and “BODY”, that is, body information. The head information includes item data such as item A to item E..., And the body information includes item data such as item A to item O. The comparison source data of the old computer device and the verification destination data of the new computer device are compared for each item data. The mismatched data is “NG” as shown, and the matched data is “OK”. In addition, when all item data matches in individual order information, the above-mentioned operation result / appropriate match is obtained. Further, the comparison list shown in FIG. 5 is information used by the operator to cope with the above-described operation result / mismatch.

又、このような比較処理において、コンペア定義情報DB装置87に格納されているコンペア定義情報が用いられる。該コンペア定義情報は、該比較処理における定義を示すものであり、オーダ情報の構成や、比較のマスクの定義の情報が含まれる。例えば、ある項目データについては、いわゆる「ドント ケア(don’t care)」(不一致化)とするような、比較のマスクの定義の情報が含まれる。   In such a comparison process, the compare definition information stored in the compare definition information DB device 87 is used. The compare definition information indicates the definition in the comparison processing, and includes the configuration of the order information and the definition information of the comparison mask. For example, for some item data, information on the definition of a comparison mask such as so-called “don't care” (inconsistency) is included.

次に、網羅パターン生成装置81は、旧コンピュータシステムの過去における入力データの少なくとも一部に基づいて、前記対象になり得る入力データのサンプル収集を行って、収集されたものを網羅パターンDB装置82に格納する。諸DB装置72が、該サンプル収集対象になるものである。該諸DB装置72は、例えば旧オーダ・ファイル記憶装置33や旧オーダ・ファイル記憶装置34などである。又、該サンプル収集によって収集されたものは、動作テストの対象になるコンピュータ装置において処理対象になり得る入力データであり、該コンピュータ装置の入力データの取り得る値の集合ということになる。   Next, the coverage pattern generation device 81 collects samples of the input data that can be the target based on at least a part of the input data in the past of the old computer system, and the collected pattern data is the coverage pattern DB device 82. To store. The various DB devices 72 are the sample collection targets. The DB devices 72 are, for example, the old order file storage device 33 and the old order file storage device 34. Moreover, what is collected by the sample collection is input data that can be processed in the computer device that is the target of the operation test, and is a set of values that can be taken by the input data of the computer device.

網羅率算出装置89は、認定済みデータの数の、動作テストの対象になるコンピュータ装置において、処理の対象になり得る入力データの数に対する比を、網羅率として算出する。この際、処理の対象になり得る入力データの数は、網羅パターンDB装置82に格納されている、上述のようにサンプル収集したデータにおいて、該当のものの数(データ数)を、網羅率算出装置89が数えることによって行う。   The coverage rate calculation device 89 calculates the ratio of the number of certified data to the number of input data that can be processed in the computer device that is the target of the operation test as the coverage rate. At this time, the number of input data that can be processed is the number of corresponding data (the number of data) stored in the coverage pattern DB device 82 as described above. This is done by counting 89.

該網羅率算出装置89は、オーダ情報の個々の項目データについて、このような網羅率を算出する。又、図6に示されるような、網羅率グラフを出力する。該網羅率グラフは、個々の項目データについてのものであり、白抜き棒グラフによって、処理の対象になり得る入力データの数を示し、処理の対象になり得る入力データの数を示す。又、斜線の棒グラフによって、既に認定データとされた、入力データの数が示される。又、図中において棒グラフに付される破線ボーダラインは、新コンピュータ装置の動作テストとして十分であるとされる網羅率になる、認定データの数である。   The coverage rate calculation device 89 calculates such a coverage rate for each item data of the order information. Also, a coverage rate graph as shown in FIG. 6 is output. The coverage rate graph is for individual item data, and a white bar graph indicates the number of input data that can be processed, and indicates the number of input data that can be processed. In addition, the number of input data that has already been recognized data is indicated by a shaded bar graph. Further, the broken border line attached to the bar graph in the figure is the number of certified data that provides a coverage rate sufficient for an operation test of the new computer device.

なお、網羅パターン生成装置81によるサンプル収集を、再び行わないようにすれば、処理の対象になり得る入力データは、固定的になる。この場合は、動作テストにおいて、網羅率は動作テストの消化数として把握することもできる。   If the sample collection by the coverage pattern generation device 81 is not performed again, the input data that can be processed is fixed. In this case, in the operation test, the coverage rate can be grasped as the number of digests in the operation test.

あるいは、例えば実稼動後など、網羅パターン生成装置81によるサンプル収集を、適宜行うようにすれば、網羅率は、過去の実績を把握したり、動作テストの完了度合いを評価したりするためのパラメータとなる。   Alternatively, if the sample collection by the coverage pattern generation device 81 is performed as appropriate, for example, after actual operation, the coverage rate is a parameter for grasping past results and evaluating the degree of completion of the operation test. It becomes.

なお、本実施形態による動作テストにおいて、テストデータとなる入力データは、旧コンピュータシステムの過去における入力データの少なくとも一部に基づいて収集することになる。この際、図7において、符号Bに示されるような、特殊なオーダについても取り込まれるようにする必要がある。   In the operation test according to the present embodiment, input data serving as test data is collected based on at least a part of the past input data of the old computer system. At this time, it is necessary to take in a special order as indicated by reference numeral B in FIG.

以上のように本実施形態によれば、本願発明を効果的に適用することができる。   As described above, according to this embodiment, the present invention can be effectively applied.

例えば、図8は、本実施形態を利用した新コンピュータシステムの動作テストの作業フローチャートである。   For example, FIG. 8 is a work flowchart of the operation test of the new computer system using this embodiment.

符号C1で、まず動作テストが開始される。動作テストの初期には、新コンピュータシステムのシステム全体の大まかな動作の検証を、システム・テスト作業としてまず行い始める。   First, an operation test is started at C1. In the initial stage of the operation test, a general operation verification of the entire system of the new computer system is first started as a system test operation.

次に、旧コンピュータシステムと同じ機能について、現行保証確認テスト作業として、新コンピュータシステムの動作テストを行う。この現行保証確認テスト作業は、新コンピュータシステムの動作結果が、旧コンピュータシステムの動作結果と同じになるか、テスト支援装置80を用いながら動作テストする。又、旧コンピュータシステムにはない機能については、運用テスト作業を行う。   Next, for the same function as the old computer system, an operation test of the new computer system is performed as the current warranty confirmation test work. In this current warranty confirmation test work, an operation test is performed using the test support device 80 to determine whether the operation result of the new computer system is the same as the operation result of the old computer system. For functions that are not available in the old computer system, operation test work is performed.

これらシステム・テスト作業、現行保証確認テスト作業、運用テスト作業においても、本実施形態のテスト支援装置80が提供する比較認定機能や、網羅率機能が活用され、動作検証を、能率的に、又速やかに行うための支援をすることができる。   In these system test work, current warranty check test work, and operation test work, the comparison certification function and the coverage ratio function provided by the test support device 80 of the present embodiment are also utilized, so that the operation verification can be performed efficiently and We can help you to do it quickly.

符号C2において、新コンピュータシステムの稼動が開始される。例えば、前述の図6においてボーダラインに達して、網羅率が十分であるとされてから、稼動開始とする。しかしながら、この開始の時点においても、大抵の項目データの網羅率は、100パーセントにはなっていない。本実施形態においては、認定データではない入力データが入力された場合、「初もの」としてオペレータに通知する機能(初もの確認機能)が備えられている。従って、稼動が開始された場合は、この初もの確認機能を活用し、未検証の入力データをオペレータが十分に検証することができ、新コンピュータシステムの誤動作による悪影響を未然に防ぐことができる。   At reference C2, the operation of the new computer system is started. For example, the operation is started after reaching the border line in FIG. 6 and having a sufficient coverage rate. However, even at the beginning, the coverage rate of most item data is not 100%. In the present embodiment, when input data that is not authorized data is input, a function of notifying the operator as “first thing” (first confirmation function) is provided. Therefore, when the operation is started, this first confirmation function can be used to allow the operator to sufficiently verify unverified input data, and to prevent adverse effects due to malfunction of the new computer system.

以上のように本実施形態によれば、本願発明を効果的に適用することができる。   As described above, according to this embodiment, the present invention can be effectively applied.

以上説明したとおり、本発明によれば、入力されたデータに基づいた処理を少なくとも行う、コンピュータ装置の動作検証を、能率的に、又速やかに行うための支援をすることができるテスト支援方法及び装置を提供することができる。   As described above, according to the present invention, there is provided a test support method capable of providing support for efficiently and promptly performing an operation verification of a computer device that performs at least processing based on input data. An apparatus can be provided.

本発明が適用された実施形態の全体的なハードウェア構成を示すブロック図The block diagram which shows the whole hardware constitutions of embodiment with which this invention was applied 上記実施形態の各装置に用いるハードウェアの構成を示すブロック図The block diagram which shows the structure of the hardware used for each apparatus of the said embodiment. 各装置の構成を示すブロック図Block diagram showing the configuration of each device 前記実施形態のテスト支援装置の構成を示すブロック図The block diagram which shows the structure of the test assistance apparatus of the said embodiment. 前記実施形態の比較リストを示す線図Diagram showing a comparison list of the embodiment 前記実施形態の網羅率グラフを示す線図Diagram showing the coverage graph of the embodiment 前記実施形態において対象になるオーダの構成図Configuration diagram of target orders in the embodiment 前記実施形態を利用した新コンピュータシステムのテストの作業フローチャートWork flow chart for testing a new computer system using the embodiment

符号の説明Explanation of symbols

1〜3…ネットワーク
4…本社
5…支社
10…本社旧コンピュータ装置
11…本社新コンピュータ装置
12、16…テスト用コンピュータ装置
14…支社旧コンピュータ装置
15…支社新コンピュータ装置
30…引合オーダ投入処理部
33、34、43、61…旧オーダ・ファイル記憶装置
50…製造オーダ投入処理部
51…各種リスト
52…旧オーダDB
60…オーダ受信処理部
63…製造オーダ投入処理部
64…各種リスト
65…旧オーダDB
72…諸DB装置
73…旧処理装置部分
74…新処理装置部分
80…テスト支援装置
81…網羅パターン生成装置
82…網羅パターンDB装置
84…比較元データ記憶装置
85…検証データ記憶装置
86…比較認定処理装置
87…コンペア定義情報DB装置
88…認定データDB装置
89…網羅率算出装置
301〜303…バス
310…CPU
311…RAM
312…ROM
313…LAN−I/F
314…MODEM
320〜322…I/F
330…画面表示装置
331…キーボード
332…マウス
333…プリンタ装置
340…HDD装置
341…CDドライブ装置
342…FDD装置
DESCRIPTION OF SYMBOLS 1-3 ... Network 4 ... Head office 5 ... Branch office 10 ... Old computer apparatus of head office 11 ... New computer apparatus of head office 12, 16 ... Computer apparatus for test 14 ... Old computer apparatus of branch office 15 ... New computer apparatus of branch office 30 ... Inquiry order input processing part 33, 34, 43, 61 ... Old order file storage device 50 ... Manufacturing order input processing unit 51 ... Various lists 52 ... Old order DB
60 ... Order reception processing unit 63 ... Manufacturing order input processing unit 64 ... Various lists 65 ... Old order DB
72 ... Various DB devices 73 ... Old processing device portion 74 ... New processing device portion 80 ... Test support device 81 ... Cover pattern generation device 82 ... Cover pattern DB device 84 ... Comparison source data storage device 85 ... Verification data storage device 86 ... Comparison Authorized processing device 87 ... Compare definition information DB device 88 ... Authorized data DB device 89 ... Coverage rate calculating device 301-303 ... Bus 310 ... CPU
311 ... RAM
312 ... ROM
313 ... LAN-I / F
314 ... MODEM
320 to 322 ... I / F
330 ... Screen display device 331 ... Keyboard 332 ... Mouse 333 ... Printer device 340 ... HDD device 341 ... CD drive device 342 ... FDD device

Claims (4)

動作テストの対象になるコンピュータ装置の、動作テストにおいて適正とされた、該コンピュータ装置に入力されたテスト済みのデータを、認定データとしてデータベース装置に保存しておき、
該コンピュータ装置の動作中に、該コンピュータ装置に入力されるデータが、前記認定データであるか、該データベース装置を参照することで判定し、
認定データであると判定された場合は、該コンピュータ装置の動作を採用し、
他方、認定データではないと判定された場合は、該コンピュータ装置の今回の動作を検証し、乃至は、外部に検証させるトリガー信号を出力し、又該検証の結果が適正とされた場合は、今回の前記入力データを前記認定データとして、前記認定データ・データベース装置に保存すると共に、
前記認定済みデータの数の、該コンピュータ装置において対象になり得る前記入力データの数に対する比を、網羅率として算出し、テストケース又はテストデータの過不足判定の使用に提供することを特徴とするテスト支援方法。
Tested data input to the computer device, which is appropriate in the operation test of the computer device subject to the operation test, is stored in the database device as authorized data,
During operation of the computer device, it is determined by referring to the database device whether the data input to the computer device is the authorization data,
If it is determined that the data is authorized, use the operation of the computer device,
On the other hand, if it is determined that the data is not certified data, the current operation of the computer device is verified, or a trigger signal is output for external verification, and if the verification result is appropriate, The current input data is saved as the authorized data in the authorized data database device,
A ratio of the number of certified data to the number of input data that can be targeted in the computer device is calculated as a coverage rate, and provided for use in a test case or test data excess / deficiency determination Test support method.
請求項1に記載のテスト支援方法において、
既に運用されている旧コンピュータ装置から置き換えられる、新コンピュータ装置が、テスト対象の前記コンピュータ装置であって、
前記旧コンピュータ装置の過去における入力データの少なくとも一部に基づいて、前記対象になり得る入力データのサンプル収集を行って、収集されたものを網羅率パターンデータベース装置に格納し、
該網羅率パターンデータベース装置に格納されている情報を用いて、前記網羅率算出を行うようにしたことを特徴とするテスト支援方法。
The test support method according to claim 1,
A new computer device, which is replaced from an old computer device already in operation, is the computer device to be tested,
Based on at least a part of the input data in the past of the old computer device, perform sample collection of the input data that can be the target, and store the collected data in the coverage rate pattern database device,
A test support method characterized in that the coverage rate calculation is performed using information stored in the coverage rate pattern database device.
動作テストの対象になるコンピュータ装置の、動作テストにおいて適正とされた、該コンピュータ装置に入力されたテスト済みのデータを、認定データとして保存する、認定データ・データベース装置と、
該コンピュータ装置の動作中に、該コンピュータ装置に入力されるデータが、前記認定データであるか、該データベース装置を参照することで判定し、認定データであると判定された場合は、該コンピュータ装置の今回の動作を採用し、他方、認定データではないと判定された場合は、該コンピュータ装置の動作を検証し、乃至は、外部に検証させるトリガー信号を出力し、又該検証の結果が適正とされた場合は、今回の前記入力データを前記認定データとして、前記認定データ・データベース装置に保存する比較認定処理装置と、
前記認定済みデータの数の、該コンピュータ装置において対象になり得る前記入力データの数に対する比を、網羅率として算出する網羅率算出装置と、
を備えたことを特徴とするテスト支援装置。
An accredited data database device for storing, as accredited data, tested data input to the computer device that has been validated in the operational test of the computer device subject to the operation test;
When it is determined that the data input to the computer device is the authorization data or by referring to the database device during the operation of the computer device, and it is determined that the data is the authorization data, the computer device On the other hand, if it is determined that the data is not certified data, the operation of the computer apparatus is verified, or a trigger signal for external verification is output, and the result of the verification is appropriate. If this is the case, the input data of this time as the authorization data, the comparison authorization processing device that saves in the authorization data database device,
A coverage ratio calculation device that calculates a ratio of the number of certified data to the number of input data that can be targeted in the computer device as a coverage ratio;
A test support apparatus characterized by comprising:
請求項1及び請求項2に記載のテスト支援方法、及び、請求項3に記載のテスト支援装置の、いずれか1つを実施するためのコンピュータ・プログラム。   A computer program for executing any one of the test support method according to claim 1 and the test support apparatus according to claim 3.
JP2005211387A 2005-07-21 2005-07-21 Test support method and device thereof Withdrawn JP2007026360A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005211387A JP2007026360A (en) 2005-07-21 2005-07-21 Test support method and device thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005211387A JP2007026360A (en) 2005-07-21 2005-07-21 Test support method and device thereof

Publications (1)

Publication Number Publication Date
JP2007026360A true JP2007026360A (en) 2007-02-01

Family

ID=37786996

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005211387A Withdrawn JP2007026360A (en) 2005-07-21 2005-07-21 Test support method and device thereof

Country Status (1)

Country Link
JP (1) JP2007026360A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9164878B2 (en) 2010-12-24 2015-10-20 International Business Machines Corporation Evaluating coverage of a software test

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9164878B2 (en) 2010-12-24 2015-10-20 International Business Machines Corporation Evaluating coverage of a software test

Similar Documents

Publication Publication Date Title
JP7092868B2 (en) Digital Asset Traceability and Guarantee with Distributed Ledger
CN110495132B (en) System and method for generating, uploading and executing code blocks within distributed network nodes
US20100058114A1 (en) Systems and methods for automated management of compliance of a target asset to predetermined requirements
JP2006139754A (en) Security electronic delivery seal for information processing system
US11748487B2 (en) Detecting a potential security leak by a microservice
US10091123B2 (en) System and user interface for coordinating distributed workflow between multiple computing systems
JP2016099857A (en) Fraudulent program handling system and fraudulent program handling method
JPWO2009144826A1 (en) Inspection file generation program, inspection file generation apparatus, and inspection file generation method
JP2019192190A (en) Cloud scraping system and method using pre-scraped big data, and computer program therefor
CN103440460A (en) Application system change validation method and system
Woody et al. Predicting software assurance using quality and reliability measures
JP2020021309A (en) Vulnerability management system and program
JP4215255B2 (en) Degradation confirmation inspection method, degradation confirmation inspection system, and program therefor
CN112015715A (en) Industrial Internet data management service testing method and system
CN114785763B (en) Problem reproduction processing method, device and system
JP2007026360A (en) Test support method and device thereof
US9998495B2 (en) Apparatus and method for verifying detection rule
JP4879090B2 (en) Information processing apparatus and information processing method
Wang et al. Optimization analysis of retrial machine repair problem with server breakdown and threshold recovery policy
JP4550487B2 (en) Software management system, management device, operation device, software management method, software operation method, and program
JP2015043181A (en) Regression test supporting system
JP2000285076A (en) Log management system
US20230011250A1 (en) Intelligent Dynamic Web Service Testing Apparatus in a Continuous Integration and Delivery Environment
Rijayanti et al. Monitoring Application for the Secure Software Development based on Risk Assessment Model
JP2008009830A (en) Operation confirmation device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20081007