JPH05120069A - Testing and verifying method for computer program - Google Patents

Testing and verifying method for computer program

Info

Publication number
JPH05120069A
JPH05120069A JP3305558A JP30555891A JPH05120069A JP H05120069 A JPH05120069 A JP H05120069A JP 3305558 A JP3305558 A JP 3305558A JP 30555891 A JP30555891 A JP 30555891A JP H05120069 A JPH05120069 A JP H05120069A
Authority
JP
Japan
Prior art keywords
test
data
file
created
setting
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
JP3305558A
Other languages
Japanese (ja)
Inventor
Yukio Murakami
幸夫 村上
Makoto Takahashi
良 高橋
Seiichi Miyazaki
誠一 宮崎
Kenji Nunome
賢治 布目
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.)
SHINNITSUTETSU JOHO TSUSHIN SYST KK
Nippon Steel Corp
Nippon Steel Information and Communication Systems Inc
Original Assignee
SHINNITSUTETSU JOHO TSUSHIN SYST KK
Nippon Steel Corp
Nippon Steel Information and Communication Systems Inc
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 SHINNITSUTETSU JOHO TSUSHIN SYST KK, Nippon Steel Corp, Nippon Steel Information and Communication Systems Inc filed Critical SHINNITSUTETSU JOHO TSUSHIN SYST KK
Priority to JP3305558A priority Critical patent/JPH05120069A/en
Publication of JPH05120069A publication Critical patent/JPH05120069A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To automate work up to the execution of a test, and to attain the abbreviation of verifying work and program verification based on actual data. CONSTITUTION:A test case-setting file S107 is generated by reading the data value of an item corresponding to a test item selected in a step S103 out of a code definition file S105, and a test data file S109 is generated on the basis of test data generated on the basis of this in the step S108. On the other hand, in the case that 'setting of new data extraction condition' is decided in the step S104, the extraction condition of data to be extracted out of an actual data file is supported (S110) for the item selected in the step S103. The test case-setting file is generated on the basis of this (S111). The test data is generated in the step S113 on the basis of this file and an actual data file S112 in which the actual data (existing data) is registered, and the test data file S114 is generated on the basis of this.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、作成したコンピュータ
プログラムのテスト検証をデータ、特に実データに基づ
いて検証できるようにするコンピュータプログラムのテ
スト検証方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a test verification method for a computer program, which enables verification of a created computer program test based on data, particularly on actual data.

【0002】[0002]

【従来の技術】図10は従来のコンピュータプログラム
の製作工程及びそのプログラムのテスト検証方法を示す
フローチャートである。なお、図中のSはステップを意
味している。
2. Description of the Related Art FIG. 10 is a flowchart showing a conventional computer program manufacturing process and a test verification method for the program. In addition, S in the figure means a step.

【0003】まず、プログラム仕様書(ユーザからのコ
ンピュータ化要求仕様)が設計者によって作成され(S
201)、これに従ってプログラマがプログラム製作の
ためのコーディングを行い(S202)、これがソース
プログラムとして保存される(S203)。
First, a designer creates a program specification (a computerization requirement specification from a user) (S
201), according to which the programmer performs coding for program production (S202), and this is saved as a source program (S203).

【0004】そして、作成したプログラムに対するテス
トを行う場合、まず、プログラマはテストケース設定を
行う(S204)。このテストケース設定は、プログラ
ムの或るデータネームに対する入力内容と、これに応じ
て現れる結果とをケースごとに抜き出して登録する処理
であり、換言すればプログラムの部分的なシュミレーシ
ョン箇所を設定するものである。ついで、実際に入力デ
ータ(或いはテストデータ)を入力する(S205)。
以上により「テストデータファイル」が作成される(S
206)。
When conducting a test on the created program, the programmer first sets a test case (S204). This test case setting is a process of extracting and registering the input content for a certain data name of the program and the result that appears in response to it, in other words, setting a partial simulation part of the program. Is. Then, the input data (or test data) is actually input (S205).
The "test data file" is created by the above (S
206).

【0005】そして、「テストデータファイル」を用い
て、入力データに従ったプログラムテストが実行される
(S207)。そのテスト結果がプリントアウトされ
(S208)、このプリントアウトされた内容をプログ
ラマは最初から終わりまで順を追って点検し、異常部分
を黙視により検索する。異常部分が発見された場合、プ
ログラマは、その部分に対してプログラムの修正を行
う。
Then, a program test according to the input data is executed using the "test data file" (S207). The test result is printed out (S208), and the printed matter is inspected in order from the beginning to the end by the programmer, and the abnormal portion is searched silently. When an abnormal portion is found, the programmer makes a program correction for the portion.

【0006】図11は、図10におけるテストデータ設
定処理(ステップ204)を示すフローチャートであ
る。
FIG. 11 is a flowchart showing the test data setting process (step 204) in FIG.

【0007】まず、データ項目の項目名、属性などから
なるレコード定義ファイルを作成する(S301)。こ
のファイルに基づいて項目選定を行う(S302)。こ
の処理は、テスト(すなわちシュミレーション)する項
目の選択及びデータ内容の記述を行うものである。つい
で、テストケース設定表の作成を行い(S303)、さ
らに図10に示したテストデータ入力処理(S20
5)、テストデータファイルの作成(S206)を順次
実行する。これらの処理は、いずれもプログラマの手作
業によって行われる。
First, a record definition file consisting of item names and attributes of data items is created (S301). Items are selected based on this file (S302). This processing is to select an item to be tested (that is, to simulate) and describe the data content. Next, a test case setting table is created (S303), and the test data input process shown in FIG. 10 (S20) is performed.
5) The test data file creation (S206) is sequentially executed. All of these processes are performed manually by the programmer.

【0008】[0008]

【発明が解決しようとする課題】しかし、上記した従来
技術にあっては、テスト実行に際し、テストケース設定
からテストファイル作成までを全て手作業で行ってお
り、テスト検証に多大の時間を要すると共に、作業者に
多大な労力を強いるものであった。また、人手に依るこ
とから見落としなどを生じやすく、異常を完全に取りき
れないケースがあった。
However, in the above-mentioned prior art, in executing the test, all the steps from setting the test case to creating the test file are performed manually, and it takes a lot of time for test verification. It was a great effort for the worker. In addition, there are cases in which an abnormality cannot be completely eliminated because it is easy to overlook because it depends on human hands.

【0009】そこで、本発明の目的は、テスト実行に至
るまでの作業を自動化し、検証作業の短縮化を図れるよ
うにするコンピュータプログラムのテスト検証方法を提
供することにある。
Therefore, an object of the present invention is to provide a test verification method for a computer program that automates the work up to the test execution and shortens the verification work.

【0010】また、本発明の他の目的は、実データに基
づいてプログラム検証を行えるようにするコンピュータ
プログラムのテスト検証方法を提供することにある。
Another object of the present invention is to provide a test verification method for a computer program that enables program verification based on actual data.

【0011】[0011]

【課題を解決するための手段】上記の目的を達成するた
めに、この発明は、データ項目の項目値及び意味が登録
されたコード定義ファイルを作成し、選定したテスト項
目に対応する項目のデータ値を前記コード定義ファイル
から読み出してテストケース設定ファイルを作成し、こ
れに基づいて生成したテストデータに基づいてテストデ
ータファイルを作成するようにしている。
In order to achieve the above object, the present invention creates a code definition file in which item values and meanings of data items are registered, and data of items corresponding to selected test items is created. A value is read from the code definition file to create a test case setting file, and a test data file is created based on the test data generated based on this.

【0012】上記目的は、実データの登録された実デー
タファイルを作成し、選定したテスト項目に対応する抽
出条件を設定し、これに基づいてテストケース設定ファ
イルを作成し、指定されたテストケースに対応するデー
タを前記実データファイルから読み出してテストデータ
を生成し、このテストデータに基づいてテストデータフ
ァイルを作成することによっても達成される。
The above-mentioned purpose is to create an actual data file in which actual data is registered, set extraction conditions corresponding to selected test items, create a test case setting file based on this, and create a specified test case. It is also achieved by reading the data corresponding to the above from the actual data file, generating test data, and creating a test data file based on this test data.

【0013】[0013]

【作用】上記した手段によれば、テストする項目の選定
に応じて項目値または抽出条件が設定され、コード定義
ファイルまたは実データファイルを参照してテストケー
ス設定ファイルが作成され、このファイルに基づいてテ
ストデータが作成され、さらにテストデータファイルが
作られる。したがって、プログラムテスト実行に至るま
での作業を自動化し、検証作業の短縮化、実動作に近い
検証が可能になる。
According to the above means, the item value or the extraction condition is set according to the selection of the item to be tested, the test case setting file is created by referring to the code definition file or the actual data file, and based on this file Test data is created, and a test data file is created. Therefore, it is possible to automate the work up to the execution of the program test, shorten the verification work, and perform verification close to the actual operation.

【0014】[0014]

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

【0015】図1は本発明によるコンピュータプログラ
ムのテスト検証方法を達成する処理例を示すフローチャ
ートである。
FIG. 1 is a flow chart showing an example of processing for achieving a computer program test verification method according to the present invention.

【0016】まず、テストケースナンバーを設定する
(S101)、この設定時の表示画面を示したのが図2
であり、この設定によって利用するファイル(レコード
定義ファイル)が指定される。ついで、データ項目の項
目名、属性などが登録されているレコード定義ファイル
(S102)から、ステップ101で指定したファイル
の項目を図3に示すようにモニタ画面上に表示する(S
103)。この表示例では、画面内左端の縦列の「S」
が指定済みを示している。そして、表示画面の内容から
テストする項目を選定する。ついで、テストケースナン
バーの下1桁が「項目値設定」になっているか、「新デ
ータ抽出条件設定」になっているかを判定する。
First, the test case number is set (S101), and the display screen at this time is shown in FIG.
The file (record definition file) to be used is specified by this setting. Next, the item of the file specified in step 101 is displayed on the monitor screen from the record definition file (S102) in which the item names and attributes of the data items are registered (S102).
103). In this display example, "S" in the leftmost column in the screen
Indicates that it has been specified. Then, the item to be tested is selected from the contents of the display screen. Next, it is determined whether the last digit of the test case number is "item value setting" or "new data extraction condition setting".

【0017】「項目値設定」である場合、項目値設定の
処理を行う(S106)。この処理は、ステップ103
で選定された項目と、正常値としてのデータ項目の項目
値及び意味の登録がなされたコード定義ファイル(S1
05)の中の項目とに基づいてコード値内容(=ステッ
プ103で選定された項目のデータ値)を図4に示すよ
うに設定するもので、その設定結果は、テストケース設
定ファイルとして登録される(S107)。なお、異常
値を設定したい場合には、キーボードからコード値を入
力すればよい。
In the case of "item value setting", an item value setting process is performed (S106). This process is step 103.
The code definition file (S1) in which the item value and meaning of the item selected as the normal value and the data item as a normal value are registered
The code value contents (= data value of the item selected in step 103) are set as shown in FIG. 4 based on the items in (05) and the setting result is registered as a test case setting file. (S107). If an abnormal value is desired to be set, the code value may be input from the keyboard.

【0018】テストケース設定ファイル(図5)を用い
てテストデータが作成(S108)され、この作成結果
に基づいてテストデータファイルが図12のように作成
される(S109)。図5中の項目名などは、ステップ
103で指定されたものであり、項目単位にファイルの
位置1を把握し、項目値4を桁数2及びタイプ3に合わ
せてファイルに設定する。このようにして作られたテス
トデータファイルを用いて、図10に示したようにテス
トが実行(S207)され、テスト実行結果がプリント
アウトされる(S208)。
Test data is created using the test case setting file (FIG. 5) (S108), and a test data file is created as shown in FIG. 12 based on the creation result (S109). The item names and the like in FIG. 5 are designated in step 103, and the position 1 of the file is grasped for each item, and the item value 4 is set in the file according to the number of digits 2 and type 3. Using the test data file created in this way, the test is executed (S207) as shown in FIG. 10, and the test execution result is printed out (S208).

【0019】一方、ステップ104で「新データ抽出条
件設定」が判定された場合、ステップ103で選定され
た項目に対し、図6に示す内容の表示画面を出し、実デ
ータファイルから取り出すデータの抽出条件を指示する
(S110)。これに基づいてテストケース設定ファイ
ル(図7)を作成する(S111)。このファイル及び
実データ(既存データ)の登録された実データファイル
(S112)に基づいて、図9に示すテストデータを作
成する(S113)。図7中、5はステップ101で指
定された内容であり、6、7はステップ103で選定さ
れた内容であり、10はステップ110で指定した抽出
条件である。
On the other hand, when the "new data extraction condition setting" is judged in step 104, the display screen of the contents shown in FIG. 6 is displayed for the item selected in step 103, and the data extraction from the actual data file is extracted. A condition is designated (S110). A test case setting file (FIG. 7) is created based on this (S111). The test data shown in FIG. 9 is created based on this file and the actual data file (S112) in which the actual data (existing data) is registered (S113). In FIG. 7, 5 is the contents specified in step 101, 6 and 7 are the contents selected in step 103, and 10 is the extraction condition specified in step 110.

【0020】ステップ113での処理は、まず、実デー
タ収納場所を把握し、ついで実データファイルから図8
に示すような実データを読み出す。そして、項目単位に
実データファイルの位置8、桁数9分のデータ内容と項
目値10を比較し、同一であればこれをテストデータフ
ァイルとして書き込む(S114)。例えば、図8のよ
うな実データが与えられたとき、図6の抽出条件に基づ
いてテストデータを作成すると、図9に示すようにな
る。このようにして作られたテストデータファイルを用
いて、図10に示したようにテストが実行(S207)
され、テスト実行結果がプリントアウトされる(S20
8)。
In the processing in step 113, first, the actual data storage place is grasped, and then the actual data file is read from FIG.
The actual data shown in is read. Then, the data contents of the position 8 and the digit number 9 of the actual data file are compared with the item value 10 for each item, and if they are the same, this is written as a test data file (S114). For example, when the actual data as shown in FIG. 8 is given and the test data is created based on the extraction condition of FIG. 6, it becomes as shown in FIG. A test is executed using the test data file created in this way as shown in FIG. 10 (S207).
Then, the test execution result is printed out (S20).
8).

【0021】以上より明らかなように、この実施例で
は、ステップ104,106〜109までは実データ以
外のデータ(仮データ)により検証を行っているのに対
し、ステップ104,110〜114までは実データに
よる検証を行っている。
As is clear from the above, in this embodiment, verification is performed using data (temporary data) other than actual data in steps 104 and 106 to 109, whereas in steps 104 and 110 to 114, verification is performed. We are verifying with real data.

【0022】[0022]

【発明の効果】本発明は上記の通り構成されているの
で、次に記載する効果を奏する。
Since the present invention is configured as described above, it has the following effects.

【0023】請求項1のコンピュータプログラムのテス
ト検証方法においては、データ項目の項目値及び意味が
登録されたコード定義ファイルを作成し、選定したテス
ト項目に対応する項目のデータ値を前記コード定義ファ
イルから読み出してテストケース設定ファイルを作成
し、これに基づいて生成したテストデ−タに基づいてテ
ストデータファイルを作成するようにしたので、プログ
ラムのテスト実行に至るまでの時間短縮、チェックの簡
略化及びプログラムの品質向上が可能になる。
In the computer program test verification method according to the first aspect, a code definition file in which item values and meanings of data items are registered is created, and data values of items corresponding to the selected test item are stored in the code definition file. The test case configuration file is created by reading from the test data file, and the test data file is created based on the test data generated based on this, so it is possible to shorten the time required to execute the test of the program, simplify the check and The quality of the program can be improved.

【0024】請求項2のコンピュータプログラムのテス
ト検証方法においては、実データの登録された実データ
ファイルを作成し、選定したテスト項目に対応する抽出
条件を設定し、これに基づいてテストケース設定ファイ
ルを作成し、指定されたテストケースに対応するデータ
を前記実データファイルから読み出してテストデータを
生成し、このテストデータに基づいてテストデータファ
イルを作成するようにしたので、プログラムのテスト実
行に至るまでの時間短縮、チェックの簡略化及びプログ
ラムの品質向上、さらには実データに基づいた実動作に
近い検証が可能になる。
In the computer program test verification method according to the second aspect, an actual data file in which actual data is registered is created, extraction conditions corresponding to selected test items are set, and a test case setting file is created based on the extraction conditions. Is created, the data corresponding to the specified test case is read from the actual data file to generate the test data, and the test data file is created based on this test data. It is possible to shorten the time until, simplify the check, improve the quality of the program, and verify the actual operation based on the actual data.

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

【図1】本発明によるコンピュータプログラムのテスト
検証方法を達成する処理例を示すフローチャートであ
る。
FIG. 1 is a flowchart showing an example of processing for achieving a computer program test verification method according to the present invention.

【図2】図1のステップ101において表示される内容
を示す画面図である。
FIG. 2 is a screen diagram showing the contents displayed in step 101 of FIG.

【図3】図1のステップ103で指定したファイルの項
目を示す画面図である。
FIG. 3 is a screen view showing items of a file designated in step 103 of FIG.

【図4】図1のステップ106において項目値設定が判
定された場合の項目値設定処理で用いられる画面内容を
示す画面図である。
FIG. 4 is a screen diagram showing screen contents used in an item value setting process when item value setting is determined in step 106 of FIG.

【図5】図1のステップ106において作成されるテス
トケ−ス設定ファイル内容を示す画面図である。
5 is a screen view showing the contents of a test case setting file created in step 106 of FIG. 1. FIG.

【図6】図1のステップ110の処理における表示内容
を示す画面図である。
6 is a screen diagram showing display contents in the processing of step 110 of FIG. 1. FIG.

【図7】図1のステップ110において作成されるテス
トケ−ス設定ファイル内容を示す画面図である。
7 is a screen view showing the contents of the test case setting file created in step 110 of FIG.

【図8】実データファイルから読み出される実データの
一例を示すフォーマット図である。
FIG. 8 is a format diagram showing an example of actual data read from an actual data file.

【図9】図8の実データを用いて作られたテストデータ
結果を示す説明図である。
9 is an explanatory diagram showing a test data result created using the actual data of FIG.

【図10】従来のコンピュータプログラムの製作工程及
びそのプログラムのテスト検証方法を示すフローチャー
トである。
FIG. 10 is a flowchart showing a conventional computer program manufacturing process and a test verification method for the program.

【図11】図10におけるテストデータ設定処理(ステ
ップ204)を示すフローチャートである。
11 is a flowchart showing a test data setting process (step 204) in FIG.

【図12】図5の項目値設定内容を用いて作成されたテ
ストデ−タ結果を示す説明図である。
12 is an explanatory diagram showing test data results created using the item value setting contents of FIG. 5. FIG.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 宮崎 誠一 千葉県君津市君津1番地 新日本製鐵株式 会社君津製鐵所内 (72)発明者 布目 賢治 千葉県君津市君津1番地 新日本製鐵株式 会社君津製鐵所内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Seiichi Miyazaki 1 Kimitsu, Kimitsu-shi, Chiba Nippon Steel Corp. (72) Inventor Kenji Nuno, Kimitsu, Chiba Shin Nippon Steel Co., Ltd. Company Kimitsu Works

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 データ項目の項目値及び意味が登録され
たコード定義ファイルを作成し、選定したテスト項目に
対応する項目のデータ値を前記コード定義ファイルから
読み出してテストケース設定ファイルを作成し、これに
基づいて生成したテストデータに基づいてテストデータ
ファイルを作成することを特徴とするコンピュータプロ
グラムのテスト検証方法。
1. A code definition file in which item values and meanings of data items are registered is created, data values of items corresponding to selected test items are read from the code definition file to create a test case setting file, A test verification method for a computer program, characterized in that a test data file is created based on the test data generated based on this.
【請求項2】 実データの登録された実データファイル
を作成し、選定したテスト項目に対応する抽出条件を設
定し、これに基づいてテストケース設定ファイルを作成
し、指定されたテストケースに対応するデータを前記実
データファイルから読み出してテストデータを生成し、
このテストデータに基づいてテストデータファイルを作
成することを特徴とするコンピュータプログラムのテス
ト検証方法。
2. An actual data file in which actual data is registered is created, extraction conditions corresponding to the selected test items are set, and a test case setting file is created based on this, corresponding to the specified test case. Data to be read from the actual data file to generate test data,
A test verification method for a computer program, characterized in that a test data file is created based on this test data.
JP3305558A 1991-10-25 1991-10-25 Testing and verifying method for computer program Pending JPH05120069A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3305558A JPH05120069A (en) 1991-10-25 1991-10-25 Testing and verifying method for computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3305558A JPH05120069A (en) 1991-10-25 1991-10-25 Testing and verifying method for computer program

Publications (1)

Publication Number Publication Date
JPH05120069A true JPH05120069A (en) 1993-05-18

Family

ID=17946602

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3305558A Pending JPH05120069A (en) 1991-10-25 1991-10-25 Testing and verifying method for computer program

Country Status (1)

Country Link
JP (1) JPH05120069A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013105358A (en) * 2011-11-15 2013-05-30 Japan Research Institute Ltd System and method for comparative test on difference between new and old versions of program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62105268A (en) * 1985-10-31 1987-05-15 Hitachi Software Eng Co Ltd Generating method for test data
JPH01255048A (en) * 1988-04-04 1989-10-11 Fujitsu Ltd Variable execution system for test data

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62105268A (en) * 1985-10-31 1987-05-15 Hitachi Software Eng Co Ltd Generating method for test data
JPH01255048A (en) * 1988-04-04 1989-10-11 Fujitsu Ltd Variable execution system for test data

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013105358A (en) * 2011-11-15 2013-05-30 Japan Research Institute Ltd System and method for comparative test on difference between new and old versions of program

Similar Documents

Publication Publication Date Title
US8239835B2 (en) Automated software testing framework using independent test scripts
US8347267B2 (en) Automated software testing and validation system
US6931628B2 (en) Mangled strings for testing of internationalization
KR20010022215A (en) System and method for generating year 2000 test cases
US20050204241A1 (en) Method and device for analyzing software error
US20080162104A1 (en) Simulation data creation supporting device
US20100037209A1 (en) Source program review program, source program review method, and source program review device
US9047260B2 (en) Model-based testing of a graphical user interface
WO2008019832A1 (en) Improved monte carlo simulation and display of results thereof
JP2017084082A (en) Simulation device, test scenario file creation method, and test method using test scenario file
JP2000112784A (en) Program test support device and storage medium recording program test support program
JPH10320234A (en) Automatic test method for software
JP4215255B2 (en) Degradation confirmation inspection method, degradation confirmation inspection system, and program therefor
JPH05120069A (en) Testing and verifying method for computer program
JP2525393B2 (en) Logic simulation test coverage method
JP5076700B2 (en) Database verification method and apparatus
JPH1139363A (en) Data verification system
JP2004272830A (en) Device for supporting software development
JPH0713809A (en) Program evaluation system
JP3028589B2 (en) Error detection control method for logic circuit verification device
WO2024075323A1 (en) Business process generation device, and business process generation method
JPH07219980A (en) Test execution system
JP2010002977A (en) System for creating business system program
JP2001084163A (en) Device and method for preliminarily examining influence of update processing and device and method for testing operation of update processing program
JPH0778195A (en) Data updating system in circuit design cad

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19961008