JP2001312417A - Test route verifying device and stoage medium stored with program making computer perform processing of the same device - Google Patents
Test route verifying device and stoage medium stored with program making computer perform processing of the same deviceInfo
- Publication number
- JP2001312417A JP2001312417A JP2000132650A JP2000132650A JP2001312417A JP 2001312417 A JP2001312417 A JP 2001312417A JP 2000132650 A JP2000132650 A JP 2000132650A JP 2000132650 A JP2000132650 A JP 2000132650A JP 2001312417 A JP2001312417 A JP 2001312417A
- Authority
- JP
- Japan
- Prior art keywords
- program
- correction
- route
- information
- pattern
- 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
Landscapes
- Debugging And Monitoring (AREA)
- Stored Programmes (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、プログラム変更後
のプログラムテストの妥当性を検証するテストルート検
証装置に係り、詳しくは、プログラム変更後のプログラ
ムテストにおいて、変更に基づく影響箇所を抽出すると
共に、影響箇所のテストが行なわれたかを検証するテス
トルート検証装置を提供するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a test route verification apparatus for verifying the validity of a program test after a program change, and more particularly, to extracting a part affected by the change in a program test after the program change. And a test route verification device for verifying whether or not a test of an affected portion has been performed.
【0002】また、本発明は、その装置での処理をコン
ピュータに行なわせるためのプログラムを格納した記憶
媒体に関する。[0002] The present invention also relates to a storage medium storing a program for causing a computer to perform processing in the apparatus.
【0003】[0003]
【従来の技術】例えば、企業における構築された業務の
基幹となるようなシステムの場合、新たな業務環境への
対応の際、現実的には、新規のシステムに入れ替えるこ
とは非常に難しく、システムの多くは、プログラムの変
更を行なうことにより随時対応している。このようなシ
ステムは、構築当時の業務仕様に応じたカスタマイズで
あったり、また、大量のプログラムで構成されており、
かつ、長期にわたり使用することが前提となっている場
合がある。しかしながら、その長期間には、業務環境の
変化のみならず、カスタマイズに関わった開発者の入れ
代わり等がある。業務環境へ対応するためのプログラム
変更及び開発者の入れ代わりによって、システム全体の
プログラムの流れを把握することが難しく、変更後のプ
ログラムをテストする際にその妥当性を判断することが
困難となってきている。2. Description of the Related Art For example, in the case of a system that is the backbone of a business established in a company, it is very difficult to replace the system with a new system when dealing with a new business environment. Many of them respond at any time by changing the program. Such a system is customizable according to the business specifications at the time of construction, or consists of a large number of programs,
In some cases, it is assumed that it will be used for a long time. However, in the long term, there are not only changes in the business environment but also replacement of developers involved in customization. Due to program changes and substitution of developers to cope with the business environment, it is difficult to grasp the flow of programs in the entire system, and it is difficult to judge the validity of the changed programs when testing them. ing.
【0004】そこで、大量のステップの中から修正案件
に関するステップのみを抽出しプログラムテストを検証
するため、従来のテストルートの検証方法は、修正前プ
ログラムから今回修正される案件に関するプログラム情
報を検索した検索結果、修正前プログラムと修正後プロ
グラムとを比較した比較結果、及び、プログラムテスト
によって実行された修正後プログラム上での実行ルート
を示す実行ルート結果を出力していた。開発者は、経験
に基づき、検索結果から影響があるステップと影響がな
いステップとを選別し、また、実行ルート結果が示すス
テップが修正前プログラムと修正後プログラムとの比較
結果が示すステップを実行しているかを検証するととも
に、選別された検索結果が実行されていたかを検証する
ことによって、プログラムテストの妥当性の判断を行な
っていた(特開昭62−216047)。Therefore, in order to extract only the steps related to the modified matter from a large number of steps and verify the program test, the conventional test route verification method searches the program information on the matter to be modified this time from the program before modification. A search result, a comparison result of comparing the pre-correction program with the post-correction program, and an execution route result indicating an execution route on the post-correction program executed by the program test were output. Based on the experience, the developer selects the affected steps and the unaffected steps from the search results, and executes the steps indicated by the execution route results according to the comparison result between the pre-corrected program and the modified program. The validity of the program test is determined by verifying whether the selected search result has been executed and verifying whether the selected search result has been executed (Japanese Patent Laid-Open No. 62-216047).
【0005】[0005]
【発明が解決しようとする課題】しかしながら、上記従
来におけるテストルートを検証する装置には、以下に述
べる問題点がある。However, the above-described conventional apparatus for verifying a test route has the following problems.
【0006】各結果、検証対象となるステップ数の量が
多い場合、経験のある開発者にとっても、検索結果から
の影響ステップの抽出には時間を要し、また、実行結果
に基づくプログラムテストの妥当性の判断には、熟練を
必要としていた。As a result, if the number of steps to be verified is large, even an experienced developer takes time to extract the affected steps from the search results, and also requires a program test based on the execution results. Judgment of validity required skill.
【0007】また、例えば、支店コードや顧客コードを
追加又は削除するようなプログラム修正は、他のプログ
ラム修正に比べて起こり易く、かつ、迅速に対応する必
要がある。この場合、修正後のプログラムに対して実行
されたテストルートの妥当性の判断を適格に行ない、修
正後のプログラムの評価を迅速に行なう必要がある。こ
のような状況において、後任開発者又は管理者にとっ
て、プログラムテストの妥当性を検証することは困難で
ある。Further, for example, a program modification such as adding or deleting a branch code or a customer code is more likely to occur than other program modifications, and it is necessary to respond quickly. In this case, it is necessary to appropriately judge the validity of the test route executed for the program after the correction and to quickly evaluate the program after the correction. In such a situation, it is difficult for the successor developer or administrator to verify the validity of the program test.
【0008】そこで、本発明の第一の課題は、プログラ
ム変更後のプログラムテストにおいて、変更に基づく影
響箇所を抽出すると共に、影響箇所のテストが行なわれ
たかを検証するテストルート検証装置を提供することで
ある。Accordingly, a first object of the present invention is to provide a test route verifying apparatus for extracting an affected portion based on a change in a program test after a program change and verifying whether the affected portion has been tested. That is.
【0009】また、本発明の第二の課題は、上記のよう
な装置での処理をコンピュータに行なわせるためのプロ
グラムを格納した記憶媒体を提供することである。A second object of the present invention is to provide a storage medium storing a program for causing a computer to perform the processing in the above-described apparatus.
【0010】[0010]
【課題を解決するための手段】上記第一の課題を解決す
るため、本発明は、請求項1記載に記載されるように、
修正項目に応じて修正された修正後プログラムをテスト
した実行ルートの妥当性を検証するテストルート検証装
置において、修正前プログラムから検索するソースコー
ドパターンを登録するパターン登録手段と、上記登録さ
れたソースコードパターンから、上記実行ルートの検証
に使用するソースコードパターンを修正項目と関連付け
て確定するパターン確定手段とを有し、上記パターン確
定手段によって確定されたソースコードパターンを有す
る修正前プログラム位置に応じた修正後プログラム位置
に基づいて、上記実行ルートの妥当性を検証する検証手
段とを有するように構成される。Means for Solving the Problems In order to solve the above first problem, the present invention provides a semiconductor device comprising:
In a test route verification device for verifying the validity of an execution route that tests a modified program that has been modified according to a modification item, a pattern registration unit that registers a source code pattern to be searched from a program before modification; Pattern determining means for determining a source code pattern to be used for verifying the execution route in association with a correction item from the code pattern, and determining the source code pattern according to the pre-correction program position having the source code pattern determined by the pattern determining means. Verification means for verifying the validity of the execution route based on the corrected program position.
【0011】このようなテストルート検証装置では、修
正項目に応じて確定されたソースコードパターンに基づ
いて、テストルートの妥当性が検証される。In such a test route verification device, the validity of the test route is verified based on the source code pattern determined according to the correction item.
【0012】従って、利用者は、ソースコードパターン
を入力し確定するのみでテストルートが検証できるの
で、検証するための特別なプログラム知識を必要としな
い。Therefore, since the user can verify the test route only by inputting and confirming the source code pattern, no special program knowledge for verification is required.
【0013】上記ソースコードパターンは、‘MOV
E’や‘IF’等の命令語、或いは、利用者に分かり易
く命令語に対応した名称、例えば、‘MOVE’に対応
した‘転送’や‘IF’に対応した‘比較’等の情報、
及び、その情報に一意に設定されるパターンNOを含
む。The above source code pattern is' MOV
A command word such as E 'or' IF ', or a name corresponding to the command word which is easy for the user to understand, for example, information such as'transfer' corresponding to 'MOVE' and 'comparison' corresponding to 'IF',
And a pattern number uniquely set to the information.
【0014】上記修正項目は、プログラムの修正対象と
なった項目であり、例えば、支店コード追加のためプロ
グラム内の‘支店コード’を修正した場合、‘支店コー
ド’で示される。The above-mentioned correction item is an item to be corrected by the program. For example, when the "branch code" in the program is corrected to add a branch code, it is indicated by a "branch code".
【0015】実行ルートの妥当性を検証できるという観
点から、本発明は、請求項2に記載されるように、請求
項1記載のテストルート検証装置において、上記パター
ン確定手段は、上記パターン登録手段で登録されたソー
スコードパターンを、上記実行ルートでの検証を抑止す
る抑止パターン、又は、上記実行ルートでの検証を強調
する強調パターンの種別を設定するパターン種別設定手
段を有し、上記パターン確定手段によって確定された強
調パターンを有する修正前プログラム位置に応じた修正
後プログラム位置に基づいて、上記実行ルートの妥当性
を検証するように構成することができる。From the viewpoint that the validity of the execution route can be verified, the present invention provides a test route verification apparatus according to the first aspect, wherein the pattern determination means includes the pattern registration means. A pattern type setting means for setting a type of a suppression pattern for suppressing the verification in the execution route or a type of an emphasis pattern for emphasizing the verification in the execution route. The validity of the execution route can be verified based on the corrected program position corresponding to the pre-correction program position having the emphasis pattern determined by the means.
【0016】このようなテストルート検証装置では、登
録されたソースコードパターンのうち、‘抑止’或いは
‘強調’を示すパターン種別を指定し、検証対象となる
ソースコードパターンを確定することができる。In such a test route verification apparatus, a pattern type indicating “inhibited” or “emphasized” can be specified from among the registered source code patterns, and the source code pattern to be verified can be determined.
【0017】従って、実行ルートの検証を抑止パターン
では読み飛ばし、強調パターンについてのみ妥当性を判
断することが可能となる。この種別によって、検証すべ
き実行ルートを絞り込むことができる。Therefore, the verification of the execution route can be skipped for the inhibition pattern, and the validity can be determined only for the emphasis pattern. The execution route to be verified can be narrowed down by this type.
【0018】又は、上記第一の課題を解決するために、
本発明は、請求項3に記載されるように、修正項目に応
じて修正された修正後プログラムをテストした実行ルー
トの妥当性を検証するテストルート検証装置において、
上記テストによる修正後プログラムの実行ルートを示す
実行ルート情報が格納された実行ルートテーブルと、修
正前プログラムと修正後プログラムとを比較し、修正後
プログラムによって修正された修正前プログラム位置を
示す修正前位置情報と修正した修正後プログラム位置と
を示す修正後位置情報とを関連付けして格納した修正情
報テーブルと、上記修正項目によって影響を受ける修正
前プログラムの位置を示す影響位置情報が格納された影
響情報テーブルと、上記影響位置情報と一致する修正前
位置情報が修正情報テーブルにある場合、該修正前位置
情報に対応する修正後位置情報に基づいて上記実行ルー
トテーブルに格納された実行ルート情報を検索すること
によって、該修正後位置情報がテストされたかを判断す
るルート判断手段と、上記判断手段による判断結果に応
じて、該判断結果を出力させる出力手段とを有するよう
に構成される。Alternatively, in order to solve the first problem,
According to a third aspect of the present invention, there is provided a test route verification apparatus that verifies the validity of an execution route that tests a modified program that has been modified according to a modification item.
The execution route table storing the execution route information indicating the execution route of the post-correction program by the above test is compared with the pre-correction program and the post-correction program, and before the correction indicating the pre-correction program position corrected by the post-correction program A correction information table storing the position information and the corrected position information indicating the corrected program position after correction in association with each other, and an influence storing the influence position information indicating the position of the pre-correction program affected by the correction item; Information table and, if the pre-correction position information matching the affected position information is present in the correction information table, the execution route information stored in the execution route table based on the post-correction position information corresponding to the pre-correction position information. Route determining means for determining whether the corrected location information has been tested by searching. In accordance with the determination result by the determination unit, configured to have an output means for outputting the judgment result.
【0019】このようなテストルート検証装置は、修正
項目によって影響を受ける修正前プログラム位置に基づ
いて、検証すべき実行ルートを絞り込むことができる。
また、出力された判断結果に基づいて、利用者は、テス
ト又はパラメータ項目の見直し、又は、出力された修正
後位置情報に基づいたプログラムの見直しを行なうこと
ができる。Such a test route verification device can narrow down the execution route to be verified based on the pre-correction program position affected by the correction item.
Further, based on the output determination result, the user can review the test or parameter items or review the program based on the output corrected position information.
【0020】実行ルートの妥当性を検証できるという観
点から、本発明は、請求項4に記載されるように、上記
修正情報テーブルは、修正位置情報において変更の有無
を示す変更情報を有し、上記影響情報テーブルは、上記
実行ルートの検証において強調の有無を示す強調情報を
有し、上記ルート判断手段は、強調有りを示す強調情報
が設定された影響位置情報と一致し、かつ、変更有りを
示す変更情報が設定された修正前位置情報が修正情報テ
ーブルにある場合、該修正前位置情報に対応する修正後
位置情報に基づいて上記実行ルートテーブルに格納され
た実行ルート情報を検索することによって、該修正後位
置情報がテストされたかを判断するように構成すること
ができる。From the viewpoint that the validity of the execution route can be verified, according to the present invention, the correction information table has change information indicating whether or not there is a change in the correction position information, The influence information table has emphasis information indicating the presence or absence of emphasis in the verification of the execution route, and the route determination means matches the emphasis information indicating that emphasis is present with the set influence position information, and has a change. When the pre-correction position information in which the change information indicating the setting is set is present in the correction information table, the execution route information stored in the execution route table is searched based on the post-correction position information corresponding to the pre-correction position information. Thus, it can be configured to determine whether the corrected position information has been tested.
【0021】このようなテストルート検証装置は、強調
有りを示す強調情報及び変更有りを示す変更情報によっ
て、検証されるべき実行ルートをさらに絞り込むことが
可能となる。Such a test route verification device can further narrow down the execution route to be verified by using the emphasis information indicating that emphasis has been performed and the change information indicating that change has been performed.
【0022】従って、より適格な修正項目に応じた実行
ルートの検証を実現できる。Therefore, it is possible to verify the execution route according to the more appropriate modification item.
【0023】上記変更情報は、例えば、修正後プログラ
ムにおいて、変更された場合には‘U’設定され、削除
された場合には‘D’が設定される。The change information is set to, for example, “U” when changed and “D” when deleted in the corrected program.
【0024】上記第二の課題を解決するため、さらに、
本発明は、請求項5に記載されるように、修正項目に応
じて修正された修正後プログラムをテストした実行ルー
トの妥当性を検証するテストルート検証装置での処理を
コンピュータに行なわせるためのプログラムを格納した
記憶媒体において、修正前プログラムから検索するソー
スコードパターンを設定する入力画面を表示ユニットに
表示させる入力画面表示手順と、上記入力画面で設定さ
れたソースコードパターンを登録し記憶装置に格納する
パターン登録手順と、上記登録されたソースコードパタ
ーンから、上記実行ルートの検証に使用するソースコー
ドパターンを修正項目と関連付けて確定するパターン確
定手順とを有し、上記確定手順によって確定されたソー
スコードパターンを有する修正前プログラム位置に対応
する修正後プログラム位置に基づいて、上記実行ルート
の妥当性を検証する検証手順とを有するプログラムを格
納した記憶媒体として構成される。In order to solve the second problem,
According to a fifth aspect of the present invention, there is provided a program for causing a computer to perform a process in a test route verification device that verifies the validity of an execution route that tests a modified program that has been modified according to a modification item. In the storage medium storing the program, an input screen display procedure for displaying on the display unit an input screen for setting a source code pattern to be searched from the pre-correction program, and registering the source code pattern set on the input screen and storing it in the storage device A pattern registration procedure for storing, and a pattern determination procedure for determining, from the registered source code pattern, a source code pattern to be used for verifying the execution route in association with a correction item. A post-correction program corresponding to a pre-correction program position having a source code pattern Based on the zoom position, configured as a storage medium for storing a program and a verification procedure to verify the validity of the execution route.
【0025】又は、上記第二の課題を解決するため、本
発明は、請求項6に記載されるように、修正項目に応じ
て修正された修正後プログラムをテストした実行ルート
の妥当性を検証するテストルート検証装置での処理をコ
ンピュータに行なわせるためのプログラムを格納した記
憶媒体において、上記テストによる修正後プログラムの
実行ルートを示す実行ルート情報が格納された実行ルー
トテーブルと、修正前プログラムと修正後プログラムと
を比較し、修正後プログラムによって修正された修正前
プログラム位置を示す修正前位置情報と修正した修正後
プログラム位置とを示す修正後位置情報とを関連付けし
て格納した修正情報テーブルと、上記修正項目によって
影響を受ける修正前プログラムの位置を示す影響位置情
報と一致する修正前位置情報が修正情報テーブルにある
場合、該修正前位置情報に対応する修正後位置情報に基
づいて上記実行ルートテーブルに格納された実行ルート
情報を検索することによって、該修正後位置情報がテス
トされたかを判断するルート判断手順と、上記ルート判
断手順による判断結果に応じて、該判断結果を出力させ
る出力手順とを有するプログラムを格納した記憶媒体と
して構成される。Alternatively, in order to solve the second problem, the present invention verifies the validity of an execution route that tests a modified program modified according to a modification item. An execution route table storing execution route information indicating an execution route of the program corrected by the test, in a storage medium storing a program for causing a computer to perform processing in the test route verification device, Comparing the corrected program with the corrected program table, storing a corrected information table storing the pre-corrected position information indicating the pre-corrected program position corrected by the corrected program and the corrected position information indicating the corrected corrected program position, , A correction that matches the affected location information indicating the location of the pre-correction program affected by the above-mentioned correction item When the position information is in the correction information table, the corrected position information is tested by searching the execution route information stored in the execution route table based on the corrected position information corresponding to the pre-correction position information. And a storage medium storing a program having an output procedure for outputting a result of the determination in accordance with a result of the determination by the route determination procedure.
【0026】[0026]
【発明の実施の形態】以下、本発明の実施の形態を図面
に基づいて説明する。Embodiments of the present invention will be described below with reference to the drawings.
【0027】本発明の実施の一形態に係るテストルート
検証装置が構成されるコンピュータ装置のハードウェア
構成は、例えば、図1に示すようになっている。FIG. 1 shows a hardware configuration of a computer device constituting a test route verification device according to an embodiment of the present invention.
【0028】図1において、この装置は、CPU(中央
演算処理ユニット)11、メモリユニット12、通信ユ
ニット13、入力ユニット14、表示ユニット15、補
助記憶装置16及びCD−ROMドライブユニット17
を有している。これらの各ユニット11、12、13、
14、15、16及びCD−ROMドライブユニット1
7は、バスBに接続されている。In FIG. 1, this device includes a CPU (Central Processing Unit) 11, a memory unit 12, a communication unit 13, an input unit 14, a display unit 15, an auxiliary storage device 16, and a CD-ROM drive unit 17.
have. Each of these units 11, 12, 13,
14, 15, 16 and CD-ROM drive unit 1
7 is connected to the bus B.
【0029】CPU11は、メモリユニット12に格納
されたプログラムに従って当該テストルート検証装置を
制御すると共に、後述するようなテストルート検証装置
での処理を行う。メモリユニット12は、RAM及びR
OMにて構成され、CPU11にて実行されるプログラ
ム、CPU11での処理に必要なデータ、CPU11で
の処理にて得られたデータ等を格納する。また、メモリ
ユニット12の一部の領域が、CPU11での処理に利
用されるワークエリアとして割り付けられている。The CPU 11 controls the test route verification device according to a program stored in the memory unit 12 and performs processing in the test route verification device as described later. The memory unit 12 includes a RAM and an R
It is configured by the OM, and stores a program executed by the CPU 11, data necessary for processing by the CPU 11, data obtained by the processing by the CPU 11, and the like. Further, a part of the area of the memory unit 12 is allocated as a work area used for processing in the CPU 11.
【0030】入力ユニット14は、マウス、キーボード
等を有し、利用者が後述するようなテストルート検証処
理を行なうための必要な各種情報を入力するために用い
られる。表示ユニット16は、CPU11の制御のもと
に利用者に必要な各種情報を表示する。The input unit 14 has a mouse, a keyboard, and the like, and is used by a user to input various information necessary for performing a test route verification process as described later. The display unit 16 displays various information necessary for the user under the control of the CPU 11.
【0031】補助記憶装置16は、例えば、ハードディ
スクユニットにて構成され、各種ファイル、プログラム
を格納する。The auxiliary storage device 16 is composed of, for example, a hard disk unit and stores various files and programs.
【0032】テストルート検証処理に係るプログラム
は、例えば、CD−ROM20によって当該装置に提供
される。即ち、テストルート検証処理に係るプログラム
が保存されたCD−ROM20がCD−ROMドライブ
ユニット17にセットされると、CD−ROMドライブ
ユニット17がCD−ROM20から当該プログラムを
読み出し、その読み出されたプログラムがバスBを介し
て補助記憶装置16にインストールされる。そして、こ
のテストルート検証処理が起動されると、補助記憶装置
16にインストールされた当該プログラムに従ってCP
U11がその処理を開始する。尚、当該プログラムを格
納する媒体としてCD−ROM20に限定するものでは
なく、コンピュータが読み取り可能な媒体であればよ
い。A program related to the test route verification processing is provided to the apparatus by the CD-ROM 20, for example. That is, when the CD-ROM 20 storing the program related to the test route verification processing is set in the CD-ROM drive unit 17, the CD-ROM drive unit 17 reads the program from the CD-ROM 20, and the read program is read. It is installed in the auxiliary storage device 16 via the bus B. When the test route verification process is started, the CP is executed according to the program installed in the auxiliary storage device 16.
U11 starts the processing. The medium for storing the program is not limited to the CD-ROM 20, but may be any computer-readable medium.
【0033】本発明の実施の一形態に係るテストルート
検証装置は、例えば、図2に示されるような構成とな
る。A test route verification device according to an embodiment of the present invention has, for example, a configuration as shown in FIG.
【0034】図2より、テストルート検証装置は、コン
ペアツール70(従来技術)と、テスト対象プログラム
80(従来技術)と、実行網羅率測定ツール90(従来
技術)と、案件自動識別処理部100と、影響検索装置
処理部200と、実行ルート照合処理部300で構成さ
れる。As shown in FIG. 2, the test route verification device includes a compare tool 70 (conventional technology), a test target program 80 (conventional technology), an execution coverage measurement tool 90 (conventional technology), and a case automatic identification processing unit 100. , An influence search device processing unit 200, and an execution route matching processing unit 300.
【0035】また、コンペアツール70は、修正前のプ
ログラムソースを管理する修正前資産71と修正後のプ
ロブラムソースを管理する修正後資産72とを比較する
ことによって、変更が加えられた箇所(差分)を修正前
と後の行番号を対比させて修正前後行番号対比情報73
に出力する。テスト対象プログラム80は、テストデー
タ/パラメータ81に基づいてテストを実行しその実行
ログ82を出力する。実行網羅率測定ツール90は、出
力された実行ログ82から、テストの実行によって通過
した命令をチェックし、その命令の通過した経路からプ
ログラムロジックへの網羅率を測定する。実行網羅率測
定ツール90は、通過した命令に関する情報を実行ルー
ト情報91として出力する。上述、修正後資産71、修
正前資産72、修正前後行番号対比情報73、テストデ
ータ/パラメータ81、実行ログ82、及び、実行ルー
ト情報91はそれぞれデータベース化され図1に示す補
助記憶装置16に格納される。The compare tool 70 compares the unmodified asset 71 that manages the unmodified program source with the modified asset 72 that manages the modified program source to determine where the change has been made (the difference ) Is compared with the line numbers before and after the correction, and the line number comparison information 73 before and after the correction is compared.
Output to The test target program 80 executes a test based on the test data / parameter 81 and outputs an execution log 82 thereof. The execution coverage measuring tool 90 checks, from the output execution log 82, the instructions passed by the execution of the test, and measures the coverage from the path of the instruction to the program logic. The execution coverage measurement tool 90 outputs information on the passed instruction as execution route information 91. As described above, the post-correction asset 71, the pre-correction asset 72, the pre- and post-correction line number comparison information 73, the test data / parameter 81, the execution log 82, and the execution route information 91 are respectively stored in a database and stored in the auxiliary storage device 16 shown in FIG. Is stored.
【0036】さらに、案件自動識別処理部100は、案
件情報入力画面140を図1の表示ユニット15に表示
し利用者から必要な情報を取得する。利用者は、案件情
報入力画面140から、案件毎に、テスト後検証を必要
とするプログラムの命令種(以下、強調命令と言う。)
とテスト後検証を必要としないプログラムの命令種(以
下、抑止命令と言う。)とを設定する。案件自動識別処
理部100は、利用者に入力された情報に基づいて、案
件毎に生成される案件パターンテーブル110、設定さ
れた強調命令及び抑止命令のみを格納する検索パターン
指示テーブル120、及び、影響検索処理部で参照され
る本案件の強調命令及び抑止命令を格納する検索パター
ン指示情報テーブル130とを有する。Further, the case automatic identification processing section 100 displays a case information input screen 140 on the display unit 15 of FIG. 1 and acquires necessary information from the user. From the case information input screen 140, the user can enter an instruction type (hereinafter referred to as an emphasis instruction) of a program that requires post-test verification for each case.
And an instruction type of a program that does not require verification after the test (hereinafter referred to as an inhibition instruction). The case automatic identification processing unit 100 includes a case pattern table 110 generated for each case based on the information input by the user, a search pattern instruction table 120 storing only the set emphasis command and suppression command, and And a search pattern instruction information table 130 for storing an emphasis instruction and a deterrence instruction of the present case referred to by the influence search processing unit.
【0037】影響検索装置処理部200は、修正前プロ
グラムの実行ルートに従って命令情報が格納されている
検索情報テーブル210を読み込み、案件自動識別処理
部で設定した検索パターン指示情報テーブル130を基
に、今回のプログラムの修正によって影響を受ける命令
コード情報を検索情報テーブル210から抽出し影響検
索ルートテーブル220に出力する。The influence search device processing unit 200 reads the search information table 210 in which the instruction information is stored according to the execution route of the pre-correction program, and based on the search pattern instruction information table 130 set by the automatic case identification processing unit. Instruction code information affected by the modification of the program is extracted from the search information table 210 and output to the influence search route table 220.
【0038】実行ルート照合処理部300は、影響検索
ルートテーブル220を基に、修正前と後の行番号を対
比させた修正前後行番号対比情報73から修正前行番号
の一致する情報を抽出し、実行ルート情報91にその情
報が含まれていたかを判断することによって、判断結果
を実行ルート照合結果310として図1の出力ユニット
13に出力する。The execution route comparison processing unit 300 extracts information matching the pre-correction line number from the pre-correction and post-correction line number comparison information 73 based on the effect search route table 220 by comparing the line numbers before and after the correction. It is determined whether or not the execution route information 91 includes the information, and the determination result is output to the output unit 13 of FIG.
【0039】上述案件パターンテーブル110、検索パ
ターン指示テーブル120、検索パターン指示情報テー
ブル130、検索情報テーブル210、及び、影響検索
ルートテーブル220は、それぞれ図1に示す補助記憶
装置16に格納される。The above-mentioned case pattern table 110, search pattern instruction table 120, search pattern instruction information table 130, search information table 210, and influence search route table 220 are stored in the auxiliary storage device 16 shown in FIG.
【0040】本発明の実施の一形態に係るテストルート
検証装置における案件自動識別処理について、図3から
図6で説明する。The automatic case identification processing in the test route verification apparatus according to one embodiment of the present invention will be described with reference to FIGS.
【0041】図3は、案件情報入力画面の例を示す図で
ある。FIG. 3 is a diagram showing an example of the case information input screen.
【0042】例えば、利用者によって抑止又は強調する
プログラム命令を設定するための図3に示されるような
案件情報入力画面140が、図1の表示ユニット15に
表示される。For example, a case information input screen 140 as shown in FIG. 3 for setting a program command to be suppressed or emphasized by the user is displayed on the display unit 15 in FIG.
【0043】図3に示す案件情報入力画面140では、
利用者は、案件名141に変更又は追加となる案件を入
力し、キーワード142に既に登録された案件パターン
を参照する場合に検索するためのキーワードを設定し、
設定されたキーワード142に基づいて登録済みの案件
パターンを検索150のクリックによって検索する。更
に、案件情報入力画面140において、利用者は、検索
結果を基に、案件概要143に案件概要を入力し、検索
結果を編集する場合には、検索抑止パターン144の編
集をクリックし修正前プログラムでの検索を抑止する抑
止命令を入力し、検索強調パターン144の編集をクリ
ックし修正前プログラムでの検索を強調する強調命令を
入力する。In the case information input screen 140 shown in FIG.
The user inputs a case to be changed or added to the case name 141, sets a keyword for searching when referring to a case pattern already registered in the keyword 142,
The registered matter pattern is searched by clicking the search 150 based on the set keyword 142. Further, on the case information input screen 140, the user inputs a case outline in the case outline 143 based on the search result, and when editing the search result, clicks the edit of the search suppression pattern 144 and clicks the program before modification. Is input, and an edit command of the search emphasis pattern 144 is clicked to input an emphasis command for emphasizing the search in the program before correction.
【0044】利用者は、案件パターン登録146をクリ
ックすることによって、入力情報を別の案件パターンと
して案件パターンテーブル110に登録することができ
る。By clicking the case pattern registration 146, the user can register the input information as another case pattern in the case pattern table 110.
【0045】また、検索抑止パターン144及び検索強
調パターン145は、検索パターン指示テーブル120
に蓄積される。The search suppression pattern 144 and the search emphasis pattern 145 are stored in the search pattern instruction table 120.
Is accumulated in
【0046】さらに、現在表示されている情報を検索パ
ターンとして使用する場合には、確定147をクリック
する。確定147のクリックによって、表示情報は、後
述される影響検索処理で参照される検索パターン指示情
報テーブル130に格納される。When the currently displayed information is to be used as a search pattern, the user clicks on the confirmation 147. By clicking the confirmation 147, the display information is stored in the search pattern instruction information table 130 which is referred to in the influence search process described later.
【0047】上記入力情報をキャンセルする場合には、
キャンセル148をクリックすることによって処理が終
了する。To cancel the above input information,
Clicking cancel 148 terminates the process.
【0048】図4は、案件自動識別処理で使用されるテ
ーブルの例を示す図である。FIG. 4 is a diagram showing an example of a table used in the automatic case identification process.
【0049】図4(A)は、案件パターンテーブル11
0の例を示し、図4(B)は、検索パターン指示テーブ
ル120の例を示し、図4(C)は、検索パターン指示
情報テーブル130の例を示す。FIG. 4A shows the case pattern table 11.
FIG. 4B shows an example of the search pattern instruction table 120, and FIG. 4C shows an example of the search pattern instruction information table 130.
【0050】図4(A)において、案件パターンテーブ
ル110は、データ内容が設定される「項目名」フィー
ルドと、案件管理のためのキー項目として図3の案件名
141が設定される「案件名」フィールドと、複数設定
可能な影響検索のための検索キーワードとして図3のキ
ーワード142が設定される「キーワード」フィールド
と、案件に対する概要として図3の案件概要143が設
定される「概要部」フィールドと、複数設定可能な検索
項目に対する検索抑止対象として図3の検索抑止パター
ン144が設定される「抑止パターン」フィールドと、
複数設定可能な検索項目に対する検索強調対象として図
3の検索強調パターン145が設定される「強調パター
ン」フィールドとを有する。「抑止パターン」フィール
ドは、対象の命令を設定する「命令種」フィールドと各
パターンにおけるユニークな管理番号が設定される「パ
ターンNO」フィールトとで管理される。同様に、「強
調パターン」フィールドは、対象の命令を設定する「命
令種」フィールドと各パターンにおけるユニークな管理
番号が設定される「パターンNO」フィールドとで管理
される。案件パターンテーブルは、図3の案件パターン
登録146のクリックによって生成され蓄積される。In FIG. 4A, the case pattern table 110 has an “item name” field in which data contents are set, and a case name 141 in FIG. 3 which is set as a key item for case management. Field, a “keyword” field in which the keyword 142 in FIG. 3 is set as a search keyword for the effect search that can be set, and a “outline section” field in which the matter outline 143 in FIG. 3 is set as an outline for the matter. A “suppression pattern” field in which the search suppression pattern 144 in FIG. 3 is set as a search suppression target for a plurality of search items that can be set;
An “emphasis pattern” field in which the search emphasis pattern 145 of FIG. 3 is set as a search emphasis target for a plurality of search items that can be set. The “inhibition pattern” field is managed by a “command type” field for setting a target command and a “pattern NO” field for setting a unique management number in each pattern. Similarly, the “emphasis pattern” field is managed by a “command type” field for setting a target command and a “pattern NO” field for setting a unique management number in each pattern. The case pattern table is generated and stored by clicking the case pattern registration 146 in FIG.
【0051】図4(B)において、検索パターン指示テ
ーブル120は、データ内容(修正項目)が設定される
「項目名」フィールドと、「抑止」又は「強調」が区別
される「種別」フィールドと、対象の命令種を示す「命
令種」フィールドと、データ項目種別として各パターン
におけるユニークな管理番号を示す「パターンNO」フ
ィールドとを有する。検索パターン指示テーブル120
には、「種別」と「命令種」の組み合わせで可能なパタ
ーン全ての情報が格納される。In FIG. 4B, the search pattern instruction table 120 includes an “item name” field in which data contents (correction items) are set, and a “type” field in which “inhibited” or “emphasized” is distinguished. , An "instruction type" field indicating a target instruction type, and a "pattern NO" field indicating a unique management number in each pattern as a data item type. Search pattern instruction table 120
Stores information on all possible patterns of the combination of “type” and “instruction type”.
【0052】図4(C)において、検索パターン指示情
報テーブル130は、検索指示テーブル120と同様の
テーブル構成を有し、テストルートの検証に必要となる
検索パターンが設定される。In FIG. 4C, the search pattern instruction information table 130 has the same table configuration as the search instruction table 120, and sets a search pattern required for verifying a test route.
【0053】「項目名」フィールドには、例えば、支店
コードを追加した場合、‘支店コード’等のデータが設
定される。In the "item name" field, for example, when a branch code is added, data such as "branch code" is set.
【0054】図1のCPU11によって実行される案件
自動識別処理について図5と図6で説明する。The case automatic identification process executed by the CPU 11 of FIG. 1 will be described with reference to FIGS.
【0055】図5は、案件自動識別処理のフローチャー
トを示す図であり、図6は、案件自動識別処理の例を示
す図である。FIG. 5 is a flowchart showing the automatic case identification processing, and FIG. 6 is a diagram showing an example of the automatic case identification processing.
【0056】例えば、利用者が支店コードを追加する場
合について説明する。For example, a case where a user adds a branch code will be described.
【0057】図6において、利用者が、表示ユニット1
5に表示された案件情報入力画面140のキーワード1
42に支店コードの追加により影響を与えると思われる
項目、例えば、支店コードを入力し検索150をクリッ
クすると、案件自動識別処理が起動する。In FIG. 6, the user operates the display unit 1
Keyword 1 of the matter information input screen 140 displayed in 5
When an item considered to be affected by the addition of the branch code, for example, a branch code is input to 42 and the search 150 is clicked, the automatic case identification process is started.
【0058】図5より、CPU11は、案件情報入力画
面140より入力されたキーワードより案件パターンテ
ーブルをキーワード検索し、該当データをメモリユニッ
ト12に展開する(ステップS171)。As shown in FIG. 5, the CPU 11 searches the case pattern table for a keyword based on the keyword input from the case information input screen 140, and expands the corresponding data in the memory unit 12 (step S171).
【0059】CPU11は、案件毎に格納されている案
件パターンテーブル110を検索し、複数案件が検索さ
れたかを判断する(ステップS172)。複数案件が検
索された場合、案件一覧画面を表示し対象案件を利用者
によって選択させる(ステップS173)。複数案件が
検索されなかった場合、又は、利用者によって複数案件
から所望の案件が選択された場合、CPU11はステッ
プS174を実行する。The CPU 11 searches the case pattern table 110 stored for each case to determine whether a plurality of cases have been searched (step S172). If a plurality of cases are found, a case list screen is displayed and the user is allowed to select a target case (step S173). If a plurality of cases has not been found, or if the user has selected a desired case from the plurality of cases, the CPU 11 executes step S174.
【0060】ステップS174において、CPU11に
よって対象案件の案件概要143、検索抑止パターン1
44、及び、検索強調パターン145が案件情報入力画
面140内に表示される。この表示により、利用者は、
抑止パターン及び強調パターンの各編集をクリックする
ことによって、編集が可能となる。In step S174, the case summary 143 of the target case, the search suppression pattern 1
44 and the search emphasis pattern 145 are displayed in the case information input screen 140. With this display, the user can
By clicking each edit of the suppression pattern and the emphasis pattern, the edit becomes possible.
【0061】CPU11は、利用者がクリックしたボタ
ンを判断し(ステップS175)、キャンセル148が
クリックされた場合は利用者による入力を無効とし処理
の最初へ戻り、確定147がクリックされた場合はステ
ップS176を実行し、強調パターン145の編集がク
リックされた場合はステップS177を実行し、抑止パ
ターン144の編集がクリックされた場合はステップS
179を実行し、案件パターン登録146がクリックさ
れた場合はステップS181を実行する。The CPU 11 determines the button clicked by the user (step S175). If the cancel button 148 is clicked, the input by the user is invalidated, and the process returns to the beginning. S176 is executed, and if editing of the emphasis pattern 145 is clicked, step S177 is executed. If editing of the suppression pattern 144 is clicked, step S177 is executed.
179 is executed, and when the case pattern registration 146 is clicked, the step S181 is executed.
【0062】ステップS176において、CPU11
は、検索パターン指示情報テーブル130に、案件情報
入力画面140に入力された検索抑止パターン144及
び検索強調パターン145の情報を出力する。In step S176, the CPU 11
Outputs the information of the search suppression pattern 144 and the search emphasis pattern 145 input to the case information input screen 140 to the search pattern instruction information table 130.
【0063】この検索パターン指示情報テーブル130
への出力によって、後述される影響検索処理が実行され
る。This search pattern instruction information table 130
, An influence search process described later is executed.
【0064】ステップS177において、CPU11
は、読み込んだ検索パターン指示テーブルの強調パター
ンに設定された命令種の情報を表示ユニット15に表示
する。この時、既に強調設定されている、つまり、ステ
ップS172の検索結果において表示されている命令種
は、「強調」設定済みで表示する。さらに、CPU11
は、案件情報入力画面140の強調パターン145に情
報を反映する(ステップS178)。In step S177, the CPU 11
Displays on the display unit 15 information of the instruction type set in the emphasized pattern of the read search pattern instruction table. At this time, the instruction type which has already been emphasized, that is, displayed in the search result in step S172, is displayed with "emphasis" set. Further, the CPU 11
Reflects the information in the emphasis pattern 145 of the case information input screen 140 (step S178).
【0065】例えば、利用者が、支店コードの追加によ
って、修正前プログラム内の比較命令のうち特に定数に
影響を与えると考えられる場合には、強調パターン14
5に反映された情報を編集し“比較命令:定数”に変更
する。For example, if the user is supposed to add a branch code to particularly affect the constants among the comparison instructions in the program before correction, the emphasis pattern 14
Edit the information reflected in No. 5 and change it to “Comparison command: Constant”.
【0066】一方、ステップS178処理後、CPU1
1は、利用者の次のクリックを判断するため、処理はス
テップS174に戻る。On the other hand, after the processing in step S178, the CPU 1
In step 1, the process returns to step S174 to determine the next click by the user.
【0067】ステップS179において、CPU11
は、読み込んだ検索パターン指示テーブルの抑止パター
ンに設定された命令種の情報を表示ユニット15に表示
する。この時、既に抑止設定されている、つまり、ステ
ップS172の検索結果において表示されている命令種
は、「抑止」設定済みで表示する。さらに、CPU11
は、案件情報入力画面140の抑止パターン145に情
報を反映する(ステップS178)。In step S179, the CPU 11
Displays on the display unit 15 information of the instruction type set in the inhibition pattern of the read search pattern instruction table. At this time, the instruction type that has already been set to be inhibited, that is, the instruction type displayed in the search result in step S172, is displayed with “inhibited” set. Further, the CPU 11
Reflects the information in the suppression pattern 145 of the case information input screen 140 (step S178).
【0068】例えば、利用者が、支店コードの追加によ
って、“CALL命令”は修正前プログラム内に特に影
響を与えないと考えられる場合には、抑止パターン14
4に反映された情報を編集し“CALL命令”に変更す
る。For example, if the user considers that the addition of the branch code does not cause the “CALL instruction” to have any particular effect on the program before modification, the suppression pattern 14
Edit the information reflected in No. 4 and change it to “CALL instruction”.
【0069】一方、ステップS179処理後、CPU1
1は、利用者の次のクリックを判断するため、処理はス
テップS180に戻る。On the other hand, after the processing in step S179, the CPU 1
In step 1, the process returns to step S180 to determine the next click by the user.
【0070】ステップS181において、CPU11
は、「抑止パターン」又は「強調パターン」が利用者に
より編集(変更)された場合、新しく設定された案件名
141を元に、案件パターンテーブルに新規に登録す
る。この場合、図6の案件パタンテーブル110の内容
が追加され、同時に、検索パターン指示テーブル120
に登録された「強調」命令種及び「抑止」命令種に関す
る情報が格納される。In step S181, the CPU 11
When the "inhibition pattern" or "emphasis pattern" is edited (changed) by the user, it is newly registered in the case pattern table based on the newly set case name 141. In this case, the contents of the case pattern table 110 of FIG.
The information on the “emphasis” command type and the “inhibit” command type registered in the “1.
【0071】一方、CPU11は、利用者の次のクリッ
クを判断するため、処理はステップS174に戻る。On the other hand, the CPU 11 returns to the step S174 to determine the next click of the user.
【0072】上述案件自動識別処理によって、利用者
は、効率良く検索されるべきプログラムの命令種を設定
することができる。The user can set the command type of the program to be searched efficiently by the above-described automatic case identification processing.
【0073】次に、影響検索処理について、図7乃至図
10で説明する。Next, the influence search process will be described with reference to FIGS.
【0074】図7は,影響検索処理で使用されるテーブ
ルの例を示す図である。FIG. 7 is a diagram showing an example of a table used in the influence search processing.
【0075】図7(A)は、検索情報テーブル210の
構成例を示す図であり、図7(B)は、影響検索ルート
テーブル220の構成例を示す図である。FIG. 7A is a diagram showing a configuration example of the search information table 210, and FIG. 7B is a diagram showing a configuration example of the influence search route table 220.
【0076】図7(A)より、検索情報テーブル210
は、データ内容を示す「項目名」フィールドと、修正前
プログラムソースの行番号を示す「行番号」フィール
ド、その行番号からの分岐先を示す「分岐行番号」フィ
ールドと、その行番号のプログラム命令の種別を示す
「命令種」フィールドと、命令における左辺を示す「転
送元項目」フィールドと、命令における右辺を示す「転
送先項目」フィールドと、命令における項目の種別、つ
まり、検索パターン指示テーブルで設定されたユニーク
な番号で示される「パターンNO」フィールドとで構成
される。検索情報テーブル210は、修正前プログラム
の実行ルートに応じて命令情報が格納されたテーブルで
ある。FIG. 7A shows that the search information table 210
Is the “item name” field that indicates the data content, the “line number” field that indicates the line number of the program source before correction, the “branch line number” field that indicates the branch destination from the line number, and the program of the line number. An "instruction type" field indicating the type of instruction, a "source item" field indicating the left side of the instruction, a "transfer destination item" field indicating the right side of the instruction, and the type of the item in the instruction, that is, a search pattern instruction table And a “Pattern No.” field indicated by the unique number set in the above. The search information table 210 is a table in which instruction information is stored according to the execution route of the program before correction.
【0077】図7(B)より、影響検索ルートテーブル
220は、データ内容を示す「項目名」フィールドと、
強調行であることを示す「強調マーク」フィールドと、
影響のある行番号を示す「行番号」フィールドと、命令
コードを記述する「命令行」フィールドとで構成され
る。影響検索処理によって生成された影響検索ルートテ
ーブル220は、後述される実行ルート照合処理で参照
される。As shown in FIG. 7B, the influence search route table 220 includes an “item name” field indicating data contents,
An "emphasis mark" field to indicate that it is an emphasis line;
It is composed of a “line number” field indicating the affected line number and an “instruction line” field for describing an instruction code. The influence search route table 220 generated by the influence search process is referred to in an execution route matching process described later.
【0078】図8は、影響検索処理のフローチャートを
示す図である。FIG. 8 is a diagram showing a flowchart of the influence search process.
【0079】図1のCPU11によって実行される影響
検索処理について図8と図10で説明する。The effect search processing executed by the CPU 11 of FIG. 1 will be described with reference to FIGS. 8 and 10.
【0080】図8より、CPU11は図5のステップS
176の処理後、検索パターン指示情報テーブル130
を読み込みメモリユニット12に展開する(ステップS
241)。例えば、図9に示される検索パターン指示情
報テーブル130が読み込まれる。As shown in FIG. 8, the CPU 11 determines in step S of FIG.
After the processing of 176, the search pattern instruction information table 130
Is read and expanded in the memory unit 12 (step S
241). For example, the search pattern instruction information table 130 shown in FIG. 9 is read.
【0081】例えば、支店コードの追加により影響する
プログラム箇所を検索するための検索開始行を設定する
(ステップS242)。検索開始行は、複数設定可能で
ある。設定した起点に応じて検索情報ファイル210が
生成される。For example, a search start line for searching for a program location affected by the addition of a branch code is set (step S242). A plurality of search start lines can be set. The search information file 210 is generated according to the set starting point.
【0082】例えば、図10に示されるような修正前プ
ログラムソースの場合に設定された検索開始行が‘50
00’であるとすると、CPU11は、修正前プログラ
ムのルートのうち図9に示されるような行番号5000
から開始されるルートを検索情報ファイル210として
取得する。For example, when the search start line set in the case of the unmodified program source as shown in FIG.
If it is 00 ′, the CPU 11 determines the line number 5000 as shown in FIG.
Is obtained as the search information file 210.
【0083】CPU11は、全ての起点を検索したかを
判断する(ステップS243)。全ての起点で検索が終
了している場合は、実行ルート照合処理を行なう。全て
検索されていない場合は、ステップS244へ進む。こ
の場合、起点は、検索パターン指示情報テーブル130
の「項目名」で示されるデータを含む検索情報テーブル
210の各レコード位置を示す。The CPU 11 determines whether all starting points have been searched (step S243). If the search has been completed at all the starting points, an execution route comparison process is performed. If not all, the process proceeds to step S244. In this case, the starting point is the search pattern instruction information table 130.
3 shows the position of each record in the search information table 210 including the data indicated by “item name”.
【0084】ステップS244において、CPU11
は、検索情報テーブル210の起点で指定される行番号
(レコード)の「命令種」及び「パターンNO」と検索
パターン指示情報テーブル130の「種別」に‘抑止’
が設定されている「命令種」及び「パターンNO」とを
比較する。「命令種」及び「パターンNO」が共に一致
する場合、ステップS242で設定された次の起点へ進
み、ステップS243乃至S245を繰り返す。共に一
致しない場合、ステップS246へ進む。At the step S244, the CPU 11
Is “inhibited” in “instruction type” and “pattern number” of the line number (record) specified at the starting point of the search information table 210 and “type” of the search pattern instruction information table 130.
Are compared with the “instruction type” and the “pattern No.” When both the “instruction type” and the “pattern NO” match, the process proceeds to the next starting point set in step S242, and steps S243 to S245 are repeated. If they do not match, the process proceeds to step S246.
【0085】ステップS246において、CPU11
は、当該処理中の行番号の「命令種」及び「パターンN
O」と検索パターン指示情報テーブル130の「種別」
に‘強調’が設定されている「命令種」及び「パターン
NO」とを比較する。「命令種」及び「パターンNO」
が共に一致する場合、検索情報テーブル210から必要
な情報を影響検索ルートテーブル220に設定し、「強
調マーク」フィールドに強調マークを設定する(ステッ
プS248)。In step S246, CPU 11
Are the “instruction type” and “pattern N” of the line number being processed.
O ”and“ type ”of the search pattern instruction information table 130
Are compared with the “instruction type” and the “pattern No.” in which “emphasis” is set. "Instruction type" and "Pattern NO"
If both match, the necessary information from the search information table 210 is set in the influence search route table 220, and an emphasis mark is set in the "emphasis mark" field (step S248).
【0086】CPU11は、ステップS248で一致し
た検索情報テーブル210の「行番号」に一致する修正
前ソースのソースコードを図2に示す修正前資産72か
ら取り出し、影響検索ルートテーブル220の「命令
行」に設定する(ステップS249)。The CPU 11 extracts the source code of the source before correction that matches the “line number” of the search information table 210 matched in step S 248 from the asset before correction 72 shown in FIG. (Step S249).
【0087】このステップS249により、修正によっ
て影響を受ける修正前ソースの位置がリストされる。By this step S249, the positions of the source before correction affected by the correction are listed.
【0088】CPU11は、次の処理行を取得するた
め、ステップS250乃至ステップS254を行なう。The CPU 11 performs steps S250 to S254 to obtain the next processing line.
【0089】CPU11は、検索情報テーブル210の
現在処理中の項目が分岐命令であるかを判断するため。
「分岐行番号」を読み込み(ステップS250)、「分
岐行番号」に値(分岐先の行番号)が存在するかを判断
する(ステップS251)。The CPU 11 determines whether the currently processed item in the search information table 210 is a branch instruction.
"Branch line number" is read (step S250), and it is determined whether a value (branch destination line number) exists in "branch line number" (step S251).
【0090】「分岐番号」が存在する場合、「分岐番
号」と一致する「行番号」に位置付ける(ステップS2
52)。続けてステップS255を処理する。If the "branch number" exists, it is positioned at the "line number" that matches the "branch number" (step S2).
52). Subsequently, step S255 is processed.
【0091】一方、「分岐番号」が存在しない場合、検
索情報テーブル210の次行を読み込む(ステップS2
53)。次行を読み込んだ時点で検索情報テーブル21
0が終了している場合は、ステップS242で設定した
次の起点を読み込み、該起点で指定される検索情報テー
ブル210の行位置から、上述同様の処理を繰り返え
す。On the other hand, if the "branch number" does not exist, the next line of the search information table 210 is read (step S2).
53). When the next line is read, the search information table 21
If 0 has been completed, the next starting point set in step S242 is read, and the same processing as described above is repeated from the row position of the search information table 210 specified by the starting point.
【0092】終了していない場合は、処理中の行番号に
対応する「転送先項目」と読み込んだ次行番号に対応す
る「転送元項目」が一致するかを判断する(ステップS
256)。一致する場合は、ステップS244へ戻り、
同様の処理を繰り返すことによって、抑止パターンであ
るか強調パターンであるかが判断される。If not completed, it is determined whether the "transfer destination item" corresponding to the line number being processed matches the "transfer source item" corresponding to the read next line number (step S).
256). If they match, the process returns to step S244,
By repeating the same processing, it is determined whether the pattern is a suppression pattern or an emphasis pattern.
【0093】一致しない場合は、ステップS250へ戻
り、次の処理行を読み込む。If they do not match, the flow returns to step S250 to read the next processing line.
【0094】上述影響検索処理により、図9に示される
例において、検索情報テーブル210の「項目名」デー
タ内容及びデータ内容は、各判断処理によって読み
飛ばされる。「項目名」データ内容は、データ内容
の「分岐行番号」が存在する判断結果(ステップS25
1)及びデータ内容の「転送先項目」とデータ内容
の「転送元項目」とが一致する判断結果(ステップS2
56)により、抑止又は強調パターンの判断が実行され
る。抑止パターンでない判断結果(ステップS245)
及び強調パターンである判断結果(ステップS248)
によって、検索情報テーブル210のデータ内容の情
報が影響検索ルートテーブル220に格納され、「命令
行」に修正前資産72から取得した‘IF支店コード<
20’が設定される。In the example shown in FIG. 9, the data contents of the "item name" and the data contents of the search information table 210 are skipped by the respective judgment processes in the example shown in FIG. The determination result that the "item name" data content includes the "branch line number" of the data content (step S25)
1) and the determination result that the “transfer destination item” of the data content matches the “transfer source item” of the data content (step S2)
According to 56), the determination of the suppression or emphasis pattern is executed. Determination result that is not a suppression pattern (step S245)
And the judgment result of the emphasis pattern (step S248)
As a result, the information of the data contents of the search information table 210 is stored in the influence search route table 220, and the “instruction line” is obtained from the “IF branch code <
20 'is set.
【0095】さらに、続けて検索情報テーブル210の
データ内容に対する影響検索処理後、テーブルが終了
(ステップS254)し、かつ、起点の終了(ステップ
S243)により実行ルート照合処理が実行される。Further, after the effect search processing on the data contents of the search information table 210 is performed, the table ends (step S254), and the execution route collation processing is executed when the start point ends (step S243).
【0096】起点が複数存在する場合には、起点毎に影
響検索ルートテーブル220が作成される。When there are a plurality of starting points, an influence search route table 220 is created for each starting point.
【0097】次に、実行ルート照合処理について図11
から図14で説明する。Next, the execution route collation processing will be described with reference to FIG.
14 to FIG.
【0098】実行ルート照合処理では、影響検索処理で
生成された影響検索ルートテーブル220、修正前資産
72と修正後資産71を対比させた修正前後行番号対比
情報73、及び、テスト実施による修正後プログラムの
実行ルート情報91とを参照しながら実行される。In the execution route collation processing, the influence search route table 220 generated in the influence search processing, the before and after line number comparison information 73 comparing the before-correction asset 72 and the after-correction asset 71, and the after-correction by test execution The program is executed with reference to the execution route information 91 of the program.
【0099】図11は、実行ルート照合処理で使用され
るテーブルの例を示す図である。FIG. 11 is a diagram showing an example of a table used in the execution route collation processing.
【0100】図11(A)は、実行ルート情報91の例
を示す図であり、図11(B)は、修正情報行番号対比
情報73の例を示す図である。FIG. 11A shows an example of the execution route information 91, and FIG. 11B shows an example of the correction information line number comparison information 73.
【0101】図11(A)より、実行ルート情報91
は、データ内容を示す「項目名」フィールドと、修正後
プログラムソースの処理対象行番号を示す「行番号」フ
ィールドと、修正後ソースコードを示す「命令行」フィ
ールドとで構成される。FIG. 11A shows that the execution route information 91
Is composed of an "item name" field indicating data contents, a "line number" field indicating a line number to be processed of the corrected program source, and an "instruction line" field indicating the corrected source code.
【0102】図11(B)より、修正情報行番号対比情
報73は、データ内容を示す「項目名」フィールドと、
修正区分を示す「更新フラグ」フィールドと、修正前ソ
ースの行番号を示す「修正前行番号」と、修正後ソース
の行番号を示す「修正後行番号」とで構成される。修正
区分には、例えば、対象行が更新されているのであれば
‘U’が設定され、対象行が削除されているのであれば
‘D’が設定される。CPU11によって実行される実
行ルート照合処理について図12、図13及び図14で
説明する。As shown in FIG. 11B, the modification information line number comparison information 73 includes an “item name” field indicating data contents,
It is composed of an “update flag” field indicating a correction category, a “line number before correction” indicating a line number of a source before correction, and a “line number after correction” indicating a line number of a source after correction. In the correction category, for example, “U” is set if the target row has been updated, and “D” is set if the target row has been deleted. The execution route comparison processing executed by the CPU 11 will be described with reference to FIGS.
【0103】図12は、実行ルート照合処理のフローチ
ャートを示す図である。FIG. 12 is a diagram showing a flowchart of the execution route collation processing.
【0104】図12より、CPU11は、検証する起点
からの影響検索ルートを設定し(ステップS331)、
設定した起点に対応する実行ルートを設定する(ステッ
プS332)。検証する起点からの影響検索ルートは、
複数設定可能である。Referring to FIG. 12, the CPU 11 sets an influence search route from the starting point to be verified (step S331).
An execution route corresponding to the set starting point is set (step S332). The influence search route from the starting point to be verified is
Multiple settings are possible.
【0105】CPU11は、ステップS331で設定さ
れた起点に対応する影響検索ルートテーブル220を読
み込み(ステップS333)、既に、読み込みを終了し
ているかを判断し(ステップS334)、終了している
場合は実行ルート照合処理を終了する。すなわち、テス
トルート検証処理が終了する。The CPU 11 reads the influence search route table 220 corresponding to the starting point set in step S331 (step S333), determines whether or not reading has already been completed (step S334). The execution route matching processing ends. That is, the test route verification processing ends.
【0106】一方、ステップS334の判断結果におい
て、継続している場合は、読み込んだ影響検索ルートテ
ーブル220に強調マークが設定されたレコードがある
かを検索する(ステップS335)。強調マークの設定
されたレコードがない場合、ステップS333へ戻り、
次の起点に対応する影響検索ルートテーブル220を読
み込み、同様にステップS334の判断を実行する。On the other hand, if the result of determination in step S334 is that the record is continued, a search is made to determine whether there is a record with an emphasis mark set in the read influence search route table 220 (step S335). If there is no record with the emphasis mark set, the process returns to step S333,
The influence search route table 220 corresponding to the next starting point is read, and the determination in step S334 is similarly performed.
【0107】一方、ステップS335の判断結果におい
て、強調マークが設定されたレコードがある場合、ステ
ップS336の処理が実行される。On the other hand, if the result of determination in step S335 is that there is a record with an emphasis mark set, processing in step S336 is executed.
【0108】ステップS336において、CPU11
は、修正情報行番号対比情報73を読み込み、強調マー
クが設定されたレコードの行番号(修正前ソースの行番
号)と一致するレコードに位置付ける。In step S336, the CPU 11
Reads the correction information line number comparison information 73 and positions it at the record that matches the line number (line number of the source before correction) of the record to which the emphasis mark is set.
【0109】CPU11は、さらに、修正情報行番号対
比情報73に位置付けたレコードの「更新フラグ」の種
別を読み取り(ステップS337)、削除を示す‘D’
が設定されている場合は、ステップS333へ戻り、以
後同様の処理を繰り返し、変更を示す‘U’が設定され
ている場合は、該レコードの修正後行番号と一致する実
行ルート情報91のレコードを検索する(S338)。The CPU 11 further reads the type of the "update flag" of the record positioned in the correction information line number comparison information 73 (step S337), and indicates "D" indicating deletion.
Is set, the process returns to step S333, and the same processing is repeated thereafter. If "U" indicating the change is set, the record of the execution route information 91 corresponding to the corrected line number of the record is set. Is retrieved (S338).
【0110】実行ルート情報91に該当する行(修正後
行番号が一致するレコード)があるかを判断し(ステッ
プS339)、存在する場合は、ステップS333へ戻
り次の起点に応じた影響検索ルートテーブル220を読
み込み、同様の処理を実行する。It is determined whether or not there is a row corresponding to the execution route information 91 (a record having the same row number after correction) (step S339), and if there is, the procedure returns to step S333 and an influence search route corresponding to the next starting point is determined. The table 220 is read and the same processing is executed.
【0111】一方、ステップS339の判断により、該
当する行(レコード)が存在しない場合は、修正後ソー
スの行番号を「テスト実行もれ」として図1の出力ユニ
ット13に出力する。On the other hand, if it is determined in step S339 that the corresponding row (record) does not exist, the corrected row number of the source is output to the output unit 13 in FIG. 1 as "test execution omission".
【0112】例えば、図14に示すような修正後プログ
ラムソースより、行番号5200が「IF支店コード<
30」、つまり、比較定数が修正前の20から30に変
更されている場合の実行ルート照合処理の例を図13に
示す。For example, from the corrected program source as shown in FIG. 14, the line number 5200 is changed to “IF branch code <
FIG. 13 shows an example of the execution route collation processing when “30”, that is, the comparison constant is changed from 20 before modification to 30.
【0113】図13において、ステップS333で読み
込まれた影響検索ルートテーブル220は、判断処理S
335によって強調マークがあると判断される。In FIG. 13, the influence search route table 220 read in step S333 is
335 determines that there is an emphasis mark.
【0114】修正情報行番号対比情報73は、判断処理
S337によって「更新フラグ」は変更‘U’であると
判断され、修正後行番号を基に実行ルート情報91のレ
コードが検索される(ステップS338)。この場合、
実行ルート情報91に、修正情報行番号対比情報73の
修正後行番号と一致する行番号が存在しないため(ステ
ップS339)、出力ユニット13に図13に示される
ような実行ルート照合結果310が出力される。In the correction information line number comparison information 73, the "update flag" is determined to be "U" in the determination process S337, and the record of the execution route information 91 is searched based on the corrected line number (step S337). S338). in this case,
Since there is no line number in the execution route information 91 that matches the line number after correction of the correction information line number comparison information 73 (step S339), the output unit 13 outputs the execution route comparison result 310 as shown in FIG. Is done.
【0115】上述によって、プログラムソース上の命令
コードに対して、抑止パターン及び強調パターンを指定
することで、プログラムソースの修正に影響を与える命
令コードのうち強調パターンに指定された命令コードの
みを抽出することが可能となる。従って、プログラムテ
ストの実施において、強調パターンに指定された命令コ
ードが実行されたルートに含まれていたかを判断するこ
とによって、実行ルートの妥当性を検証することが可能
となる。つまり、修正後のプログラムに対して実行され
たテストルートの妥当性の判断を適格に行ない、修正後
のプログラムの評価を迅速に行なうことができる。As described above, by specifying the suppression pattern and the emphasis pattern for the instruction code on the program source, only the instruction code specified by the emphasis pattern is extracted from the instruction codes affecting the modification of the program source. It is possible to do. Therefore, in the execution of the program test, it is possible to verify the validity of the execution route by determining whether the instruction code specified in the emphasis pattern is included in the executed route. That is, the validity of the test route executed for the corrected program can be appropriately determined, and the corrected program can be quickly evaluated.
【0116】また、利用者は、抑止パターン及び強調パ
ターンを表示ユニット15に表示された案件情報入力画
面より設定するのみで実行ルートの妥当性を検証するこ
とができる。よって、ソースコードを読みながら抑止パ
ターン及び強調パターンを検証する必要がなく、かつ、
専門的なプログラム知識或いはテストされるプログラム
内容の知識を要求しない。Further, the user can verify the validity of the execution route only by setting the inhibition pattern and the emphasis pattern from the case information input screen displayed on the display unit 15. Therefore, it is not necessary to verify the suppression pattern and the emphasis pattern while reading the source code, and
Does not require specialized program knowledge or knowledge of the program content being tested.
【0117】上述の例では、支店コードの追加をした場
合の処理を示しているが、支店コードに限るものではな
い。In the above example, the processing in the case where the branch code is added is shown, but the processing is not limited to the branch code.
【0118】なお、上記例において、図5に示すステッ
プS181での処理が請求項1のパターン登録手段に対
応し、図5に示すステップS176での処理が請求項1
のパターン確定手段に対応する。In the above example, the processing in step S181 shown in FIG. 5 corresponds to the pattern registration means of claim 1, and the processing in step S176 shown in FIG.
Corresponds to the pattern determination means.
【0119】また、図12に示すステップS333から
S338での処理が請求項3のルート判断手段に対応
し、図12に示すステップSS339からS340での
処理が請求項12の出力手段に対応する。The processing in steps S333 to S338 shown in FIG. 12 corresponds to the route determining means in claim 3, and the processing in steps SS339 to S340 in FIG. 12 corresponds to the output means in claim 12.
【0120】[0120]
【発明の効果】以上、説明してきたように、請求項1乃
至2記載の本願発明によれば、‘抑止’或いは‘強調’
を示すパターン種別が設定された修正項目に応じたソー
スコードパターンに基づいて、実行ルートの検証を抑止
パターンでは読み飛ばし、強調パターンについてのみ妥
当性を検証することが可能となる。つまり、この種別に
よって、検証すべき実行ルートを絞り込むことができ
る。As described above, according to the present invention as set forth in claims 1 and 2, "deterrence" or "emphasis" is performed.
The verification of the execution route can be skipped for the inhibition pattern based on the source code pattern corresponding to the correction item in which the pattern type indicating is set, and the validity of only the emphasis pattern can be verified. That is, the execution route to be verified can be narrowed down by this type.
【0121】従って、利用者は、ソースコードパターン
を確定するのみでテストルートが検証できるので、検証
するための特別なプログラム知識を必要としない。Therefore, the user can verify the test route only by determining the source code pattern, and does not need any special program knowledge for verification.
【0122】又は、請求項3乃至4記載の本願発明によ
れば、修正項目によって影響を受ける修正前プログラム
位置に基づいて、検証すべき実行ルートを絞り込むこと
ができる。さらに、強調有りを示す強調情報及び変更有
りを示す変更情報によって、検証されるべき実行ルート
をさらに絞り込むことが可能である。また、利用者は、
出力された判断結果に基づいて、テスト又はパラメータ
項目の見直し、又は、出力された修正後位置情報に基づ
いたプログラムの見直しを行なうことができる。According to the third and fourth aspects of the present invention, an execution route to be verified can be narrowed down based on a pre-correction program position affected by a correction item. Further, the execution route to be verified can be further narrowed by the emphasis information indicating the emphasis is present and the change information indicating the change is present. In addition, the user,
Based on the output judgment result, the test or parameter items can be reviewed, or the program can be reviewed based on the output corrected position information.
【0123】また、請求項5又は6記載の本願発明によ
れば、上記のようなテストルート検証装置での処理をコ
ンピュータに行なわせるためのプログラムを格納した記
憶媒体を提供することができる。According to the fifth or sixth aspect of the present invention, it is possible to provide a storage medium storing a program for causing a computer to perform the above-described processing in the test route verification device.
【図1】ハードウェア構成を示す図である。FIG. 1 is a diagram showing a hardware configuration.
【図2】テストルート検証装置の構成を示す図である。FIG. 2 is a diagram illustrating a configuration of a test route verification device.
【図3】案件情報入力画面の例を示す図である。FIG. 3 is a diagram showing an example of a case information input screen.
【図4】案件自動識別処理で使用されるテーブルの例を
示す図である。FIG. 4 is a diagram illustrating an example of a table used in an automatic case identification process.
【図5】案件自動識別処理のフローチャート図である。FIG. 5 is a flowchart of a case automatic identification process.
【図6】案件自動識別処理の例を示す図である。FIG. 6 is a diagram illustrating an example of a case automatic identification process.
【図7】影響検索処理で使用されるテーブルの例を示す
図である。FIG. 7 is a diagram illustrating an example of a table used in an influence search process.
【図8】影響検索処理のフローチャート図である。FIG. 8 is a flowchart of an influence search process.
【図9】影響検索処理の例を示す図である。FIG. 9 is a diagram illustrating an example of an influence search process.
【図10】修正前プログラムソースの例を示す図であ
る。FIG. 10 is a diagram showing an example of a program source before correction.
【図11】実行ルート照合処理で使用されるテーブルの
例を示す図である。FIG. 11 is a diagram illustrating an example of a table used in an execution route matching process.
【図12】実行ルート照合処理のフローチャート図であ
る。FIG. 12 is a flowchart of an execution route matching process.
【図13】実行ルート照合処理の例を示す図である。FIG. 13 is a diagram illustrating an example of an execution route matching process.
【図14】修正後プログラムソースの例を示す図であ
る。FIG. 14 is a diagram illustrating an example of a corrected program source.
11 CPU 12 メモリユニット 13 出力ユニット 14 入力ユニット 15 表示ユニット 16 補助記憶装置 17 CD−ROMドライバ 20 CD−ROM B バス 100 案件自動識別処理部 200 影響検索処理部 300 実行ルート照合処理部 DESCRIPTION OF SYMBOLS 11 CPU 12 Memory unit 13 Output unit 14 Input unit 15 Display unit 16 Auxiliary storage device 17 CD-ROM driver 20 CD-ROM B bus 100 Automatic matter identification processing part 200 Impact search processing part 300 Execution route collation processing part
Claims (6)
グラムをテストした実行ルートの妥当性を検証するテス
トルート検証装置において、 修正前プログラムから検索するソースコードパターンを
登録するパターン登録手段と、 上記登録されたソースコードパターンから、上記実行ル
ートの検証に使用するソースコードパターンを修正項目
と関連付けて確定するパターン確定手段とを有し、 上記パターン確定手段によって確定されたソースコード
パターンを有する修正前プログラム位置に応じた修正後
プログラム位置に基づいて、上記実行ルートの妥当性を
検証する検証手段とを有するテストルート検証装置。1. A test route verification device for verifying the validity of an execution route that tests a modified program that has been modified according to a modification item, comprising: a pattern registration unit that registers a source code pattern to be searched from a program before modification. Pattern determining means for determining, from the registered source code pattern, a source code pattern to be used for verifying the execution route in association with a correction item, and having a source code pattern determined by the pattern determining means. A test route verification device having verification means for verifying the validity of the execution route based on the corrected program position corresponding to the previous program position.
おいて、 上記パターン確定手段は、上記パターン登録手段で登録
されたソースコードパターンを、上記実行ルートでの検
証を抑止する抑止パターン、又は、上記実行ルートでの
検証を強調する強調パターンの種別を設定するパターン
種別設定手段を有し、 上記パターン確定手段によって確定された強調パターン
を有する修正前プログラム位置に応じた修正後プログラ
ム位置に基づいて、上記実行ルートの妥当性を検証する
ようにしたテストルート検証装置。2. The test route verification device according to claim 1, wherein the pattern determination unit is configured to inhibit the source code pattern registered by the pattern registration unit from being verified by the execution route, It has pattern type setting means for setting the type of the emphasis pattern that emphasizes the verification in the execution route, based on the corrected program position corresponding to the pre-correction program position having the emphasis pattern determined by the pattern determination means, A test route verification device that verifies the validity of the execution route.
グラムをテストした実行ルートの妥当性を検証するテス
トルート検証装置において、 上記テストによる修正後プログラムの実行ルートを示す
実行ルート情報が格納された実行ルートテーブルと、 修正前プログラムと修正後プログラムとを比較し、修正
後プログラムによって修正された修正前プログラム位置
を示す修正前位置情報と修正した修正後プログラム位置
とを示す修正後位置情報とを関連付けして格納した修正
情報テーブルと、 上記修正項目によって影響を受ける修正前プログラムの
位置を示す影響位置情報が格納された影響情報テーブル
と、 上記影響位置情報と一致する修正前位置情報が修正情報
テーブルにある場合、該修正前位置情報に対応する修正
後位置情報に基づいて上記実行ルートテーブルに格納さ
れた実行ルート情報を検索することによって、修正後位
置情報がテストされたかを判断するルート判断手段と、 上記ルート判断手段による判断結果に応じて、該判断結
果及び該修正後位置情報を出力させる出力手段とを有す
るテストルート検証装置。3. A test route verification device for verifying the validity of an execution route that tests a modified program corrected according to a modification item, wherein execution route information indicating an execution route of the modified program by the test is stored. The corrected execution route table, the pre-correction program and the post-correction program are compared, and the post-correction position information indicating the pre-correction program position corrected by the post-correction program and the post-correction position information indicating the corrected post-correction program position. A modified information table storing the modified information table in association with the modified information, an affected information table storing the affected position information indicating the position of the unmodified program affected by the modified item, and the modified position information matching the affected position information is modified. If it is in the information table, based on the post-correction position information corresponding to the pre-correction position information, Route determining means for determining whether or not the corrected position information has been tested by retrieving the execution route information stored in the execution route table; and determining the determination result and the correction in accordance with the determination result by the route determining means. A test route verification device having output means for outputting rear position information.
おいて、 上記修正情報テーブルは、修正位置情報において変更の
有無を示す変更情報を有し、 上記影響情報テーブルは、上記実行ルートの検証におい
て強調の有無を示す強調情報を有し、 上記ルート判断手段は、強調有りを示す強調情報が設定
された影響位置情報と一致し、かつ、変更有りを示す変
更情報が設定された修正前位置情報が修正情報テーブル
にある場合、該修正前位置情報に対応する修正後位置情
報に基づいて上記実行ルートテーブルに格納された実行
ルート情報を検索することによって、該修正後位置情報
がテストされたかを判断するようにしたテストルート検
証装置。4. The test route verification device according to claim 3, wherein the correction information table has change information indicating whether or not there is a change in the correction position information, and the influence information table is emphasized in the verification of the execution route. The route determination means has the emphasis information indicating the presence of emphasis coincides with the influence position information in which the emphasis information is set, and the pre-correction position information in which the change information indicating the existence of the change is set. If it is in the correction information table, it is determined whether the corrected position information has been tested by searching the execution route information stored in the execution route table based on the corrected position information corresponding to the pre-correction position information. Test route verification device
グラムをテストした実行ルートの妥当性を検証するテス
トルート検証装置での処理をコンピュータに行なわせる
ためのプログラムを格納した記憶媒体において、 修正前プログラムから検索するソースコードパターンを
登録するパターン登録手順と、 上記登録されたソースコードパターンから、上記実行ル
ートの検証に使用するソースコードパターンを修正項目
と関連付けて確定するパターン確定手順とを有し、 上記確定手順によって確定されたソースコードパターン
を有する修正前プログラム位置に対応する修正後プログ
ラム位置に基づいて、上記実行ルートの妥当性を検証す
る検証手順とを有するプログラムを格納した記憶媒体。5. A storage medium storing a program for causing a computer to execute a process in a test route verification device that verifies the validity of an execution route that tests a corrected program corrected according to a correction item. There are a pattern registration procedure for registering a source code pattern to be searched from the previous program, and a pattern determination procedure for determining a source code pattern to be used for verifying the execution route in association with a correction item from the registered source code pattern. And a verification procedure for verifying the validity of the execution route based on the corrected program position corresponding to the pre-correction program position having the source code pattern determined by the determination procedure.
グラムをテストした実行ルートの妥当性を検証するテス
トルート検証装置での処理をコンピュータに行なわせる
ためのプログラムを格納した記憶媒体において、 上記テストによる修正後プログラムの実行ルートを示す
実行ルート情報が格納された実行ルートテーブルと、 修正前プログラムと修正後プログラムとを比較し、修正
後プログラムによって修正された修正前プログラム位置
を示す修正前位置情報と修正した修正後プログラム位置
とを示す修正後位置情報とを関連付けして格納した修正
情報テーブルと、 上記修正項目によって影響を受ける修正前プログラムの
位置を示す影響位置情報と一致する修正前位置情報が修
正情報テーブルにある場合、該修正前位置情報に対応す
る修正後位置情報に基づいて上記実行ルートテーブルに
格納された実行ルート情報を検索することによって、該
修正後位置情報がテストされたかを判断するルート判断
手順と、 上記ルート判断手順による判断結果に応じて、該判断結
果を出力させる出力手順とを有するプログラムを格納し
た記憶媒体。6. A storage medium storing a program for causing a computer to perform a process in a test route verification device that verifies the validity of an execution route that tests a corrected program corrected according to a correction item. An execution route table that stores execution route information indicating an execution route of the corrected program by the test, and a pre-correction position indicating a pre-correction program position corrected by the pre-correction program by comparing the pre-correction program and the post-correction program. A correction information table storing information and corrected position information indicating the corrected program position corrected, and a corrected position corresponding to the position of the pre-corrected program affected by the correction item; If the information is in the correction information table, after the correction corresponding to the position information before correction A route determining step of determining whether or not the corrected position information has been tested by searching for the execution route information stored in the execution route table based on the position information; and A storage medium storing a program having an output procedure for outputting the determination result.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2000132650A JP2001312417A (en) | 2000-05-01 | 2000-05-01 | Test route verifying device and stoage medium stored with program making computer perform processing of the same device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2000132650A JP2001312417A (en) | 2000-05-01 | 2000-05-01 | Test route verifying device and stoage medium stored with program making computer perform processing of the same device |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2001312417A true JP2001312417A (en) | 2001-11-09 |
Family
ID=18641306
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2000132650A Pending JP2001312417A (en) | 2000-05-01 | 2000-05-01 | Test route verifying device and stoage medium stored with program making computer perform processing of the same device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2001312417A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106294174A (en) * | 2016-08-19 | 2017-01-04 | 北京航空航天大学 | The various dimensions measure of testing adequacy and device |
-
2000
- 2000-05-01 JP JP2000132650A patent/JP2001312417A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106294174A (en) * | 2016-08-19 | 2017-01-04 | 北京航空航天大学 | The various dimensions measure of testing adequacy and device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH08190587A (en) | Simulation system for application process | |
JP2000112784A (en) | Program test support device and storage medium recording program test support program | |
JP7046859B2 (en) | Data selection system and data selection method | |
JPH08115229A (en) | Method for automatically generating test program in test program generation device | |
JP2004005399A (en) | Method and device for testing software | |
JP4215255B2 (en) | Degradation confirmation inspection method, degradation confirmation inspection system, and program therefor | |
JP2001312417A (en) | Test route verifying device and stoage medium stored with program making computer perform processing of the same device | |
JP5595304B2 (en) | Program test apparatus, program test apparatus program test method, and program test program | |
CN112597747A (en) | Data table checking method and device, electronic equipment and storage medium | |
JP5533206B2 (en) | Verification support program, verification support apparatus, and verification support method | |
JPH1153391A (en) | Database access method | |
JP6949441B2 (en) | Vector optimization device and vector optimization program | |
JP7456289B2 (en) | Judgment program, judgment method, and information processing device | |
JP4413810B2 (en) | Product configuration management program, product configuration management method, and product configuration management apparatus | |
JPH0736688A (en) | Software quality control system | |
JPH07200356A (en) | Automatic check list delete system | |
JP2006031424A (en) | Software development environment generation system by reuse of software component | |
JP4580670B2 (en) | Test case generation method and test case generation apparatus | |
JP2000112800A (en) | File history management system | |
JP2005309917A (en) | Review support device | |
JP4341158B2 (en) | Integrated circuit design support system and method | |
JP2006126925A (en) | Test management device, test management method, program and computer-readable storage medium recording program | |
JPH06332957A (en) | Data processing method | |
JPH11282722A (en) | Program verification method | |
JP2021015481A (en) | Information processing program, information processing method, and information processing device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20060316 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20081023 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090310 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090424 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090804 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20091001 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20100302 |