JPS63143638A - Program testing system - Google Patents

Program testing system

Info

Publication number
JPS63143638A
JPS63143638A JP61290563A JP29056386A JPS63143638A JP S63143638 A JPS63143638 A JP S63143638A JP 61290563 A JP61290563 A JP 61290563A JP 29056386 A JP29056386 A JP 29056386A JP S63143638 A JPS63143638 A JP S63143638A
Authority
JP
Japan
Prior art keywords
program
tested
under test
data
abnormal
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
JP61290563A
Other languages
Japanese (ja)
Inventor
Masao Tanbara
丹原 雅夫
Yuichi Kaiho
海保 裕一
Satoshi Watanabe
敏 渡辺
Sadami Kurihara
定見 栗原
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP61290563A priority Critical patent/JPS63143638A/en
Publication of JPS63143638A publication Critical patent/JPS63143638A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To automatically detect an abnormal state at the time of operating a program, to collect necessary data and to automatically restart a program by forming a device for collecting information independently of a device for executing a program to be tested. CONSTITUTION:A program to be tested is started and an automatic monitoring program in a supporting device 2 is started by an instruction from a terminal equipment 5. A false call generator 6 generates a false call to be tested in a device 1 to be tested. An automatic monitoring program applies a command for monitoring a state to the device 1 to be tested through an adaptor 3 in a fixed period and decides whether the system is abnormal or not in accordance with the response. When the program to be tested detects abnormality in an abnormal detecting routine, the operation is jumped to a monitor program. The automatic monitoring program monitoring program detects the jump and starts a data collecting program stored in the supporting device 2. The data collecting program capable of detecting abnormality stores all the areas or a necessary part of a program area and a data area in the device 1 to be tested.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はプログラムのテスト方式に係シ、特にプログラ
ムのテストで異常が発生したときに汎用的かつ自動的に
テスト情報を収集できるようにしたものである。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a program testing method, and in particular, to a method that enables general-purpose and automatic collection of test information when an abnormality occurs during a program test. It is something.

〔従来の技術〕[Conventional technology]

プログラムを作成するときそれが正常に動作するか否か
をテストすることが必要である。
When creating a program, it is necessary to test whether it works properly.

従来は、プログラムのテストは、異常発生時にプログラ
ムを停止してモニタプログラムを起動し、必要なデータ
をタイシライタ、ラインプリンタあるいは磁気テープに
出力し、出力後再びテストを繰返していた。
Conventionally, when testing a program, when an abnormality occurs, the program is stopped, a monitor program is started, the necessary data is output to a printer, a line printer, or a magnetic tape, and the test is repeated after the output.

例えば、第3図に示す如く、プログラムには異常動作チ
ェックのためのルーチンを埋込んでおシ、異常動作を検
出したときにはモニタプログラムにジャンプするように
している。モニタプログラムは起動された旨をタイツラ
イタに出力する。ここで、試験者はタイプライタよシ、
データ出力のコマンドを投入し、異常動作の原因を解析
するのに必要なデータをタイプライタ、ラインプリンタ
、磁気テープなどに出力する。出力が終了すれば。
For example, as shown in FIG. 3, a routine for checking abnormal operation is embedded in the program, and when an abnormal operation is detected, the program jumps to a monitor program. The monitor program outputs a message indicating that it has been started to the tights writer. Here, the examiner uses a typewriter.
Inputs a data output command and outputs the data necessary to analyze the cause of abnormal operation to a typewriter, line printer, magnetic tape, etc. Once the output is finished.

同一条件または異なった条件で再度テストを実行する。Run the test again under the same or different conditions.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

ところで、このようなテスト方法では、次のような問題
点が存在する。
However, such a test method has the following problems.

(1)試験者が常にモニタプログラム起動を監視しなけ
ればならない。
(1) The tester must always monitor the startup of the monitor program.

(2)試験者がデータを出力しなければならない。(2) The tester must output the data.

このため、手順誤シなどによシ必要なデータを取ル忘れ
ることがある。
For this reason, necessary data may be forgotten due to a procedural error or the like.

(3)  データの出力に時間がかかる。この之め必要
なデータを最小限に秋って出力しようとするが、逆に必
要なデータを取シ漏らしたシする、(4)  出力した
データが膨大であり、かつ機椋語などの生のデータでお
る丸め、デパグ作業に慣れるまではかなシ時間がかかる
など熟練を要する。
(3) Data output takes time. For this reason, we try to output the necessary data as much as possible, but on the contrary, we end up omitting necessary data. It takes some skill to get used to rounding up data and debugging, and it takes some time to get used to it.

なを、上記(2J # (3)の場合には、再度テスト
を実行しなければならないため時間がかかるし、場合に
よっては同一の異常が発生しないこともある。
In the case of (2J # (3) above, it takes time to run the test again, and in some cases, the same abnormality may not occur.

磁気テープに出力すれば時間は短くて済むが、結局は別
の装置等によシ目に見える形で出力する必要があるため
、出力に時間がかかることには変わシない。
Outputting to magnetic tape takes less time, but it still takes time to output because it has to be output in a visible form to another device.

〔問題点を解決するための手段〕[Means for solving problems]

本発明によるプログラムのテスト方式は、プログラムを
テストするプログラムのテスト方式において、被テスト
プログラムが異常動作実行時に動作を停止しモニタプロ
グラムを起動する第1の手段と、前記被テストプログラ
ムに対してコマンドを実行し前記被テストプログラムが
正常に動作しているか否かを検出する第2の手段と、前
記第2の手段による異常検出時に前記被テストグログラ
ム及びデータ領域を外部記憶装置に転送する第3の手段
と、前記第3の手段による前記被テストプログラム及び
前記データ領域を外部記憶装置に格納する第4の手段と
、前記モニタプログラムに対してコマンドを実行し前記
被テストプログラムを再開する第5の手段とを具備した
ことを特徴としている。
A program testing method according to the present invention includes a first means for stopping operation and starting a monitor program when a program under test executes an abnormal operation, and a first means for starting a monitor program when a program under test executes an abnormal operation; a second means for detecting whether or not the program under test is operating normally; and a second means for transferring the program under test and data area to an external storage device when an abnormality is detected by the second means. a fourth means for storing the program under test and the data area by the third means in an external storage device; and a fourth means for executing a command to the monitor program to restart the program under test. It is characterized by having the following means.

〔作用〕[Effect]

つま夛1本発明は、前記の如き問題点を解決するため、
自動的にかつ短時間でテスト結果データを収集すること
ができるプログラムのテスト方式を提供するものであっ
て、被テストプログラムを実行する装置とは別に情報を
収集する装置を設け、自動的にプログラム実行時の異常
状態を検出し、自動的に必要なデータを収集し、さらに
自動的にプログラムの再開を実行する。
Summary 1 In order to solve the above-mentioned problems, the present invention has the following features:
This method provides a program testing method that can automatically collect test result data in a short period of time. Detects abnormal conditions during execution, automatically collects necessary data, and automatically restarts the program.

〔実施例〕〔Example〕

以下図面を参照して本発明の一実施例を説明する。第1
図は本発明によるプログラムのテスト方式の適用例を示
す。1は被試験プログラムを動作させる゛試験対象装置
、2は試験を支援する支援装置、3は試験対象装置と支
援装置との間でデータの転送を実行するアダプタ、4は
記憶装置、5は支援装置の端末装置、6は擬似呼発生装
置である。
An embodiment of the present invention will be described below with reference to the drawings. 1st
The figure shows an example of application of the program testing method according to the present invention. 1 is a device under test that runs the program under test; 2 is a support device that supports the test; 3 is an adapter that transfers data between the device under test and the support device; 4 is a storage device; and 5 is a support device. The terminal device 6 of the device is a pseudo call generating device.

プログラムをテストするとき、まず試験対象装置1でモ
ニタゾログラムを起動し、端末装置5からの指示によ)
支援装置2にあるロードプログラムにより、記憶装置4
に格納してbる被テストプログラムをアダプタ3を介し
て試験対象装置にロードする。つぎに被テストプログラ
ムを起動するとともに端末装置5からの指示によシ、支
援装置2にある自動監視プログラムを起動する。そして
擬似呼発生装置6によシ試験対象装ft1にテストすべ
き擬似呼を発生させる。自動監視プログラムは一定周期
でアダプタ3を経由して試験対象装置1に状況監視のコ
マンドを投入し、その応答によシシステムが異常か否か
を判定する。被テストプログラムが異常検出ルーチンで
異常を検出した場合はモニタプログラムにジャンプする
。自動監視プログラムはこれを検出し、支援装R2にあ
るデータ収集プログラムを起動する。検出の例として被
テストプログラムでは使用可能であるがモニタプログラ
ムでは使用できない「DMP Jコマンドを使用すると
、被テストプログラムのときは応答が正常に返送される
が、異常時はモニタプログラムが動作しているため応答
はエラーとなシ、異常を検出することができるデータ収
集プログラムはアダブタ3を経由して試験対象装置のプ
ログラムエリアとデータエリアの全域おるいは必要部分
を記憶装置4に格納する。格納が終了すれば情報収集プ
ログラムは試験対象装置にコマンドを投入し被テストプ
ログラムを再起動するとともに、支援装置の自動監視プ
ログラムを起動する。これらの動作の概要を第2図に示
す。
When testing a program, first start the monitor zologram on the device under test 1, and then follow the instructions from the terminal device 5).
The storage device 4 is loaded by the load program in the support device 2.
The program under test stored in the program under test is loaded into the device under test via the adapter 3. Next, the program under test is started, and an automatic monitoring program in the support device 2 is started according to an instruction from the terminal device 5. Then, the pseudo call generating device 6 generates a pseudo call to be tested to the device under test ft1. The automatic monitoring program inputs a status monitoring command to the device under test 1 via the adapter 3 at regular intervals, and based on the response, determines whether or not the system is abnormal. If the program under test detects an abnormality in the abnormality detection routine, it jumps to the monitor program. The automatic monitoring program detects this and activates the data collection program in support device R2. As an example of detection, if you use the DMP J command, which can be used in the program under test but cannot be used in the monitor program, the response will be returned normally in the program under test, but in the case of an error, the monitor program will not work. Therefore, the response is not an error, and a data collection program capable of detecting an abnormality stores the entire program area or a necessary part of the program area and data area of the device under test in the storage device 4 via the adapter 3. When the storage is completed, the information collection program inputs a command to the device under test to restart the program under test and also starts the automatic monitoring program of the support device.A summary of these operations is shown in FIG.

〔効果の説明〕[Explanation of effects]

以上説明したように、本発明によれば試験者が常時監視
をすることなく、また被テストプログラムが異常動作を
検出したときKは自動的に必要な全プログラム及びデー
タエリアを収集することができるため、データの収集忘
れかない、、また、自動的に何回でもテストが実行でき
るため、例えば夜間帯などに最初に準備を行うだけであ
とは無人にでき、有効に試験対象装置を活用することが
できる。さらに、収集したデータは支援装置(例えばミ
ニコン)の記憶装置にあるため、支援装置内で種々の支
援プログラムを作成することによシブバグ作業が初心者
でも容易に行えるようになる。
As explained above, according to the present invention, K can automatically collect all necessary programs and data areas without the need for constant monitoring by the tester, and when an abnormal operation is detected in the program under test. Because of this, you don't have to forget to collect data, and because the test can be automatically executed as many times as you like, you can do the initial preparations at night, for example, and then leave the rest unattended, allowing you to effectively utilize the equipment under test. I can do it. Furthermore, since the collected data is stored in the storage device of the support device (for example, a minicomputer), even beginners can easily perform the Shibubug work by creating various support programs in the support device.

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

第1図は本発明によるプログラムのテスト方式の一実施
例を示す構成図、第2図は本発明によるプログラムのテ
スト方式の適用例のフローチャート、第3図は被テスト
プログラムの構成例を示す図である。 1・・・試験対象装置、2・・・支援装置、3・・・デ
ータ転送アダプタ、4・・・記憶装置、5・・・支援装
置の端末装置、6・・・擬似呼発生装置。 出願人代理人  弁理士 鈴 江 武 彦試験対象装置
フロー        支援装置フロー第2図 第3図
FIG. 1 is a block diagram showing an embodiment of the program testing method according to the present invention, FIG. 2 is a flowchart of an application example of the program testing method according to the present invention, and FIG. 3 is a diagram showing an example of the configuration of the program under test. It is. DESCRIPTION OF SYMBOLS 1... Device under test, 2... Support device, 3... Data transfer adapter, 4... Storage device, 5... Terminal device of support device, 6... Pseudo call generation device. Applicant's Representative Patent Attorney Takehiko Suzue Test Equipment Flow Support Equipment Flow Figure 2 Figure 3

Claims (1)

【特許請求の範囲】[Claims] プログラムをテストするプログラムのテスト方式におい
て、被テストプログラムが異常動作実行時に動作を停止
しモニタプログラムを起動する第1の手段と、前記被テ
ストプログラムに対してコマンドを実行し前記被テスト
プログラムが正常に動作しているか否かを検出する第2
の手段と、前記第2の手段による異常検出時に前記被テ
ストプログラム及びデータ領域を外部記憶装置に転送す
る第3の手段と、前記第3の手段による前記被テストプ
ログラム及び前記データ領域を外部記憶装置に格納する
第4の手段と、前記モニタプログラムに対してコマンド
を実行し前記被テストプログラムを再開する第5の手段
とを具備したことを特徴とするプログラムのテスト方式
In a program testing method for testing a program, a first means stops operation and starts a monitor program when the program under test executes an abnormal operation, and a first means executes a command to the program under test to ensure that the program under test is normal. The second step detects whether the
means for transferring the program under test and the data area to an external storage device when an abnormality is detected by the second means; A program testing method comprising: fourth means for storing in a device; and fifth means for executing a command to the monitor program to restart the program under test.
JP61290563A 1986-12-08 1986-12-08 Program testing system Pending JPS63143638A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61290563A JPS63143638A (en) 1986-12-08 1986-12-08 Program testing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61290563A JPS63143638A (en) 1986-12-08 1986-12-08 Program testing system

Publications (1)

Publication Number Publication Date
JPS63143638A true JPS63143638A (en) 1988-06-15

Family

ID=17757644

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61290563A Pending JPS63143638A (en) 1986-12-08 1986-12-08 Program testing system

Country Status (1)

Country Link
JP (1) JPS63143638A (en)

Similar Documents

Publication Publication Date Title
JPH01267742A (en) System for diagnosing trouble
JP2003122599A (en) Computer system, and method of executing and monitoring program in computer system
JPS63143638A (en) Program testing system
CN111858208B (en) Standby function testing method, device, equipment and medium of processor chip
JPS6115239A (en) Processor diagnosis system
JPS62139050A (en) Instruction test system by control of maintenance and diagnosis processor
JP2000215084A (en) Debugging support device
JPS58112147A (en) Automatic trace process controlling system
JP2572386B2 (en) Fault diagnosis device
JP2818437B2 (en) Fault detection circuit
JPH01134637A (en) Supervising system for information in stall processing system
JPH03294934A (en) Debugger for high level program lenguage
JPS61170847A (en) Automatic testing equipment of peripheral device
JPH03167635A (en) Processing system in detection of fault
JPH0336602A (en) Dual control system
JPS60171544A (en) Self-diagnosis device for abnormality of computer system
JPS60226132A (en) Semiconductor device tester
JPH0342749A (en) Input/output controller
JP2000298599A (en) Automatic testing system for exchange software
JPH03100836A (en) Fault diagnostic processing system
JP2001256081A (en) Information processor
JPS60120446A (en) Control system of program test
JPH04347729A (en) Interruption waiting processing system in information processor
JPH0231240A (en) Processing system for troubled coprocessor
JPH05274173A (en) Pseudo fault setting system