JPH10133901A - Test support tool - Google Patents

Test support tool

Info

Publication number
JPH10133901A
JPH10133901A JP8289596A JP28959696A JPH10133901A JP H10133901 A JPH10133901 A JP H10133901A JP 8289596 A JP8289596 A JP 8289596A JP 28959696 A JP28959696 A JP 28959696A JP H10133901 A JPH10133901 A JP H10133901A
Authority
JP
Japan
Prior art keywords
test
hardware
support tool
unit
item
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
JP8289596A
Other languages
Japanese (ja)
Inventor
Toshibumi Hikichi
俊文 引地
Toru Nemoto
通 根本
Naotaka Adachi
尚孝 安達
Takamichi Shiragaki
孝道 白垣
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.)
Hitachi Instruments Engineering Co Ltd
Hitachi Ltd
Original Assignee
Hitachi Instruments Engineering Co Ltd
Hitachi Ltd
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 Hitachi Instruments Engineering Co Ltd, Hitachi Ltd filed Critical Hitachi Instruments Engineering Co Ltd
Priority to JP8289596A priority Critical patent/JPH10133901A/en
Publication of JPH10133901A publication Critical patent/JPH10133901A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To improve the development efficiency and implementation efficiency of the test support tool by adopting a virtual I/O implementing technique as the test support tool, and patterning and tabling the selection of test items. SOLUTION: The test support tool 40 is under the control of an os 50 and is composed of an interface processing part 60 and a test execution part 70. The test execution part 70 is composed of a virtual I/O part 110 which mediates between a test item execution part 90 for interpreting and executing a test pattern described in a test execution item table 30 wherein test items are described without being aware of hardware information and a hardware process function library 110 as a library of functions actually gaining direct access to a hardware group 130 according to a hardware constitution information table 120 wherein detailed information respective hardware parts is described. Consequently, the detailed information on the respective hardware parts to be tested is put together in the hardware constitution information table 120 to separate a hardware-dependent part and a nondependent part.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータを用
いたシステムにおいて、テスト支援ツール開発における
開発効率の向上と、テスト実施効率の向上に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to improvement of development efficiency in test support tool development and improvement of test execution efficiency in a system using a computer.

【0002】[0002]

【従来の技術】従来のテスト支援ツールは、ハード単独
のテストを行うもので、テストパターンが類似していて
もハード毎にツールを開発してきたため、以下のような
問題があった。
2. Description of the Related Art A conventional test support tool performs a test for hardware alone, and has developed the tool for each hardware even if the test patterns are similar. Therefore, there are the following problems.

【0003】(1)類似したツールを複数作成するた
め、プログラムの開発量が多い。
(1) Since a plurality of similar tools are created, the amount of program development is large.

【0004】(2)ハード毎ツールが異なるため、ツー
ルの使い方(テストの仕方)が統一されていないためテ
ストしづらい。
[0004] (2) Since tools are different for each hardware, it is difficult to test because the usage of tools (how to test) is not standardized.

【0005】(3)開発期間が短い。(3) The development period is short.

【0006】(4)開発予算が少ない。(4) The development budget is small.

【0007】(5)テスト実施期間が短い。(5) The test execution period is short.

【0008】また、通常コンピュータを用いたシステム
の実動作環境では、複数のハードが絡み合って(競合し
て)動作している。しかし、従来のテスト支援ツールで
は、テストするハード単独でテストするため、システム
稼働環境でのテストが困難であるという問題があった。
In an actual operating environment of a system using a computer, a plurality of hardware operate intertwined (competing). However, the conventional test support tool has a problem that it is difficult to perform a test in a system operating environment because the test is performed using only the hardware to be tested.

【0009】[0009]

【発明が解決しようとする課題】上記問題点を解決すべ
く、本発明の手法でテスト支援ツールを開発すること
で、ツールの開発効率向上とテスト実施効率向上を図る
ことを課題とする。
SUMMARY OF THE INVENTION In order to solve the above problems, it is an object of the present invention to develop a test support tool by the method of the present invention to improve the tool development efficiency and the test execution efficiency.

【0010】[0010]

【課題を解決するための手段】上記課題を達成するため
に、本発明はテスト支援ツールとして仮想I/O化手法
を採用すると共に、テスト項目の選択をパターン化しテ
ーブル化した。また、ターゲットとなるシステムのOS
管理下で動作可能とする。
In order to achieve the above object, the present invention employs a virtual I / O method as a test support tool, and patterns the test item selection into a table. Also, the OS of the target system
Operable under management.

【0011】仮想I/O化手法の採用では次の作用があ
る。
The use of the virtual I / O method has the following effects.

【0012】(1)テスト支援ツールのハードウェア依
存部を極小化することで、ツール開発における類似ハー
ドウェア類のプログラムは、ハードウェア依存部のみの
作成で済み、開発期間の短縮につながる。
(1) By minimizing the hardware-dependent part of the test support tool, programs of similar hardware in tool development need only be created in the hardware-dependent part, leading to a reduction in the development period.

【0013】(2)新たなハードに対応する時も、同様
にハードウェア依存部の作成のみで対応が可能であり、
開発期間の短縮につながる。
(2) When responding to new hardware, it is possible to respond only by creating a hardware-dependent part.
It leads to shortening of development period.

【0014】(3)テスト実行部で、ハード情報を意識
せずにテスト項目を全ハード共通に記述できることか
ら、テスト項目の作成における時間を短縮できる。
(3) Since the test items can be described in common by all the hardware without being aware of the hardware information in the test execution section, the time for creating the test items can be reduced.

【0015】また、テスト実行項目をパターン化し、テ
ーブルで選択可能としたことで、テスト項目の作成にお
ける時間を短縮できる。
Further, since the test execution items are patterned and made selectable in a table, the time required for creating test items can be reduced.

【0016】[0016]

【発明の実施の形態】以下、本発明の一実施例を詳細に
説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below in detail.

【0017】図1はosの管理下で動作するテスト支援
ツールの全体構成とテスト実行の手順を示す図である。
FIG. 1 is a diagram showing the overall configuration of a test support tool operating under the control of os and the procedure of test execution.

【0018】図1においてテスト支援ツール40はos
50の配下にあり、大別するとインタフェース処理部6
0とテスト実行部70からなる。また、テスト実行部7
0はハードウェア情報を意識することなくテスト項目を
記述したテスト実行項目テーブル30に記述されたテス
トパターンを解釈実行するテスト項目実行部90と、実
際にハード群130を直接アクセスする関数のライブラ
リであるハード処理関数ライブラリ110との橋渡し
を、各ハードの詳細情報を記述したハード構成情報テー
ブル120に従い行う仮想I/O部100からなる。本
テスト支援ツールでは、テストを行う各ハードの詳細情
報をハード構成情報テーブルに集約させることで、ハー
ド依存部と非依存部に分けることができたため、テスト
項目を記述するユーザに、ハード固有の情報を意識させ
ることなく、他ハードと同様なテスト項目のパターンで
全ハードのテストを可能とすることができた。
In FIG. 1, the test support tool 40 is os
50, and roughly classified into the interface processing unit 6
0 and a test execution unit 70. The test execution unit 7
Reference numeral 0 denotes a test item execution unit 90 that interprets and executes a test pattern described in a test execution item table 30 in which test items are described without being aware of hardware information, and a library of functions that directly access the hardware group 130. It comprises a virtual I / O unit 100 that bridges with the hardware processing function library 110 according to a hardware configuration information table 120 that describes detailed information of each hardware. In this test support tool, detailed information of each hardware to be tested is aggregated in the hardware configuration information table, so that it can be divided into hardware dependent parts and non-dependent parts. It was possible to test all hardware with the same test item pattern as other hardware without being conscious of information.

【0019】次にテスト実行の大きな流れから説明す
る。事前にユーザが作成したテスト実行項目テーブル3
0で、オペレータ10がユーザインタフェース20を介
してテスト実行部70にテストを実行するように司令を
出す。指令を受けたテスト実行部70は、テスト項目実
行部90をもってテスト実行項目テーブル30のテスト
パターンを解釈し、仮想I/O部100のコマンドを発
行する。仮想I/O部100では、ハード群130共通
に記述されたコマンドをハード構成情報テーブル120
に従って、該当するハード処理関数ライブラリ110を
一行することで目的とするハードウェアのテストを行
う。テスト実行結果は、テスト実行部70から直接ユー
ザインタフェース20へ出力せず、インタフェース処理
部60に送り、ここからユーザインタフェース20に結
果を出力する。また、ターゲットシステムがマルチタス
ク環境である場合、ユーザ作成のテスト項目テーブル3
0(同一テスト項目でも、別テスト項目でも可)をオペ
レータ10がユーザインタフェース20を介してテスト
実行部70にテストを実行する様に司令を複数出すこと
で、複数のテストを実行するタスクが生成され(テスト
実行部70が複数生成される)、各タスクが指定された
テスト項目テーブル30に記述された内容のテストを実
行する。この様に複数のハードを複数のタスクがアクセ
スすることで、システム稼働環境に近いテストができる
ばかりでなく、システムの過負荷試験を容易に行うこと
ができる。
Next, a description will be given of a large flow of test execution. Test execution item table 3 created by the user in advance
At 0, the operator 10 instructs the test execution unit 70 via the user interface 20 to execute the test. Upon receiving the command, the test execution unit 70 uses the test item execution unit 90 to interpret the test pattern in the test execution item table 30 and issues a command for the virtual I / O unit 100. In the virtual I / O unit 100, a command described in common to the hardware group 130 is stored in the hardware configuration information table 120.
, The target hardware is tested by executing the corresponding hardware processing function library 110 one line. The test execution result is not directly output from the test execution unit 70 to the user interface 20, but is sent to the interface processing unit 60, which outputs the result to the user interface 20. If the target system is a multi-task environment, the user-created test item table 3
A task for executing a plurality of tests is generated by issuing a plurality of commands such that the operator 10 executes a test to the test execution unit 70 via the user interface 20 with 0 (either the same test item or another test item). Then, a plurality of test execution units 70 are generated, and each task executes a test of the content described in the specified test item table 30. In this way, by accessing a plurality of hardware by a plurality of tasks, not only a test close to the system operating environment can be performed, but also an overload test of the system can be easily performed.

【0020】次に図2で、仮想I/O化手法を採用した
テスト実行部70内の詳細構成と、ハードウェアアクセ
スまでの手順について説明する。
Next, referring to FIG. 2, a detailed configuration of the test execution unit 70 employing the virtual I / O method and a procedure up to hardware access will be described.

【0021】テスト実行部70は、テスト項目解釈部2
00と各種チェックパターンを実行するチェック処理部
210からなるテスト項目実行部90と、各種ハードウ
ェアを共通にアクセスするコマンド群からなる仮想I/
O部100及び、ハード群130内の類似ハードウェア
をまとめて一つの仮想I/Oと見立て、これらをアクセ
スする処理関数群からなるハード処理関数ライブラリ1
10で構成されている。ハードウェアアクセスまでの手
順としては、まずテスト項目解釈部200がテスト項目
テーブル30に記述されているテスト情報を、ハードウ
ェア名称単位に取り出し、該当チェックパターンを持っ
て該当するチェック処理を呼び出す。呼び出されたチェ
ック処理では、指定されたチェックパターン情報を解釈
し、仮想I/O部100のコマンドを実行する。仮想I
/O部100では実行されたコマンドが、ハード処理関
数ライブラリ110のどの仮想I/O処理関数を呼び出
すかを、ハード構成情報テーブル120内のハードウェ
ア名称から該当処理関数へのエントリアドレスを検索し
て決定する。呼び出されたハード処理関数ライブラリ1
10内の仮想I/O処理関数は、与えられた各ハードウ
ェア共通のテスト項目を、該当ハードウェアアクセスの
形に変換してハードウェアをアクセスする。
The test execution unit 70 includes a test item interpretation unit 2
00 and a test item execution unit 90 including a check processing unit 210 for executing various check patterns, and a virtual I / O including a command group for commonly accessing various hardware.
O processing unit 100 and similar hardware in the hardware group 130 are collectively regarded as one virtual I / O, and a hardware processing function library 1 including a processing function group for accessing these virtual I / Os
10. As a procedure up to hardware access, first, the test item interpreter 200 extracts test information described in the test item table 30 for each hardware name, and calls a corresponding check process with a corresponding check pattern. In the called check processing, the specified check pattern information is interpreted and the command of the virtual I / O unit 100 is executed. Virtual I
The / O unit 100 searches the hardware name in the hardware configuration information table 120 for an entry address to the processing function to determine which virtual I / O processing function of the hardware processing function library 110 the executed command calls. To decide. Called hardware processing function library 1
The virtual I / O processing function in 10 converts the given test item common to each hardware into a corresponding hardware access form and accesses the hardware.

【0022】次に、図3でインタフェース処理部60の
構成と、テスト結果出力までの手順を説明する。
Next, the configuration of the interface processing unit 60 and the procedure up to the output of the test result will be described with reference to FIG.

【0023】ユーザインタフェース処理部60は、テス
ト結果を受け取る結果受信処理300と、テスト結果を各
ユーザインタフェース20に出力を可能とするインタフ
ェースライブラリ350からなる。テスト結果出力まで
の手順としては、テスト実行部70よりテスト実行結果
を、結果受信処理300で受信し、情報を編集する。そ
の情報をインタフェースライブラリ350内のユーザイ
ンタフェース出力関数へ渡し、実行結果をユーザインタ
フェース20に出力する。
The user interface processing unit 60 comprises a result receiving process 300 for receiving a test result, and an interface library 350 for outputting the test result to each user interface 20. As a procedure until the test result is output, the test execution result is received from the test execution unit 70 in the result receiving process 300, and the information is edited. The information is passed to the user interface output function in the interface library 350, and the execution result is output to the user interface 20.

【0024】上記に示す様に、図1におけるテスト支援
ツール40は、仮想I/O化手法の採用により、テスト
実行部70をハードウェア非依存部80と依存部に分
け、依存部を極小化したことでテストするハードウェア
が複数あっても、プログラムの開発はハード処理関数ラ
イブラリ110とハード構成情報テーブルを複数作成す
るのみで、以外は共通処理として一つ作成するだけで済
む。また、テスト実行情報の作成で、ハードウェア情報
を意識せずに済むため、テスト項目をハードウェア共通
でパターン化でき、さらにそれらをテーブル化すること
で、実行テスト項目の組み立てを容易にすると同時に、
テスト支援ツールの使い勝手を向上させた。テスト結果
は、インタフェース処理部60を介して出力すること
で、インタフェース依存部を局所化し、インタフェース
処理部内で容易に各種ユーザインタフェースに対応可能
とした。また、OS50がマルチタスク対応であれば、
テスト実行部70にオペレータ10が複数回実行指令を
出すことで、複数のハードウェアのテストが同時期に実
行できる。
As described above, the test support tool 40 in FIG. 1 divides the test execution unit 70 into a hardware non-dependent unit 80 and a dependent unit by employing a virtual I / O method, and minimizes the dependent unit. As a result, even if there are a plurality of hardware to be tested, development of a program requires only creating a plurality of hardware processing function libraries 110 and a plurality of hardware configuration information tables. Also, by creating test execution information, it is not necessary to be aware of hardware information, so test items can be patterned in common with hardware, and by tabulating them, it is easy to assemble execution test items and ,
The usability of the test support tool has been improved. By outputting the test results via the interface processing unit 60, the interface dependent unit is localized, and various user interfaces can be easily handled in the interface processing unit. If the OS 50 supports multitasking,
When the operator 10 issues an execution instruction to the test execution unit 70 a plurality of times, a plurality of hardware tests can be executed at the same time.

【0025】[0025]

【発明の効果】本発明の手法でテスト支援ツールを開発
することにより、テストするハードウェアが複数あって
も、複数作成するプログラムはハード依存部のみで済む
と共に、ユーザインタフェースが変更になっても、変更
部が局所化されるため容易に改造が可能であるため、プ
ログラム開発効率の向上に効果がある。また、テスト項
目をハードウェア共通でパターン化し、これをテーブル
化したことでテストパターンの組立てが容易になったこ
とと、容易にシステムの実稼働環境に近い環境を再現で
きることで、テスト実施効率向上に効果がある。
By developing a test support tool according to the method of the present invention, even if there are a plurality of hardware to be tested, only a plurality of programs need to be created in a hardware-dependent part, and even if the user interface is changed. Since the change portion is localized, it can be easily remodeled, which is effective in improving the program development efficiency. In addition, test items are patterned into common hardware, and this is tabulated, making it easier to assemble test patterns and improving the efficiency of test execution by easily reproducing an environment close to the actual operating environment of the system. Is effective.

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

【図1】本発明を用いて開発した一実施例のテスト支援
ツールのブロック図。
FIG. 1 is a block diagram of a test support tool according to an embodiment developed using the present invention.

【図2】図1のテスト実行部とハードウェアアクセスま
でのブロック図。
FIG. 2 is a block diagram showing a test execution unit and hardware access in FIG. 1;

【図3】図1のインタフェース処理部とテスト結果出力
のフローチャート。
FIG. 3 is a flowchart of an interface processing unit and a test result output of FIG. 1;

【符号の説明】[Explanation of symbols]

10…オペレータ、20…ユーザインタフェース、30
…テスト実行項目テーブル、40…テスト支援ツール、
50…ターゲットシステムのOS、60…インタフェー
ス処理部、70…テスト実行部、80…ハードウェア非
依存部、90…テスト項目実行部、100…仮想I/O
部、110…ハード処理関数ライブラリ、120…ハー
ド構成情報テーブル、130…ハード群。
10 operator, 20 user interface, 30
... test execution item table, 40 ... test support tool,
50 OS of target system 60 interface processing unit 70 test execution unit 80 hardware independent unit 90 test item execution unit 100 virtual I / O
Unit, 110: hardware processing function library, 120: hardware configuration information table, 130: hardware group.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 根本 通 茨城県ひたちなか市堀口字長久保832番地 2 日立計測エンジニアリング株式会社内 (72)発明者 安達 尚孝 茨城県ひたちなか市堀口字長久保832番地 2 日立計測エンジニアリング株式会社内 (72)発明者 白垣 孝道 茨城県ひたちなか市大字市毛882番地 株 式会社日立製作所計測器事業部内 ──────────────────────────────────────────────────続 き Continuing on the front page (72) Inventor Toru Nemoto 832 Nagakubo Horiguchi, Hitachinaka City, Ibaraki Prefecture Within Hitachi Measurement Engineering Co., Ltd. (72) Inventor Naotaka Adachi 832 Nagakubo Horiguchi Hitaguchi City, Hitachinaka City, Ibaraki 2 Hitachi Measurement Engineering Co., Ltd. (72) Inventor Takamichi Shiragaki 882 Momo, Oaza, Hitachinaka City, Ibaraki Pref.Hitachi, Ltd.

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】テスト支援ツールはオペレーティグシステ
ムの管理下にあり、インタフェース処理部とテスト実行
部とからなり、上記テスト実行部はテスト項目解釈部と
各種チェックパターンを実行するチェック処理部とから
なるテスト項目実行部と、各種ハードウェアを共通にア
クセスするコマンド群からなる仮想I/O部と、ハード
群内の類似ハードウェアを一つの仮想I/Oに見立てて
これらにアクセスする処理関数群からなるハード処理関
数ライブラリから構成されることを特徴とするテスト支
援ツール。
The test support tool is under the control of an operating system and comprises an interface processing unit and a test execution unit. The test execution unit comprises a test item interpretation unit and a check processing unit for executing various check patterns. A test item execution unit, a virtual I / O unit composed of a command group for commonly accessing various hardware, and a processing function group for accessing similar hardware in the hardware group as one virtual I / O A test support tool comprising a hard processing function library.
【請求項2】請求項1において、全てのハード情報をハ
ード構成情報テーブルに集約させ、テスト支援ツール
で、ハードウェア依存部をハード処理関数ライブラリに
留め、極小化したテスト支援ツール。
2. The test support tool according to claim 1, wherein all hardware information is aggregated in a hardware configuration information table, and the hardware support portion is retained in a hardware processing function library by a test support tool, thereby minimizing the test.
【請求項3】請求項1において、上記テスト項目実行部
ではハード情報を意識せず、全てのハード共通でテスト
項目を実行できるテスト支援ツール。
3. The test support tool according to claim 1, wherein the test item execution unit can execute the test items common to all hardware without being aware of hardware information.
【請求項4】請求項1において、テスト項目の記述をパ
ターン化し、テーブル化したテスト実行項目テーブルを
有するテスト支援ツール。
4. The test support tool according to claim 1, further comprising a test execution item table in which test item descriptions are patterned and tabulated.
【請求項5】請求項1において、テスト結果を直接イン
タフェース装置に出力するのではなく、間に出力処理部
を置くテスト支援ツール。
5. The test support tool according to claim 1, wherein the test result is not output directly to the interface device but an output processing unit is interposed.
JP8289596A 1996-10-31 1996-10-31 Test support tool Pending JPH10133901A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8289596A JPH10133901A (en) 1996-10-31 1996-10-31 Test support tool

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8289596A JPH10133901A (en) 1996-10-31 1996-10-31 Test support tool

Publications (1)

Publication Number Publication Date
JPH10133901A true JPH10133901A (en) 1998-05-22

Family

ID=17745290

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8289596A Pending JPH10133901A (en) 1996-10-31 1996-10-31 Test support tool

Country Status (1)

Country Link
JP (1) JPH10133901A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100621094B1 (en) * 2003-12-05 2006-09-08 삼성전자주식회사 Computer managing device and method thereof
KR20160044484A (en) * 2013-08-19 2016-04-25 마이크로소프트 테크놀로지 라이센싱, 엘엘씨 Cloud deployment infrastructure validation engine

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100621094B1 (en) * 2003-12-05 2006-09-08 삼성전자주식회사 Computer managing device and method thereof
KR20160044484A (en) * 2013-08-19 2016-04-25 마이크로소프트 테크놀로지 라이센싱, 엘엘씨 Cloud deployment infrastructure validation engine

Similar Documents

Publication Publication Date Title
US6164841A (en) Method, apparatus, and product for dynamic software code translation system
JP4901075B2 (en) Computer-readable medium, method and computing device
JP2753500B2 (en) An improved software debugging system and method for debugging code specifically in a multi-architecture environment
JP2692609B2 (en) Multitask program debugging method and apparatus
JPS6017539A (en) Emulation system
JPH0690697B2 (en) Computer system and method of operating the same
JP2006099798A (en) Operation method for computer system
JPH06100956B2 (en) Device for pointer control
JPH0675253B2 (en) Service processor test equipment
US6131109A (en) Multitask processor, a multitask processing method, a multitask processing display method and a storage medium for processing by correlating task and object
JPH10133901A (en) Test support tool
Golatowski et al. Framework for validation, test and analysis of real-time scheduling algorithms and scheduler implementations
JPH08314760A (en) Program development supporting device
JPH0659908A (en) Device for executing program
JPH08263130A (en) Simulation system
KR100426308B1 (en) Trace replay system and method for deriving certificated application program
JPH11102302A (en) Testing tool for confirming hardware operation
JPH0283749A (en) Internal interruption control system for microprocessor
JPH04123144A (en) Debuging device
Galley et al. Software debugging: the virtual machine approach
JP3159155B2 (en) Method and apparatus for debugging program
Manjikian More enhancements of the simplescalar tool set
JPH06110750A (en) Automatic generating method for make-file of application program capable of accessing related data base
JP2003140891A (en) Device and method for developing application, and computer program therefor
JPS60142428A (en) Emulation system