JPH0689203A - Program collective test device - Google Patents

Program collective test device

Info

Publication number
JPH0689203A
JPH0689203A JP4095757A JP9575792A JPH0689203A JP H0689203 A JPH0689203 A JP H0689203A JP 4095757 A JP4095757 A JP 4095757A JP 9575792 A JP9575792 A JP 9575792A JP H0689203 A JPH0689203 A JP H0689203A
Authority
JP
Japan
Prior art keywords
test
test data
program
processing unit
tested
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
JP4095757A
Other languages
Japanese (ja)
Inventor
晴彦 ▲斉▼藤
Haruhiko Saito
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP4095757A priority Critical patent/JPH0689203A/en
Publication of JPH0689203A publication Critical patent/JPH0689203A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To collectively conduct a test on plural pieces of test data for plural programs by providing a test execution processing part which collectively conducts the test on plural pieces of test data that are registered and a test result output processing part editing/outputting a test result. CONSTITUTION:The test execution processing part 4 judges the programs corresponding to test data from the identifier of a header part in test data, calls the programs from a program library 11 existing in a storage device 8 and conducts the test. Test data which is tested and the test result are made into a pair and it is outputted to an intermediate file 10 existing in a storage device 7. A control processing part 2 controls a series of a test data input processing and a test execution processing so that they are executed until all test data files 9 are tested. The test data result output processing part 5 classifies all the programs which are tested, into a normal system and an abnormal system so as to output a list 13.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はプログラム一括テスト装
置に関し、特にプログラムのテストをするとき登録され
た複数のテストデータを一括してテストする。またその
結果を編集し出力するプログラム一括テスト装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program batch test device, and more particularly, to test a plurality of registered test data collectively when testing a program. The present invention also relates to a program batch test device that edits and outputs the result.

【0002】[0002]

【従来の技術】従来、複数のプログラムのテストを行う
場合には、1つ1つのプログラムごとにテストを行って
きた。また1つのプログラムのテストを行うにはテスト
データの件数だけテストデータの入力、テストの実行、
テスト結果の出力を行わなければならなかった。
2. Description of the Related Art Conventionally, when testing a plurality of programs, the test has been performed for each program. To test one program, input test data as many times as test data, execute test,
I had to output the test results.

【0003】またプログラムの一部変更などにより以前
にテストを行ったプログラムを以前にテストを行ったテ
ストデータで再度テストを行う場合においても、以前に
テストを行ったときと同様にテストデータの入力、テス
トの実行、テスト結果の出力を行わなければならなかっ
た。
In addition, when a program that has been previously tested is retested with test data that has been previously tested due to a partial change of the program or the like, input of test data is performed in the same manner as when the test was previously performed. , Had to run tests and print test results.

【0004】[0004]

【発明が解決しようとする課題】上述した従来のプログ
ラム一括テスト装置は、従来、複数のプログラムのテス
トを行う場合には、1つ1つのプログラムごとにテスト
を行ってきた。また1つのプログラムのテストを行うに
はテストデータの件数だけテストデータの入力、テスト
の実行、テスト結果の出力を行わなければならなかった
為、テストデータの数を増やせば増やすほどテストの実
施に時間がかかっていた。
In the conventional program batch test apparatus described above, conventionally, when a plurality of programs are tested, each program is tested. Also, in order to test one program, it was necessary to input test data, execute the test, and output the test result by the number of test data. Therefore, the more test data, the more the test execution becomes possible. It took time.

【0005】またプログラムの一部変更などにより以前
にテストを行ったプログラムを以前にテストを行ったテ
ストデータで再度テストを行う場合においても、以前に
テストを行ったときと同様にテストデータの入力、テス
トの実行、テスト結果の出力を行わなければならなかっ
た為、プログラムの保守管理を行っている間つねにテス
トの実施に工数をさいていた。
Also, when a program that has been tested before is retested with test data that was previously tested due to a partial change of the program or the like, input of test data is the same as when the test was previously performed. Since I had to execute the test and output the test result, I always spent a lot of time on executing the test while maintaining the program.

【0006】[0006]

【課題を解決するための手段】本発明のプログラム一括
テスト装置は、テストデータファイルからテストデータ
入力装置により登録されたテストデータを読み込むテス
トデータ入力処理部と、読み込んだテストデータが指示
するプログラムをプログラムライブラリから読み込みテ
ストを行うテスト実行処理部と、テスト結果を編集し出
力するテスト結果出力処理部と、全体を制御する制御処
理部と、を備える。
A program batch test apparatus according to the present invention comprises a test data input processing section for reading test data registered by a test data input apparatus from a test data file, and a program designated by the read test data. A test execution processing unit that performs a read test from the program library, a test result output processing unit that edits and outputs a test result, and a control processing unit that controls the whole are provided.

【0007】[0007]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0008】図1は本発明のプログラム一括テスト装置
の一実施例を示す構成図である。
FIG. 1 is a block diagram showing an embodiment of a program batch test apparatus of the present invention.

【0009】本実施例のプログラム一括テスト装置は、
図1に示すように、テストデータ入力装置(12)により
記憶装置1(6)中に存在するテストデータファイル
(9)にテストデータを登録する。このテストデータの
構成はヘッダ部とデータ部からなり、ヘッダ部はこのテ
ストデータがどのプログラムをテストする為のテストデ
ータであるか識別する為の識別子とこのテストデータが
正常系のテストデータであるか異常系のテストデータで
あるか識別するためのデータタイプからなる。データ部
はテストしたいプログラムに渡す実際の値からなる。
The program batch test apparatus of this embodiment is
As shown in FIG. 1, the test data input device (12) registers the test data in the test data file (9) existing in the storage device 1 (6). The structure of this test data is composed of a header part and a data part. The header part is an identifier for identifying which program this test data is test data for, and this test data is normal test data. It consists of a data type to identify whether it is abnormal test data. The data part consists of the actual values passed to the program you want to test.

【0010】上記のようにテストデータ入力装置(12)
からテストデータをテストデータファイル(9)に登録
後、テストデータ入力装置(12)からプログラム一括テ
スト装置(1)の動作を開始させる。
As described above, the test data input device (12)
After the test data is registered in the test data file (9), the operation of the program batch test device (1) is started from the test data input device (12).

【0011】動作を開始したプログラム一括テスト装置
(1)では、先ずプログラム一括テスト装置(1)を構
成する制御処理部(2)が起動する。起動した制御処理
部(2)はテストデータ入力処理部(3)を起動させ
る。
In the program batch test apparatus (1) having started the operation, first, the control processing unit (2) constituting the program batch test apparatus (1) is activated. The activated control processing unit (2) activates the test data input processing unit (3).

【0012】テストデータ入力処理部(3)はテストデ
ータファイル(9)にテストデータが存在するか検査
し、存在すればテストデータを読み込み、テスト実行処
理部(4)に制御を移す。
The test data input processing unit (3) checks whether test data exists in the test data file (9), reads the test data if it exists, and transfers control to the test execution processing unit (4).

【0013】テスト実行処理部(4)はテストデータの
ヘッダ部の識別子からテストデータに対応するプログラ
ムを判断し、記憶装置3(8)に存在するプログラムラ
イブラリ(11)からプログラムを読み込みテストを実行
し、記憶装置2(7)に存在する中間ファイル(10)に
テストを行ったテストデータとテスト結果を対にして出
力する。
The test execution processing unit (4) determines the program corresponding to the test data from the identifier of the header portion of the test data, reads the program from the program library (11) existing in the storage device 3 (8), and executes the test. Then, the test data and the test result that have been tested are output to the intermediate file (10) existing in the storage device 2 (7) as a pair.

【0014】制御処理部(2)はテストデータ入力処理
・テスト実行処理の一連の処理をテストデータファイル
(9)のテストデータ全てをテストし終わるまで実行す
るよう制御する。テストデータ全てのテストが終わった
のちにテスト結果出力処理部(5)を起動させる。
The control processing unit (2) controls the series of test data input processing and test execution processing to be executed until all the test data in the test data file (9) have been tested. After the test of all the test data is completed, the test result output processing unit (5) is activated.

【0015】テスト結果出力処理部(5)は中間ファイ
ル(10)に出力されたテストデータとテスト結果をプロ
グラムごとに正常系と異常系に分類し、リスト(13)の
出力を行い、プログラム一括テスト装置(1)の動作を
終了する。
The test result output processing unit (5) classifies the test data and test results output to the intermediate file (10) into normal system and abnormal system for each program, outputs a list (13), and outputs the program batch. The operation of the test device (1) is ended.

【0016】[0016]

【発明の効果】以上説明したように、本発明のプログラ
ム一括テスト装置は、次に述べる効果を上げることが出
来る。
As described above, the program batch test apparatus of the present invention can bring about the following effects.

【0017】第一に、複数のプログラムに対する複数の
テストデータを一括してテストを行うことが出来、テス
トに掛かる時間の短縮を図ることが出来る。第二に、一
度テストデータファイルにテストデータの登録を行うこ
とにより、それ以降何度でも繰り返してテストを行うこ
とが出来る。第三に、テストデータとテスト結果の管理
に掛かる工数を大幅に削減することが出来る。
First, a plurality of test data for a plurality of programs can be collectively tested, and the time required for the test can be shortened. Secondly, once the test data is registered in the test data file, the test can be repeated any number of times thereafter. Third, the man-hours required for managing test data and test results can be significantly reduced.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明のプログラム一括テスト装置の一実施例
を示す構成図である。
FIG. 1 is a configuration diagram showing an embodiment of a program batch test device of the present invention.

【符号の説明】 (1) プログラム一括テスト装置 (2) 制御処理部 (3) テストデータ入力処理部 (4) テスト実行処理部 (5) テスト果出力処理部 (6) 記憶装置1 (7) 記憶装置2 (8) 記憶装置3 (9) テストータファイル (10) 中間ファイル (11) プログラムライブラリ (12) テストデータ入力装置 (13) リスト[Explanation of Codes] (1) Program Batch Test Device (2) Control Processing Unit (3) Test Data Input Processing Unit (4) Test Execution Processing Unit (5) Test Result Output Processing Unit (6) Storage Device 1 (7) Storage device 2 (8) Storage device 3 (9) Tester file (10) Intermediate file (11) Program library (12) Test data input device (13) List

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 テストデータファイルからテストデータ
入力装置により登録されたテストデータを読み込むテス
トデータ入力処理部と、読み込んだテストデータが指示
するプログラムをプログラムライブラリから読み込みテ
ストを行うテスト実行処理部と、テスト結果を編集し出
力するテスト結果出力処理部と、全体を制御する制御処
理部と、を備えることを特徴とするプログラム一括テス
ト装置。
1. A test data input processing unit for reading test data registered by a test data input device from a test data file, a test execution processing unit for reading a program designated by the read test data from a program library, and performing a test. A program batch test apparatus comprising: a test result output processing unit for editing and outputting a test result; and a control processing unit for controlling the whole.
JP4095757A 1992-04-16 1992-04-16 Program collective test device Withdrawn JPH0689203A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4095757A JPH0689203A (en) 1992-04-16 1992-04-16 Program collective test device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4095757A JPH0689203A (en) 1992-04-16 1992-04-16 Program collective test device

Publications (1)

Publication Number Publication Date
JPH0689203A true JPH0689203A (en) 1994-03-29

Family

ID=14146368

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4095757A Withdrawn JPH0689203A (en) 1992-04-16 1992-04-16 Program collective test device

Country Status (1)

Country Link
JP (1) JPH0689203A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03220252A (en) * 1990-01-26 1991-09-27 Idemitsu Petrochem Co Ltd High-gloss impact-resistant styrenic resin composition

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03220252A (en) * 1990-01-26 1991-09-27 Idemitsu Petrochem Co Ltd High-gloss impact-resistant styrenic resin composition

Similar Documents

Publication Publication Date Title
JPS61229134A (en) Microcomputer
JPH0689203A (en) Program collective test device
JP7343197B2 (en) Information processing device, information processing system, information processing method and program
JPH08106404A (en) Automatic driver generating device for software test
JPH1115693A (en) Test device of software and record medium
JPH0214734B2 (en)
JPS6225340A (en) Inspection device
JPS62159243A (en) Automatic test device for electronic computer
KR950002163B1 (en) Function testing method of korean character unix
JP3317336B2 (en) Instruction combination test method and recording medium
JPH0520115A (en) Pseudo fault testing system for information processor
JPS63174130A (en) System for detecting value unsettled variable name
JPS62266629A (en) Event recording method for data processor
JPS63191247A (en) Log-out processing system
JPH09189744A (en) Method for diagnosing ic tester unit
JPH09218751A (en) Copy system to recording medium
JPH06139093A (en) System for reproducing test of hardware fault
JPH0797129B2 (en) LSI test system
JPS62205445A (en) Hardware initial diagnosis program executing system
JPH05298150A (en) Application program inspecting system
JPH0573820A (en) Offset read testing system for magnetic disk device
JPH04153775A (en) Control system for logical simulation result
JPH04101240A (en) Testing system for replaceable software
JPH0895817A (en) Method for testing information processor
JPH0252293B2 (en)

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: 19990706