JP4525877B2 - Screen-coupled program-linked test support apparatus and support method - Google Patents

Screen-coupled program-linked test support apparatus and support method Download PDF

Info

Publication number
JP4525877B2
JP4525877B2 JP2000276768A JP2000276768A JP4525877B2 JP 4525877 B2 JP4525877 B2 JP 4525877B2 JP 2000276768 A JP2000276768 A JP 2000276768A JP 2000276768 A JP2000276768 A JP 2000276768A JP 4525877 B2 JP4525877 B2 JP 4525877B2
Authority
JP
Japan
Prior art keywords
screen
program
processing
output
test
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.)
Expired - Lifetime
Application number
JP2000276768A
Other languages
Japanese (ja)
Other versions
JP2002091796A (en
JP2002091796A5 (en
Inventor
繁和 橋本
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 Social Information Services Ltd
Original Assignee
Hitachi Government and Public Sector System Engineering 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 Government and Public Sector System Engineering Ltd filed Critical Hitachi Government and Public Sector System Engineering Ltd
Priority to JP2000276768A priority Critical patent/JP4525877B2/en
Publication of JP2002091796A publication Critical patent/JP2002091796A/en
Publication of JP2002091796A5 publication Critical patent/JP2002091796A5/ja
Application granted granted Critical
Publication of JP4525877B2 publication Critical patent/JP4525877B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • User Interface Of Digital Computer (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、テスト支援装置および支援方法に関し、特に複数の画面を処理の順序に従って連動してテストすることができ、遷移する複数画面にわたって業務処理を行う画面処理プログラムのテストデバッグを可能にした画面結合型プログラム連動支援装置および支援方法に関する。
【0002】
【従来の技術】
従来、画面単位で業務処理を行う画面処理プログラムのテストデバックを行う対話型システムのプログラムテスト支援装置が提案されている(例えば、特開平7−160536号公報参照)。この装置では、ソースライブラリとテスト制御プログラムライブラリから単体テスト用の実行モジュールを自動生成することにより、この単体テスト用実行モジュールを実行することで、テストを行っている。
図2(1)は、従来における上記テスト支援装置の実行モジュールの機能構成図である。
図2(1)においては、テスト制御プログラム10が画面遷移テーブル12を参照して画面遷移の制御を行い、端末装置(図示省略)のディスプレイ画面にデータを表示したり、端末装置のマウスやキーボードからデータの入力を行う処理を制御する。作成対象のプログラムで扱う業務データの出力形式への編集や入力データの正当性のチェックなどの業務処理を画面単位で行う画面処理プログラム17が設けられ、テスト制御プログラム10と画面処理プログラム17とのインタフェースとして、「次画面」,「前画面」,「ルート変更」,「再表示」,「終了」などの画面遷移テーブル12の参照条件を示す画面制御テーブル13、画面の出力形式を設定する画面出力データテーブル14、画面の入力形式を設定する画面入力データテーブル15、および画面遷移の際に共通のデータを引継ぐための領域を設定する引継ぎデータテーブル16が設けられている。
【0003】
図1(1)は、上記従来型のプログラムテスト支援装置の機能構成図である。
図1(1)においては、動画モードのコボルテスト支援プログラム110と、これを支援する単体テストサポート起動プログラム100と、テスト制御プログラム101と、画面処理プログラム109と、完成共通サブプログラム112と、ウィンドウズ用画面・帳票サポートシステム116とから構成されている。
コボルテスト支援プログラム110は、図2の全体の外側プログラムプロダクト(製品)であって、テスト制御プログラム101および画面処理プログラム109が図2のテスト制御プログラム10および画面処理プログラム17にそれぞれ該当する。
これらをパソコン114で制御するとともに、画面・帳票サポートシステム116には画面・帳票定義115を入力し、テスト結果はログ情報としてテスト結果ファイル113に格納する。
【0004】
【発明が解決しようとする課題】
上述のように、従来のテスト支援装置は、単画面単位でしかテストができなかったので、複数の画面にわたった処理のテストができないという問題があった。
できれば、画面遷移を実現させ、複数の画面を処理の順序に従ってテスト可能にすることが望ましい。
【0005】
そこで、本発明の目的は、このような従来の問題を解決し、画面遷移を実現し、複数の画面を処理の順序に従ってテストすることができ、かつパソコン上で動作できる画面結合型プログラム連動テスト支援装置および支援方法を提供することにある。
【0006】
【課題を解決するための手段】
上記目的を達成するため、本発明の画面結合型プログラム連動テスト支援装置および支援方法は、遷移決定プログラムを組み込んで、複数の画面処理プログラムを遷移に沿ってテスト可能にし、かつ帳票出力機能のサポート(オンライン帳票、バッチ帳票)を可能にしたことを特徴としている。すなわち、本発明においては、画面遷移を実現させ、複数の画面を処理の順序に従ってテスト可能にている。
【0007】
【発明の実施の形態】
以下、本発明の実施例を、図面により詳細に説明する。
図1(2)は、本発明の一実施例を示す画面結合型のプログラム連動テスト支援装置の機能構成図である。
図1(1)と同じ構成は同一の記号番号を用いて示している。図1(1)に比べて、新しく、コボルテスト支援プログラム110にデータベース入出力モジュールを配置し、テストコマンド(シミュレートコマンド)111を直接入力する。テストコマンド111は、外部モジュールが存在していない場合、このコマンドであたかも外部モジュールが存在して値を返してきたようにシミュレーションするためのコマンドである。
結合テスト制御プログラム101には、図1(1)と同じように画面処理プログラム109を入力する他に、遷移決定プログラム102、トランザクション開始プログラム103、データベース入出力プログラム104、帳票出力モジュール105、帳票出力サブプログラム106、およびトランザクション終了プログラム107を入力させている。さらに、ウィンドウズ用画面・帳票サポートシステム116からパソコンのプリンタに帳票108を出力することができる。
すなわち、画面表示およびプリンタ出力等をパソコン上で動作させるようにしている。
なお、データベース入出力プログラム104は、データベースのアクセスをコントロール(入力、更新、削除)する親プログラムであり、データベース入出力モジュール(DB/IOモジュール)はデータベースを直接アクセスする子プログラムである。子プログラムは、データベースの入出力のみの機能、親プログラムは入力情報を画面に引渡したり、画面から出力情報を引き継いだりする機能である。
【0008】
本発明においては、遷移決定プログラム102を組み込み、これにより次画面有りの判定を行い、複数の画面処理プログラム109を遷移させながら処理を実行させ、処理の順序に従ってテストを可能にしている。
コード、エラーメッセージでは、データ内容は本番と同様の内容として結合テスト制御プログラム101の下位連携モジュールとして提供し、被テストプログラムのテスト確認時に活用することができるようにしている。オンラインで出力する帳票は、ウィンドウズ用画面・帳票サポートシステム116と連携して、帳票出力サブルーチン106(汎用的な仕組み)を作成し、本番と同様の方式で出力するようにしている。トランザクション開始・終了プログラム103,107は、実施プロジェクト毎にカスタマイズが必ず必要なプログラムであって、従来のテスト支援装置にも必要な機能である。データベース入出力104、帳票出力105の各プログラムは、被テスト対象プログラムである。処理の流れで画面を出力し、項目を入力して、データベースの更新、帳票出力と処理をつなげていく。
本発明のテスト支援装置は、その処理の流れを意識してテストを可能にした点に特徴がある。
【0009】
図2(2)は、本発明の一実施例を示す結合型テスト支援装置の実行モジュールの機能構成図である。
実際の処理では、画面制御プログラム(図示省略)が画面遷移情報テーブル12を参照して画面遷移の制御を行い、端末の画面にデータを表示したり、端末のマウスやキーボードからデータの入力を行う処理を制御する。本発明のテスト支援動作では、テスト制御プログラム10が上記と同じ制御を行う。複数の画面処理プログラム17,18,19は、作成対象プログラムで扱う業務データの出力形式への編集や入力データの正当性のチェックなどの業務処理を画面単位で行うものである。テスト制御プログラム10と1つの画面処理プログラムとのインタフェースとして、画面制御テーブル13、画面出力データテーブル14、画面入力データテーブル15および引き継ぎデータテーブル16が設けられている。
【0010】
画面出力データテーブル14には、画面処理プログラム17〜19において業務で扱うデータが画面の出力形式に編集されて設定される。また、画面入力データテーブル14には、端末からの入力データがテスト制御プログラム10で設定される。画面処理プログラム17〜19は、これを参照して入力データの正当性のチェックやデータベース等への格納形式への編集を行う。画面制御テーブル13には、テスト制御プログラム10が画面遷移情報テーブル12を参照する条件である「次画面」,「前画面」,「ルート変更」,「再表示」,「終了」などが画面処理プログラム17〜19で設定される。引き継ぎデータテーブル16には、画面が遷移する際に、画面処理プログラム17〜19間での共通のデータを引き継ぐための領域である。この場合、引き継ぎデータテーブル16は複数存在してもよい。
画面遷移を実現させるために、結合テスト制御プログラム10と遷移決定プログラム11との接続を可能にし、1遷移単位(処理の順序を意識させた複数画面連動)に処理可能とするインタフェースを設定している。
従来では、画面処理プログラムA,B,C・・と別々にテストを実施していたが、本発明では、テスト制御プログラム10と遷移決定プログラム11との接続を可能にしたため、画面処理プログラムA,B,C・・の連動をかけられるようになり、その結果、連動してテストを実施することが可能になった。
【0011】
図3は、本発明の一実施例を示すテスト制御プログラムの編集処理のソース展開図である。
テスト制御プログラムソース24が画面処理プログラムソース22〜23を呼び出す際のプログラム名称は、画面制御プログラム(図示省略)のPROGRAM−IDから展開され、また画面制御テーブル13、画面出力データテーブル14、画面入力データテーブル15、引き継ぎデータテーブル16の名称は、LINKAGE SECTIONのコピー句や、PROCEDURE DIVISIONのUSING句からテスト制御プログラムソース24に展開される。
テスト制御プログラムソース24と各画面処理プログラムソース(A,B)の引き継ぎインタフェースは、従来の方式と同様である。本発明では、遷移決定プログラムソース21とテスト制御プログラムソース24とのインタフェースをとり、図4(b)に示すトラザクション開始画面41から入力された、遷移決定プログラム名を入力することで、それ以降の遷移画面を処理順序毎に表示できるようにしている。
【0012】
本発明の特徴点を、テスト制御プログラムソース24内のハッチングの部分で示す。ハッチングの内容は、以下のようになっている。
CALL 遷移決定プログラム名
USING 画面制御テーブル名
ハッチングの部分は、テスト制御プログラム24で遷移決定プログラム21を呼んで、次処理を決定させる仕組みを組み込んでいる。このようにして、遷移決定プログラム21が決定した処理プログラム名が順次呼び出されて、実行される。
【0013】
図4(a)(b)は、それぞれ本発明の画面遷移テーブルの定義例を示す図であって、(a)はデータ構成、(b)は遷移の流れ(ルート)をそれぞれ示す。
従来のテスト支援装置では、ルート毎の各1画面単位でしかテストができない状況であったが、本発明の仕組みでは、ルート1からルート4の各画面を処理順序に従って、1度に動作確認が可能である。テスト支援装置としては、ホストオンライン処理機能の確認をパソコン内で連動可能なように実現した。
図4(a)では、画面遷移に関する定義として、ルート名称31(ルート1,2,3,4)、画面名称32(画面A,B,C、・・G)、画面属性33(IND)が設定されている。
図4(b)では、画面遷移のルートとして、画面A,B(42,43)の第1ルート、画面B,C,D(43〜45)の第2ルート、画面B,E,F(43,46,47)の第3ルート、画面B,G(43,48)の第4ルートの4つの流れがある。そして、ルートの開始と終了には必ずトランザクション開始終了画面41に始り、かつ戻るようにする。この画面は、図3に示したハッチング部分の指定により、遷移決定プログラム名が入力される。
なお、図4(a)に示す画面属性の例として、「IND」を定義している。これは、画面Bのようにこの画面で入力されたデータにより、次に表示する画面が変わるものを分岐構造の画面と呼んで、特別な画面の属性を定義している。
【0014】
図5は、本発明の一実施例を示す画面結合型プログラム連動テストの動作フローチャートである。
先ず、テスト制御プログラム24で遷移決定プログラム21を呼んで、次処理を決定させることにより、トランザクション開始表示処理が行われ、トランザクション開始終了画面41が表示される(ステップ51)。黒ハッチングの部分(ステップ52)が遷移決定プログラムで処理をしている部分である。次画面有りの判定をしている部分を強調して記述している。
次画面有りの場合には、テスト制御プログラムが起動され、端末画面にテスト開始画面が表示される。オペレータは画面上の入力指示に従ってテストデバックの開始を選択する。次に、決定された画面処理プログラムが呼び出され、出力編集処理で、画面出力データテーブル14に画面の出力データが設定される(ステップ54)。次に、テスト画面出力処理では、テスト対象の画面が端末に表示され、オペレータは画面出力データテーブル14の設定内容を実行画面で確認可能となる(ステップ55)。次に、テスト画面入力処理では、オペレータは画面に対して端末からデータを入力する。これにより、テスト制御プログラムは、画面入力データテーブル15にデータを設定する(ステップ56)。次に、画面処理プログラムの入力編集処理では、入力データの正当性のチェックやデータベース等への格納形式への編集処理を行う(ステップ57)。
【0015】
編集処理が終了すると、遷移決定プログラム21が起動され、次画面有りか否かを決定する処理を行う(ステップ52)。次画面有りの判定になると、次の画面処理プログラムが起動され、出力編集処理(ステップ54)、画面出力処理(ステップ55)、入力処理(ステップ56)および入力編集処理(ステップ57)が順次実行される。遷移決定プログラム21の処理で次画面無しの決定が行われたときには、最後にトラザクション終了画面表示処理(ステップ53)が行われ、テスト終了となる。
このようにして、オペレータはテスト対象の画面処理プログラムの出力編集処理や入力編集処理のテストデバックを行うことができる。
【0016】
【発明の効果】
以上説明したように、本発明によれば、画面遷移を実現させ、複数の画面を処理の順序に従って連動してテストが可能であるため、1回でテストを終了することができ、複数画面連動処理のテストデバックが可能となる。
【図面の簡単な説明】
【図1】従来ならびに本発明の一実施例を示すテスト支援装置の外部モジュールの機能構成図である。
【図2】従来ならびに本発明の一実施例を示す結合型テスト支援装置の実行モジュールの機能構成図である。
【図3】本発明の一実施例を示すテスト制御プログラムの編集処理のソース展開図である。
【図4】本発明の画面遷移テーブルの定義例を示す図である。
【図5】本発明の一実施例を示す画面結合型プログラム連動テストの動作フローチャートである。
【符号の説明】
10…テスト制御プログラム、11…遷移決定プログラム、
12…画面遷移テーブル、13…画面制御テーブル、
14…画面出力データテーブル、15…画面入力データテーブル、
16…引継ぎデータテーブル、17〜19…画面処理プログラム、
21…画面決定プログラムソース、22,23…画面処理プログラムソース、
24…テスト制御プログラムソース、31…ルート名称、32…画面名称、
33…画面属性、41…トランザクション開始終了画面、42〜48…画面。
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a test support device and support method, particularly in conjunction with multiple screens according to the order of processing can be tested, to allow Tesutodeba' grayed screen processing program for performing business process across multiple screens of transition screen The present invention relates to a combined program linkage support apparatus and support method.
[0002]
[Prior art]
Conventionally, a program test support apparatus for an interactive system that performs test debugging of a screen processing program that performs business processing in units of screens has been proposed (see, for example, JP-A-7-160536). In this apparatus, a unit test execution module is automatically generated from a source library and a test control program library, and the unit test execution module is executed to perform a test.
FIG. 2A is a functional configuration diagram of an execution module of the conventional test support apparatus.
In FIG. 2A, the test control program 10 controls screen transition by referring to the screen transition table 12, displays data on a display screen of a terminal device (not shown), or uses a mouse or keyboard of the terminal device. Controls the process of inputting data from. A screen processing program 17 is provided for performing business processing such as editing of the business data handled by the program to be created into an output format and checking the validity of input data in units of screens, and the test control program 10 and the screen processing program 17 Screen control table 13 indicating reference conditions of screen transition table 12 such as “next screen”, “previous screen”, “route change”, “redisplay”, “end”, etc., and a screen for setting the screen output format as interfaces An output data table 14, a screen input data table 15 for setting a screen input format, and a takeover data table 16 for setting an area for taking over common data at the time of screen transition are provided.
[0003]
FIG. 1A is a functional configuration diagram of the conventional program test support apparatus.
In FIG. 1 (1), the video mode COBOL test support program 110, the unit test support activation program 100 that supports the program, the test control program 101, the screen processing program 109, the completed common subprogram 112, and the Windows And a screen / form support system 116.
The COBOL test support program 110 is the entire outer program product (product) of FIG. 2, and the test control program 101 and the screen processing program 109 correspond to the test control program 10 and the screen processing program 17 of FIG.
These are controlled by the personal computer 114, and the screen / form support system 116 is inputted with the screen / form definition 115, and the test result is stored in the test result file 113 as log information.
[0004]
[Problems to be solved by the invention]
As described above, since the conventional test support apparatus can test only in units of a single screen, there is a problem in that it cannot test a process across a plurality of screens.
If possible, it is desirable to realize screen transition so that a plurality of screens can be tested in the order of processing.
[0005]
Therefore, an object of the present invention is to solve such a conventional problem, realize a screen transition, test a plurality of screens according to a processing order, and can be operated on a personal computer. To provide a support device and a support method .
[0006]
[Means for Solving the Problems]
In order to achieve the above object, the screen-coupled program linked test support apparatus and support method of the present invention incorporate a transition determination program so that a plurality of screen processing programs can be tested along the transition, and a form output function is supported. It is characterized by enabling (online forms and batch forms). That is, in the present invention, to achieve a screen transition, and enables testing in accordance with the order of processing a plurality of screens.
[0007]
DETAILED DESCRIPTION OF THE INVENTION
Embodiments of the present invention will be described below in detail with reference to the drawings.
FIG. 1 (2) is a functional configuration diagram of a screen-coupled program-linked test support apparatus showing an embodiment of the present invention.
The same structure as FIG. 1 (1) is shown using the same symbol number. Compared to FIG. 1A, a new database input / output module is arranged in the COBOL test support program 110, and a test command (simulated command) 111 is directly input. The test command 111 is a command for simulating as if the external module is present and a value is returned when the external module does not exist.
In addition to inputting the screen processing program 109 as in FIG. 1A, the transition test program 102, the transaction start program 103, the database input / output program 104, the form output module 105, and the form output are input to the integration test control program 101. A subprogram 106 and a transaction end program 107 are input. Further, the form 108 can be output from the Windows screen / form support system 116 to the printer of the personal computer.
That is, screen display and printer output are operated on a personal computer.
The database input / output program 104 is a parent program that controls (inputs, updates, and deletes) database access, and the database input / output module (DB / IO module) is a child program that directly accesses the database. The child program is a function for database input / output only, and the parent program is a function for passing input information to the screen or for inheriting output information from the screen.
[0008]
In the present invention, a transition determination program 102 is incorporated, thereby determining whether there is a next screen, allowing a plurality of screen processing programs 109 to be transitioned and executing processing, and enabling testing according to the processing order.
In the code and error message, the data content is provided as a lower cooperation module of the combined test control program 101 as the same content as the actual product so that it can be used at the time of test confirmation of the program under test. Forms to be output online are created in cooperation with the Windows screen / form support system 116 to create a form output subroutine 106 (general-purpose mechanism) and output it in the same manner as in production. The transaction start / end programs 103 and 107 are programs that must be customized for each implementation project, and are functions that are also necessary for a conventional test support apparatus. Each program of the database input / output 104 and the form output 105 is a program to be tested. Output the screen in the process flow, input items, and connect the database update, form output, and processing.
The test support apparatus according to the present invention is characterized in that the test can be performed in consideration of the processing flow.
[0009]
FIG. 2 (2) is a functional configuration diagram of an execution module of the combined test support apparatus showing an embodiment of the present invention.
In actual processing, a screen control program (not shown) controls screen transition by referring to the screen transition information table 12, displays data on the terminal screen, and inputs data from the terminal mouse or keyboard. Control processing. In the test support operation of the present invention, the test control program 10 performs the same control as described above. The plurality of screen processing programs 17, 18, and 19 perform business processing such as editing of the business data handled by the creation target program into an output format and checking the validity of input data in units of screens. As an interface between the test control program 10 and one screen processing program, a screen control table 13, a screen output data table 14, a screen input data table 15, and a takeover data table 16 are provided.
[0010]
In the screen output data table 14, data handled by the business in the screen processing programs 17 to 19 is edited and set in the screen output format. Further, input data from the terminal is set in the screen input data table 14 by the test control program 10. The screen processing programs 17 to 19 refer to this to check the validity of the input data and edit it into a storage format in a database or the like. In the screen control table 13, “next screen”, “previous screen”, “route change”, “redisplay”, “end”, etc., which are conditions for the test control program 10 to refer to the screen transition information table 12, are screen processing. Set by programs 17-19. The takeover data table 16 is an area for taking over common data between the screen processing programs 17 to 19 when the screen changes. In this case, a plurality of takeover data tables 16 may exist.
In order to realize screen transitions, an interface that enables connection between the integration test control program 10 and the transition determination program 11 and allows processing in one transition unit (multiple screen linkage that takes into account the processing order) is set. Yes.
Conventionally, tests have been carried out separately from the screen processing programs A, B, C... However, in the present invention, since the test control program 10 and the transition determination program 11 can be connected, the screen processing programs A, B, C ... can now be linked, and as a result, it has become possible to perform tests in conjunction with each other.
[0011]
FIG. 3 is a source development view of the editing process of the test control program showing an embodiment of the present invention.
The program name when the test control program source 24 calls the screen processing program sources 22 to 23 is expanded from the PROGRAM-ID of the screen control program (not shown), and the screen control table 13, the screen output data table 14, and the screen input. The names of the data table 15 and the takeover data table 16 are expanded in the test control program source 24 from a copy phrase of LINKAGE SECTION and a USING phrase of PROCEDURE DIVISION.
The takeover interface between the test control program source 24 and each screen processing program source (A, B) is the same as the conventional method. In the present invention, the transition determination program source 21 and the test control program source 24 are interfaced, and the transition determination program name input from the transaction start screen 41 shown in FIG. The transition screen can be displayed for each processing order.
[0012]
The features of the present invention are indicated by hatched portions in the test control program source 24. The contents of hatching are as follows.
CALL transition determination program name USING The screen control table name hatching portion incorporates a mechanism for calling the transition determination program 21 in the test control program 24 and determining the next process. In this way, the processing program names determined by the transition determination program 21 are sequentially called and executed.
[0013]
4A and 4B are diagrams showing examples of definition of the screen transition table of the present invention, where FIG. 4A shows the data structure and FIG. 4B shows the transition flow (route).
In the conventional test support apparatus, the test can be performed only in units of one screen for each route. However, in the mechanism of the present invention, the operation of each screen of route 1 to route 4 can be confirmed at a time according to the processing order. Is possible. As a test support device, confirmation of the host online processing function has been realized so that it can be linked within a personal computer.
In FIG. 4A, as a definition regarding screen transition, a route name 31 (routes 1, 2, 3, 4), a screen name 32 (screens A, B, C,... G), and a screen attribute 33 (IND) are included. Is set.
In FIG. 4B, as the route of the screen transition, the first route of the screens A and B (42 and 43), the second route of the screens B, C and D (43 to 45), the screens B, E and F ( There are four flows, the third route of 43, 46, 47) and the fourth route of screens B, G (43, 48). The start and end of the route always start and return to the transaction start / end screen 41. In this screen, the transition determination program name is input by specifying the hatched portion shown in FIG.
Note that “IND” is defined as an example of the screen attribute shown in FIG. In this case, a screen that changes the screen to be displayed next by data input on this screen, such as screen B, is called a branch structure screen and defines special screen attributes.
[0014]
FIG. 5 is an operation flowchart of the screen combination type program interlocking test showing an embodiment of the present invention.
First, the transition determination program 21 is called by the test control program 24 to determine the next process, whereby a transaction start display process is performed and a transaction start / end screen 41 is displayed (step 51). The black hatched portion (step 52) is the portion processed by the transition determination program. The part where the next screen is judged is highlighted.
If there is a next screen, the test control program is started and a test start screen is displayed on the terminal screen. The operator selects the start of test debugging according to the input instruction on the screen. Next, the determined screen processing program is called, and the screen output data is set in the screen output data table 14 by the output editing process (step 54). Next, in the test screen output process, the screen to be tested is displayed on the terminal, and the operator can confirm the setting contents of the screen output data table 14 on the execution screen (step 55). Next, in the test screen input process, the operator inputs data from the terminal to the screen. Thereby, the test control program sets data in the screen input data table 15 (step 56). Next, in the input editing process of the screen processing program, the validity of the input data is checked and the editing process to a storage format in a database or the like is performed (step 57).
[0015]
When the editing process is completed, the transition determination program 21 is activated to perform a process for determining whether or not there is a next screen (step 52). When it is determined that there is a next screen, the next screen processing program is started, and output editing processing (step 54), screen output processing (step 55), input processing (step 56), and input editing processing (step 57) are sequentially executed. Is done. When it is determined in the process of the transition determination program 21 that there is no next screen, a transaction end screen display process (step 53) is finally performed, and the test ends.
In this way, the operator can perform output editing processing of the screen processing program to be tested and test debugging of input editing processing.
[0016]
【The invention's effect】
As described above, according to the present invention, screen transition can be realized, and a plurality of screens can be tested in conjunction with each other according to the processing order. Test debugging of the process is possible.
[Brief description of the drawings]
FIG. 1 is a functional configuration diagram of an external module of a test support apparatus showing a conventional example and an embodiment of the present invention.
FIG. 2 is a functional configuration diagram of an execution module of a combined type test support apparatus showing a conventional example and an embodiment of the present invention.
FIG. 3 is a source development view of an editing process of a test control program showing an embodiment of the present invention.
FIG. 4 is a diagram illustrating a definition example of a screen transition table according to the present invention.
FIG. 5 is an operation flowchart of a screen combination type program interlocking test showing an embodiment of the present invention.
[Explanation of symbols]
10 ... Test control program, 11 ... Transition decision program,
12 ... Screen transition table, 13 ... Screen control table,
14 ... Screen output data table, 15 ... Screen input data table,
16: Takeover data table, 17-19: Screen processing program,
21 ... Screen determination program source, 22, 23 ... Screen processing program source,
24 ... Test control program source, 31 ... Route name, 32 ... Screen name,
33 ... screen attribute, 41 ... transaction start / end screen, 42 to 48 ... screen.

Claims (2)

業務データの出力形式への変換および入力データの正当性のチェックを含む業務処理を画面単位で行うための画面処理プログラムのソースコードの解析画面の入出力確認、プログラムインタフェースの内容確認を含むオペレータによるテスト画面表示およびプリンタ出力することにより支援するプログラムテスト支援装置であって、
画面遷移に関する定義を行う画面遷移情報テーブルを参照して、次に実行する画面処理プログラムを決定する遷移決定手段と、
上記遷移決定手段を呼び出すとともに、該遷移決定手段により決定された次に実行する画面処理プログラムを呼び出すことにより上記画面遷移に関する定義に従って複数の画面処理プログラムを順次連動させてテストを行うテスト制御手段と、
上記テスト制御手段により呼び出された画面処理プログラムに基づいて行われる出力編集処理、画面出力処理、入力処理、あるいは入力編集処理の結果に基づいてオンライン帳票およびバッチ帳票の出力を制御する帳票出力制御手段と
を有することを特徴とする画面結合型プログラム連動テスト支援装置。
Operator including analysis of screen processing program source code , screen input / output confirmation, and program interface contents confirmation for screen-by-screen business processing including conversion of business data to output format and input data validity check the testing with a screen display and program test support apparatus for supporting by printer output,
With reference to the screen transition information table for performing a definition of screen transition, a transition determining means for determining a screen processing program to be executed next,
A test control unit that calls the transition determination unit and performs a test by sequentially interlocking a plurality of screen processing programs according to the definition relating to the screen transition by calling a screen processing program to be executed next determined by the transition determination unit; ,
Form output control means for controlling the output of online forms and batch forms based on the results of output editing processing, screen output processing, input processing, or input editing processing performed based on the screen processing program called by the test control means A screen-linked program-linked test support apparatus characterized by comprising:
遷移決定手段とテスト制御手段と帳票出力制御手段とを備え、業務データの出力形式への変換および入力データの正当性のチェックを含む業務処理を画面単位で行うための画面処理プログラムのソースコードの解析、画面の入出力確認、プログラムインタフェースの内容確認を含むオペレータによるテストを画面表示およびプリンタ出力することにより支援するプログラムテスト支援方法であって、
上記テスト制御手段により、上記遷移決定手段を呼び出すステップと、
上記テスト制御手段により呼び出された上記遷移決定手段により、画面遷移に関する定義を行う画面遷移情報テーブルを参照して、次に実行する画面処理プログラムを決定するステップと、
上記テスト制御手段により、上記遷移決定手段により決定された次に実行する画面処理プログラムを呼び出すステップと、
上記テスト制御手段により、前記呼び出された次に実行する画面処理プログラムを順次連動させてテストを行うステップと、
上記テスト制御手段により呼び出された画面処理プログラムに基づいて出力編集処理、画面出力処理、入力処理、あるいは入力編集処理を行うステップと、
上記帳票出力制御手段により、上記画面処理プログラムによる処理結果に基づいてオンライン帳票およびバッチ帳票の出力を制御するステップと
を有することを特徴とする画面結合型プログラム連動テスト支援方法。
Transition determination means , test control means, and form output control means, the source code of the screen processing program for performing business processing in units of screens, including conversion of business data into output format and check of validity of input data A program test support method that supports an operator's test including analysis, screen input / output confirmation, and program interface content confirmation by screen display and printer output ,
Calling the transition determining means by the test control means;
A step of determining a screen processing program to be executed next by referring to a screen transition information table for defining a screen transition by the transition determination unit called by the test control unit;
Calling the screen processing program to be executed next determined by the transition determining means by the test control means;
By the test control unit, and cormorants row test steps are sequentially interlocked so the screen processing program executed on the invoked next,
Performing output editing processing, screen output processing, input processing, or input editing processing based on the screen processing program called by the test control means;
By the form output control means, and controlling the output of the online form and batch form based on the processing results of the screen processing program
Screen-bound program in conjunction test support wherein the Rukoto to have a.
JP2000276768A 2000-09-12 2000-09-12 Screen-coupled program-linked test support apparatus and support method Expired - Lifetime JP4525877B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000276768A JP4525877B2 (en) 2000-09-12 2000-09-12 Screen-coupled program-linked test support apparatus and support method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000276768A JP4525877B2 (en) 2000-09-12 2000-09-12 Screen-coupled program-linked test support apparatus and support method

Publications (3)

Publication Number Publication Date
JP2002091796A JP2002091796A (en) 2002-03-29
JP2002091796A5 JP2002091796A5 (en) 2007-10-25
JP4525877B2 true JP4525877B2 (en) 2010-08-18

Family

ID=18762189

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000276768A Expired - Lifetime JP4525877B2 (en) 2000-09-12 2000-09-12 Screen-coupled program-linked test support apparatus and support method

Country Status (1)

Country Link
JP (1) JP4525877B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5721655B2 (en) * 2012-03-27 2015-05-20 三菱電機株式会社 Man-machine device for plant monitoring

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03257636A (en) * 1990-03-08 1991-11-18 Nec Corp Interactive data preparing system
JPH04344528A (en) * 1991-05-21 1992-12-01 Nippon Steel Corp Program developing system and program preparing device
JPH07160536A (en) * 1993-12-03 1995-06-23 Hitachi Ltd Program test supporting device for interactive system
JP2000003283A (en) * 1998-06-15 2000-01-07 Nec Corp Program production support device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03257636A (en) * 1990-03-08 1991-11-18 Nec Corp Interactive data preparing system
JPH04344528A (en) * 1991-05-21 1992-12-01 Nippon Steel Corp Program developing system and program preparing device
JPH07160536A (en) * 1993-12-03 1995-06-23 Hitachi Ltd Program test supporting device for interactive system
JP2000003283A (en) * 1998-06-15 2000-01-07 Nec Corp Program production support device

Also Published As

Publication number Publication date
JP2002091796A (en) 2002-03-29

Similar Documents

Publication Publication Date Title
CA2704080C (en) System and process for cooperatively programming a simulation program of a computer application to be developed
US7028222B2 (en) Target device-specific syntax and semantic analysis for a graphical program
US8881105B2 (en) Test case manager
US8904342B2 (en) System and method for rapid development of software applications
KR101331287B1 (en) Identifying design issues in electronic forms
JPH10254689A (en) Application constitution design supporting system for client/server system
JP4525877B2 (en) Screen-coupled program-linked test support apparatus and support method
JPH07219810A (en) Module testing method and device therefor
US8346560B2 (en) Dialog design apparatus and method
JP6265030B2 (en) Application development system, development device data processing method, and program
JPH08190476A (en) Development assisting device for interactive program
JP4559955B2 (en) Electronic form part development device, electronic form part development method, electronic form part development program, and recording medium storing electronic form part development program
JPH0424733A (en) Structural drawing editing process system for program
JP2001318796A (en) Program execution control method using internal and external event driven system, recording medium and program preparation support system
JPH0546377A (en) Method and device for generating control program
JPH0954688A (en) Gui design supporting method
JPH07160536A (en) Program test supporting device for interactive system
JPH0850576A (en) Visually interactive simulator
JPH10171636A (en) Information processing device and method
JP2002182950A (en) Program test information input supporting method and system
JPH10214276A (en) Design supporting device
JPS6376054A (en) Data flow formation control system
EP1061461A1 (en) Database system
JPH0497448A (en) Interactive type simplex testing system
JPH09282025A (en) Plant monitoring screen generation device

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070911

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070911

RD12 Notification of acceptance of power of sub attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7432

Effective date: 20081210

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20081210

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20091023

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091110

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100106

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100115

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100525

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100525

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130611

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4525877

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term