JPH0793186A - Reusing method for existing test program - Google Patents
Reusing method for existing test programInfo
- Publication number
- JPH0793186A JPH0793186A JP5240220A JP24022093A JPH0793186A JP H0793186 A JPH0793186 A JP H0793186A JP 5240220 A JP5240220 A JP 5240220A JP 24022093 A JP24022093 A JP 24022093A JP H0793186 A JPH0793186 A JP H0793186A
- Authority
- JP
- Japan
- Prior art keywords
- program
- data processing
- processing program
- test
- existing
- 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
Links
- 238000000034 method Methods 0.000 title claims description 11
- 238000012360 testing method Methods 0.000 claims abstract description 31
- 238000010586 diagram Methods 0.000 description 5
- 238000000275 quality assurance Methods 0.000 description 2
- 230000005856 abnormality Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】この発明は、既存データ処理プロ
グラムに対する多数のテストプログラムを新オペレーテ
ィングシステム下のデータ処理プログラムのプログラム
テストにおいて再利用する既存テストプログラム再利用
方法に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an existing test program reusing method for reusing a large number of test programs for an existing data processing program in a program test of a data processing program under a new operating system.
【0002】[0002]
【従来の技術】既存オペレーティングシステム下のプロ
グラムと互換性を持った新オペレーティングシステム下
の被テストプログラムのプログラムテストにおいて、既
存プログラムのテストプログラムを再利用する場合、テ
ストプログラムの記述言語と同等の言語が新オペレーテ
ィングシステム下に存在すれば、テストプログラムを新
オペレーティングシステム下で翻訳し直して再利用する
方法が考えられる。2. Description of the Related Art When reusing a test program of an existing program in a program test of a program under test that is compatible with a program under the existing operating system, the language equivalent to the description language of the test program is used. If exists under the new operating system, it is possible to re-translate the test program under the new operating system and reuse it.
【0003】しかし、この方法は既存テストプログラム
の記述言語と同等の言語が新オペレーティングシステム
下に存在することが前提となるため、同等の言語がない
場合には、新オペレーティングシステム下に存在する言
語で多数の既存テストプログラムを記述し直さざるを得
なくなる。However, this method is premised on that a language equivalent to the description language of the existing test program exists under the new operating system. Therefore, if there is no equivalent language, the language existing under the new operating system. Therefore, it becomes necessary to rewrite many existing test programs.
【0004】そこで、コンバータ等の言語変換プログラ
ムを作成し、既存テストプログラムが新オペレーティン
グシステム下で動作可能となるように変換することで再
利用する方法がある。Therefore, there is a method of reusing by creating a language conversion program such as a converter and converting the existing test program so that it can operate under the new operating system.
【0005】[0005]
【発明が解決しようとする課題】しかし、コンバータ等
の言語変換プログラムを作成することは言語変換プログ
ラムの作成に多大な時間が必要であることから、多数あ
る既存テストプログラムを全て新オペレーティングシス
テム下の言語で記述し直すほうが効率的である場合があ
った。However, creating a language conversion program such as a converter requires a great deal of time to create a language conversion program. Therefore, many existing test programs are all installed under the new operating system. In some cases it was more efficient to rewrite in language.
【0006】本発明の目的は、言語変換プログラムを作
成することなく、新オペレーティングシステム下で多数
の既存テストプログラムを再利用することができる既存
テストプログラム再利用方法を提供するものである。An object of the present invention is to provide an existing test program reuse method capable of reusing a large number of existing test programs under a new operating system without creating a language conversion program.
【0007】[0007]
【課題を解決するための手段】上記目的を達成するため
に本発明は、複数の既存テストプログラムを既存データ
処理プログラムに対して個別に動作させ、その動作毎に
主記憶装置上に作成される入力情報と既存データ処理プ
ログラムの出力情報とを外部記憶装置に順次収集してお
き、新オペレーティングシステム下では前記外部記憶装
置に収集された入力情報を順次読み込んで前記新データ
処理プログラムに与え、その結果、前記新データ処理プ
ログラムが出力した出力情報と前記外部記憶装置に収集
された既存データ処理プログラムの出力情報とを比較す
る新テストプログラムを作成し、この新テストプログラ
ムによって新データ処理プログラムのプログラムテスト
を行うようにした。In order to achieve the above object, the present invention operates a plurality of existing test programs individually with respect to an existing data processing program, and is created in the main memory for each operation. The input information and the output information of the existing data processing program are sequentially collected in an external storage device, and under the new operating system, the input information collected in the external storage device is sequentially read and given to the new data processing program. As a result, a new test program that compares the output information output by the new data processing program with the output information of the existing data processing program collected in the external storage device is created, and the program of the new data processing program is created by this new test program. I tried to do a test.
【0008】[0008]
【作用】上記手段によれば、既存テストプログラムが作
成する入力情報そのものを新オペレーティングシステム
下の被テストプログラムに与える。そして、被テストプ
ログラムが出力した情報と既存テストプログラムを動作
させた時に正当であると判定された出力情報とを比較す
る。According to the above means, the input information itself created by the existing test program is given to the program under test under the new operating system. Then, the information output by the program under test is compared with the output information determined to be valid when the existing test program is operated.
【0009】従って、言語変換プログラムを作成するこ
となく、新オペレーティングシステム下で多数の既存テ
ストプログラムを再利用し、既存テストプログラムと同
一の入力情報を被テストプログラムに与え、被テストプ
ログラムに対して既存被テストプログラムと同等の品質
保証を行うことができる。Therefore, a large number of existing test programs are reused under the new operating system without creating a language conversion program, and the same input information as the existing test programs is given to the test program, and the test program is supplied to the test program. Quality assurance equivalent to that of the existing program under test can be performed.
【0010】[0010]
【実施例】以下、本発明の一実施例を図面を用いて具体
的に説明する。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be specifically described below with reference to the drawings.
【0011】図1は本発明の一実施例を示す構成図、図
2は図1における入出力情報の構成図、図3は図1にお
ける新テストプログラムの動作を示すフローチャート、
図4は図1におけるテスト結果リストの出力例である。FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is a block diagram of input / output information in FIG. 1, and FIG. 3 is a flow chart showing the operation of the new test program in FIG.
FIG. 4 is an output example of the test result list in FIG.
【0012】まず、既存オペレーティングシステム環境
の構成から説明する。First, the structure of the existing operating system environment will be described.
【0013】既存データ処理プログラム1は、与えられ
た入力情報から出力情報を生成する処理プログラムであ
る。既存テストプログラム2は、既存データ処理プログ
ラム1のテストを行うプログラムであり、既存データ処
理プログラム1への入力情報3を作成して与え、その結
果、既存データ処理プログラム1が出力した出力情報4
の正当性を判定するとともに、入力情報3、出力情報4
を外部記憶装置5に記録する機能を有したプログラムで
ある。The existing data processing program 1 is a processing program for generating output information from given input information. The existing test program 2 is a program for testing the existing data processing program 1, and creates and gives input information 3 to the existing data processing program 1, and as a result, output information 4 output by the existing data processing program 1.
Input information 3, output information 4
Is a program having a function of recording the data in the external storage device 5.
【0014】また、既存テストプログラム2は、既存デ
ータ処理プログラム1のテスト条件毎に多数存在する。
図1においては、2a〜2nで示している。A large number of existing test programs 2 exist for each test condition of the existing data processing program 1.
In FIG. 1, it is shown by 2a to 2n.
【0015】次に、新オペレーティングシステム環境の
構成を説明する。Next, the configuration of the new operating system environment will be described.
【0016】外部記憶装置6は、外部記憶装置5に記録
されている入力情報3と出力情報4を新オペレーティン
グシステム環境下へ移行したときの入出力情報を記録す
る装置である。The external storage device 6 is a device for recording input / output information when the input information 3 and the output information 4 recorded in the external storage device 5 are transferred to a new operating system environment.
【0017】新データ処理プログラム7は、既存データ
処理プログラム1と同等の動作をする新オペレーティン
グシステム環境下のプログラムである。この新テストプ
ログラム8は、外部記憶装置6に記録されている入力情
報3と出力情報4を用いて新データ処理プログラム7の
テストを行うプログラムである。テスト結果リスト9
は、新テストプログラム8の実行結果が出力される。The new data processing program 7 is a program under the new operating system environment, which operates in the same manner as the existing data processing program 1. The new test program 8 is a program for testing the new data processing program 7 using the input information 3 and the output information 4 recorded in the external storage device 6. Test result list 9
Displays the execution result of the new test program 8.
【0018】図1における入力情報3は、図2(a)に
示すように、レコード長21、制御情報22、テストデ
ータ23から構成される。制御情報22には、データ処
理プログラム1への処理指令が格納されている。The input information 3 in FIG. 1 is composed of a record length 21, control information 22, and test data 23, as shown in FIG. 2 (a). The control information 22 stores a processing command to the data processing program 1.
【0019】また、出力情報4は、図2(b)に示すよ
うに、レコード長24、編集データ25から構成され
る。編集データ25には、入力情報3の制御情報22と
テストデータ23を基に既存データ処理プログラム1が
作成したデータが格納されている。The output information 4 is composed of a record length 24 and edit data 25, as shown in FIG. 2 (b). The edit data 25 stores data created by the existing data processing program 1 based on the control information 22 and the test data 23 of the input information 3.
【0020】このような構成における既存テストプログ
ラム2の再利用方法を詳細に説明する。A method of reusing the existing test program 2 having such a configuration will be described in detail.
【0021】まず、既存オペレーティングシステム環境
下で既存テストプログラム2を個別に動作させ、既存テ
ストプログラム2が主記憶装置上で作成する入力情報3
と、その結果、既存データ処理プログラム1が主記憶装
置上に出力した出力情報4とを外部記憶装置5に収集し
記録する。First, the existing test program 2 is individually operated in the existing operating system environment, and the input information 3 created by the existing test program 2 on the main storage device.
As a result, the existing data processing program 1 collects and records the output information 4 output on the main storage device in the external storage device 5.
【0022】次に、外部記憶装置5に記録されている入
力情報3、出力情報4を新オペレーティングシステム環
境下に移行し、外部記憶装置6に記録する。Next, the input information 3 and the output information 4 recorded in the external storage device 5 are transferred to the new operating system environment and recorded in the external storage device 6.
【0023】このようにして新オペレーティングシステ
ム環境下で新テストプログラム8を動作させる準備が整
ったならば、新テストプログラム8を動作させる。新テ
ストプログラム8の動作を図1と図3を用いて説明す
る。When the preparation for operating the new test program 8 under the new operating system environment is completed in this way, the new test program 8 is operated. The operation of the new test program 8 will be described with reference to FIGS.
【0024】まず、外部記憶装置6に記録されている入
力情報3と出力情報4とを、それぞれレコードバッファ
31、レコードバッファ32に読み込む(ステップ30
0)。First, the input information 3 and the output information 4 recorded in the external storage device 6 are read into the record buffer 31 and the record buffer 32, respectively (step 30).
0).
【0025】次に、新データ処理プログラム7に制御を
渡す。この際、レコードバッファ31の入力情報3と、
新データ処理プログラム7が生成した出力情報10を格
納する領域であるレコードバッファ33を与える(ステ
ップ301)。Next, control is passed to the new data processing program 7. At this time, the input information 3 of the record buffer 31
A record buffer 33, which is an area for storing the output information 10 generated by the new data processing program 7, is provided (step 301).
【0026】すると、新データ処理プログラム7では、
受け取った入力情報3の制御情報22の内容に基づきテ
ストデータ23から編集データ25を作成し、出力情報
4としてレコードバッファ33に格納する。Then, in the new data processing program 7,
The edit data 25 is created from the test data 23 based on the content of the control information 22 of the received input information 3, and is stored in the record buffer 33 as the output information 4.
【0027】新データ処理プログラム7から制御が戻る
と、新テストプログラム8はレコードバッファ33に格
納されている出力情報10とレコードバッファ32に格
納されている出力情報4とを比較する(ステップ30
2)。When the control returns from the new data processing program 7, the new test program 8 compares the output information 10 stored in the record buffer 33 with the output information 4 stored in the record buffer 32 (step 30).
2).
【0028】この比較結果が正しい場合には、図4
(a)に示す正常結果リスト90を出力し(ステップ3
03)、異なる場合には図4(b)に示す異常結果リス
ト91を出力する(ステップ304)。If the comparison result is correct, the result of FIG.
The normal result list 90 shown in (a) is output (step 3
03), if different, the abnormality result list 91 shown in FIG. 4B is output (step 304).
【0029】このようにして新テストプログラム8の動
作が終了することで、新データ処理プログラム7に対し
て1つの既存テストプログラム2(例えば2a)と同等
のテストが終了する。When the operation of the new test program 8 is completed in this way, the test equivalent to one existing test program 2 (for example, 2a) is completed for the new data processing program 7.
【0030】以上の既存テストプログラム2の動作から
新テストプログラム7の動作終了までの手順を全ての既
存テストプログラム2b〜2nについて繰り返し行うこ
とで、新データ処理プログラム7に対して全て既存テス
トプログラム2a〜2nと同等のテストを新テストプロ
グラム8で行わせることができる。By repeating the above procedure from the operation of the existing test program 2 to the end of the operation of the new test program 7 for all the existing test programs 2b to 2n, all the existing test programs 2a for the new data processing program 7 are performed. A test equivalent to ~ 2n can be performed by the new test program 8.
【0031】なお、新テストプログラム8の具体的構成
は前述したものに限るものではなく、本発明の主旨を逸
脱しない範囲で適宜変形できることは勿論である。ま
た、入力情報3、出力情報4を外部記憶装置5に記録す
る箇所は、既存テストプログラム2に限らず、既存デー
タ処理プログラム1で行ってもよい。さらに、入力情報
3、出力情報4の内容および外部記憶装置5、6への記
録方法は任意である。The specific structure of the new test program 8 is not limited to that described above, and it goes without saying that it can be modified as appropriate without departing from the spirit of the present invention. The input information 3 and the output information 4 may be recorded in the external storage device 5 not only in the existing test program 2 but also in the existing data processing program 1. Furthermore, the contents of the input information 3 and the output information 4 and the recording method in the external storage devices 5 and 6 are arbitrary.
【0032】[0032]
【発明の効果】以上述べたように本発明によれば、複数
の既存テストプログラムを既存データ処理プログラムに
対して個別に動作させ、その動作毎に主記憶装置上に作
成される入力情報と既存データ処理プログラムの出力情
報とを外部記憶装置に順次収集しておき、新オペレーテ
ィングシステム下では前記外部記憶装置に収集された入
力情報を順次読み込んで前記新データ処理プログラムに
与え、その結果、前記新データ処理プログラムが出力し
た出力情報と前記外部記憶装置に収集された既存データ
処理プログラムの出力情報とを比較する新テストプログ
ラムを作成し、この新テストプログラムによって新デー
タ処理プログラムのプログラムテストを行うようにした
ので、言語変換プログラムを作成することなく、新オペ
レーティングシステム下で多数の既存テストプログラム
を再利用し、被テストプログラムに対して既存被テスト
プログラムと同等の品質保証を行うことができる。As described above, according to the present invention, a plurality of existing test programs are individually operated with respect to the existing data processing program, and the input information created on the main storage device and the existing data are created for each operation. The output information of the data processing program is sequentially collected in an external storage device, and under the new operating system, the input information collected in the external storage device is sequentially read and given to the new data processing program. A new test program that compares the output information output by the data processing program with the output information of the existing data processing program collected in the external storage device is created, and a program test of the new data processing program is performed by this new test program. Since it was set to the new operating system without creating a language conversion program. Re-use a large number of existing test program in the absence, it is possible to perform the existing the test program and the equivalent of quality assurance with respect to the test program.
【図1】本発明の一実施例を示す構成図である。FIG. 1 is a configuration diagram showing an embodiment of the present invention.
【図2】入出力情報の構成図である。FIG. 2 is a configuration diagram of input / output information.
【図3】新テストプログラムの動作処理手順を示すフロ
ーチャートである。FIG. 3 is a flowchart showing an operation processing procedure of a new test program.
【図4】テスト結果リストの出力例を示す図である。FIG. 4 is a diagram showing an output example of a test result list.
【符号の説明】 1…既存データ処理プログラム、2a〜2n…既存テス
トプログラム、3…既存データ処理プログラムに対する
入力情報、4…既存データ処理プログラムが出力した出
力情報、5,6…外部記憶装置、7…新データ処理プロ
グラム、8…新データ処理プログラムに対するテストプ
ログラム、90,91…テスト結果リスト、10…新デ
ータ処理プログラムが出力した出力情報。[Description of Codes] 1 ... Existing data processing program, 2a to 2n ... Existing test program, 3 ... Input information for existing data processing program, 4 ... Output information output by existing data processing program, 5,6 ... External storage device, 7 ... New data processing program, 8 ... Test program for new data processing program, 90, 91 ... Test result list, 10 ... Output information output by new data processing program.
フロントページの続き (72)発明者 前川 秀一 神奈川県横浜市中区尾上町6丁目81番地 日立ソフトウェアエンジニアリング株式会 社内Front Page Continuation (72) Inventor Shuichi Maekawa 6-81 Onoe-cho, Naka-ku, Yokohama-shi, Kanagawa Hitachi Software Engineering Co., Ltd. In-house
Claims (1)
情報を主記憶装置上で作成して前記既存データ処理プロ
グラムに与え、その結果、前記既存データ処理プログラ
ムが出力した出力情報の正当性を判定する複数の既存テ
ストプログラムを、前記既存データ処理プログラムと互
換性を持った新オペレーティングシステム下の新データ
処理プログラムのプログラムテストに再利用する方法で
あって、 前記複数の既存テストプログラムを前記既存
データ処理プログラムに対して個別に動作させ、その動
作毎に主記憶装置上に作成される入力情報と前記既存デ
ータ処理プログラムの出力情報とを外部記憶装置に順次
収集しておき、新オペレーティングシステム下では前記
外部記憶装置に収集された入力情報を順次読み込んで前
記新データ処理プログラムに与え、その結果、前記新デ
ータ処理プログラムが出力した出力情報と前記外部記憶
装置に収集された既存データ処理プログラムの出力情報
とを比較する新テストプログラムを作成し、この新テス
トプログラムによって新データ処理プログラムのプログ
ラムテストを行うことを特徴とする既存テストプログラ
ム再利用方法。1. A plurality of input information for an existing data processing program is created on a main storage device and given to the existing data processing program, and as a result, a plurality of correctnesses of output information output by the existing data processing program are judged. A method of reusing an existing test program for a program test of a new data processing program under a new operating system compatible with the existing data processing program, wherein the plurality of existing test programs are converted into the existing data processing program. The input information created in the main storage device and the output information of the existing data processing program are sequentially collected in an external storage device for each operation, and under the new operating system, the external storage device is operated. The new data processing program is read by sequentially reading the input information collected in the device. A new test program that compares the output information output by the new data processing program with the output information of the existing data processing program collected in the external storage device. A method for reusing an existing test program, characterized by performing a program test of a data processing program.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5240220A JPH0793186A (en) | 1993-09-28 | 1993-09-28 | Reusing method for existing test program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5240220A JPH0793186A (en) | 1993-09-28 | 1993-09-28 | Reusing method for existing test program |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0793186A true JPH0793186A (en) | 1995-04-07 |
Family
ID=17056243
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5240220A Pending JPH0793186A (en) | 1993-09-28 | 1993-09-28 | Reusing method for existing test program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0793186A (en) |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005141406A (en) * | 2003-11-05 | 2005-06-02 | Toyota Motor Corp | Compiler inspection system and program |
US9610071B2 (en) | 2003-09-25 | 2017-04-04 | Nuvasive, Inc. | Surgical access system and related methods |
US9622732B2 (en) | 2004-10-08 | 2017-04-18 | Nuvasive, Inc. | Surgical access system and related methods |
US9655744B1 (en) | 2011-10-31 | 2017-05-23 | Nuvasive, Inc. | Expandable spinal fusion implants and related methods |
US9743853B2 (en) | 1999-11-24 | 2017-08-29 | Nuvasive, Inc. | Electromyography system |
US9750490B2 (en) | 2002-06-26 | 2017-09-05 | Nuvasive, Inc. | Surgical access system and related methods |
US9795371B2 (en) | 2003-01-16 | 2017-10-24 | Nuvasive, Inc. | Surgical access system and related methods |
US9820729B2 (en) | 2002-10-08 | 2017-11-21 | Nuvasive, Inc. | Surgical access system and related methods |
US9931077B2 (en) | 2001-07-11 | 2018-04-03 | Nuvasive, Inc. | System and methods for determining nerve proximity, direction and pathology during surgery |
US9949840B1 (en) | 2011-04-01 | 2018-04-24 | William D. Smith | Systems and methods for performing spine surgery |
JP2018190349A (en) * | 2017-05-11 | 2018-11-29 | イー・アー・フアウ・ゲゼルシヤフト・ミト・ベシュレンクテル・ハフツング・インゲニオールゲゼルシヤフト・アウト・ウント・フエルケール | Method and apparatus for inspecting software for automotive control devices |
US10507120B2 (en) | 2001-09-25 | 2019-12-17 | Nuvasive, Inc. | Systems and methods for performing surgical procedures and assessments |
US11969359B2 (en) | 2008-12-26 | 2024-04-30 | Pantheon Spinal, Llc | Method of retroperitoneal lateral insertion of spinal implants |
-
1993
- 1993-09-28 JP JP5240220A patent/JPH0793186A/en active Pending
Cited By (26)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9743853B2 (en) | 1999-11-24 | 2017-08-29 | Nuvasive, Inc. | Electromyography system |
US10716509B2 (en) | 2001-07-11 | 2020-07-21 | Nuvasive, Inc. | System and methods for determining nerve proximity, direction and pathology during surgery |
US9931077B2 (en) | 2001-07-11 | 2018-04-03 | Nuvasive, Inc. | System and methods for determining nerve proximity, direction and pathology during surgery |
US10507120B2 (en) | 2001-09-25 | 2019-12-17 | Nuvasive, Inc. | Systems and methods for performing surgical procedures and assessments |
US9833227B2 (en) | 2002-06-26 | 2017-12-05 | Nuvasive, Inc. | Surgical access system and related methods |
US9750490B2 (en) | 2002-06-26 | 2017-09-05 | Nuvasive, Inc. | Surgical access system and related methods |
US10980524B2 (en) | 2002-06-26 | 2021-04-20 | Nuvasive, Inc. | Surgical access system and related methods |
US10251633B2 (en) | 2002-06-26 | 2019-04-09 | Nuvasive, Inc. | Surgical access system and related methods |
US9848861B2 (en) | 2002-06-26 | 2017-12-26 | Nuvasive, Inc. | Surgical access system and related methods |
US9826968B2 (en) | 2002-06-26 | 2017-11-28 | Nuvasive, Inc. | Surgical access system and related methods |
US10695044B2 (en) | 2002-10-08 | 2020-06-30 | Nuvasive, Inc. | Surgical access system and related methods |
US9820729B2 (en) | 2002-10-08 | 2017-11-21 | Nuvasive, Inc. | Surgical access system and related methods |
US9795371B2 (en) | 2003-01-16 | 2017-10-24 | Nuvasive, Inc. | Surgical access system and related methods |
US11219440B2 (en) | 2003-01-16 | 2022-01-11 | Nuvasive, Inc. | Surgical access system and related methods |
US10357238B2 (en) | 2003-01-16 | 2019-07-23 | Nuvasive, Inc. | Surgical access system and related methods |
US9610071B2 (en) | 2003-09-25 | 2017-04-04 | Nuvasive, Inc. | Surgical access system and related methods |
US10357233B2 (en) | 2003-09-25 | 2019-07-23 | Nuvasive, Inc. | Surgical access system and related methods |
US9788822B2 (en) | 2003-09-25 | 2017-10-17 | Nuvasive, Inc. | Surgical access system and related methods |
US11064934B2 (en) | 2003-09-25 | 2021-07-20 | Nuvasive, Inc. | Surgical access system and related methods |
JP2005141406A (en) * | 2003-11-05 | 2005-06-02 | Toyota Motor Corp | Compiler inspection system and program |
US9622732B2 (en) | 2004-10-08 | 2017-04-18 | Nuvasive, Inc. | Surgical access system and related methods |
US11969359B2 (en) | 2008-12-26 | 2024-04-30 | Pantheon Spinal, Llc | Method of retroperitoneal lateral insertion of spinal implants |
US12383411B2 (en) | 2008-12-26 | 2025-08-12 | Pantheon Spinal, Llc | Spinal surgery methods and devices |
US9949840B1 (en) | 2011-04-01 | 2018-04-24 | William D. Smith | Systems and methods for performing spine surgery |
US9655744B1 (en) | 2011-10-31 | 2017-05-23 | Nuvasive, Inc. | Expandable spinal fusion implants and related methods |
JP2018190349A (en) * | 2017-05-11 | 2018-11-29 | イー・アー・フアウ・ゲゼルシヤフト・ミト・ベシュレンクテル・ハフツング・インゲニオールゲゼルシヤフト・アウト・ウント・フエルケール | Method and apparatus for inspecting software for automotive control devices |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH0793186A (en) | Reusing method for existing test program | |
JP3182111B2 (en) | Program test support device | |
JP2008003817A (en) | Program development support apparatus, program development support method, and program development support program | |
JPH10187461A (en) | Language processing system | |
JPH08129483A (en) | Event-driven process controller | |
JPH02165353A (en) | Interactive data processing method | |
JPH11154093A (en) | Program Compiler and Recording Medium Recording Compiler Program | |
JPH056272A (en) | Software designing device | |
JP2001084136A (en) | System and method for preparing test specification | |
JP3392505B2 (en) | Program module execution controller | |
JP2001282520A (en) | Program creation method, program creation device, and recording medium for program creation | |
JP2500385B2 (en) | Input data management method | |
JP2002312198A (en) | Program test supporting device | |
JPH05250210A (en) | Program trace system | |
JPH05158675A (en) | Job flowchart designing device | |
JPH0756717A (en) | Automatic jcl preparing device | |
JP2005122416A (en) | Reuse information generation method | |
JPH0822399A (en) | Verification method for information processing equipment | |
JP2000194534A (en) | Code conversion system | |
JPH04273326A (en) | Data control system | |
JPH06168074A (en) | Common ionput/output device | |
JPH0895817A (en) | Testing method for information processing equipment | |
JPH0651960A (en) | Dynamic coupling system for program | |
JPH04275625A (en) | Automatic generation device for control language | |
JPH05250151A (en) | Program generation information control system |