JP5941823B2 - Consistency confirmation method and system - Google Patents

Consistency confirmation method and system Download PDF

Info

Publication number
JP5941823B2
JP5941823B2 JP2012239769A JP2012239769A JP5941823B2 JP 5941823 B2 JP5941823 B2 JP 5941823B2 JP 2012239769 A JP2012239769 A JP 2012239769A JP 2012239769 A JP2012239769 A JP 2012239769A JP 5941823 B2 JP5941823 B2 JP 5941823B2
Authority
JP
Japan
Prior art keywords
message
information
consistency
check
correspondence table
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.)
Active
Application number
JP2012239769A
Other languages
Japanese (ja)
Other versions
JP2014089619A (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 Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2012239769A priority Critical patent/JP5941823B2/en
Publication of JP2014089619A publication Critical patent/JP2014089619A/en
Application granted granted Critical
Publication of JP5941823B2 publication Critical patent/JP5941823B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、2つの情報システムでの処理内容の整合性を確認するための技術に関する。その中でも特に、情報システムの現行システムから新システムへの移行する際におけるテストを支援する技術に関するものである。   The present invention relates to a technique for confirming consistency of processing contents in two information systems. In particular, the present invention relates to a technology for supporting a test when the information system is shifted from the current system to the new system.

情報システムの構築におけるテストは、テスターがチェックリストに基づいて情報システムに操作を行い、その結果を確認してチェックリストに記述することでテストが行われる。また、現行システムから新システムへの移行においては、業務時間外に現行システムから新システムへネットワークを切り替えて、周囲のシステムやユーザ端末と関係する部分のテストが行われるケースもある。これらのテストは情報システムの構築において欠かせない要素であるが、昨今、情報システムの規模が大きくなるにつれてテストに必要となる工数も増大しており、テスト工数削減手法が求められている。また移行時のテストにおいては業務時間外という限られた時間でテストを行わなければならないため、テスト工数削減の要求がより高くなっている。   The test in the construction of the information system is performed by the tester operating the information system based on the check list, confirming the result, and writing it in the check list. In the transition from the current system to the new system, there are cases where the network is switched from the current system to the new system outside business hours, and tests related to surrounding systems and user terminals are performed. These tests are indispensable elements in the construction of an information system, but recently, as the scale of the information system increases, the man-hours required for the test increase, and a test man-hour reduction method is required. In addition, since the test at the time of transition must be performed within a limited time outside the business hours, there is a higher demand for reducing the number of test steps.

このテスト工数を削減する手法として、特許文献1のように現行システムと新システムに同じ要求電文を送信して応答電文を比較することで、ネットワークの切り替えや設定に必要となる工数を削減する手法が知られている。   As a technique for reducing the test man-hours, a technique for reducing man-hours required for network switching and setting by transmitting the same request message to the current system and the new system and comparing response messages as in Patent Document 1 It has been known.

特開平8−249279JP-A-8-249279

上記特許文献1では依然としてテスターがテストのためのシステム操作、結果の確認、テスト結果の記述を行わなければならず、システムの大規模化に応じて増大する部分については工数削減効果がない。   In Patent Document 1, the tester still needs to perform system operation for testing, check the results, and describe the test results, and there is no man-hour reduction effect for the portion that increases as the system scales up.

上記課題を解決するために、本発明では、2つのシステムの応答電文を比較する場合において、整合性確認のためのチェックリスト項目と電文の対応関係を示す対応表を用いるものである。この対応表は、電文に含まれる情報(ID、機能名等)を有し、システムにおける仕様書から作成される。   In order to solve the above-described problem, in the present invention, when comparing response messages of two systems, a correspondence table indicating a correspondence relationship between check list items for confirmation of consistency and messages is used. This correspondence table has information (ID, function name, etc.) included in the message, and is created from specifications in the system.

より具体的な本発明の態様は、以下のとおりである。テスト結果評価システムであって、は現行システムから新システムへの移行時のテストにおいて、現行システム利用者の要求電文をパケットキャプチャ等により取得し、取得時刻の補正などの加工を施した上で新システムへと送付する。また、現行システムの応答電文もパケットキャプチャ等により取得し、新システムからの応答電文と比較を行う。   More specific embodiments of the present invention are as follows. The test result evaluation system is a new test after acquiring the request message of the current system user by packet capture, etc. and performing processing such as correction of the acquisition time in the test at the time of transition from the current system to the new system. Send it to the system. The response message of the current system is also acquired by packet capture or the like, and compared with the response message from the new system.

次に、システム構築時に用いられる仕様書の情報から、各種の情報を一覧化した対応表を作成する。この対応表にはキー情報として、チェックリストと一致する何らかの項目が含まれている。この対応表を使うことで、各電文に含まれている情報をキー情報に変換することができ、更にチェックリストに記載されているキー情報と一致する項目に突合させることで各電文がどのチェックリスト項目に対応しているかを特定する。ここで、現行システムの電文と新システムの電文が一致しているか否かをチェックリストへ記入する。   Next, a correspondence table listing various types of information is created from the information on the specifications used at the time of system construction. This correspondence table includes some items that match the checklist as key information. By using this correspondence table, the information contained in each message can be converted into key information, and by checking the items that match the key information listed in the check list, which check each message Specify whether the list item is supported. Here, whether or not the message of the current system matches the message of the new system is entered in the check list.

本発明によれば、よりテスターの負荷を減らす形で、テストを含む2つの情報システムの整合性の確認を可能にする。   According to the present invention, it is possible to check the consistency of two information systems including a test in a manner that further reduces the load on the tester.

本発明の一実施形態における情報処理システムの全体構成を示す図である。It is a figure showing the whole information processing system composition in one embodiment of the present invention. 本発明の一実施形態における電文保存機能1514に保存される情報の例である。It is an example of the information preserve | saved in the message | telegram preservation | save function 1514 in one Embodiment of this invention. 本発明の一実施形態における比較結果保存機能1515に保存される情報の例である。It is an example of the information preserve | saved in the comparison result preservation | save function 1515 in one Embodiment of this invention. 本発明の実施形態におけるチェックリスト保存機能1525に保存されるチェックリストの例である。It is an example of the check list preserve | saved at the check list preservation | save function 1525 in embodiment of this invention. 本発明の一実施形態における対応表保存機能1526に保存される対応表の例である。It is an example of the correspondence table preserve | saved at the correspondence table preservation | save function 1526 in one Embodiment of this invention. 本発明の一実施形態における設定ファイル保存機能1527に保存される対応表設定ファイルの例である。It is an example of a correspondence table setting file stored in the setting file storage function 1527 in one embodiment of the present invention. 本発明の一実施形態における設定ファイル保存機能1527に保存される電文特定用設定ファイルの例である。It is an example of the setting file for message | telegram specification preserve | saved in the setting file preservation | save function 1527 in one Embodiment of this invention. 本発明の一実施形態における設定ファイル保存機能1527に保存される電文情報抽出用設定ファイルの例である。It is an example of the setting file for message | telegram information extraction preserve | saved at the setting file preservation | save function 1527 in one Embodiment of this invention. 本発明の一実施形態における全体の処理の内容を示すフローチャートである。It is a flowchart which shows the content of the whole process in one Embodiment of this invention. 本発明の一実施形態における電文比較結果を用いたテスト結果の評価とチェックリストへの記述を行う際のフローチャートである。It is a flowchart at the time of performing evaluation of the test result using the message | telegram comparison result in one Embodiment of this invention, and description to a check list. 本発明の一実施形態における対応表作成のフローチャートである。It is a flowchart of the correspondence table preparation in one Embodiment of this invention. 本発明の一実施形態における対応関係特定のフローチャートである。It is a flowchart of the correspondence specification in one Embodiment of this invention.

以下、本発明の一実施形態について図面を参照して説明する。なお、以下に説明する実施形態によって本発明が限定されるものではない。なお、本実施形態では、現行システムから新システムへの移行におけるテストを一例として説明する。
図1は実施形態のシステム構成を示す図である。
本実施形態のテスト結果評価方法及びシステムは、ネットワーク110に相互に接続された現行システムB120、現行システムA130、新システムA’140、テスト結果評価システム150からなる。
Hereinafter, an embodiment of the present invention will be described with reference to the drawings. In addition, this invention is not limited by embodiment described below. In the present embodiment, a test in transition from the current system to the new system will be described as an example.
FIG. 1 is a diagram illustrating a system configuration of the embodiment.
The test result evaluation method and system of this embodiment includes a current system B120, a current system A130, a new system A′140, and a test result evaluation system 150 that are interconnected to the network 110.

ネットワーク110は、情報を相互に伝達する伝送媒体であれば良く、例えばLAN等で実現しても良い。
現行システムB120は、ハードディスクドライブ等による記憶部や制御装置等からなる計算機であり、要求電文を送信する要求電文送信機能と、応答電文を受信する応答電文受信機能を持つ。
The network 110 may be any transmission medium that transmits information to each other, and may be realized by a LAN or the like, for example.
The current system B120 is a computer including a storage unit such as a hard disk drive, a control device, and the like, and has a request message transmission function for transmitting a request message and a response message reception function for receiving a response message.

現行システムA130、及び、新システムA’140はハードディスクドライブ等による記憶部や制御装置等からなる計算機であり、要求電文を受信する要求電文受信機能と、要求電文を処理する要求電文処理機能と、応答電文を送信する応答電文送信機能を持つ。   The current system A130 and the new system A′140 are computers including a storage unit such as a hard disk drive, a control device, etc., a request message receiving function for receiving a request message, a request message processing function for processing a request message, It has a response message transmission function that transmits a response message.

テスト結果評価システム150は、ハードディスクドライブ等による記憶部や制御装置等からなる計算機であり、電文制御部151と、テスト結果評価部152からなる。なお、以下に示す各機能(部)については、システムが有する制御装置(CPU等)がプログラムに従って演算・処理することが可能である。   The test result evaluation system 150 is a computer including a storage unit such as a hard disk drive, a control device, and the like, and includes a telegram control unit 151 and a test result evaluation unit 152. Each function (unit) shown below can be calculated and processed by a control device (such as a CPU) included in the system according to a program.

電文制御部151は、現行システムB120や現行システムA130や新システムA’140からの電文の取得や、応答電文の比較を行う部分であり、電文取得機能1511、電文送受信機能1512、電文比較機能1513、電文保存機能1514、比較結果保存機能1515からなる。   The message control unit 151 is a part that acquires messages from the current system B120, the current system A130, and the new system A′140, and compares response messages, and includes a message acquisition function 1511, a message transmission / reception function 1512, and a message comparison function 1513. , A message storage function 1514 and a comparison result storage function 1515.

電文取得機能1511は、現行システムB120と現行システムA130の間の応答電文と比較電文をパケットキャプチャ等により取得し、電文保存機能1514に保存する。   The message acquisition function 1511 acquires a response message and a comparison message between the current system B 120 and the current system A 130 by packet capture or the like, and stores them in the message storage function 1514.

電文送受信機能1512は、電文保存機能1514から現行システムB120の要求電文を読み込み、新システムA’140に送信し、電文保存機能1514に新システムA’への要求電文として保存する。また、新システムA’140からの応答電文を受信し、電文保存機能1514に保存する。   The message transmission / reception function 1512 reads the request message of the current system B120 from the message storage function 1514, transmits it to the new system A'140, and stores it in the message storage function 1514 as a request message to the new system A '. Also, the response message from the new system A ′ 140 is received and stored in the message storage function 1514.

電文比較機能1513は、電文保存機能1514に保存されている現行システムB120と現行システムA130間の電文と、それに対応する新システムA’140の電文を比較し、結果を比較結果保存機能1515に保存する。   The message comparison function 1513 compares the message between the current system B 120 and the current system A 130 stored in the message storage function 1514 and the corresponding message of the new system A ′ 140, and stores the result in the comparison result storage function 1515. To do.

電文保存機能1514は、電文取得機能1511から受け取った電文を保存する。図2に電文保存機能1514に保存される情報の例を示す。201は送信元IDの列であり、現行システムB120のIPアドレスなど端末固有の情報が保存される。202は電文IDの列であり、電文を識別するためのIDが保存される。203は電文タイプの列であり、現行システムと新規システムのいずれから送信されているかの情報と、要求と応答のいずれの電文かの情報が保存される。204は電文本体であり、電文の本体がそのままテキストとして保存される。   The message storage function 1514 stores the message received from the message acquisition function 1511. FIG. 2 shows an example of information stored in the message storage function 1514. Reference numeral 201 denotes a source ID column, in which terminal-specific information such as the IP address of the current system B 120 is stored. Reference numeral 202 denotes a message ID column, which stores an ID for identifying a message. Reference numeral 203 denotes a message type column, in which information indicating whether the message is transmitted from the current system or the new system, and information indicating which message is a request or a response is stored. Reference numeral 204 denotes a message body, which is stored as text as it is.

比較結果保存機能1515は、電文比較機能1513から受け取った電文の比較結果を保存する。図3に比較結果保存機能1515に保存される情報の例を示す。301は送信元IDの列であり、現行システムB120のIPアドレスなど端末固有の情報が保存される。302は電文差異なしの列であり、比較の結果差異がなかった電文の電文ID202が保存される。303は電文差異なしの列であり、比較の結果差異があった電文の電文ID202が保存される。   The comparison result storage function 1515 stores the message comparison result received from the message comparison function 1513. FIG. 3 shows an example of information stored in the comparison result storage function 1515. Reference numeral 301 denotes a source ID column, which stores information unique to the terminal such as the IP address of the current system B120. 302 is a column without a message difference, and stores a message ID 202 of a message that has no difference as a result of comparison. 303 is a column without a message difference, and stores a message ID 202 of a message having a difference as a result of comparison.

テスト結果評価部152は、電文制御部151に保存されている電文や比較結果を用いてテスト結果の判定や、チェックリストへの記述を行う部分であり、チェックリスト作成機能1521、対応表作成機能1522、対応関係特定機能1523、テスト結果記述機能1524、チェックリスト保存機能1525、対応表保存機能1526、設定ファイル保存機能1527を有する。   The test result evaluation unit 152 is a part that performs test result determination and description in a check list using messages and comparison results stored in the message control unit 151, and includes a check list creation function 1521 and a correspondence table creation function. 1522, a correspondence specifying function 1523, a test result description function 1524, a check list storage function 1525, a correspondence table storage function 1526, and a setting file storage function 1527.

チェックリスト作成機能1521では、テストに使用するチェックリストを読み込んでチェックリスト保存機能1525に保存する。
対応表作成機能1522では、設定ファイル保存機能1527に保存されている対応表設定ファイルに基づいて仕様書等を読み込んで対応表を作成し、対応表保存機能1526に保存する。
The check list creation function 1521 reads the check list used for the test and stores it in the check list storage function 1525.
The correspondence table creation function 1522 reads a specification sheet and the like based on the correspondence table setting file stored in the setting file storage function 1527, creates a correspondence table, and stores it in the correspondence table storage function 1526.

対応関係特定機能1523では、電文保存機能1514から電文を取り出し、設定ファイル保存機能に保存されている電文特定用設定ファイルと、電文情報抽出用設定ファイルと、対応表保存機能1526に保存されている対応表を使用して、各電文が対応する画面名を特定する。また、その結果をチェックリスト保存機能1525に保存されているチェックリストに追記する。   In the correspondence relationship specifying function 1523, a message is extracted from the message storage function 1514 and stored in the message specification setting file stored in the setting file storage function, the message information extraction setting file, and the correspondence table storage function 1526. Use the correspondence table to identify the screen name to which each message corresponds. Further, the result is added to the check list stored in the check list storage function 1525.

テスト結果記述機能1524では、チェックリスト保存機能1525からチェックリストを読み込み、チェックリストに記述されている各電文について比較結果保存機能1515から比較結果を検索して比較結果をチェックリストに追記する。   The test result description function 1524 reads the check list from the check list storage function 1525, searches the comparison result storage function 1515 for each message described in the check list, and adds the comparison result to the check list.

チェックリスト保存機能1525では、チェックリスト作成機能1521から受け取ったチェックリストを保存する。図4にチェックリストの例を示す。401はテストIDの列であり、各テストを識別するための情報が保存される。402は操作IDの列であり、各テストで行う操作を識別するための情報が保存される。402はテストIDごとに一つ、もしくは複数が割り当てられる。403は確認事項の列であり、操作IDごとにテスターが確認すべき事項が保存される。404は操作内容の列であり、操作IDごとにテスターが行う操作の内容が保存される。405は画面遷移の列であり、404の操作内容を行った際に期待される画面の遷移が保存されている。406は電文の列であり、各操作IDに対応する電文ID202が保存される。407は現新比較の列であり、406の電文について、現行システムA130からの応答電文と、新システムA’140からの応答電文が一致したか否かの情報が保存される。408はテスト結果の列であり、各操作ID、もしくはテストIDごとにテスト結果が保存される。   The check list storage function 1525 stores the check list received from the check list creation function 1521. FIG. 4 shows an example of a check list. Reference numeral 401 denotes a test ID column, which stores information for identifying each test. Reference numeral 402 denotes an operation ID column, which stores information for identifying an operation to be performed in each test. One or a plurality of 402 is assigned to each test ID. Reference numeral 403 denotes a confirmation item column, which stores items to be confirmed by the tester for each operation ID. Reference numeral 404 denotes an operation content column, which stores the operation content performed by the tester for each operation ID. Reference numeral 405 denotes a screen transition column, which stores screen transitions expected when the operation content 404 is performed. A message string 406 stores a message ID 202 corresponding to each operation ID. Reference numeral 407 denotes a current / new comparison column, which stores information on whether or not the response message from the current system A 130 matches the response message from the new system A ′ 140 for the message 406. Reference numeral 408 denotes a test result column, which stores a test result for each operation ID or test ID.

対応表保存機能1526では、対応表作成機能1522から受け取った対応表を保存する。図5に対応表の例を示す。501は画面IDの列であり、仕様書等から採用された画面のIDが保存される。502は画面名の列であり、仕様書等から採用された画面の名前が保存される。503は機能名であり、仕様書等から採用された機能の名前が保存される。504は機能IDの列であり、仕様書等から採用された機能のIDが保存される。505はAPI/URLの列であり、仕様書等から採用されたAPIやURLが保存される。506はパラメータの列であり、仕様書等から採用されたパラメータが保存される。ここで、各列にはユニークか否かを示すマークが付与されている。図5の例では、501と、502と、503と、504と、505はユニークであり、506はユニークではない。   The correspondence table storage function 1526 stores the correspondence table received from the correspondence table creation function 1522. FIG. 5 shows an example of the correspondence table. Reference numeral 501 denotes a screen ID column, which stores the screen ID adopted from the specification or the like. Reference numeral 502 denotes a screen name column, which stores the name of the screen adopted from the specification or the like. Reference numeral 503 denotes a function name, which stores the name of the function adopted from the specification or the like. Reference numeral 504 denotes a function ID column, which stores the function ID adopted from the specification or the like. Reference numeral 505 denotes an API / URL column, which stores APIs and URLs adopted from specifications and the like. Reference numeral 506 denotes a parameter column, which stores parameters adopted from a specification or the like. Here, each column is given a mark indicating whether or not it is unique. In the example of FIG. 5, 501, 502, 503, 504, and 505 are unique, and 506 is not unique.

設定ファイル保存機能1527は、対応表作成機能1522が使用する対応表設定ファイルと、対応関係特定機能1523が使用する電文特定用設定ファイルと、電文情報抽出用設定ファイルとを保存している。図6に対応表設定ファイルの例を示す。601は入力ファイルの列であり、対応表を作成する際に使用する入力ファイルの種類が保存されている。602は対応表での使用の列であり、入力ファイルごとに既に対応表で使用されているか否かを示す項目が保存されている。603は項目名の列であり、入力ファイルごとに対応表に反映する項目が保存されている。604は位置の列であり、項目名ごとに入力ファイル中で情報が記載されている位置の情報が保存されている。605はユニークの列であり、各項目がユニークな情報か否かを示す情報が保存されている。次に、図7に電文特定用設定ファイルの例を示す。701は電文種類の列であり、各電文が振り分けられる種類を示す情報が保存されている。702は検索位置の列であり、電文の種類を特定するために電文から情報を検索する位置を示す情報が保存されている。703は特定情報の列であり、電文の種類を特定するために、702で指定した位置で検索する情報が保存されている。   The setting file storage function 1527 stores a correspondence table setting file used by the correspondence table creation function 1522, a message specification setting file used by the correspondence relationship specifying function 1523, and a message information extraction setting file. FIG. 6 shows an example of the correspondence table setting file. Reference numeral 601 denotes an input file column, which stores the type of input file used when creating the correspondence table. Reference numeral 602 denotes a use column in the correspondence table, and an item indicating whether or not the input file is already used in the correspondence table is stored for each input file. An item name column 603 stores items to be reflected in the correspondence table for each input file. Reference numeral 604 denotes a position column, which stores position information where information is described in the input file for each item name. Reference numeral 605 denotes a unique column in which information indicating whether each item is unique information is stored. Next, FIG. 7 shows an example of a message specifying setting file. Reference numeral 701 denotes a message type column, in which information indicating the type to which each message is assigned is stored. Reference numeral 702 denotes a search position column, which stores information indicating a position where information is searched from a message in order to specify the type of message. Reference numeral 703 denotes a column of specific information, in which information to be searched at the position specified in 702 is stored in order to specify the type of message.

次に、図8に電文情報抽出用設定ファイルの例を示す。801は電文種類の列であり、701と同様に各電文が振り分けられる種類を示す情報が保存されている。802は情報名の列であり、電文種類ごとにその種類の電文から抽出する情報の種類を示す情報が保存されている。803は開始位置の列であり、802で示されている抽出する情報について、電文から抽出する位置を示す情報が保存されている。804は長さの列であり、802で示されている抽出する情報について、803で示されている位置から抽出する長さを示す情報が保存されている。   Next, FIG. 8 shows an example of a telegram information extraction setting file. Reference numeral 801 denotes a message type column, which stores information indicating the type to which each message is distributed, as in the case of 701. Reference numeral 802 denotes an information name column, in which information indicating the type of information extracted from each type of message is stored. Reference numeral 803 denotes a start position column, in which information indicating the position to be extracted from the electronic message is stored for the information to be extracted indicated by 802. Reference numeral 804 denotes a length column, which stores information indicating the length to be extracted from the position indicated by 803 for the information to be extracted indicated by 802.

次に、上述した構成によるシステムの処理内容を説明する。
図9は、全体フローを示すもので、現行システムB120と現行システムA130間でやり取りされている要求電文と応答電文を電文制御部が取得し、新システムA’140への要求電文の送信と、応答電文の受信と、電文比較を行う際のフローチャートである。
Next, processing contents of the system configured as described above will be described.
FIG. 9 shows an overall flow. The message control unit acquires a request message and a response message exchanged between the current system B 120 and the current system A 130, and transmits a request message to the new system A ′ 140. It is a flowchart at the time of receiving a response message and performing message comparison.

現行システムB120は、現行システムA130に要求電文を送信する。ここで、要求電文はテスターがテスト用に作成したものでも良いし、通常の利用者が送信する電文を使用しても良い(ステップ901)。
現行システムA130は現行システムB120からの要求電文を受信し、要求電文の内容に応じた処理を行う(ステップ902)。
ここで、電文制御部151の電文取得機能1511が現行システムB120から現行システムA130に送信された要求電文を取得する。現行システムB120や現行システムA130に改造を加えなくともよいパケットキャプチャ等の技術により取得することが望ましいが、現行システムB120や現行システムA130に改造を加えて取得する方法を採用してもよい(ステップ903)。
The current system B120 transmits a request message to the current system A130. Here, the request message may be created by a tester for a test, or a message transmitted by a normal user may be used (step 901).
The current system A 130 receives the request message from the current system B 120 and performs processing according to the content of the request message (step 902).
Here, the message acquisition function 1511 of the message control unit 151 acquires the request message transmitted from the current system B120 to the current system A130. Although it is desirable to acquire the current system B120 or the current system A130 by using a technique such as packet capture that does not require modification, a method of acquiring the current system B120 or the current system A130 with modification may be adopted (steps). 903).

電文制御部151の電文取得機能1511は取得した電文を図2に示すような形式に加工し、電文保存機能1514に保存する。ここで、パケット中の送信元IPアドレスや、送信元IPアドレスなどから割り出したIDを送信元IDとして201に記述する。また、電文ID202を付与し、記述する。また、現行システムB120から現行システムA130への要求電文のため、電文タイプ203にその情報を記述する。電文本体は204に記述する(ステップ904)。   The message acquisition function 1511 of the message control unit 151 processes the acquired message into a format as shown in FIG. 2 and stores it in the message storage function 1514. Here, the source IP address in the packet, the ID determined from the source IP address, etc. are described in 201 as the source ID. Also, a message ID 202 is given and described. Further, since the request message is sent from the current system B 120 to the current system A 130, the information is described in the message type 203. The message body is described in 204 (step 904).

ステップ902で要求電文受信後の処理を終えた現行システムA130は、現行システムB120へ応答電文を送信する(ステップ905)。
現行システムB120は現行システムA130からの要求電文を受信する(ステップ906)。
The current system A 130 that has completed the processing after receiving the request message in step 902 transmits a response message to the current system B 120 (step 905).
The current system B120 receives the request message from the current system A130 (step 906).

ここで、電文制御部151の電文取得機能1511が現行システムA130から現行システムB120に送信された応答電文を取得する。現行システムB120や現行システムA130に改造を加えなくともよいパケットキャプチャ等の技術により取得することが望ましいが、現行システムB120や現行システムA130に改造を加えて取得する方法を採用してもよい(ステップ907)。   Here, the message acquisition function 1511 of the message control unit 151 acquires the response message transmitted from the current system A 130 to the current system B 120. Although it is desirable to acquire the current system B120 or the current system A130 by using a technique such as packet capture that does not require modification, a method of acquiring the current system B120 or the current system A130 with modification may be adopted (steps). 907).

電文制御部151の電文取得機能1511は取得した電文を図2に示すような形式に加工し、電文保存機能1514に保存する。ここで、パケット中の送信先IPアドレスや、送信先IPアドレスなどから割り出したIDを送信元IDとして201に記述する。また、送信元ID201やパケット中の情報からどの要求電文に対する応答電文かを特定し、要求電文と同じ電文IDを202に記述する。また、現行システムA130から現行システムB120への要求電文のため、電文タイプ203にその情報を記述する。電文本体は204に記述する(ステップ904)。   The message acquisition function 1511 of the message control unit 151 processes the acquired message into a format as shown in FIG. 2 and stores it in the message storage function 1514. Here, the ID determined from the transmission destination IP address or the transmission destination IP address in the packet is described in 201 as the transmission source ID. Further, the request message corresponding to the request message is identified from the transmission source ID 201 and the information in the packet, and the same message ID as the request message is described in 202. Further, since the request message is sent from the current system A 130 to the current system B 120, the information is described in the message type 203. The message body is described in 204 (step 904).

次に、電文制御部151の電文送受信機能1512が電文保存機能1514から要求電文を取得し、新システムA’140へ送信する。ここで、送信する電文本体に送信元IPアドレスのような現行システムB120特有の情報や、送信先IPアドレスのような現行システムA130に特有の情報が記載されている場合は、電文の情報が不整合を引き起こさないように、適宜情報を書き換えて送信を行う。また、要求電文の情報を書き換えることにより、新システムA’に電文送受信機能1512からではなく、現行システムB120、もしくは、仮想の新システムB’から要求電文が送信されたと解釈させることができ、より実際に近い状況でテストを行うことができる。ここで送信した電文について、図2に示すような形式に加工し、電文保存機能1514に保存する。パケット中の送信先IPアドレスや、送信先IPアドレスなどから割り出したIDを送信元IDとして201に記述する。また、加工元の要求電文と同じ電文IDを202に記述する。また、新システムA’140への要求電文のため、電文タイプ203にその情報を記述する。電文本体は204に記述する。   Next, the message transmission / reception function 1512 of the message control unit 151 acquires the request message from the message storage function 1514 and transmits it to the new system A ′ 140. Here, when information specific to the current system B120 such as the transmission source IP address or information specific to the current system A130 such as the transmission destination IP address is described in the main body of the message to be transmitted, the information of the message is not included. In order not to cause matching, information is appropriately rewritten and transmitted. In addition, by rewriting the information of the request message, the new system A ′ can interpret that the request message is transmitted from the current system B120 or the virtual new system B ′, not from the message transmission / reception function 1512, Tests can be performed in near real situations. The message transmitted here is processed into the format shown in FIG. 2 and stored in the message storage function 1514. An ID calculated from a transmission destination IP address or a transmission destination IP address in the packet is described in 201 as a transmission source ID. In addition, the same message ID as the request message of the processing source is described in 202. In addition, for the request message to the new system A ′ 140, the information is described in the message type 203. The message body is described in 204.

なお、図9では要求電文と応答電文がそろってから新ステムA’140への要求電文の送信を行っているが、現行システムB120からの要求電文を取得した時点で新ステムA’140への要求電文の送信、及びそれに引き続く処理であるステップ909からステップ912までを行ってもよい(ステップ909)。   In FIG. 9, the request message is transmitted to the new system A ′ 140 after the request message and the response message are gathered. However, when the request message from the current system B 120 is acquired, the request message is transmitted to the new system A ′ 140. You may perform step 909 to step 912 which are the transmission of a request message | telegram, and the process following it (step 909).

現行システムA’140は電文送受信機能1512からの要求電文を受信し、要求電文の内容に応じた処理を行う(ステップ910)。
ステップ910で要求電文受信後の処理を終えた新システムA’130は、現行システムB120、もしくは仮想の新システムB’へ応答電文を送信する。なお、実際には送信先は電文送受信機能1512である(ステップ911)。
The current system A ′ 140 receives the request message from the message transmission / reception function 1512 and performs processing according to the content of the request message (step 910).
The new system A ′ 130 that has completed the processing after receiving the request message in step 910 transmits a response message to the current system B 120 or the virtual new system B ′. Actually, the transmission destination is the telegram transmission / reception function 1512 (step 911).

電文送受信機能1512は新システムA’140からの応答電文を受信し、図2に示すような形式に加工し、電文保存機能1514に保存する。ここでは、パケット中の送信先IPアドレスや、送信先IPアドレスなどから割り出したIDを送信元IDとして201に記述する。また、送信元ID201やパケット中の情報からどの要求電文に対する応答電文かを特定し、要求電文と同じ電文IDを202に記述する。また、新システムA’140からの応答電文のため、電文タイプ203にその情報を記述する。電文本体は204に記述する(ステップ912)。   The message transmission / reception function 1512 receives the response message from the new system A ′ 140, processes it into the format shown in FIG. 2, and stores it in the message storage function 1514. Here, the transmission destination IP address in the packet, the ID determined from the transmission destination IP address, etc. are described in 201 as the transmission source ID. Further, the request message corresponding to the request message is identified from the transmission source ID 201 and the information in the packet, and the same message ID as the request message is described in 202. Since the response message is from the new system A ′ 140, the information is described in the message type 203. The message body is described in 204 (step 912).

同じ電文IDの、現行システムA130からの応答電文と、新システムA’140からの応答電文とがそろった時点で、電文比較機能1513が電文の比較を行い、図3に示すような形式で比較結果保存機能1515に保存を行う。ここで、201に記述されている応答電文の送信元IDが301に記述されていない場合は、応答電文の送信元ID201を、図3の送信元ID301に記述する。次に応答電文の比較を行い、電文に差異がなかった場合はその電文IDを302に記述し、電文に差異があった場合はその電文IDを303に記述する。なお、ここで、特定の部分については比較を行わない設定をしても良い。これにより、送信元IPアドレスや送信先IPアドレスのような一致しなくとも問題ない部分によって電文差異ありに分類されてテストが妨げられること防ぐことが可能となる。また、要求電文について同様に比較を行ってもよい(ステップ913)。   When the response message from the current system A130 and the response message from the new system A'140 are collected with the same message ID, the message comparison function 1513 compares the messages and compares them in the format shown in FIG. The result is stored in the result storage function 1515. Here, when the transmission source ID of the response message described in 201 is not described in 301, the transmission source ID 201 of the response message is described in the transmission source ID 301 of FIG. Next, the response messages are compared. If there is no difference between the messages, the message ID is described in 302. If there is a difference between the messages, the message ID is described in 303. Here, it may be set so that no comparison is performed for a specific portion. As a result, it is possible to prevent the test from being hindered by being classified as having a message difference by a portion that does not have a match, such as a source IP address and a destination IP address. Further, the request message may be similarly compared (step 913).

図10は、テスト結果評価部152が電文制御部151で取得した要求電文と、応答電文と、電文比較結果を用いたテスト結果の評価とチェックリストへの記述を行う際のフローチャートである。
チェックリスト作成機能1521では、図4のような形式で新システムA’用のチェックリストを作成してチェックリスト保存機能1525に保存を行う。チェックリストの作成においては、テスト担当者がチェックリスト作成機能1521に必要項目を直接入力してもよいし、必要事項を記載したリストをチェックリスト作成機能1521読み込ませてもよいし、現行システムA130のチェックリストをチェックリスト作成機能1521に読み込ませてもよいし、これらの方法の組み合わせで作成してもよい。このステップ1001の段階では、図4の項目のうち、401と、402と、403と、404と、405とが記載されていることになる。なお、ここでは電文制御部での電文取得と比較結果の保存を受けてチェックリスト作成・保存を行っているが、本ステップ1001はテストを開始する前に行ってもよい(ステップ1001)。
FIG. 10 is a flowchart when the test result evaluation unit 152 performs the evaluation of the test message using the request message, the response message, and the message comparison result acquired by the message control unit 151 and the description in the check list.
The check list creation function 1521 creates a check list for the new system A ′ in the format shown in FIG. 4 and stores it in the check list storage function 1525. In creating the check list, the person in charge of the test may directly input necessary items to the check list creating function 1521, or a list describing necessary items may be read by the check list creating function 1521, or the current system A130. The checklist may be read by the checklist creation function 1521 or may be created by a combination of these methods. In the step 1001, 401, 402, 403, 404, and 405 are described among the items in FIG. 4. Here, the checklist is created and saved in response to the message acquisition and comparison result saving in the message control unit, but this step 1001 may be performed before the test is started (step 1001).

対応表作成機能1522では、設定ファイル保存機能1527に保存されている対応表設定ファイルに基づいて仕様書等を読み込んで図5のような形式の対応表を作成し、対応表保存機能1526に保存する。テスト担当者は各種設定ファイル等を事前に準備する必要があるが、システムが各種設定ファイルに従って行ってもよいし、手動でテスト担当者が行ってもよい。なお、ここではステップ1001のチェックリスト作成・保存を受けて対応表の作成を行っているが、本ステップ1002はテストを開始する前に行ってもよいし、チェックリスト作成の前に行ってもよい(ステップ1002)。   In the correspondence table creation function 1522, a specification sheet or the like is read based on the correspondence table setting file saved in the setting file saving function 1527 to create a correspondence table in the format shown in FIG. 5 and saved in the correspondence table saving function 1526. To do. The person in charge of the test needs to prepare various setting files in advance, but the system may perform according to the various setting files, or may be manually performed by the person in charge of the test. Here, the correspondence table is created in response to the creation and storage of the check list in step 1001, but this step 1002 may be performed before the start of the test or before the creation of the check list. Good (step 1002).

図11は、ステップ1002で行われている、対応表作成の詳細なフローチャートである。以下では、図5と図6を実際に用いた場合を一例として、本実施形態の記述を行う。   FIG. 11 is a detailed flowchart for creating the correspondence table performed in step 1002. In the following description, the present embodiment will be described by taking the case of actually using FIGS. 5 and 6 as an example.

対応表作成機能1522は、まず画面一覧を読み込む(ステップ1101)。
次に、ステップ1101で読み込んだ画面一覧から、対応表設定ファイルに従って情報を抽出する。具体的には、604の情報を読み込み、画面一覧の列を参照し、それらの列について、603の情報によって項目名を付与したうえで、各列での関係を保ったまま情報を抽出し、対応表に記述する。例えば今回の例では、画面一覧から画面IDと、画面名と、機能名が抽出されることになり、これらの情報が図5の対応表に記述された状態になる。また、対応表設定ファイルの画面一覧の列の対応表での使用の列602にフラグを立て、画面一覧は既に使用されたことを明示する(ステップ1102)。
The correspondence table creation function 1522 first reads a screen list (step 1101).
Next, information is extracted from the screen list read in step 1101 according to the correspondence table setting file. Specifically, the information of 604 is read, the columns of the screen list are referenced, the item names are given to the columns by the information of 603, and the information is extracted while maintaining the relationship in each column. Describe in the correspondence table. For example, in this example, the screen ID, the screen name, and the function name are extracted from the screen list, and these pieces of information are described in the correspondence table of FIG. Further, a flag is set in the use column 602 in the correspondence table of the screen list column in the correspondence table setting file to clearly indicate that the screen list has already been used (step 1102).

次に、対応表設定ファイルの中で602にフラグの立っていない入力ファイルを選択し、該当する入力ファイルを読み込む(ステップ1103)。
次に、ステップ1103で読み込んだ入力ファイルから、ステップ1102と同様に対応表設定ファイルに従って情報を抽出する。例えば今回の例で機能一覧を読み込んだ場合は、機能IDと、機能名とが抽出されることになる。(ステップ1104)
次に、ステップ1104で抽出した情報の中で、既に対応表に記述されている項目と一致するユニークな項目があるか否かを判定し、条件に合致した場合はステップ1106へ進み、合致しなかった場合はステップ1108へ進む。例えば今回の例では、この時点での対応表と、ステップ1104で抽出した情報との両方に機能名が含まれており、かつ、この情報はユニークであるため、条件に合致したことになる(ステップ1105)。
Next, an input file not flagged in 602 is selected from the correspondence table setting file, and the corresponding input file is read (step 1103).
Next, information is extracted from the input file read in step 1103 according to the correspondence table setting file in the same manner as in step 1102. For example, when the function list is read in this example, the function ID and the function name are extracted. (Step 1104)
Next, in the information extracted in step 1104, it is determined whether or not there is a unique item that matches the item already described in the correspondence table. If the condition is met, the process proceeds to step 1106, where it matches. If not, the process proceeds to step 1108. For example, in this example, the function name is included in both the correspondence table at this point and the information extracted in step 1104, and this information is unique. Step 1105).

ステップ1105で条件に合致した場合は、ステップ1105で判明したユニークかつ対応表と一致する項目をキーとして、対応表に情報を記述する。例えば今回の例では、機能名をキーにして機能IDが対応表に記述されることになる(ステップ1106)。   If the condition is met in step 1105, information is described in the correspondence table using the unique item found in step 1105 and matching the correspondence table as a key. For example, in this example, the function ID is described in the correspondence table using the function name as a key (step 1106).

ステップ1106で使用した入力ファイルについては、対応表設定ファイルの602にフラグを立て、既に使用されたことを明示する(ステップ1107)。
ここで、終了条件を満たしているか否かを判定し、終了条件を満たしている場合は対応表の作成を終了し、満たしていない場合はステップ1103に戻って処理を続行する。終了条件としては、すべての入力ファイルが使用された状態になる、すなわち、すべての入力ファイルについて602のフラグが立った場合と、対応表の変化がなくなった場合とが最低限必要であるが、その他の条件を加えてもよい(ステップ1108)。
The input file used in step 1106 is flagged in the correspondence table setting file 602 to clearly indicate that it has already been used (step 1107).
Here, it is determined whether or not the end condition is satisfied. If the end condition is satisfied, the creation of the correspondence table is ended. If not, the process returns to step 1103 to continue the processing. As an end condition, at least all input files are used, that is, when the flag 602 is set for all input files and when there is no change in the correspondence table, Other conditions may be added (step 1108).

なお、対応表の作成において、ここでは項目名の記述と項目の内容の記述とを同時に行っているが、先に対応表設定ファイルを使用して対応表の項目名だけ作成し、その後に入力ファイルを読み込んで項目の内容を埋めてもよい。
電文と、電文比較結果と、チェックリストと、対応表とがそろった時点で、対応関係特定機能1523が電文保存機能1514から電文を取り出し、設定ファイル保存機能に保存されている電文特定用設定ファイルと、電文情報抽出用設定ファイルと、対応表保存機能1526に保存されている対応表を使用して、各電文が対応する画面名を特定する。また、その結果をチェックリスト保存機能1525に保存されているチェックリストの406の列に追記する。複数の電文が同じチェックリストの項目に関連付けられる場合は、406の列には、複数の電文が対応づけられることになる(ステップ1003)。
In creating the correspondence table, the item name and item content are described at the same time. However, only the correspondence table item name is created first using the correspondence table configuration file and then input. You may read the file and fill in the contents of the item.
When the message, the message comparison result, the check list, and the correspondence table are ready, the correspondence specifying function 1523 extracts the message from the message storing function 1514, and is stored in the setting file storing function. And the message information extraction setting file and the correspondence table stored in the correspondence table storage function 1526, the screen name corresponding to each message is specified. The result is added to the column 406 of the check list stored in the check list storage function 1525. When a plurality of electronic messages are associated with the same checklist item, a plurality of electronic messages are associated with the column 406 (step 1003).

図12は、ステップ1003で行われている、対応関係特定の詳細なフローチャートである。以下では、図2の送信元IDIP001と図7と図8を用いて、画面名をキー情報として採用した場合を例にとり、実施例の記述を行う。
まず、対応関係特定機能1523は電文保存機能1514から電文を読み込む。ここでは新システムA’140への要求電文や応答電文から対応関係を特定するが、現行システムA130への要求電文や応答電文から対応関係を特定してもよい(ステップ1201)。
FIG. 12 is a detailed flowchart of the correspondence relationship identification performed in step 1003. In the following, the embodiment will be described using the case where the screen name is adopted as key information, using the transmission source ID IP001 of FIG. 2 and FIGS. 7 and 8 as an example.
First, the correspondence specifying function 1523 reads a message from the message storage function 1514. Here, the correspondence is specified from the request message or response message to the new system A ′ 140, but the correspondence may be specified from the request message or response message to the current system A 130 (step 1201).

次に、電文特定用設定ファイルに従って、電文の種類を特定する。具体的には、電文から、図7の電文特定用設定ファイルの検索位置702に示されている位置の情報を読み込み、特定情報703に示されている情報と一致するか否かを判定し、一致した場合は電文種類701に示されている電文の種類だと特定されることになる。例えば今回の例では、HTTP(1)の検索位置である1行目にHTTPの文字列が見つかったため、HTTP(1)の電文種類に分類されることになる。また、Refererという項目名が見つからなかったため、HTTP(2)には分類されない(ステップ1202)。   Next, the type of the message is specified according to the message specifying setting file. Specifically, the information on the position indicated by the search position 702 of the message specification setting file in FIG. 7 is read from the message, and it is determined whether or not the information matches the information indicated by the specific information 703. If they match, the message type specified in the message type 701 is specified. For example, in this example, since an HTTP character string is found in the first line, which is the search position of HTTP (1), it is classified into the message type of HTTP (1). Further, since the item name Referer was not found, it is not classified into HTTP (2) (step 1202).

次に、電文情報抽出用設定ファイルに従って、電文から対応関係の特定のために必要な情報を抽出する。具体的には、ステップ1202で分類された電文種類に対応する図8の電文情報抽出用設定ファイルの電文種類801を検索し、開始位置803と長さ804に従って情報を抽出し、情報名802の項目名を付与する。例えば今回の例では、API/URLの情報として、loginという文字列が抽出される(ステップ1203)。   Next, information necessary for specifying the correspondence is extracted from the message according to the message information extraction setting file. Specifically, the message type 801 in the message information extraction setting file in FIG. 8 corresponding to the message type classified in step 1202 is searched, information is extracted according to the start position 803 and the length 804, and the information name 802 is extracted. Give the item name. For example, in this example, a character string “login” is extracted as API / URL information (step 1203).

次に、ステップ1203で電文から抽出した情報の項目名と一致する項目が、対応表に存在するか否かを判定する。一致する項目が存在した場合はステップ1205へ進み、一致する項目が存在しない場合はステップ1206へ進む。例えば今回の例では、API/URLという項目が対応表にも存在しているため、ステップ1205へ進むことになる(ステップ1204)。   Next, it is determined whether or not an item that matches the item name of the information extracted from the message in step 1203 exists in the correspondence table. If there is a matching item, the process proceeds to step 1205. If there is no matching item, the process proceeds to step 1206. For example, in this example, since the item of API / URL also exists in the correspondence table, the process proceeds to step 1205 (step 1204).

次に、電文から抽出した情報を元に、キー情報である画面名を特定する。具体的には、ステップ1203で電文から抽出した情報を、対応表のステップ1204で見つかった一致する項目の列から探し、一致した行の画面名が、その電文が対応する画面名であることになる。例えば今回の例ではAPI/URLの列からloginという文字列を検索し、一致した行の画面名により、この電文はログイン画面に対応することが明らかになる(ステップ1205)。   Next, the screen name which is key information is specified based on the information extracted from the message. Specifically, the information extracted from the message in step 1203 is searched from the column of matching items found in step 1204 of the correspondence table, and the screen name of the matching row is the screen name to which the message corresponds. Become. For example, in this example, a character string “login” is searched from the API / URL column, and it becomes clear from the screen name of the matched row that this message corresponds to the login screen (step 1205).

次に、キー情報である画面名をキーとして、チェックリストに対応する電文を406の列に記述する。このとき、同一の電文IDを持つ要求電文と応答電文との両方が対応する操作IDに対して、電文IDを406の列に記述する。このとき、1つの操作IDに対して、複数の電文を関連付けられる。また、画面名が見つからずにいずれの操作IDにも対応しなかった電文については、新たにテストIDと、操作IDと、画面遷移のみを持つ項目をチェックリストに作成し、その項目に対応するように電文IDを記述する。また、ステップ1204で一致する項目がなかった場合や、ステップ1205で画面名が特定できなかった電文については、新たにテストIDと、操作IDのみを持つ項目をチェックリストに作成し、その項目に対応するように電文IDを記述する(ステップ1206)。   Next, a message corresponding to the check list is described in the column 406 using the screen name as key information as a key. At this time, the message ID is described in the column 406 for the operation ID corresponding to both the request message and the response message having the same message ID. At this time, a plurality of messages are associated with one operation ID. Also, for a message that does not correspond to any operation ID because the screen name is not found, an item having only a test ID, operation ID, and screen transition is created in the checklist, and the item corresponds to the item. The message ID is described as follows. If there is no matching item in step 1204 or a message whose screen name could not be specified in step 1205, a new item having only a test ID and an operation ID is created in the checklist. The message ID is described so as to correspond (step 1206).

ここで、終了条件を満たしているか否かを判定し、終了条件を満たしている場合は電文の特定を終了し、満たしていない場合はステップ1201に戻って処理を続行する。終了条件としては、すべての電文がチェックリストに記載された状態になる場合が最低限必要であるが、その他の条件を加えてもよい(ステップ1207)。   Here, it is determined whether or not the end condition is satisfied. If the end condition is satisfied, the specification of the message is ended. If not, the process returns to step 1201 to continue the processing. As a termination condition, it is at least necessary that all messages are in the state described in the check list, but other conditions may be added (step 1207).

チェックリストと電文との対応関係が特定された後で、テスト結果記述機能1524はチェックリスト保存機能1525からチェックリストを読み込み、チェックリストに記述されている各電文について比較結果保存機能1515から比較結果を検索して比較結果の一致、不一致をチェックリストの407の列に追記する。また、操作IDごとの比較結果に応じてテスト結果を408の列に追記する。なお、408へのテスト結果の記述については、例えば同じ操作IDに対して、比較結果が一致した電文と比較結果が一致しない電文が混在している場合など、電文の比較結果から判断することが困難な場合も想定されるため、テスト結果記述機能1524で記述せず、テスト担当者が手動で記述してもよい(ステップ1004)。   After the correspondence between the check list and the message is specified, the test result description function 1524 reads the check list from the check list storage function 1525, and the comparison result from the comparison result storage function 1515 for each message described in the check list. And a match / mismatch of the comparison result is added to the column 407 of the check list. Further, the test result is added to the column 408 in accordance with the comparison result for each operation ID. Note that the description of the test result in 408 can be determined from the comparison result of the message, for example, when the message with the same comparison result and the message with the same comparison result are mixed for the same operation ID. Since it may be difficult, it may be described manually by the person in charge of the test instead of using the test result description function 1524 (step 1004).

以上の本実施形態によれば、テスターによるテスト入力、結果の確認、テスト結果の記述に必要となる工数を削減することができる。また、現行システム利用者の電文を使用するため、テスターだけでは想定できない様々な内容の電文でテストが行われることになり、テストの質が向上される。   According to the present embodiment described above, it is possible to reduce the man-hours required for test input by a tester, confirmation of results, and description of test results. In addition, since the current system user's message is used, the test is performed with messages of various contents that cannot be assumed by the tester alone, and the quality of the test is improved.

110:ネットワーク
120:現行システムB
130:現行システムA
140:新システムA’
150:テスト結果評価システム
151:電文制御部
1511:電文取得機能
1512:電文送受信機能
1513:電文比較機能
1514:電文保存機能
1515:比較結果保存機能
152:テスト結果評価部
1521:チェックリスト読込機能
1522:対応表作成機能
1523:対応関係特定機能
1524:テスト結果記述機能
1525:チェックリスト保存機能
1526:対応表保存機能
1527:設定ファイル保存機能
110: Network 120: Current system B
130: Current system A
140: New system A '
150: Test result evaluation system 151: Message control unit 1511: Message acquisition function 1512: Message transmission / reception function 1513: Message comparison function 1514: Message storage function 1515: Comparison result storage function 152: Test result evaluation unit 1521: Check list reading function 1522 : Correspondence table creation function 1523: Correspondence relation specifying function 1524: Test result description function 1525: Check list storage function 1526: Correspondence table storage function 1527: Setting file storage function

Claims (12)

複数の情報システムの動作における整合性を確認するための整合性確認方法において、
前記複数の情報システムに含まれる第1の情報システムに対する要求電文をキャプチャし、
キャプチャされた前記要求電文を、前記複数の情報システムに含まれる第2の情報システムに送信し、
前記第1の情報システムおよび前記第2の情報システムのそれぞれから、前記要求電文に対する出力電文を受信して、これら出力電文同士を比較し、
前記比較の結果について、整合性確認のためのチェックリスト項目を、対応表を用いて特定して、特定されたチェックリスト項目と突き合せて整合性を確認することを特徴とする整合性確認方法。
In the consistency check method for checking the consistency in the operation of multiple information systems,
Capturing a request message for a first information system included in the plurality of information systems;
Sending the captured request message to a second information system included in the plurality of information systems;
From each of the first information system and the second information system, receiving an output message for the request message, comparing these output messages,
The result of the comparison, a checklist of items for integrity check, and identified using the correspondence table, the consistency check, characterized in that to check the consistency against the specific been checklist item Method.
請求項1に記載の整合性確認方法において、
前記対応表を、前記第2の情報システムの仕様書から作成することを特徴とする整合性確認方法。
In the consistency check method according to claim 1,
The consistency check method, wherein the correspondence table is created from the specifications of the second information system.
請求項1に記載の整合性確認方法において、
前記整合性の確認は、前記出力電文に記載の情報と前記第2のシステムの仕様書の情報から前記出力電文と前記チェックリスト項目との対応関係を特定することを特徴とする整合性確認方法。
In the consistency check method according to claim 1,
The consistency check is characterized in that the correspondence between the output message and the check list item is specified from the information described in the output message and the information of the specifications of the second system. .
請求項1乃至3のいずれかに記載の整合性確認方法において、
前記整合性確認の結果について、複数の出力電文を1つのチェックリスト項目に対応づけて記録することを特徴とする整合性確認方法。
In the consistency check method according to any one of claims 1 to 3,
For the consistency check of the results, the consistency verification method characterized by recording in association with a plurality of output message to one checklist item.
請求項1乃至4のいずれかに記載の整合性確認方法において、
前記出力電文の比較結果について、対応するチェックリスト項目を特定できなかった場合、他の情報をチェックリストに追記することを特徴とする整合性確認方法。
In the consistency check method according to any one of claims 1 to 4,
Consistency confirmation method characterized by adding other information to the check list when a corresponding check list item cannot be identified for the comparison result of the output message.
請求項1乃至5のいずれかに記載の整合性確認方法において、
電文情報、電文比較結果、チェックリスト、対応表、各種設定を記憶装置に記憶することを特徴とする整合性確認方法。
In the consistency confirmation method according to any one of claims 1 to 5,
A consistency check method characterized by storing message information, a message comparison result, a check list, a correspondence table, and various settings in a storage device.
複数の情報システムの動作における整合性を確認するための整合性確認システムにおいて、
前記複数の情報システムに含まれる第1の情報システムに対する要求電文をキャプチャする手段と、
キャプチャされた前記要求電文を、前記複数の情報システムに含まれる第2の情報システムに送信する手段と、
前記第1の情報システムおよび前記第2の情報システムのそれぞれから、前記要求電文に対する出力電文を受信して、これら出力電文同士を比較する手段と、
前記比較の結果について、整合性確認のためのチェックリスト項目を、対応表を用いて特定して、特定されたチェックリスト項目と突き合せて整合性を確認する手段とを有することを特徴とする整合性確認システム。
In the consistency confirmation system for confirming consistency in the operation of multiple information systems,
Means for capturing a request message for a first information system included in the plurality of information systems;
Means for transmitting the captured request message to a second information system included in the plurality of information systems;
Means for receiving an output message for the request message from each of the first information system and the second information system and comparing the output messages;
The result of the comparison, and characterized in that it has a checklist item for integrity check, and identified using the correspondence table, and means for confirming the consistency against the specific been checklist item Consistency check system.
請求項7に記載の整合性確認システムにおいて、
前記対応表を、前記第2の情報システムの仕様書から作成することを特徴とする整合性確認システム。
In the consistency confirmation system according to claim 7,
The consistency check system, wherein the correspondence table is created from the specifications of the second information system.
請求項7に記載の整合性確認システムにおいて、
前記整合性を確認する手段は、前記出力電文に記載の情報と前記第2のシステムの仕様書の情報から前記出力電文と前記チェックリスト項目との対応関係を特定することを特徴とする整合性確認システム。
In the consistency confirmation system according to claim 7,
The means for confirming the consistency specifies a correspondence relationship between the output message and the check list item from the information described in the output message and the information of the specifications of the second system. Confirmation system.
請求項7乃至9のいずれかに記載の整合性確認システムにおいて、
前記整合性確認の結果について、複数の出力電文を1つのチェックリスト項目に対応づけて記録する手段を有することを特徴とする整合性確認システム。
In the consistency check system according to any one of claims 7 to 9,
The information on check consistency results, integrity confirmation system characterized in that it comprises means for recording in association with a plurality of output message to one checklist item.
請求項7乃至10のいずれかに記載の整合性確認システムにおいて、
前記出力電文の比較結果について、対応するチェックリスト項目を特定できなかった場合、他の情報をチェックリストに追記する手段を有することを特徴とする整合性確認システム。
In the consistency check system according to any one of claims 7 to 10,
A consistency confirmation system, comprising: means for adding other information to the check list when a corresponding check list item cannot be specified for the comparison result of the output message.
請求項7乃至11のいずれかに記載の整合性確認システムにおいて、
電文情報、電文比較結果、チェックリスト、対応表、各種設定を記憶装置に記憶する手段を有することを特徴とする整合性確認システム。
In the consistency confirmation system according to any one of claims 7 to 11,
A consistency confirmation system comprising means for storing electronic message information, electronic message comparison results, a check list, a correspondence table, and various settings in a storage device.
JP2012239769A 2012-10-31 2012-10-31 Consistency confirmation method and system Active JP5941823B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012239769A JP5941823B2 (en) 2012-10-31 2012-10-31 Consistency confirmation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012239769A JP5941823B2 (en) 2012-10-31 2012-10-31 Consistency confirmation method and system

Publications (2)

Publication Number Publication Date
JP2014089619A JP2014089619A (en) 2014-05-15
JP5941823B2 true JP5941823B2 (en) 2016-06-29

Family

ID=50791470

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012239769A Active JP5941823B2 (en) 2012-10-31 2012-10-31 Consistency confirmation method and system

Country Status (1)

Country Link
JP (1) JP5941823B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5954752B2 (en) 2014-09-30 2016-07-20 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Apparatus, method, and program for testing system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4494860B2 (en) * 2004-05-11 2010-06-30 新日本製鐵株式会社 Test support system and test support method
JP2007304660A (en) * 2006-05-08 2007-11-22 Hitachi Information Systems Ltd Command execution result recording system and command execution result recording method
US9916147B2 (en) * 2010-08-17 2018-03-13 International Business Machines Corporation Deployment of a tool for testing migrated applications

Also Published As

Publication number Publication date
JP2014089619A (en) 2014-05-15

Similar Documents

Publication Publication Date Title
CN106936441B (en) Data compression method and device
US9864736B2 (en) Information processing apparatus, control method, and recording medium
JP4354950B2 (en) Information processing apparatus, information processing method, computer program, and storage medium
CN103220352A (en) Terminal, server, file storage system and file storage method
US20170277622A1 (en) Web Page Automated Testing Method and Apparatus
US8880108B2 (en) Short message processing method and apparatus
CN104079623B (en) Multistage cloud storage synchronisation control means and system
CN112860642A (en) Court trial data processing method, server and terminal
CN110851818B (en) Verification code display method and device, computer equipment and readable storage medium
US20110149350A1 (en) Document processing apparatus
US20140280456A1 (en) Relay apparatus, information processing system and method
CN110597706A (en) Method and device for testing application program interface data abnormity
US20120331077A1 (en) Information processing apparatus, method of controlling information processnig apparatus, program for control method, and recording medium for program
JP5941823B2 (en) Consistency confirmation method and system
JP4802075B2 (en) Content transmitting apparatus and content transmitting method
JP2004356849A (en) Facsimile
CN112994900B (en) File countersigning method, device, client, server and storage medium
JP2008269401A (en) Log management program and log management device
US9667815B2 (en) Information processing system, information processing device, and information processing method
US20070022095A1 (en) System and method for facilitating cross-compatibility of address books
JP4825717B2 (en) Document collection method, document collection program, and document collection apparatus
JP5170595B2 (en) Relay processing device, control method therefor, and program
US20150195237A1 (en) Mail extraction method, mail extraction device, and program
JP5658184B2 (en) Information sharing apparatus, browsing promotion method, and program
JP5090305B2 (en) Junk mail processing method, system, apparatus and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150210

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151013

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20151020

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20151209

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: 20160426

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160523

R151 Written notification of patent or utility model registration

Ref document number: 5941823

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151