JPH02250120A - Automatizing system for test diagnostic program of information processing system - Google Patents

Automatizing system for test diagnostic program of information processing system

Info

Publication number
JPH02250120A
JPH02250120A JP1072131A JP7213189A JPH02250120A JP H02250120 A JPH02250120 A JP H02250120A JP 1072131 A JP1072131 A JP 1072131A JP 7213189 A JP7213189 A JP 7213189A JP H02250120 A JPH02250120 A JP H02250120A
Authority
JP
Japan
Prior art keywords
test
test execution
unit
execution
test result
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
JP1072131A
Other languages
Japanese (ja)
Inventor
Isao Takemura
竹村 功夫
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 JP1072131A priority Critical patent/JPH02250120A/en
Publication of JPH02250120A publication Critical patent/JPH02250120A/en
Pending legal-status Critical Current

Links

Landscapes

  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

PURPOSE:To shorten both test and maintenance time by selecting and executing automatically a test executing part to be executed in accordance with the relation of each test executing part registered in advance when an error is detected in the test executing part. CONSTITUTION:As for tables which a test executing part relation managing means 5 has, there are a test executing part name table 13 and a test result code table 14. By using an executed test executing part name as a key and retrieving the test executing part name table 13, a head address and an end address of an area in the test result code table 14 corresponding to the test executing part are obtained. Subsequently, by using a test result code as a key and retrieving extending from the head to the end address in the test result code table 14 obtained from the test executing part name table 13, the test executing part name to be executed is obtained. In the case when the record concerned does not exist as a result of retrieval of the test result code, in accordance with its relation, the text executing part to be executed in the next time is handled by deciding it not to exist. In such a way, it does not takes a long time for executing a test.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理システムの試験診断方式に関し、特に
情報処理システム試験診断プログラム自動化方式に関す
る。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a test diagnosis method for an information processing system, and more particularly to an information processing system test diagnosis program automation method.

〔従来の技術〕[Conventional technology]

従来、この種の試験診断プログラムではエラー検出時、
オペレータがエラーメツセージを解析し、次に実行すべ
き試験実行部を選択し、実行していた。
Conventionally, in this type of test diagnostic program, when an error is detected,
The operator analyzes the error message, selects the test execution part to be executed next, and executes it.

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

上述した従来の試験診断プロクラム方式では、オペレー
タがエラーメツセージを解析し、次に実行すべき試験実
行部を選択しなければならず、オペレータにスキルが要
求され、また、次に試験実行までに時間かかかるという
欠点がある。
In the conventional test diagnosis program method described above, the operator has to analyze the error message and select the test execution part to be executed next, which requires skill on the part of the operator and also takes a long time before the next test execution. It has the disadvantage of being expensive.

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

本発明は情報処理システム試験診断プログラム自動化方
式は、試験の実行を管理する試験管理部と実際に試験を
おこなう複数の試験実行部とから構成される情報処理シ
ステム試験診断プログラムの処理方式において、 オペレータとの通信をおこなうオペレータインタフェー
ス手段と、前記オペレータインタフェース手段または次
に実行する試験実行部を選択する試験実行部選択手段に
より選択された試験実行部の試験実行指示受信手段に試
験実行指示をおこなう試験実行部起動手段と、試験実行
部の試験結果送信手段からの試験結果報告を受信する試
験結果受信手段と、各種の試験実行部どうしの関連情報
を登録管理する試験実行部関連管理手段と、前記試験結
果受信手段により受信した試験結果と前記試験実行部関
連管理手段により管理される試験実行部とうしの関連情
報とから次に実行する試験実行部を選択する試験実行部
選択手段とを含む試験管理部と、 前記試験管理部の試験実行部起動手段からの試験実行指
示を受信する試験実行指示受信手段と、目的の試験をお
こなう試験手段と、試験結果を前記試験管理部の試験結
果受信手段に送信する試験結果送信手段とを含む試験実
行部とを備えて構成される。
The present invention provides an information processing system test diagnosis program automation method, which is a processing method for an information processing system test diagnosis program consisting of a test management section that manages the execution of tests and a plurality of test execution sections that actually perform the tests. and a test execution instruction for instructing a test execution instruction receiving means of a test execution section selected by the operator interface means or test execution section selection means for selecting a test execution section to be executed next. an execution unit startup means, a test result reception unit that receives a test result report from a test result transmission unit of the test execution unit, a test execution unit related management unit that registers and manages related information between various test execution units; A test including a test execution part selection means for selecting a test execution part to be executed next from the test results received by the test result reception means and the test execution part related information managed by the test execution part related management means. a management section; a test execution instruction receiving means for receiving a test execution instruction from the test execution section activating means of the test management section; a test means for conducting a target test; and a test result receiving means for transmitting the test results to the test execution section starting means of the test management section. and a test execution unit including a test result transmitting means for transmitting the test results to the test result transmitter.

〔実施例〕〔Example〕

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

第1図は本発明の一実施例の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

第1図を参照すると、本発明の一実施例は、試験管理部
1と、試験実行部7・1112とから構成される。この
うち試験管理部1は、オペレータインタフェース手段2
と、試験実行部起動手段3と、試験結果受信手段4と、
試験実行部関連管理手段5と、試験実行部選択手段6と
、試験実行部7とで構成され、試験実行部7・1]・1
2は、それぞれ試験実行指示受信手段8と、試験手段9
と、試験結果送信手段10、とで構成されている。
Referring to FIG. 1, one embodiment of the present invention is comprised of a test management section 1 and a test execution section 7/1112. Of these, the test management section 1 is connected to the operator interface means 2.
, a test execution unit starting means 3, a test result receiving means 4,
The test execution unit 7.1] is composed of a test execution unit related management means 5, a test execution unit selection unit 6, and a test execution unit 7.
2 are a test execution instruction receiving means 8 and a test means 9, respectively.
and a test result transmitting means 10.

あらかじめ、試験管理部1内の試験実行部関連管理手段
5に試験実行部5・11・12の実行結果と、その実行
結果によって導かれる次に実行すべき試験実行部とを対
応付けて試験実行部関連管理情報として登録しておく。
In advance, the test execution unit related management means 5 in the test management unit 1 associates the execution results of the test execution units 5, 11, and 12 with the next test execution unit to be executed based on the execution results, and executes the test. Register it as department-related management information.

試験管理部1において、オペレータインタフェース手段
2は、オペレータとの交信をおこない、オペレータより
試験実行部7の実行指示を受け、試験実行部起動手段3
に試験実行部7の実行指示を伝える。試験実行部起動手
段3は、オペレータインタフェース手段2より試験実行
部7の実行指示を受け、試験実行部7の試験実行指示受
信手段8に対して試験実行指示をおこなう。
In the test management section 1, the operator interface means 2 communicates with the operator, receives execution instructions from the operator for the test execution section 7, and activates the test execution section starting means 3.
The execution instructions of the test execution unit 7 are conveyed to the test execution unit 7. The test execution section starting means 3 receives an execution instruction for the test execution section 7 from the operator interface means 2, and issues a test execution instruction to the test execution instruction receiving means 8 of the test execution section 7.

試験実行部7において、試験実行指示受信手段8は、試
験管理部1の試験実行部起動手段3よりの試験実行指示
を受信し、試験手段9に対して試験の実行を指示する。
In the test execution section 7, the test execution instruction receiving means 8 receives the test execution instruction from the test execution section starting means 3 of the test management section 1, and instructs the testing means 9 to execute the test.

試験手段9は、試験実行指示受信手段8より実行指示を
受け、目的の試験を実行し、試験結果送信手段10に対
して試験結果を通知する。試験結果送信手段10は、試
験手段9より試験結果の通知を受け、試験管理部1の試
験結果受信手段4に対して試験結果を報告する。
The testing means 9 receives an execution instruction from the test execution instruction receiving means 8, executes the target test, and notifies the test result transmitting means 10 of the test results. The test result transmitting means 10 receives a notification of the test result from the testing means 9 and reports the test result to the test result receiving means 4 of the test management section 1.

試験管理部1において、試験結果受信手段4は、試験実
行部7の試験結果送信手段10らの試験結果報告を受信
し、試験実行部選択手段6に対して試験結果を通知する
。試験実行部選択手段6は試験結果受信手段4より試験
結果の通知を受け、試験実行部関連管理手段5により登
録管理されている試験実行部関連管理情報の中から試験
語果に対応する関連管理情報を検索し、試験結果に対応
する次に実行すべき試験実行部、例えは試験実行部11
を選択し、試験実行部起動手段3に対して試験実行部1
1の実行指示を伝える。試験結果が正常終了だった場合
、及び試験結果に対応する試験実行部11が見つからな
かった場合は、試験の実行を終了する。
In the test management section 1, the test result receiving means 4 receives the test result reports from the test result transmitting means 10 of the test execution section 7, and notifies the test execution section selection means 6 of the test results. The test execution section selection means 6 receives the test result notification from the test result reception means 4, and selects the related management corresponding to the test word result from among the test execution section related management information registered and managed by the test execution section related management means 5. A test execution unit that searches for information and should execute the next test corresponding to the test result, for example, the test execution unit 11
and select test execution unit 1 for test execution unit starting means 3.
Convey instructions for executing step 1. If the test result is a normal end or if the test execution unit 11 corresponding to the test result is not found, the test execution ends.

次に、試験実行部関連管理手段5における試験実行部関
連管理情報の管理方法について説明する。
Next, a method of managing the test execution section related management information in the test execution section related management means 5 will be explained.

第2図は(a)および(b)試験実行部関連管理手段5
がもつ試験実行部関連管理情報管理のためのテーブルの
構造を例示する説明図である。
Figure 2 shows (a) and (b) test execution unit related management means 5.
FIG. 2 is an explanatory diagram illustrating the structure of a table for managing test execution unit related management information that the test execution unit has.

試験実行部関連管理手段5のもつテーブルとして、試験
実行部名テーブル13と試験結果コードテーブル14と
がある。試験実行部名テーブル13は、試験実行部名と
、該試験実行部に対応する試験結果コードテーブル14
内の領域の先頭アドレス、及び末尾アドレスを要素とす
る。試験結果コードテーブル14は、試験結果コードと
、試験結果コードに対応する次に実行する試験実行部名
を要素とする。
The test execution unit related management means 5 has a test execution unit name table 13 and a test result code table 14 as tables. The test execution unit name table 13 includes the test execution unit name and the test result code table 14 corresponding to the test execution unit.
The elements are the start address and end address of the area within. The test result code table 14 includes a test result code and the name of the test execution section to be executed next, which corresponds to the test result code.

実行した試験実行部名をキーとして試験実行部名チーフ
ル13を検索し、該試験実行部に対応する試験結果コー
ドテーブル14内の領域の先頭アドレス、及び末尾アド
レスを得る。次に、試験実行部名テーブル13より得た
試験結果コードテーブル14内の先頭アドレスから末尾
アドレスまでを試験結果コードをキーとして検索し、次
に実行する試験実行部名を得る。試験結果コードを検索
した結果該当するレコードが存在しなかった場合、関連
付けられて次に実行する試験実行部はないものとして取
り扱う。
Using the name of the executed test execution part as a key, the test execution part name full 13 is searched, and the start address and end address of the area in the test result code table 14 corresponding to the test execution part are obtained. Next, the test result code table 14 obtained from the test execution section name table 13 is searched from the first address to the last address using the test result code as a key to obtain the name of the test execution section to be executed next. If a corresponding record does not exist as a result of searching for a test result code, it is assumed that there is no associated test execution unit to be executed next.

例えば、オペレータの指示により起動した試験実行部T
PIで試験結果がコードIFであった場合、試験実行部
名TPIをキーとして試験実行部名テーブル13を検索
し、試験実行部TPIに対応する試験結果コードテーブ
ル14内の領域の先頭アドレスAAAと末尾アドレスB
BBを得る。
For example, the test execution unit T activated by the operator's instructions
If the test result in PI is code IF, search the test execution unit name table 13 using the test execution unit name TPI as a key, and search the start address AAA of the area in the test result code table 14 corresponding to the test execution unit TPI. End address B
Get BB.

次に、試験実行部名テーブル]3より得た試験結果コー
ドテーブル14内の領域の先頭アドレスAAAから末尾
アドレスBBBまでを試験結果コードIFキーとして検
索し、次に実行する試験実行部TP2を得る。また、オ
ペレータの指示により起動した試験実行部がTP3で試
験結果がコード45であった場合、試験実行部名TP3
をキーとして試験実行部名テーブル13を検索し、試験
実行部TP3に対応する試験結果コードテーブル14内
の領域の先頭アドレスEEEと末尾アドレスFFFを得
る。次に、試験実行部名テーブル13より得た試験結果
コードテーブル14内の領域の先頭アドレスEEEから
末尾アドレスFFFまでを試験結果コードIFをキーと
して検索するが、試験結果コード45には次に実行する
試験実行部が関連付けられていないため試験の実行を終
了する。
Next, search the area from the start address AAA to the end address BBB in the test result code table 14 obtained from the test execution part name table 3 as the test result code IF key to obtain the test execution part TP2 to be executed next. . In addition, if the test execution unit started by the operator's instruction is TP3 and the test result is code 45, the test execution unit name TP3
The test execution section name table 13 is searched using the key , and the start address EEE and end address FFF of the area in the test result code table 14 corresponding to the test execution section TP3 are obtained. Next, the area in the test result code table 14 obtained from the test execution part name table 13 is searched from the start address EEE to the end address FFF using the test result code IF as a key. The test execution ends because there is no associated test execution module.

ここでは試験実行部7・11・12について例をあげ、
詳細な内容は試験実行部7についてのみ述べたが、他の
試験実行部とは、試験内容が互いに異るほかは同じ機能
を有する。また、試験実行部の数は、3個に限らず、あ
らかじめ設計された容量のある試験管理部1であれば、
必要な数まで増設することができる。
Here, we will give an example of test execution parts 7, 11, and 12.
Although the detailed content has been described only for the test execution section 7, it has the same functions as the other test execution sections except that the test contents are different from each other. Furthermore, the number of test execution units is not limited to three, but any test management unit 1 with a pre-designed capacity can be used.
It can be expanded to the required number.

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

以上説明したように本発明は、オペレータの指示により
実行した試験実行部においてエラーを検出した場合、あ
らかじめ登録されている試験実行部どうしの関連付けに
従い次に実行すべき試験実行部を自動的に選択し、実行
することにより、オペレータの介入を不必要とし、試験
及び保守時間が短縮できるという効果がある。
As explained above, when an error is detected in a test execution part executed according to an operator's instruction, the present invention automatically selects the next test execution part to be executed according to the association between the test execution parts registered in advance. By doing so, operator intervention is unnecessary and testing and maintenance time can be reduced.

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

第1図は本発明の一実施例の構成を示すブロック図、第
2図(a)および(b)は試験実行部関連管理手段がも
つ試験実行部関連管理情報管理のためのテーブルの構造
を例示する説明図である。 1・・・試験管理部、2・・・オペレータインタフェー
ス手段、3・・・試験実行部起動手段、4・・・試験結
果受信手段、5・・・試験実行部関連管理手段、6・・
試験実行部選択手段、7・11・12・・・試験実行部
、8・・・試験実行指示受信手段、9・・・試験手段、
10・・・試験結果送信手段。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, and FIGS. 2(a) and 2(b) show the structure of a table for managing test execution section related management information held by the test execution section related management means. It is an explanatory diagram to illustrate. DESCRIPTION OF SYMBOLS 1... Test management section, 2... Operator interface means, 3... Test execution section starting means, 4... Test result receiving means, 5... Test execution section related management means, 6...
Test execution section selection means, 7, 11, 12... Test execution section, 8... Test execution instruction receiving means, 9... Test means,
10... Test result transmission means.

Claims (1)

【特許請求の範囲】 試験の実行を管理する試験管理部と実際に試験をおこな
う複数の試験実行部とから構成される情報処理システム
試験診断プログラムの処理方式において、 オペレータとの通信をおこなうオペレータインタフェー
ス手段と、前記オペレータインタフェース手段または次
に実行する試験実行部を選択する試験実行部選択手段に
より選択された試験実行部の試験実行指示受信手段に試
験実行指示をおこなう試験実行部起動手段と、試験実行
部の試験結果送信手段からの試験結果報告を受信する試
験結果受信手段と、各種の試験実行部どうしの関連情報
を登録管理する試験実行部関連管理手段と、前記試験結
果受信手段により受信した試験結果と前記試験実行部関
連管理手段により管理される試験実行部どうしの関連情
報とから次に実行する試験実行部を選択する試験実行部
選択手段とを含む試験管理部と、 前記試験管理部の試験実行部起動手段からの試験実行指
示を受信する試験実行指示受信手段と、目的の試験をお
こなう試験手段と、試験結果を前記試験管理部の試験結
果受信手段に送信する試験結果送信手段とを含む試験実
行部とを備えて成ることを特徴とする情報処理システム
試験診断プログラム自動化方式。
[Scope of Claims] An operator interface that communicates with an operator in a processing method for an information processing system test diagnosis program that includes a test management section that manages test execution and a plurality of test execution sections that actually perform tests. means, test execution unit activating means for issuing a test execution instruction to the test execution instruction receiving means of the test execution unit selected by the operator interface means or the test execution unit selection means for selecting the test execution unit to be executed next; a test result receiving means for receiving a test result report from the test result transmitting means of the execution part; a test execution part related management means for registering and managing related information between various test execution parts; and a test result report received by the test result receiving means. a test management unit including a test execution unit selection unit that selects a test execution unit to be executed next based on test results and related information between the test execution units managed by the test execution unit related management unit; and the test management unit a test execution instruction receiving means for receiving a test execution instruction from the test execution unit starting means of the test execution unit, a test means for conducting a target test, and a test result transmitting means for transmitting the test result to the test result receiving means of the test management unit. An information processing system test diagnosis program automation method, comprising: a test execution section including a test execution section.
JP1072131A 1989-03-23 1989-03-23 Automatizing system for test diagnostic program of information processing system Pending JPH02250120A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1072131A JPH02250120A (en) 1989-03-23 1989-03-23 Automatizing system for test diagnostic program of information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1072131A JPH02250120A (en) 1989-03-23 1989-03-23 Automatizing system for test diagnostic program of information processing system

Publications (1)

Publication Number Publication Date
JPH02250120A true JPH02250120A (en) 1990-10-05

Family

ID=13480439

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1072131A Pending JPH02250120A (en) 1989-03-23 1989-03-23 Automatizing system for test diagnostic program of information processing system

Country Status (1)

Country Link
JP (1) JPH02250120A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4934222B2 (en) * 2008-12-08 2012-05-16 株式会社アドバンテスト Test apparatus and test method
US8483073B2 (en) 2008-12-08 2013-07-09 Advantest Corporation Test apparatus and test method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4934222B2 (en) * 2008-12-08 2012-05-16 株式会社アドバンテスト Test apparatus and test method
US8483073B2 (en) 2008-12-08 2013-07-09 Advantest Corporation Test apparatus and test method

Similar Documents

Publication Publication Date Title
US6397244B1 (en) Distributed data processing system and error analysis information saving method appropriate therefor
CN110427299B (en) Log processing method, related device and system for micro-service system application
US20080065928A1 (en) Technique for supporting finding of location of cause of failure occurrence
US5819024A (en) Fault analysis system
US6966014B2 (en) Method for system obstacle correspondence support
JPH02250120A (en) Automatizing system for test diagnostic program of information processing system
JP2524450B2 (en) Search system
JP2009182934A (en) Fault monitoring apparatus, fault monitoring method, and program therefor
US20030172154A1 (en) Data server
JP2000222434A (en) Combination retrieval method
JP2001282584A (en) Method and system for processing information on execution history
KR100274948B1 (en) Method for managing data in full electronic telephone exchange
JPH1091644A (en) Method and device for processing data base query
JP3378975B2 (en) Fault diagnostic device
JPH035866A (en) On-line program control system
CN115185784A (en) Method, device, equipment and storage medium for collecting abnormal logs
JP3008500B2 (en) Update record reading mechanism
JPH0830421A (en) Method for executing command through dialogue
JP3006311B2 (en) Method and apparatus for changing network configuration
CN115242612A (en) Fault diagnosis method and device
JPH07143227A (en) Software update control method for network element
CN115733722A (en) Method and device for realizing primary and secondary alarm association of universal network
JP2004280483A (en) Processing method, device and system
JPH05233313A (en) Symbol table processing system
JP3053011B2 (en) Alarm display device