JPH04177541A - Program testing device - Google Patents

Program testing device

Info

Publication number
JPH04177541A
JPH04177541A JP2305622A JP30562290A JPH04177541A JP H04177541 A JPH04177541 A JP H04177541A JP 2305622 A JP2305622 A JP 2305622A JP 30562290 A JP30562290 A JP 30562290A JP H04177541 A JPH04177541 A JP H04177541A
Authority
JP
Japan
Prior art keywords
test
program
state
data
contents
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
JP2305622A
Other languages
Japanese (ja)
Inventor
Hiroaki Tanaka
博明 田中
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2305622A priority Critical patent/JPH04177541A/en
Publication of JPH04177541A publication Critical patent/JPH04177541A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To completely execute the program test by providing a state contents holding means for holding the contents of a state between systems varied in connection with transmission/reception of data, and a test executing means for updating the contents of the state contents holding means. CONSTITUTION:A test executing means 15 executes a test of a program 2 in accordance with a test case, and also, when transmission and reception of data to the program 2 are executed, whether its operation conforms to a communication agreement or not is decided from the kind of the data and the present state held in a state contents holding means 12, while referring to a list. When it conforms to the communication agreement, subsequently, a correspondence table 14 is referred to and from combination of the kind of the data and the present state held in the state contents holding means 12, the next state is determined and the contents of the state contents holding means 12 are updated. After updating, a processing to the next data transmission/reception is executed. In such a way, by only preparing a test case of the necessary minimum, the test based on the communication agreement related to all the data transmitted from a test object program is executed.

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) 本発明は、他のシステムとの間でデータ通信を行うプロ
グラムのテストを行うプログラムテスト装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Field of Industrial Application) The present invention relates to a program testing device that tests a program that performs data communication with another system.

(従来の技術) 一般に、他システムと通信を行うプログラムは、各シス
テム間の状態を内部で模擬するための変数などを持ち、
これを常時参考にすることでその時々のシステム間の状
態にふされしいデータを組み立て、相手システムに送信
する形式をとる。
(Prior Art) Generally, a program that communicates with other systems has variables to internally simulate the state between each system.
By constantly referring to this, data suitable for the current state of the systems is assembled and sent to the other system.

これに対し、従来からのプログラムテスト装置は、相手
システムと通信を行う形式でありながら、システム間の
状態を内部で模擬するための機構を持たなかった。なぜ
ならプログラムテスト装置は、敢えてシステム間の通信
規約(プロトコル)に反したデータをテスト対象プログ
ラムに送信してみて、そのデータに対するテスト対象プ
ログラムの反応を確認するテストも行っており、もし内
部に状態を模擬する機構を持っていたならば、自らか送
信した通信規約に反したデータによってプログラムテス
ト装置の状態を内部で模擬するための機構が混乱し、以
後意図した通りのテストを続行できなくなるためである
On the other hand, although conventional program test devices communicate with other systems, they do not have a mechanism for internally simulating the state between systems. This is because program test equipment purposely sends data that violates the communication protocol (protocol) between systems to the test target program, and tests to check the test target program's reaction to that data. If it had a mechanism for simulating the state of the program test equipment, the data sent by itself that violates the communication protocol would confuse the mechanism for internally simulating the state of the program test equipment, making it impossible to continue testing as intended. It is.

このことから、従来のプログラムテスト装置では、シス
テム間におけるデータ送受信の手順を示すテストケース
に、システム間のデータのやりとりでテスト対象プログ
ラムより送信される可能性のあるすべてのデータを列挙
する必要かあった。
For this reason, in conventional program testing equipment, it is necessary to list all data that may be sent from the program under test during data exchange between systems in a test case that indicates the procedure for data transmission and reception between systems. there were.

以下にその例を示す。第3図は通信規約の例を示してお
り、同図において、SO〜S7はシステム間の状態、図
中太線で示す矢印のsO〜57(s2を除く)はテスト
対象プログラムからの送信データ、また図中細線で示す
矢印のrO〜r7(r2を除く)はプロクラムテスト装
置からの送信データである。この通信規約に則ってテス
トケースを記述すると、例えば第4図に示すように、5
通りのテストケースが考えられる。但し、ここでカッコ
内はシステム間の状態を便宜的に書いたものであり、実
際のテストケースにはこれらを除く矢印部分についての
記述のみか記される。これにより、第5図に示すような
通信規約に反したテストケース(状態SOてテスト対象
プログラムかデータr3を受信することは通信規約上に
定義されていない。)を記述して、これに対するテスト
対象プログラムの反応を確認するといったテストを実行
することができる。
An example is shown below. FIG. 3 shows an example of a communication protocol, and in the same figure, SO to S7 are the states between systems, and sO to 57 (excluding s2) indicated by the bold line in the figure are transmission data from the program under test, Further, arrows rO to r7 (excluding r2) indicated by thin lines in the figure are transmission data from the program test device. If a test case is written according to this communication protocol, for example, as shown in Figure 4, 5
A typical test case can be considered. However, the information in parentheses here describes the state between the systems for convenience, and in the actual test case, only the descriptions of the arrow parts excluding these are written. This allows you to write a test case that violates the communication protocol (receiving the test target program or data r3 in state SO is not defined in the communication protocol) as shown in Figure 5, and test it. You can run tests to check the response of the target program.

ところで、この例では5種類のテストケースが挙げられ
ているが、一般には、あるー・っの状態からテスト対象
プログラムの送信データによって遷移する状態の数は大
変多い。そのため用意する必要のあるテストケースもか
なりの数になる。またメモリ容量の制約等からすべての
テストケースを予め用意できるとは限らない場合もある
。したがって、実際には必要なテストケースたけを選ん
で記述するという方法が主流となっている。
Incidentally, although five types of test cases are listed in this example, in general, there are a large number of states that can be transitioned from one to another depending on the data sent by the test target program. Therefore, the number of test cases that need to be prepared is quite large. Furthermore, due to memory capacity constraints, it may not always be possible to prepare all test cases in advance. Therefore, in practice, the mainstream method is to select only the necessary test cases and write them.

しかしながら、この方法では、どのテストケースにも無
いデータがテスト対象プログラムより送信された場合に
テストは中断されてしまい、したかって、完全なプログ
ラムテストを行うことができなかった。
However, with this method, if the test target program sends data that does not exist in any test case, the test is interrupted, making it impossible to perform a complete program test.

(発明か解決しようとする課題) 本発明はこのような課題を解決するためのもので、必要
最低限のテストケースを用意するたけて、テスト対象プ
ログラムより送信されたすべてのデータについての通信
規約に基づくテストを実行することのできるプログラム
テスト装置の提供を目的としている。
(Problem to be solved by the invention) The present invention is intended to solve such problems.In order to prepare the minimum necessary test cases, the present invention provides a communication protocol for all data sent from the test target program. The purpose of the present invention is to provide a program testing device that can execute tests based on the following.

[発明の構成] (課題を解決するための手段) 本発明のプログラムテスト装置は上記の目的を達成する
ために、他システムと通信を行うプログラムを、通信規
約に基づき、かつシステム間のデータ送受信の手順を示
すテストケースに従ってテストするプログラムテスト装
置において、データ送受信に伴い変化するシステム間の
状態の内容を保持する状態内容保持手段と、システム間
の各状態にてそれぞれ前記通信規約上送受信か許される
データの種類の一覧か記載されたリストと、システム間
の状態と該状態にて送受信されたデータの種類との組合
わせに対し通信規約上適合する次の状態の内容が記載さ
れた対応表と、前記テストケースに従って前記プログラ
ムのテストを実行し、かつ該プログラムに対するデータ
の送受信が行われたとき、前記リストを参照しつつ該デ
ータの種〜類と前記状態内容保持手段に保持された現在
の状態とからその動作か前記通信規約に則ったものかど
うかを判断し、通信規約に則っていれば、前記対応表を
参照して該データの種類と前記状態内容保持手段に保持
された現在の状態との組合わせから次の状態を決定して
前記状態内容保持手段の内容を更新するテスト実行手段
とを具備している。
[Structure of the Invention] (Means for Solving the Problem) In order to achieve the above object, the program testing device of the present invention allows a program that communicates with other systems to communicate with other systems based on the communication protocol and to transmit and receive data between the systems. In a program test device that tests according to a test case showing the procedure of A list containing a list of the types of data sent and received, and a correspondence table containing the contents of the next state that is compatible with the communication protocol for the combination of the state between systems and the type of data sent and received in that state. When the test of the program is executed according to the test case and data is sent and received to and from the program, the type of the data and the current state held in the state content holding means are checked while referring to the list. It is determined whether the operation conforms to the communication agreement based on the status of the communication agreement, and if it is compliant with the communication agreement, the type of data and the current status held in the status content retention means are determined by referring to the correspondence table. and test execution means for determining the next state based on the combination with the state and updating the contents of the state content holding means.

(作 用) 本発明のプログラムテスト装置では、テスト実行手段か
、テストケースに従ってプログラムのテストを実行し、
かつ該プログラムに対するデータの送受信が行われたと
き、リストを参照しつつ該データの種類と状態内容保持
手段に保持された現在の状態とからその動作か通信規約
に則ったものかどうかを判断する。そして通信規約に則
っていれば、次に対応表を参照して該データの種類と状
態内容保持手段に保持された現在の状態との組合わせか
ら次の状態を決定して状態内容保持手段の内容を更新す
る。更新後、次のデータ送受信に対する処理を行う。
(Function) In the program test device of the present invention, the test execution means or the test case executes the test of the program.
When data is sent or received to the program, it is determined whether the operation complies with the communication protocol based on the type of data and the current state held in the state/content holding means while referring to the list. . Then, if the communication protocol is followed, the next state is determined from the combination of the data type and the current state held in the state content holding means by referring to the correspondence table, and the next state is determined from the combination of the data type and the current state held in the state content holding means. Update content. After updating, perform processing for the next data transmission/reception.

したかって、本発明によれば、必要最低限のテストケー
スを用意するだけで、テスト対象プログラムより送信さ
れたすべてのデータについての通信規約に基づくテスト
を実行することかできる。
Therefore, according to the present invention, it is possible to perform a test based on the communication protocol on all data transmitted from a test target program by simply preparing the minimum necessary test cases.

(実施例) 以下、本発明の実施例を図面を参照しながら説明する。(Example) Embodiments of the present invention will be described below with reference to the drawings.

第1図は本発明に係る一実施例のプログラムテスト装置
の構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a program test device according to an embodiment of the present invention.

同図において、1は本実施例のプログラムテスト装置、
2はこのプログラムテスト装置1でテスト対象としてい
るプログラム(以下、テスト対象プログラムと呼ぶ。)
、3はプログラムテスト装置1に接続された表示装置、
4はキーホード等の入力装置である。
In the figure, 1 is the program test device of this embodiment;
2 is a program to be tested by this program test device 1 (hereinafter referred to as a test target program).
, 3 is a display device connected to the program test device 1;
4 is an input device such as a key fob.

またプログラムテスト装置1内において、]1はシステ
ム間、つまりプログラムテスト装置1とテスト対象プロ
グラム2との間のデータ送受信の手順を示すテストケー
スが格納されるテストケース格納部、12はデータ通信
に伴い刻々と変化するシステム間の現在の模擬状態の内
容か保持される模擬状態内容保持部、13はシステム間
の各状態にて通信規約上送受信が許されるデータの種類
の一覧が記載された送受信データリスト、14はシステ
ム間の状態とこの状態にて送受信されたデータの種類と
の組合わせに対して、通信規約上適合する次の状態の内
容が記載された対応表である。
In the program test device 1, ] 1 is a test case storage section in which a test case indicating the procedure for transmitting and receiving data between systems, that is, between the program test device 1 and the program under test 2 is stored; and 12 is a test case storage section for data communication. A simulated state content holding unit holds the contents of the current simulated state between systems, which changes from moment to moment, and 13 is a transmitting/receiving unit containing a list of types of data that are allowed to be sent and received according to communication rules in each state between systems. The data list 14 is a correspondence table in which the contents of the next state conforming to the communication protocol are described for the combination of the state between the systems and the type of data transmitted and received in this state.

また15はテストケース格納部11に格納されたテスト
ケース、模擬状態内容保持部]2に保持された現在の模
擬状態、送受信データリスト13、および対応表14を
基にテスト対象プログラム2のテストを実行するテスト
実行制御部、16はテスト対象プログラム2との間のデ
ータの入出力を制御する入出力制御部である。
15 is a test case stored in the test case storage section 11, a simulation state content holding section] 2, a test of the test target program 2 is performed based on the current simulation state held in the test case storage section 11, the sending/receiving data list 13, and the correspondence table 14. The test execution control unit 16 is an input/output control unit that controls data input/output to/from the test target program 2.

次に本実施例装置のテスト動作を第2図のフローチャー
トを参照しながら説明する。
Next, the test operation of the apparatus of this embodiment will be explained with reference to the flowchart shown in FIG.

テストはオペレータか入力装置4を通じてテスト開始指
令をプログラムテスト装置1に通知することで開始され
る。
The test is started by the operator notifying the program test device 1 of a test start command through the input device 4.

テスト実行制御部15は、まず模擬状態内容保持部12
の内容を初期化する(ステップ21)。
The test execution control unit 15 first starts with the simulated state content holding unit 12.
The contents of are initialized (step 21).

二の初期状態は例えば第3図のSOの状態に当る。The second initial state corresponds to the SO state in FIG. 3, for example.

この後、テスト実行制御部15は、テストケース格納部
11に格納されたテストケースの最初の内容(命令)を
取り出して(ステップ22)、その内容かデータ送信ま
たはデータ受信のどちかであるかを判断する(ステップ
23)。その結果、データ送信命令であった場合は、目
的のデータを組み立ててこれを入出力制御部16を通し
てテスト対象プログラム2に送信する(ステップ24)
Thereafter, the test execution control unit 15 retrieves the first content (command) of the test case stored in the test case storage unit 11 (step 22), and determines whether the content is data transmission or data reception. A judgment is made (step 23). If the result is a data transmission command, the target data is assembled and sent to the test target program 2 through the input/output control unit 16 (step 24).
.

データ送信後、テスト実行制御部コ5は、送受信データ
リスト13を参照して、今実行したデータ送信が模擬状
態内容保持部12に保持されている現在の模擬状態にお
いて通信規約に則った動作であるかどうかをチエツクす
る(ステップ25)。
After transmitting the data, the test execution control unit 5 refers to the transmission/reception data list 13 and determines whether the just-executed data transmission operates in accordance with the communication protocol in the current simulated state held in the simulated state content storage unit 12. Check whether there is one (step 25).

この結果、通信規約に反すると判断された場合は、模擬
状態内容保持部12に保持されている現在の模擬状態を
そのままにして、テストケースの次の内容(命令)につ
いてステップ22から同様の処理を行う。
As a result, if it is determined that the communication protocol is violated, the current simulated state held in the simulated state content holding unit 12 is left as is, and the same processing is performed from step 22 for the next content (instruction) of the test case. I do.

また通信規約に則っている場合は、対応表14を参照し
て、模擬状態内容保持部12に保持されている現在の模
擬状態と送信データの種類とから次の模擬状態を決定し
、模擬状態内容保持部12の内容を更新する(ステップ
26)。更新後、テストケース11の次の内容(命令)
についてステップ22から同様の処理を行う。
In addition, if the communication protocol is followed, the next simulated state is determined from the current simulated state held in the simulated state content holding unit 12 and the type of transmission data with reference to the correspondence table 14, and the simulated state The contents of the contents holding unit 12 are updated (step 26). After updating, the following contents (instructions) of test case 11
Similar processing is performed from step 22 onwards.

またステップ23で、テストケースの内容(命令)がデ
ータ受信命令であることを確認した場合、テスト実行制
御部15は、テスト対象プログラム2からのデータ受信
後(ステップ27)、その受信データが通信規約に則っ
たものであるかどうかを送受信データリスト13を参照
して調べる(ステップ28)。
Further, if it is confirmed in step 23 that the content (command) of the test case is a data reception command, the test execution control unit 15, after receiving data from the test target program 2 (step 27), determines whether the received data is The transmitted and received data list 13 is checked to see if it complies with the regulations (step 28).

その結果、通信規約に反すると判断された場合は、テス
ト対象プログラム2の動作ミスか発見されたとして、そ
の旨を表示装置13に表示しくステップ29)、テスト
を中断する。
As a result, if it is determined that the communication protocol is violated, it is assumed that an operational error in the test target program 2 has been discovered, and a message to that effect is displayed on the display device 13 (step 29), and the test is interrupted.

また通信規約に則っている場合は、対応表14を参照し
て、模擬状態内容保持部12に保持されている現在の模
擬状態と受信データの種類とから次の模擬状態を決定し
、模擬状態内容保持部12の内容を更新する(ステップ
30)。更新後、テストケースの次の内容(命令)につ
いてステップ22から同様の処理を行う。
In addition, if the communication protocol is followed, the next simulated state is determined from the current simulated state held in the simulated state content storage unit 12 and the type of received data with reference to the correspondence table 14, and the simulated state is The contents of the contents holding section 12 are updated (step 30). After the update, similar processing is performed from step 22 on the next content (instruction) of the test case.

かくしてこの実施例のプログラムテスト装置によれば、
テスト対象プログラム2からの受信データに対する通信
規約に基づくチエツクを、テストケースに因らず送受信
データリスト13を基により幅広い範囲で行うことがで
きる。
Thus, according to the program test device of this embodiment,
It is possible to check the received data from the test target program 2 based on the communication protocol in a wider range based on the transmitted/received data list 13 regardless of the test case.

したかって、テスト対象プログラム2との間のすべての
データ送受信の手順を網羅した大量のテストケースを用
意しなくても、必要最低限のテストケースでより厳密な
プログラムテストを行うことが可能となる。
Therefore, without having to prepare a large number of test cases that cover all data transmission and reception procedures with the test target program 2, it is possible to perform more rigorous program testing with the minimum necessary test cases. .

なお、テストケースには、必要に応じて、受信したデー
タに対する他のチエツクの実行を指示する命令を付加し
てもよい。この場合、テスト実行制御部15は、受信し
たデータに対するチエツクを行い、チエツク実行後、現
在の模擬状態12を更新する。
Note that the test case may include an instruction to execute other checks on the received data, if necessary. In this case, the test execution control section 15 checks the received data, and updates the current simulated state 12 after executing the check.

[発明の効果コ 以上説明したように本発明のプログラムテスト装置によ
れば、必要最低限のテストケースを用意するたけで、テ
スト対象プログラムより送信されたすべてのデータにつ
いての通信規約に基づくテストを実行することができる
[Effects of the Invention] As explained above, according to the program test device of the present invention, it is possible to perform tests based on the communication protocol for all data sent from the test target program by simply preparing the minimum necessary test cases. can be executed.

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

第1図は本発明に係る一実施例のプログラムテスト装置
の構成を説明するためのブロック図、第2図は第1図の
プログラムテスト装置の動作を説明するためのフローチ
ャート、第3図は通信規約の例を示す状態遷移図、第4
図および第5図はそれぞれ第3図の通信規約を基に記述
されたテストケースの例を示す図である。 1・・・プログラムテスト装置、2・・・テスト対象プ
ログラム、3・・・表示装置、4・・・入力装置、11
・・・テストケース格納部、12・・・模擬状態内容保
持部、13・・・送受信データリスト、14・・・対応
表、15・・・テスト実行制御部、16・・・入出力制
御部。 第1図 r2          s3 (S O) −〉(S 2 ) −〉(E第・ (S O) −〉(S X 第1 s4−s7.5Or4−r7 i3)  W O :)=ニア1803 (無視) 5図
FIG. 1 is a block diagram for explaining the configuration of a program test device according to an embodiment of the present invention, FIG. 2 is a flowchart for explaining the operation of the program test device of FIG. 1, and FIG. 3 is a communication State transition diagram illustrating example rules, Part 4
5 and 5 are diagrams showing examples of test cases written based on the communication protocol shown in FIG. 3, respectively. DESCRIPTION OF SYMBOLS 1... Program test device, 2... Test target program, 3... Display device, 4... Input device, 11
. . . Test case storage section, 12 . . . Simulation state content holding section, 13 . . Figure 1 r2 s3 (S O) −> (S 2 ) −> (Eth・(S O) −> (S ) Figure 5

Claims (2)

【特許請求の範囲】[Claims] (1)他システムと通信を行うプログラムを、通信規約
に基づき、かつシステム間のデータ送受信の手順を示す
テストケースに従ってテストするプログラムテスト装置
において、データ送受信に伴い変化するシステム間の状
態の内容を保持する状態内容保持手段と、 システム間の各状態にてそれぞれ前記通信規約上送受信
が許されるデータの種類の一覧が記載されたリストと、 システム間の状態と該状態にて送受信されたデータの種
類との組合わせに対し通信規約上適合する次の状態の内
容が記載された対応表と、 前記テストケースに従って前記プログラムのテストを実
行し、かつ該プログラムに対するデータの送受信が行わ
れたとき、前記リストを参照しつつ該データの種類と前
記状態内容保持手段に保持された現在の状態とからその
動作が前記通信規約に則ったものかどうかを判断し、通
信規約に則っていれば、前記対応表を参照して該データ
の種類と前記状態内容保持手段に保持された現在の状態
との組合わせから次の状態を決定して前記状態内容保持
手段の内容を更新するテスト実行手段とを具備すること
を特徴とするプログラムテスト装置。
(1) In a program test device that tests programs that communicate with other systems based on communication protocols and in accordance with test cases that indicate the procedure for data transmission and reception between systems, the contents of the state between systems that change due to data transmission and reception are tested. A state content holding means to be held; a list containing a list of the types of data that are allowed to be sent and received according to the communication protocol in each state between systems; When the test of the program is executed according to the test case, and data is sent and received to and from the program, While referring to the list, it is determined from the type of the data and the current state held in the state content holding means whether the operation complies with the communication protocol, and if the operation conforms to the communication protocol, the test execution means for updating the contents of the state content holding means by referring to a correspondence table to determine the next state from a combination of the data type and the current state held in the state content holding means; A program test device comprising:
(2)請求項1記載のプログラムテスト装置において、
テスト実行手段は、プログラムよりデータを受信してこ
のデータの種類がリストを参照した結果通信規約に反す
るものであることを判断すると、前記プログラムの動作
ミスとしてテストを中断することを特徴とするプログラ
ムテスト装置。
(2) In the program test device according to claim 1,
A program characterized in that, when the test execution means receives data from the program and determines that the type of data violates communication regulations as a result of referring to the list, the test execution means interrupts the test as an operational error in the program. Test equipment.
JP2305622A 1990-11-09 1990-11-09 Program testing device Pending JPH04177541A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2305622A JPH04177541A (en) 1990-11-09 1990-11-09 Program testing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2305622A JPH04177541A (en) 1990-11-09 1990-11-09 Program testing device

Publications (1)

Publication Number Publication Date
JPH04177541A true JPH04177541A (en) 1992-06-24

Family

ID=17947355

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2305622A Pending JPH04177541A (en) 1990-11-09 1990-11-09 Program testing device

Country Status (1)

Country Link
JP (1) JPH04177541A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006091944A (en) * 2004-09-21 2006-04-06 Fuji Xerox Co Ltd Software component test system and software component test method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006091944A (en) * 2004-09-21 2006-04-06 Fuji Xerox Co Ltd Software component test system and software component test method

Similar Documents

Publication Publication Date Title
CN105912356B (en) A kind of optical module firmware program on-line upgrading method for supporting version rollback
US4684885A (en) Arrangement for on-line diagnostic testing of an off-line standby processor in a duplicated processor configuration
EP1170668A2 (en) Central processing unit for easily testing and debugging programs
JP3566975B2 (en) Automatic operation device of computer operation terminal device
JPH04177541A (en) Program testing device
EP0436458A2 (en) Programmable connector
JPS5827530B2 (en) Program loading method
US6513075B1 (en) Method for preserving data through a processor softboot
EP0444535B1 (en) Programmable controller having automatic control of interlock process
JPH0588933A (en) Parallel processing system with debugging function
EP1164488A1 (en) Remote debugging in an embedded system enviroment
JPH0227843A (en) Programmable controller
CN109213673A (en) A kind of development approach and device based on serial ports simulation software
JPH02297633A (en) Task managing system
JPH08335201A (en) Test system device for input/output control
JPH047655A (en) Program evaluation method and communication system evaluation device
JPH02132548A (en) Debug back-up system for parallel processor
CA1269141A (en) Task synchronization arrangement and method for remote duplex processors
JPS6196849A (en) Transmission system control system
JPH06259341A (en) Logical channel resetting device and line information display device
JPS6238746B2 (en)
KR920001899A (en) Performance management method of hardware test program when installing exchange
JPH04307637A (en) Pseudo channel device
JPS63232663A (en) Programming system for transmitting station of transmission network
JPH10275095A (en) Inspecting method for software sequence of portable telephone set