JPH0659937A - Device for supporting single body test of load module - Google Patents
Device for supporting single body test of load moduleInfo
- Publication number
- JPH0659937A JPH0659937A JP4231612A JP23161292A JPH0659937A JP H0659937 A JPH0659937 A JP H0659937A JP 4231612 A JP4231612 A JP 4231612A JP 23161292 A JP23161292 A JP 23161292A JP H0659937 A JPH0659937 A JP H0659937A
- Authority
- JP
- Japan
- Prior art keywords
- storage device
- program
- data
- test
- test data
- 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.)
- Granted
Links
- 238000012360 testing method Methods 0.000 title claims abstract description 81
- 238000013500 data storage Methods 0.000 claims abstract description 14
- 239000000284 extract Substances 0.000 claims 1
- 238000004590 computer program Methods 0.000 abstract description 2
- 230000015572 biosynthetic process Effects 0.000 abstract 1
- 238000000034 method Methods 0.000 description 24
- 238000010586 diagram Methods 0.000 description 12
- 238000012545 processing Methods 0.000 description 9
- 230000008520 organization Effects 0.000 description 4
- 230000000903 blocking effect Effects 0.000 description 3
- 238000012546 transfer Methods 0.000 description 3
- 238000007796 conventional method Methods 0.000 description 1
- 238000012937 correction Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
Landscapes
- Debugging And Monitoring (AREA)
- Stored Programmes (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明はコンピュータプログラム
のテストに関し、特に複数にLMを分割させるような大
規模なプログラムの単体テスト支援に関するものであ
る。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer program test, and more particularly to a unit test support for a large-scale program in which a plurality of LMs are divided.
【0002】[0002]
【従来の技術】複数にLMを分割させる大規模なプログ
ラムでは、データの受け渡しは一時記憶装置によって行
われる。従来、このLM一つ一つのテストを行う際に
は、LMが単体で動くように、一時記憶装置の定義記述
を持ち、受け渡されるデータを一時記憶装置へ書き込む
処理を行うドライバープログラムを新規にコーディング
しなければならなかった。2. Description of the Related Art In a large-scale program that divides an LM into a plurality of pieces, data is transferred by a temporary storage device. Conventionally, when performing a test for each LM, a driver program that has a definition description of a temporary storage device and writes the passed data to the temporary storage device is newly added so that the LM operates independently. I had to code.
【0003】また、一時記憶装置のデータはドライバー
プログラム中で初期値として与えられている場合が多
く、色々なパターンのデータテストを行う場合、LM単
体で行うことは手間がかかるので、全LMの完成後に行
っていた。Further, the data in the temporary storage device is often given as an initial value in the driver program, and when performing a data test of various patterns, it is time-consuming to carry out the LM alone. I was going after the completion.
【0004】[0004]
【発明が解決しようとする課題】上述した従来の技術
で、各LM単体の開発者は新規にドライバープログラム
を作成するので時間がかかるという問題点があった。ま
た、それぞれのLM単体で色々なパターンのデータでテ
ストを充分行わないと各LMの品質が十分でないため、
全LMを結びつけた後のテストの段階でバグの発生率が
高い。さらにどのLMからそのバグが発生したのか発見
しにくいため、テスト及びプログラムの修正に膨大な手
間がかかるという問題点があった。In the above-mentioned conventional technique, the developer of each LM has a problem that it takes time because a driver program is newly created. In addition, the quality of each LM is not sufficient unless each LM is sufficiently tested with data of various patterns.
The incidence of bugs is high in the test stage after connecting all LMs. Furthermore, since it is difficult to find out from which LM the bug has occurred, there is a problem that it takes a great deal of time to test and modify the program.
【0005】[0005]
【課題を解決するための手段】本発明のロードモジュー
ル単体テスト支援装置は、LM各単体間のデータの受け
渡しに使用する一時記憶装置の識別子、作成するプログ
ラムの識別子などを入力する入力装置と、ソースプログ
ラムのデータ記述部分の解析を行って一時記憶装置の詳
細情報、データの情報を抽出するデータ情報解析装置
と、データ情報解析装置の解析した情報を記憶しておく
データ情報記憶装置と、ドライバープログラムの作成を
行うプログラム作成装置と、テストデータの繰り返し入
力と入力終了の判断を行うテストデータ入力装置と、作
成されたドライバープログラムを記憶しておくドライバ
ープログラム記憶装置と、入力されたテストデータを記
憶しておくテストデータ記憶装置を有している。A load module unit test support device of the present invention includes an input device for inputting an identifier of a temporary storage device used for data transfer between LM units, an input device for inputting an identifier of a program to be created, and a source. A data information analysis device for analyzing detailed information of the temporary storage device and data information by analyzing the data description part of the program, a data information storage device for storing the information analyzed by the data information analysis device, and a driver program A program creation device that creates a test data, a test data input device that repeatedly inputs test data and a judgment of input end, a driver program storage device that stores the created driver program, and a test data that is input It has a test data storage device.
【0006】[0006]
【実施例】次に、本発明について図面を参照して説明す
る。DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.
【0007】図1は本発明の一実施例の機能構成を示す
ブロック図である。FIG. 1 is a block diagram showing the functional arrangement of an embodiment of the present invention.
【0008】なお、これ以後ではCOBOL85言語で
記述されたソースプログラムを例に説明する。In the following, a source program written in the COBOL85 language will be described as an example.
【0009】入力装置1−1は、解析対象のソースプロ
グラム記憶装置1−2の識別子や、作成するドライバー
プログラムの識別子や、データ情報記憶装置1−4から
参照する一時記憶装置の識別子や、テストで使用するデ
ータ値の入力を行う。The input device 1-1 includes an identifier of the source program storage device 1-2 to be analyzed, an identifier of a driver program to be created, an identifier of a temporary storage device referred to by the data information storage device 1-4, and a test. Enter the data value used in.
【0010】ソースプログラム記憶装置1−2は、一つ
のLMに対する各ソースプログラムの中で一時記憶装置
に対する定義が記述されているソースが記憶されている
装置である。The source program storage device 1-2 is a device in which the source in which the definition for the temporary storage device is described in each source program for one LM is stored.
【0011】データ情報解析装置1−3は、入力装置1
−1によって指定されたソースプログラム記憶装置1−
2の識別子が示す内容を読み取って一時記憶装置の詳細
情報(例えばファイル編成,ブロック化係数,レコード
長)や、各データの情報(例えばデータ名,データ長)
を調べ、解析結果をデータ情報記憶装置1−4へ記憶さ
せる装置である。The data information analysis device 1-3 is an input device 1
Source program storage device 1-specified by
The contents indicated by the identifier 2 are read and detailed information of the temporary storage device (for example, file organization, blocking coefficient, record length) and information of each data (for example, data name, data length)
Is stored in the data information storage device 1-4.
【0012】データ情報記憶装置1−4は、データ情報
解析装置1−3によって解析された一時記憶装置の詳細
情報や、各データの情報を記憶しておく装置である。The data information storage device 1-4 is a device for storing detailed information of the temporary storage device analyzed by the data information analysis device 1-3 and information of each data.
【0013】プログラム作成装置1−5は、入力装置1
−1からの指示及び、データ情報記憶装置1−4に記憶
されている一時記憶装置の詳細や各データの情報を参照
してドライバープログラムを自動的に作成し、作成され
たドライバープログラムをドライバープログラム記憶装
置1−7へ記憶させる装置である。The program creating device 1-5 is an input device 1
-1 and the details of the temporary storage device stored in the data information storage device 1-4 and the information of each data are referred to, the driver program is automatically created, and the created driver program is used as the driver program. This is a device for storing in the storage device 1-7.
【0014】テストデータ入力装置1−6は、データ情
報記憶装置1−4に記憶されている一時記憶装置の詳細
情報を参照して、テストデータ記憶装置1−8上に一時
記憶装置と同様の領域を確保し、入力装置1−1により
テストデータ値の入力を行い、テストデータ記憶装置1
−8へ記憶させる処理を繰り返し行い、LM中の一時記
憶装置についてすべて、テストデータの定義が行われた
かを入力終了時に確認する装置である。The test data input device 1-6 refers to the detailed information of the temporary storage device stored in the data information storage device 1-4, and the test data storage device 1-8 stores the same information as the temporary storage device. The area is secured, the test data value is input by the input device 1-1, and the test data storage device 1
It is a device that repeats the process of storing in -8 and confirms at the end of input whether test data has been defined for all temporary storage devices in the LM.
【0015】ドライバープログラム記憶装置1−7は、
プログラム作成装置1−5によって作成されたドライバ
ープログラムを記憶しておくための記憶装置である。The driver program storage device 1-7 is
A storage device for storing the driver program created by the program creating device 1-5.
【0016】テストデータ記憶装置1−8は、テストデ
ータ入力装置1−6で入力されたテストデータの値を記
憶しておくための記憶装置である。The test data storage device 1-8 is a storage device for storing the value of the test data input by the test data input device 1-6.
【0017】以下に、ドライバー部分のプログラムが自
動生成され、それにともなってテストデータを作成して
いくまでの一連の動作を図2〜図4にそって説明してい
く。Below, a series of operations until the driver part program is automatically generated and the test data is created will be described with reference to FIGS.
【0018】まず、図2の手順に従い、必要とされる一
時記憶装置(例えば磁気ディスク上のテンポラリーファ
イル)の情報(例えばファイル編成,ブロック化係数,
レコード長,データ名,データ長)をとりこむ。入力装
置1−1(例えばCRTやキーボード)でLM間でデー
タの受け渡しに使用しているすべての一時記憶装置の識
別子及び、これらの定義を行っているソースプログラム
記憶装置1−2を指定する(2−1の処理)。First, in accordance with the procedure of FIG. 2, information (for example, file organization, blocking coefficient, etc.) of a required temporary storage device (for example, a temporary file on a magnetic disk) is stored.
Record length, data name, data length). The input device 1-1 (for example, CRT or keyboard) specifies the identifiers of all temporary storage devices used for data transfer between LMs, and the source program storage device 1-2 that defines these ( 2-1 processing).
【0019】データ情報解析装置1−3で一時記憶装置
についての記述部分(例えばINPUT−OUTPUT
SECTIONや、FILE SECTION)をソ
ースプログラム記憶装置1−2から探して(2−2の処
理)、一時ファイルの詳細情報(例えばファイル編成,
ブロック化係数,レコード長)や、そこで使用するデー
タの情報(例えばデータ名,データ長)を解析する(2
−3の処理)。そしてこれらの解析結果の情報をデータ
情報記憶装置1−4(例えばメモリ)へ記憶させる(2
−4の処理)。In the data information analysis device 1-3, a description part (for example, INPUT-OUTPUT) about the temporary storage device is provided.
SECTION or FILE SECTION) is searched from the source program storage device 1-2 (process 2-2), and detailed information on the temporary file (for example, file organization,
Analyze the blocking factor, record length) and the information of the data used there (eg data name, data length) (2
-3 processing). Then, information of these analysis results is stored in the data information storage device 1-4 (for example, memory) (2
-4 processing).
【0020】次に、図3の手順に従い、ドライバー部の
プログラムを自動生成する。Next, the driver program is automatically generated according to the procedure shown in FIG.
【0021】入力装置1−1でLM中のメインCU識別
子と、作成するドライバープログラムの識別子を指定す
る(3−1の処理)。The input unit 1-1 specifies the main CU identifier in the LM and the identifier of the driver program to be created (process 3-1).
【0022】プログラム作成装置1−5で、一時記憶装
置の詳細情報とデータの情報をデータ情報記憶装置1−
4から読み込み(3−2の処理)、一時記憶装置、それ
と同様の領域をとるテストデータ記憶装置1−8(例え
ば磁気ディスク)上のテストデータ領域(例えばパーマ
ネントファイル)を定義する部分のコーディングを自動
生成する(3−3の処理)。そして、指定されたCU識
別子の情報からメインCUをコールする処理及び、指定
されたテストデータ領域識別子(例えばファイル名のこ
と、以後、単にテストデータ識別子と呼ぶ)から一時記
憶装置へ複写する処理及び、入力装置1−1で指定する
テストデータ識別子の入力処理のコーディングを生成し
てドライバープログラムを完成させ(3−4の処理)、
指定されたプログラム識別子でドライバープログラム記
憶装置1−7(例えば磁気ディスク)へ記憶させる(3
−5の処理)。In the program creating device 1-5, the detailed information of the temporary storage device and the data information are displayed in the data information storage device 1-
4 (processing of 3-2), the temporary storage device, and the coding of the part that defines the test data area (for example, permanent file) on the test data storage device 1-8 (for example, magnetic disk) that takes the same area as that. Automatically generated (process 3-3). Then, a process of calling the main CU from the information of the designated CU identifier, a process of copying the designated test data area identifier (for example, a file name, hereinafter simply referred to as a test data identifier) to a temporary storage device, and , Generate the coding of the input processing of the test data identifier designated by the input device 1-1 to complete the driver program (processing of 3-4),
The driver program storage device 1-7 (for example, a magnetic disk) is stored with the designated program identifier (3
-5 processing).
【0023】次に、図4の手順に従い、テストデータの
入力を行う。Next, test data is input according to the procedure shown in FIG.
【0024】入力装置1−1でデータを定義したい一時
記憶装置識別子,作成するテストデータ識別子を入力す
る(4−1の処理)。The input device 1-1 inputs the temporary storage device identifier for which data is to be defined and the test data identifier to be created (process 4-1).
【0025】テストデータ入力装置1−6で、データ情
報記憶装置1−4から一時記憶装置の詳細情報を参照
し、同様の領域をテストデータ記憶装置1−8上に指定
されたテストデータ識別子をつけて確保する(4−2の
処理、例えば磁気ディスク上にパーマネントファイルを
アロケートするような動作のことをいう)。In the test data input device 1-6, the detailed information of the temporary storage device is referred to from the data information storage device 1-4, and the same area is assigned the test data identifier designated on the test data storage device 1-8. It is attached and secured (the process of 4-2, for example, an operation of allocating a permanent file on the magnetic disk).
【0026】次に、データ情報記憶装置1−4から、各
データの情報を順に参照し(4−3の処理)、入力装置
1−1(例えばCRT)上に表示し、それに対応して各
データの値を入力していく(4−4の処理)。入力され
たデータ値はテストデータ記憶装置1−8へ入力装置1
−1で入力されたテストデータ識別子をつけて記憶され
る(4−5の処理、例えばファイルへデータを書き込む
動作)。これらの動作をすべてのデータに対して値が入
力されるまで行う(4−6の処理)。Next, the information of each data is sequentially referred from the data information storage device 1-4 (processing of 4-3) and displayed on the input device 1-1 (for example, CRT), and correspondingly, each is displayed. Data values are input (process 4-4). The input data value is input to the test data storage device 1-8 by the input device 1.
The test data identifier input at -1 is added and stored (processing of 4-5, for example, operation of writing data to file). These operations are performed until values are input for all data (process 4-6).
【0027】一つの一時記憶装置に対するテストデータ
の入力が終了すると、テストデータ入力装置1−1によ
って、また次の一時記憶装置識別子とテストデータ識別
子の入力要求となるので、LMで使用する各一時記憶装
置ごとにテストしたいテストデータの数だけ入力処理を
繰り返し行う(4−7の処理)。When the input of the test data to one temporary storage device is completed, the test data input device 1-1 requests the input of the next temporary storage device identifier and the test data identifier. The input process is repeated for each storage device for the number of test data to be tested (process of 4-7).
【0028】そしてすべてのテストデータの作成後、テ
ストデータ入力装置1−6によって、テストデータ記憶
装置1−8の各テストデータとデータ情報記憶装置1−
4の各一時ファイルの定義情報を比較して、LMで使用
するすべての一時記憶装置についてテストデータが定義
されているか確認して終了する(4−8の処理)。もし
このときテストデータを定義されていない一時記憶装置
があるなら、テストデータ入力処理をふたたび行う。After creating all the test data, the test data input device 1-6 is used to test each test data in the test data storage device 1-8 and the data information storage device 1-8.
The definition information of each temporary file of No. 4 is compared, it is confirmed whether the test data is defined for all the temporary storage devices used by the LM, and the process is ended (process of 4-8). At this time, if there is a temporary storage device in which the test data is not defined, the test data input process is performed again.
【0029】ドライバー部分のプログラムを作成し、使
用する各テストデータを作成した後で、ドライバープロ
グラムをコンパイルしCUとした後、テストしたいLM
をCUとしてリンクする。できあがったドライバープロ
グラムを組み込んだLMを実行するとテストに使用する
テストデータ識別子を指定できるので、本装置で作成し
たテストデータの識別子を指定する。このようにして、
色々なテストデータを用いてLM単体でテストを行うこ
とができる。After the driver part program is created and each test data to be used is created, the driver program is compiled into a CU and then the LM to be tested
As a CU. When the LM incorporating the completed driver program is executed, the test data identifier used for the test can be specified, so the identifier of the test data created by this device is specified. In this way
The LM alone can be tested using various test data.
【0030】図5はソースプログラム記憶装置1−2の
構成図の一例である。FIG. 5 is an example of a configuration diagram of the source program storage device 1-2.
【0031】図6はデータ情報記憶装置の構成図1−4
の一例である。ファイル情報記憶部には、ファイル名,
ファイル編成,キー名などの情報が、データ情報記憶部
には、各データのレベル,名前,属性タイプ,桁数,繰
り返し指定などの情報がそれぞれ記憶されている。FIG. 6 is a block diagram of the data information storage device 1-4.
Is an example. The file information storage section stores the file name,
Information such as file organization and key name is stored in the data information storage unit, and information such as level, name, attribute type, number of digits, and repeat designation of each data is stored.
【0032】図7はドライバープログラム記憶装置1−
7の構成図の一例である。FIG. 7 shows a driver program storage device 1-
7 is an example of a configuration diagram of FIG.
【0033】作成されたドライバープログラムは、テス
トを行うテストデータ識別子の入力装置1−1による選
択処理,一時記憶装置と同様の領域をもつテストデータ
記憶装置1−8上の各テストデータの値を読みとって一
時記憶装置へ複写を行う処理(例えばパーマネントファ
イルの内容をすべて一時ファイルへ複写するような処
理),LMのメインCUを呼び出す処理を含んでいる。The created driver program selects the test data identifier to be tested by the input device 1-1, and sets the value of each test data in the test data storage device 1-8 having the same area as the temporary storage device. It includes a process of reading and copying to the temporary storage device (for example, a process of copying all the contents of the permanent file to the temporary file) and a process of calling the main CU of the LM.
【0034】図8はテストデータ記憶装置1−8の一例
である。8−1の領域には識別子“TEST−1”のテ
ストデータが、8−2の領域には識別子“TEST−
2”のテストデータがそれぞれ記憶されている。これら
は、LM中で使用する一時記憶装置(例えばテンポラリ
ーファイル)と同様の領域の大きさをもっている。FIG. 8 shows an example of the test data storage device 1-8. The area 8-1 contains test data with the identifier "TEST-1", and the area 8-2 contains the identifier "TEST-".
2 "of test data are stored respectively. These have the same area size as the temporary storage device (for example, temporary file) used in the LM.
【0035】[0035]
【発明の効果】以上説明したように本発明は、LMを複
数もつ大規模なプログラム開発における各LM単体での
テストにおいて、LMをそれぞれ単体で動かすためのド
ライバー部分のプログラムを自動生成することでドライ
バープログラムの作成時間を短縮させる。As described above, according to the present invention, in the test of each LM alone in the development of a large-scale program having a plurality of LMs, the program of the driver part for operating each LM alone is automatically generated. Reduce the time to create a driver program.
【0036】また、色々なパターンを定義したテストデ
ータを一度に作成することができるので、テスト時にデ
ータの受け渡しを行う一時記憶装置のデータの内容を簡
単に変化させることができ、より効率的なテストを行う
ことができる。Further, since the test data defining various patterns can be created at one time, the contents of the data in the temporary storage device, which transfers the data at the time of the test, can be easily changed, which is more efficient. You can test.
【0037】そして、単体テストの段階で品質の高いL
Mにすることができるので、その後の各LMを結びつけ
たプログラム全体のテストにおいてバグの発生と修正を
減少させることができる。Then, at the stage of the unit test, high quality L
Since it can be set to M, it is possible to reduce the occurrence and correction of bugs in the subsequent testing of the entire program in which each LM is connected.
【図1】本発明の全体の構成を示すブロック図である。FIG. 1 is a block diagram showing an overall configuration of the present invention.
【図2】各一時記憶装置のデータ情報の解析の流れを示
す作業手順の図である。FIG. 2 is a diagram of a work procedure showing a flow of analysis of data information of each temporary storage device.
【図3】ドライバープログラムの自動生成の流れを示す
作業手順の図である。FIG. 3 is a diagram of a work procedure showing a flow of automatic generation of a driver program.
【図4】テストデータの作成の流れを示す作業手順の図
である。FIG. 4 is a diagram of a work procedure showing a flow of creating test data.
【図5】ソースプログラム記憶装置1−2の構成図の一
例である。FIG. 5 is an example of a configuration diagram of a source program storage device 1-2.
【図6】データ情報記憶装置1−4の構成図の一例であ
る。FIG. 6 is an example of a configuration diagram of a data information storage device 1-4.
【図7】ドライバープログラム記憶装置1−7の構成図
の一例である。FIG. 7 is an example of a configuration diagram of a driver program storage device 1-7.
【図8】テストデータ記憶装置1−8の構成図の一例で
ある。FIG. 8 is an example of a configuration diagram of a test data storage device 1-8.
1−1 入力装置 1−2 ソースプログラム記憶装置 1−3 データ情報解析装置 1−4 データ情報記憶装置 1−5 プログラム作成装置 1−6 テストデータ入力装置 1−7 ドライバープログラム記憶装置 1−8 テストデータ記憶装置 8−1 識別子“TEST−1”のテストデータが記
憶されている領域 8−2 識別子“TEST−2”のテストデータが記
憶されている領域1-1 Input device 1-2 Source program storage device 1-3 Data information analysis device 1-4 Data information storage device 1-5 Program creation device 1-6 Test data input device 1-7 Driver program storage device 1-8 Test Data storage device 8-1 Area in which test data of identifier "TEST-1" is stored 8-2 Area in which test data of identifier "TEST-2" is stored
Claims (1)
す)を分割させるような大規模なプログラムの各LM単
体のテストを行うために、LMが単体で動けるようにす
るために必要なプログラム(ドライバープログラム)の
作成において、LM各単体間のデータの受け渡しに使用
する一時記憶装置の識別子、作成するプログラムの識別
子などを入力する入力装置と、ソースプログラムのデー
タ記述部分の解析を行って一時記憶装置の詳細情報、デ
ータの情報を抽出するデータ情報解析装置と、データ情
報解析装置の解析した情報を記憶しておくデータ情報記
憶装置と、ドライバープログラムの作成を行うプログラ
ム作成装置と、テストデータの繰り返し入力と入力終了
の判断を行うテストデータ入力装置と、作成されたドラ
イバープログラムを記憶しておくドライバープログラム
記憶装置と、入力されたテストデータを記憶しておくテ
ストデータ記憶装置を備えていることを特徴とするロー
ドモジュール単体テスト支援装置。1. In order to test each LM unit of a large-scale program in which a plurality of load modules (hereinafter referred to as LMs) are divided, a program (driver required for enabling the LM to operate independently). When creating a program, an input device for inputting an identifier of a temporary storage device used for passing data between individual LMs, an identifier of a program to be created, and a temporary storage device by analyzing a data description part of a source program. Detailed information and data information analysis device that extracts data information, a data information storage device that stores the information analyzed by the data information analysis device, a program creation device that creates a driver program, and repeat test data Enter the test data input device that determines the input and the end of input and the created driver program. A load module unit test support device comprising a driver program storage device for storing and a test data storage device for storing input test data.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP4231612A JP2820184B2 (en) | 1992-08-07 | 1992-08-07 | Load module unit test support device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP4231612A JP2820184B2 (en) | 1992-08-07 | 1992-08-07 | Load module unit test support device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH0659937A true JPH0659937A (en) | 1994-03-04 |
| JP2820184B2 JP2820184B2 (en) | 1998-11-05 |
Family
ID=16926243
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP4231612A Expired - Lifetime JP2820184B2 (en) | 1992-08-07 | 1992-08-07 | Load module unit test support device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP2820184B2 (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8630016B2 (en) | 2006-02-08 | 2014-01-14 | Becton, Dickinson And Company | Label processor and method relating thereto |
| US8973293B2 (en) | 2010-11-19 | 2015-03-10 | Becton, Dickinson And Company | Specimen container label for automated clinical laboratory processing systems |
-
1992
- 1992-08-07 JP JP4231612A patent/JP2820184B2/en not_active Expired - Lifetime
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8630016B2 (en) | 2006-02-08 | 2014-01-14 | Becton, Dickinson And Company | Label processor and method relating thereto |
| US9724690B2 (en) | 2006-02-08 | 2017-08-08 | Becton, Dickinson And Company | Blood collection device, method, and system for using the same |
| US8973293B2 (en) | 2010-11-19 | 2015-03-10 | Becton, Dickinson And Company | Specimen container label for automated clinical laboratory processing systems |
| US9604217B2 (en) | 2010-11-19 | 2017-03-28 | Becton, Dickinson And Company | Specimen container label for automated clinical laboratory processing systems |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2820184B2 (en) | 1998-11-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP0632377A1 (en) | Method for testing a message-driven operating system | |
| JPH096628A (en) | Parallel processing procedure selection device and method | |
| US6532573B1 (en) | LSI verification method, LSI verification apparatus, and recording medium | |
| JP3318051B2 (en) | Translation processing method | |
| US6581029B1 (en) | Method and system for optimizing execution of a collection of related module sequences by eliminating redundant modules | |
| JPH0659937A (en) | Device for supporting single body test of load module | |
| JP2585460B2 (en) | Test data creation method | |
| JPH06110733A (en) | Program test case generator | |
| JPH08147156A (en) | Program transporting system | |
| JP2004192139A (en) | Debugging device, debugging method, and recording medium | |
| JP2619487B2 (en) | File operation method | |
| JPS63127332A (en) | Software development aid equipment | |
| JPH11154093A (en) | Program Compiler and Recording Medium Recording Compiler Program | |
| JPH03130839A (en) | On-line simulation system | |
| JP4187345B2 (en) | Compressed data decompression apparatus, semiconductor inspection apparatus including the same, and data compression / decompression method | |
| CN119885994A (en) | Python-based simulation test method, device, equipment, medium and program product | |
| JPH03265029A (en) | Data sum-up processing system | |
| JPH05241799A (en) | Argument reference structure analysis device | |
| JPH04213725A (en) | Automatic generating system for test program | |
| JPH0439703B2 (en) | ||
| JPH02247742A (en) | Test program forming processing system | |
| JPH0243638A (en) | Driver for program test | |
| JPH05181649A (en) | Crossreference output device | |
| JP2001318806A (en) | Method for preparing failure analysis data of program | |
| JPH02128239A (en) | Test system for compiler |