JPH03137734A - Automatic executing system for test program - Google Patents

Automatic executing system for test program

Info

Publication number
JPH03137734A
JPH03137734A JP1276918A JP27691889A JPH03137734A JP H03137734 A JPH03137734 A JP H03137734A JP 1276918 A JP1276918 A JP 1276918A JP 27691889 A JP27691889 A JP 27691889A JP H03137734 A JPH03137734 A JP H03137734A
Authority
JP
Japan
Prior art keywords
test
test program
connection
program
under test
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP1276918A
Other languages
Japanese (ja)
Inventor
Seiichi Ura
浦 誠一
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 Solution Innovators Ltd
Original Assignee
NEC Software Hokuriku Ltd
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 Software Hokuriku Ltd filed Critical NEC Software Hokuriku Ltd
Priority to JP1276918A priority Critical patent/JPH03137734A/en
Publication of JPH03137734A publication Critical patent/JPH03137734A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To automatically execute the test program of a device to be tested and to reduce a trouble for executing a test by providing a test program storage means, a test corresponding table and a tested device connection check means for the device to be tested. CONSTITUTION:When the test device 1 is initialized and starts in the execution of the test program, the connection check means 13 for the device to be tested checks the identification numbers of all the devices to be tested connected to a connection means 16. Then the presence of connection is set in connection information 123 of an identification number equal to that of the connection device to be tested in the test corresponding table 12 and the absence of connection is set in other information 123. Then a test program loading means 14 loads the test program from the test program storage means 11 in accordance with the name of the test program of test program starting parameter information 122 where the presence of connection is set in information 123. Then, a test program execution means 15 starts and executes the test program. Consequently, the test program can automatically be executed and the trouble of the test can be reduced.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は試験プログラムの実行方式に関し、特に試験プ
ログラム自動実行方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Application Field] The present invention relates to a test program execution method, and particularly to a test program automatic execution method.

〔従来の技術〕[Conventional technology]

従来、試験プログラムを実行する場合、試験装置を立ち
上げた後、人手によって接続されている被試験装置を確
認し、それに応じた試験プログラムを実行しなければな
らなかった。
Conventionally, when executing a test program, it was necessary to start up the test equipment, manually check the connected devices under test, and execute the test program accordingly.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の試験プログラム実行方式では、試験装置
を立上げた後、人手によって接続されている被試験装置
を調べ、人手によって試験プログラムを起動しなければ
ならない。そのため接続されていない被試験装置に対す
る試験プログラムを起動したり、試験プログラムの起動
パラメータ間違えたり、手間がかかると言う欠点がある
In the conventional test program execution method described above, after starting up the test equipment, it is necessary to manually check the connected devices under test and manually start the test program. Therefore, there are disadvantages in that it takes time and effort to start a test program for a device under test that is not connected, or to make wrong startup parameters for the test program.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の試験プログラム自動実行方式は、異種の被試験
装置を複数個接続できる試験装置において、前記被試験
装置のそれぞれに対する試験プログラムが格納されてい
る試験プログラム記憶手段と、前記被試験装置のそれぞ
れに対する試験プログラム名と前記被試験装置の接続の
有無情報とを保持する試験対応テーブルと、前記被試験
装置の接続状態を調べ前記試験対応テーブルに設定する
被試験装置接続チェック手段と、前記試験対応テーブル
にもとずき接続されている被試験装置の試験プログラム
を前記試験プログラム記憶手段よりロードする試験プロ
グラムロード手段と、前記試験プログラムロード手段が
ロードした試験プログラムを対象被試験装置に対して実
行する試験プログラム実行手段とを有する。
The test program automatic execution method of the present invention provides a test program storage means in which a test program for each of the devices under test is stored, and a test program storage means for each of the devices under test in a test device to which a plurality of different types of devices under test can be connected. a test correspondence table that holds a test program name and information on whether or not the device under test is connected; a device under test connection check means that checks the connection status of the device under test and sets it in the test correspondence table; a test program loading means for loading a test program of the device under test connected based on the table from the test program storage means; and executing the test program loaded by the test program loading means on the target device under test. and test program execution means.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例の構成を示すブロック図であ
る。同図において試験装置1はN個の被試験装置21〜
2Nに接続されており、各被試験装置に対する試験プロ
グラムが格納されている試験プログラム記憶手段11と
、各被試験装置に対する試験プログラム名及び被試験装
置の接続の有無情報等を保持する試験対応テーブル12
と、接続されている被試験装置を調べその接続情報を試
験対応テーブルに設定する被試験装置接続チェック手段
13と、試験対応テーブルの接続情報にまとすき接続さ
れている被試験装置の試験プログラムを試験プログラム
記憶手段よりロードする試験プログラムロード手段14
と、試験プログラムロード手段がロードした試験プログ
ラムを対象被試験装置に対して実行する試験プログラム
実行手段15と、試験装置に異種の被試験装置を複数個
接続するための接続手段16とを含んで構成されている
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. In the figure, the test device 1 has N devices under test 21 to
2N and stores test programs for each device under test, and a test correspondence table that holds test program names for each device under test, information on whether or not the device under test is connected, etc. 12
, a device under test connection check means 13 that checks the connected device under test and sets its connection information in the test correspondence table; and a test program for the device under test that is connected to the connection information in the test correspondence table. Test program loading means 14 for loading from the test program storage means
, a test program execution means 15 for executing the test program loaded by the test program loading means on the target device under test, and a connection means 16 for connecting a plurality of different types of devices under test to the test device. It is configured.

第2図は試験対応テーブル12の内容を示す説明図であ
る。同図において試験対応テーブル12は、識別情報1
21.試験プログラム起動パラメータ情報122.接続
情報123を含む。
FIG. 2 is an explanatory diagram showing the contents of the test correspondence table 12. In the same figure, the test correspondence table 12 includes identification information 1
21. Test program startup parameter information 122. Contains connection information 123.

次にこのように構成された試験プログラム自動実行方式
の動作について説明する。
Next, the operation of the test program automatic execution system configured as described above will be explained.

まず、試験対応テーブル12の識別情報121と試験プ
ログラム起動パラメータ情報122とに接続可能な全て
の被試験装置の識別番号とそれに対応−する試験プログ
ラム名及び起動パラメータを設定し、試験プログラム記
憶手段11に全ての試験プログラムを格納し、試験を行
う被試験装置21〜2Nを試験装置1に接続する。
First, the identification numbers of all devices under test that can be connected to the identification information 121 and the test program starting parameter information 122 of the test correspondence table 12 and the corresponding test program names and starting parameters are set, and the test program storage means 11 All test programs are stored in the test device 1, and the devices under test 21 to 2N to be tested are connected to the test device 1.

試験装置1を立上げると、まず被試験装置接続チェック
手段13は接続手段16に接続されている全ての被試験
装置の識別番号を調べ、試験対応テーブル12の接続さ
れている被試験装置の識別番号と同じ識別番号の接続情
報123に接続有りの設定を行い、その他の接続情報1
23には接続無しの設定を行う。
When the test apparatus 1 is started up, the device under test connection check means 13 first checks the identification numbers of all the devices under test connected to the connection means 16, and checks the identification numbers of the connected devices under test in the test correspondence table 12. Set connection information 123 with the same identification number as the number, and set other connection information 1
23 is set to no connection.

次に試験プログラムロード手段14は試験対応テーブル
の接続情報123に接続有りの設定が行われている試験
プログラム起動パラメータ情報122の試験プログラム
名に従って試験プログラム記憶手段11より試験プログ
ラムをロードし、起動パラメータを試験プログラム実行
手段15に渡す。試験プログラム実行手段15は起動パ
ラメータに従ちて試験プログラム手段14によってロー
ドされた試験プログラムを起動し実行する。
Next, the test program loading means 14 loads the test program from the test program storage means 11 according to the test program name of the test program starting parameter information 122 for which the connection information 123 of the test correspondence table is set to be connected, and the starting parameter is passed to the test program execution means 15. The test program execution means 15 starts and executes the test program loaded by the test program means 14 according to the start parameters.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、試験プログラム記憶手段
、試験対応テーブル、被試験装置接続チェック手段、試
験プログラムロード手段、試験プログラム実行手段、接
続手段を設けたことにより、試験装置を立上げることに
より接続されている被試験装置の試験プログラムを自動
的に実行する。したがって人手で試験プログラムを起動
する必要が無くなるので、接続されていない被試験装置
の試験プログラムを起動したり、試験プログラムの起動
パラメータを間違えたりしなくなり、また試験を行う手
間も少なくなるという効果がある。
As explained above, the present invention provides a test program storage means, a test correspondence table, a device under test connection check means, a test program load means, a test program execution means, and a connection means. Automatically executes the test program of the connected device under test. Therefore, it is no longer necessary to start the test program manually, so there is no need to start a test program for a device under test that is not connected, or to make a mistake in the start parameters of the test program, and the effort required to perform the test is also reduced. be.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例の構成を示すブロック図、第
2図は試験対応テーブルの内容を示す説明図である。 1・・・試験装置、11・・・試験プログラム記憶手段
、12・・・試験対応テーブル、13・・・被試験装置
接続チェック手段、14・・・試験プログラムロード手
段、15・・・試験プログラム実行手段、16・・・接
続手段、21〜2N・・・被試験装置。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, and FIG. 2 is an explanatory diagram showing the contents of a test correspondence table. DESCRIPTION OF SYMBOLS 1...Test device, 11...Test program storage means, 12...Test correspondence table, 13...Device under test connection check means, 14...Test program loading means, 15...Test program Execution means, 16... Connection means, 21-2N... Device under test.

Claims (1)

【特許請求の範囲】[Claims] 異種の被試験装置を複数個接続できる試験装置において
、前記被試験装置のそれぞれに対する試験プログラムが
格納されている試験プログラム記憶手段と、前記被試験
装置のそれぞれに対する試験プログラム名と前記被試験
装置の接続の有無情報とを保持する試験対応テーブルと
、前記被試験装置の接続状態を調べ前記試験対応テーブ
ルに設定する被試験装置接続チェック手段と、前記試験
対応テーブルにもとずき接続されている被試験装置の試
験プログラムを前記試験プログラム記憶手段よりロード
する試験プログラムロード手段と、前記試験プログラム
ロード手段がロードした試験プログラムを対象被試験装
置に対して実行する試験プログラム実行手段とを有する
ことを特徴とする試験プログラム自動実行方式。
In a test device capable of connecting a plurality of devices under test of different types, a test program storage means storing a test program for each of the devices under test, a test program name for each of the devices under test, and a name of the test program for each of the devices under test is stored. a test correspondence table that holds information on the presence or absence of connection; a device under test connection check means that checks the connection status of the device under test and sets it in the test correspondence table; and a device under test that is connected based on the test correspondence table. A test program loading means for loading a test program for the device under test from the test program storage means, and a test program execution means for executing the test program loaded by the test program loading means on the target device under test. Features a test program automatic execution method.
JP1276918A 1989-10-23 1989-10-23 Automatic executing system for test program Pending JPH03137734A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1276918A JPH03137734A (en) 1989-10-23 1989-10-23 Automatic executing system for test program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1276918A JPH03137734A (en) 1989-10-23 1989-10-23 Automatic executing system for test program

Publications (1)

Publication Number Publication Date
JPH03137734A true JPH03137734A (en) 1991-06-12

Family

ID=17576208

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1276918A Pending JPH03137734A (en) 1989-10-23 1989-10-23 Automatic executing system for test program

Country Status (1)

Country Link
JP (1) JPH03137734A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007334858A (en) * 2006-05-15 2007-12-27 Denso Corp Inspection apparatus, test system, and program
JP2012089149A (en) * 2005-12-08 2012-05-10 Korea Electronics Telecommun Method and device for providing tap (touch and play) based service and system using the same

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012089149A (en) * 2005-12-08 2012-05-10 Korea Electronics Telecommun Method and device for providing tap (touch and play) based service and system using the same
JP2007334858A (en) * 2006-05-15 2007-12-27 Denso Corp Inspection apparatus, test system, and program

Similar Documents

Publication Publication Date Title
CN106844136A (en) The collection method and system of a kind of program crashing information
JPH03137734A (en) Automatic executing system for test program
JPS62125440A (en) Test execution system
US6026344A (en) Diagnosis method for vehicle systems
JPH04156615A (en) System rising system
JPS61170847A (en) Automatic testing equipment of peripheral device
JPS6167149A (en) Test program selecting system of peripheral device
JPS63182752A (en) System for supporting single unit test capable of preserving result
CN117453522A (en) Task execution method, device, electronic equipment and storage medium
JPS61138184A (en) Hardware confirmation method of tester by test program
JPS61184647A (en) Performance test system of computer equipment
CN115167363A (en) Electronic control unit testing method, device and system
JPS61153742A (en) Start controlling system of test program
JPS63201841A (en) Program debugging system
JPH03166630A (en) Job monitoring system in high load test
JPS63106052A (en) Fault information stacking system
JPH07168743A (en) Information display system in abnormal completion of user program
JPH04266131A (en) Heavy load test system for information processor
JPS63109545A (en) Self-diagnostic system for hardware
JPH0497444A (en) Maintenance diagnostic device for information processor
JPH06332742A (en) Test execution system
JPH02259840A (en) Information processor
JPH0253148A (en) Debugging method for test program for input/output device
JPH0259808A (en) Constitution control system at the time of rising computer system
JPS6365541A (en) Automatic display system for program in fault