JP2019133598A - Verification system and program - Google Patents

Verification system and program Download PDF

Info

Publication number
JP2019133598A
JP2019133598A JP2018017643A JP2018017643A JP2019133598A JP 2019133598 A JP2019133598 A JP 2019133598A JP 2018017643 A JP2018017643 A JP 2018017643A JP 2018017643 A JP2018017643 A JP 2018017643A JP 2019133598 A JP2019133598 A JP 2019133598A
Authority
JP
Japan
Prior art keywords
input
order
message
time
new
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.)
Granted
Application number
JP2018017643A
Other languages
Japanese (ja)
Other versions
JP6496849B1 (en
Inventor
澄 吉川
Kiyoshi Yoshikawa
澄 吉川
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.)
Daiwa Institute of Research Ltd
Original Assignee
Daiwa Institute of Research 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 Daiwa Institute of Research Ltd filed Critical Daiwa Institute of Research Ltd
Priority to JP2018017643A priority Critical patent/JP6496849B1/en
Application granted granted Critical
Publication of JP6496849B1 publication Critical patent/JP6496849B1/en
Publication of JP2019133598A publication Critical patent/JP2019133598A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
  • Debugging And Monitoring (AREA)

Abstract

To provide a verification system capable of shortening time of verification processing while securing identity of behavior of an old and a new systems.SOLUTION: A verification system 10 compares and verifies processing results of an old and a new systems at a time of system revision, and comprises: classification means 42 for classifying an input telegram message acquired from a real environment into a plurality of time zones using a recording time in accordance with a plurality of time zones in which behavior of a system switches; reproduction telegram message storage means 56 for storing the input telegram message in a classified state; and input means 43 for inputting an input telegram message in a time zone corresponding to a virtual time of the classified input telegram message stored in a reproduction telegram message storage means 56 relative to a new system under a test environment set at the virtual time different from a real time according to the plurality of time zones.SELECTED DRAWING: Figure 3

Description

本発明は、システム更改の際に新システムの動作をテストするために新システムと旧システムとの処理結果を比較検証する処理を実行する検証システムおよびプログラムに係り、例えば、顧客の注文を受け付けて市場システムへの発注を行う注文処理システムの更改を行う場合等に利用できる。   The present invention relates to a verification system and a program for executing a process for comparing and verifying the processing results of a new system and an old system in order to test the operation of the new system at the time of system renewal. It can be used when renewing an order processing system for placing an order with a market system.

一般に、システムには、様々な業務を取り扱うシステムが存在するが、その多くは、単独のシステムではなく、複数のシステム(複数のコンピュータ)の連携により業務を遂行している。例えば、株式等の金融商品の売買といった証券・金融業務を取り扱うシステムでは、クライアント端末で入力された顧客の注文をインターネット等のネットワークを介して受け付ける注文受付サーバ、メインフレームである注文処理システム、証券取引所システム等の市場システムなどが連携している。   In general, there are systems that handle various tasks, but many of them perform tasks by cooperation of a plurality of systems (a plurality of computers), not a single system. For example, in a system that handles securities / financial operations such as buying and selling of financial products such as stocks, an order reception server that accepts customer orders entered via client terminals via a network such as the Internet, an order processing system that is a mainframe, and securities Market systems such as exchange systems are linked.

このように連携している複数のシステムのうちの一部のシステムについて更改を行う場合、その更改部分を構成するシステムは、周辺システムとの間で電文の送受信を行っているので、すなわち、周辺システムからの電文の入力や、周辺システムへの電文の出力があるので、そのような周辺システムとの連携を含めた状態で、更新後の新システムの動作を検証することになる。そして、幾つかの周辺システムがあれば、それぞれの周辺システムとの連携を考慮して検証を行うことになる。   When renewing a part of a plurality of systems linked in this way, the system constituting the renewal part transmits and receives a message to and from the peripheral system. Since there is a message input from the system and a message output to the peripheral system, the operation of the new system after the update is verified in a state including cooperation with such a peripheral system. If there are several peripheral systems, verification is performed in consideration of cooperation with each peripheral system.

この際、システムの更改においては、新システムは、同じ条件下であれば基本的に旧システムと同一の挙動を行うべきであり、当該条件を保証するためには、個別に結合テストを行い、挙動を確認する必要があるが、テストケースに漏れがあった場合、予期せぬシステム障害が発生する可能性がある。   At this time, in the system renewal, the new system should basically behave in the same way as the old system under the same conditions, and in order to guarantee the conditions, an individual combination test is performed, It is necessary to check the behavior, but if there is a leak in the test case, an unexpected system failure may occur.

これを解決するために、実際に旧システムの本番環境で発生した電文をログ情報等から取得し、それを基にしてテスト環境下で再現した電文を新システムにも投入し、結果として出力される電文およびデータベースを新旧システムで比較し、それらに差分がないことを確認することで同一の挙動となっていることを確認する手法を用いた検証処理が頻繁に行われている。   In order to solve this, a message actually generated in the production environment of the old system is acquired from log information etc., and a message reproduced in the test environment based on it is also input to the new system and output as a result The verification process using the method of confirming that the same behavior is confirmed by comparing the electronic message and the database with the old and new systems and confirming that there is no difference between them.

なお、このように本番環境下の旧システムから取得した実際のデータをテスト環境下で再現し、新システムに投入して検証を行う場合において、テスト時間に膨大な時間を費やさなければならないという課題の解決を目的としたシステムとして、データの投入時間の調整を行うテスト装置が知られている(特許文献1参照)。このテスト装置では、本番用システム(本願発明の説明における旧システムに相当)へのリクエスト入力履歴情報(投入電文のログ情報に相当)とアクセス履歴情報とによりテストデータ情報(再現電文に相当)を作成し、更新アクセスである第1のテストデータと更新アクセスである第2のテストデータとのアクセス時間が重複する場合、第2のテストデータのリクエスト入力時間(投入電文の投入タイミングに相当)を所定の時間遅らせるようにテストデータ情報を更新し、テスト用システム(新システムに相当)に対して更新後のテストデータ情報に含まれるテストデータを入力する。この際、テスト用システムに対して更新後のテストデータ情報に含まれる複数のテストデータを入力し、アクセス障害が発生する場合には、アクセス障害が発生するテストデータのリクエスト入力時間を遅らせる。   In addition, when the actual data acquired from the old system in the production environment is reproduced in the test environment in this way and verified by introducing it into the new system, it takes a lot of time for the test time As a system for solving this problem, a test apparatus that adjusts data input time is known (see Patent Document 1). In this test apparatus, test data information (corresponding to a reproduction telegram) is obtained by request input history information (corresponding to log information of an input telegram) and access history information to a production system (corresponding to the old system in the description of the present invention). When the access times of the first test data that is created and updated access and the second test data that is updated access overlap, the request input time of the second test data (corresponding to the input timing of the input message) is The test data information is updated so as to be delayed by a predetermined time, and the test data included in the updated test data information is input to the test system (corresponding to the new system). At this time, when a plurality of test data included in the updated test data information is input to the test system and an access failure occurs, the request input time of the test data in which the access failure occurs is delayed.

特開2011−86083号公報JP 2011-86083 A

前述したように、本番環境下の旧システムから取得した実際のデータをテスト環境下で再現し、新システムに投入して検証を行う手法は、頻繁に利用されているが、次のような課題が生じる。   As mentioned above, the method of reproducing the actual data acquired from the old system in the production environment in the test environment and inputting it into the new system for verification is frequently used. Occurs.

第1の課題として、1日の再現を1日かけて実施した場合、再現したい日が大量にあった場合、日数がその分発生してしまう。この場合、1日の電文を単純に時間的に圧縮して新システムに投入しても正しい再現にはならない。なぜなら、夜間の時間帯に発生した電文を昼間に投入した場合、システムが異なる振る舞いを行う可能性がある。例えば、株式の注文処理システムの場合に、15:30〜18:00が注文受付停止の時間帯であったとすると、その時間帯に注文電文を投入した場合、注文受付停止の時間帯のエラーが返るが、その時間帯以外に電文を投入した場合、注文電文は正常に受け付けられてしまう。   As a first problem, when the reproduction of one day is performed over one day, when there are a large number of days to be reproduced, the number of days is generated accordingly. In this case, even if the message of the day is simply compressed in time and put into the new system, it will not be reproduced correctly. This is because the system may behave differently when a telegram generated during the night time is inserted in the daytime. For example, in the case of a stock order processing system, if 15:30 to 18:00 is an order reception stop time zone, and an order message is inserted during that time zone, an error in the order reception stop time zone will occur. In return, if a message is inserted outside the time period, the order message will be accepted normally.

なお、上記の例のような株式の注文処理システムの場合における各時間帯のシステムの振る舞いの相違は、主として市場システムとの関係でもたらされるが、より一般には、各時間帯のシステムの振る舞いの相違は、市場システムのような周辺システムとの関係で生じる場合だけではなく、法律や規則または各種規制や指導に基づく場合、会社や団体等の取り決めに基づく場合、電力供給の関係で生じる場合等、様々な事情で生じ得る。従って、上述した第1の課題と同様な課題は、周辺システムとのデータ連携を行う構成とされているシステムの更改の場合だけではなく、単独で業務処理を行うシステムの更改の場合にも生じ得る。このため、本発明は、主としてデータ連携を行う一連のシステムのうちの一部のシステムを更改する場合の検証処理を実行するものであるが、これに限定されず、単独で業務処理を行うシステムを更改する場合の検証処理を実行するものとしてもよい。   In the case of the stock order processing system as in the above example, the difference in system behavior in each time zone is mainly caused by the relationship with the market system, but more generally, the behavior of the system in each time zone is Differences occur not only in relation to peripheral systems such as market systems, but also in cases where they are based on laws and regulations or various regulations and guidance, in accordance with arrangements of companies and organizations, in relation to power supply, etc. This can occur for various reasons. Therefore, the same problem as the first problem described above occurs not only in the case of renewal of a system configured to perform data linkage with a peripheral system, but also in the case of renewal of a system that performs business processing independently. obtain. For this reason, the present invention mainly performs verification processing when a part of a series of systems that perform data linkage is renewed. However, the present invention is not limited to this, and the system performs business processing independently. It is also possible to execute a verification process in the case of renewing.

第2の課題として、再現テストは、1回だけではなく、同じ日の再現を何回も実施する必要があるが、投入電文の準備やシステム内データの整備等の前準備作業が大量にあるため、1回の作業を行うまでの手順が煩雑となる。   As a second issue, the reproduction test needs to be repeated not only once, but many times on the same day, but there are a lot of preparatory work such as preparation of input telegrams and maintenance of data in the system. Therefore, the procedure until one operation is performed becomes complicated.

第3の課題として、投入電文の入力経路が複数ある場合には、その全てを本番で発生した順序を保ったうえで再現しないと出力電文が一致しない場合がある。例えば、株式の注文処理システムの場合には、注文の入力操作が行われるクライアント端末とネットワークで接続された注文受付サーバからの注文電文の入力経路と、市場システムからの通知電文の入力経路とがあり、さらに、逆指値注文・デュアル指値注文・連続注文等のような条件付注文を受け付ける注文処理システムの場合には、条件の成否を監視する条件成否監視サーバからの条件付注文発注電文の入力経路もある。   As a third problem, when there are a plurality of input paths of input messages, the output messages may not match unless all of the input paths are reproduced in the same order as they were generated. For example, in the case of a stock order processing system, there are an order message input path from an order reception server connected to a client terminal to which an order input operation is performed and a network, and an input path of a notification message from a market system. In addition, in the case of an order processing system that accepts conditional orders such as stop limit order, dual limit order, continuous order, etc., input a conditional order ordering message from a conditional success / failure monitoring server that monitors the success / failure of the condition There is also a route.

第4の課題として、システム更改に係る部分について新旧システム間で仕様を変更している箇所がある場合には、本番環境から取得した実際の投入電文を単純にテスト環境下の新システムに投入することはできず、また、新旧システムの応答電文を単純に比較することもできない。なお、ここでいう仕様の変更とは、システムの性能向上に寄与するハードウェア仕様の変更という意味ではなく(経年によるシステム更改であれば、システム技術の進歩に伴うハードウェア仕様の変更は当然にあるが、ここではその意味ではない。)、データベースや電文の構成(形式や定義)の変更という意味である。例えば、市場について、旧システムで「1=東京」、「2=大阪」となっていたのに対し、新システムでは「1=大阪」、「2=東京」となる場合や、注文状況について、旧システムで「1=注文中」、「2=約定済」となっていたのに対し、新システムでは「1=約定済」、「2=注文中」となる場合のように、定義が逆転したり、ずれたりする場合等である   As a fourth problem, if there is a part where the specifications are changed between the old and new systems for the part related to system renewal, the actual input message obtained from the production environment is simply input to the new system under the test environment In addition, the response messages of the old and new systems cannot be simply compared. Note that the specification change here does not mean a change in the hardware specification that contributes to improving the performance of the system. Yes, but that doesn't mean that.) It means changing the structure (format or definition) of a database or message. For example, regarding the market, “1 = Tokyo” and “2 = Osaka” were used in the old system, whereas “1 = Osaka” and “2 = Tokyo” were used in the new system. In the old system, “1 = ordering” and “2 = contracted”, whereas in the new system, “1 = contracted” and “2 = ordering”, the definitions are reversed. It is a case where it moves or shifts

従って、テストに要する処理時間の短縮を図るという意味で、第1の課題を解決することができる検証システムの開発が望まれる。また、併せて、第2〜第4の課題を解決することができれば、より便利である。   Therefore, it is desired to develop a verification system that can solve the first problem in the sense of reducing the processing time required for the test. In addition, it is more convenient if the second to fourth problems can be solved.

なお、前述した特許文献1に記載されたテスト装置は、リクエスト入力時間を遅らせる処理を行っているので、データの投入時間の調整を行っているとは言えるものの、以上に述べたような第1〜第4の課題を解決するものではない。   Note that the test apparatus described in Patent Document 1 described above performs a process of delaying the request input time, and thus it can be said that the data input time is adjusted, but the first as described above. -It does not solve the fourth problem.

本発明の目的は、新旧システムの挙動の同一性を確保しつつ検証処理の時間短縮を図ることができる検証システムおよびプログラムを提供するところにある。   An object of the present invention is to provide a verification system and a program that can shorten the verification processing time while ensuring the same behavior of the old and new systems.

本発明は、システム更改の際に新システムの動作をテストするために新システムと旧システムとの処理結果を比較検証する処理を実行する検証システムであって、
本番環境下の旧システムから取得した投入電文を、本番環境下の記録時刻とともに記憶する本番投入電文記憶手段と、
新システムおよび旧システムの双方に共通してシステムの挙動が切り替わる複数の時間帯に合わせて、本番投入電文記憶手段に記憶された投入電文を、記録時刻を用いて複数の時間帯に分類する処理を実行する分類手段と、
この分類手段により分類された投入電文を、分類された状態で記憶する再現電文記憶手段と、
複数の時間帯に従ってシステム時刻を現実の時刻とは異なる仮想の時刻に設定した状態のテスト環境下の新システムに対し、再現電文記憶手段に記憶された分類後の投入電文のうち、新システムに設定した仮想の時刻に対応する時間帯の投入電文を通信回線を介して投入する処理を、複数の時間帯のそれぞれについて実行する投入手段と
を備えたことを特徴とするものである。
The present invention is a verification system for executing a process of comparing and verifying the processing results of the new system and the old system in order to test the operation of the new system at the time of system renewal,
Production message storage means for storing the input message acquired from the old system in the production environment together with the recording time in the production environment;
Processing to classify incoming messages stored in the actual incoming message storage means into multiple time zones using the recording time in accordance with multiple time zones when the system behavior switches in common for both the new system and the old system A classification means for performing
Reproduced message storage means for storing the input messages classified by the classification means in a classified state;
For the new system in the test environment where the system time is set to a virtual time different from the actual time according to multiple time zones, among the input messages after classification stored in the reproduced message storage means, the new system It is characterized by comprising a means for executing, for each of a plurality of time periods, a process for inputting an input message in a time period corresponding to the set virtual time via a communication line.

ここで、「投入手段」において、「複数の時間帯に従ってシステム時刻を現実の時刻とは異なる仮想の時刻に設定した状態」のように「時間帯に従って…」とし、また、「仮想の時刻に対応する時間帯の投入電文」のように「…に対応する時間帯」としているのは、次の理由からである。すなわち、通常は、システム時刻を各時間帯の開始時刻に設定すればよく、それが最も簡単な処理であるが、投入電文の投入が所望の時間帯(新システムにおいて進行する仮想の時間帯)に行われるようになればよいので、システム時刻として、各時間帯の開始時刻以外の時刻を設定してもよい。例えば、6:00〜8:00という時間帯の場合には、当該時間帯の開始時刻6:00を設定するのが通常であるが、8:00までに当該時間帯に投入すべき投入電文の処理が終了することを前提に(新システムへの投入電文の投入タイミングは、時間的にかなり圧縮されるので、2時間よりもかなり短い時間長で当該時間帯の処理は終了する。)、例えば6:05や7:00等の仮想の時刻(6:00よりも後の時刻)を設定してもよい。逆に、例えば、5:59等の仮想の時刻(6:00よりも前の時刻)を設定することも可能であり、この場合、仮想の時刻を設定した後、時間を置いてから投入電文の投入を行うようにすればよく、例えば、5:59の仮想の時刻を設定し、1分間置いてから、投入電文の投入を開始すれば、投入電文の投入は、6:00以降に行われることになるので、当該時間帯6:00〜8:00内の処理となり、適正なシステムの挙動が得られる。但し、あえてずらす必要性や利点がない場合は、システム時刻として、各時間帯の開始時刻を設定するのが、処理としては簡単でよい。   Here, in the “input means”, “according to the time zone…” as in “a state in which the system time is set to a virtual time different from the actual time according to a plurality of time zones”, and “to the virtual time” The reason why “the time zone corresponding to...” As in the “input message of the corresponding time zone” is as follows. That is, normally, the system time should be set to the start time of each time zone, which is the simplest processing, but the input time of the input message is a desired time zone (virtual time zone that proceeds in the new system) Therefore, a time other than the start time of each time zone may be set as the system time. For example, in the time zone of 6:00 to 8:00, it is normal to set the start time 6:00 of the time zone, but the input message to be put in the time zone by 8:00 On the assumption that the process of (1) is completed (the input timing of the input message to the new system is considerably compressed in terms of time, so the process in the time period is completed in a time length considerably shorter than 2 hours). For example, a virtual time (time after 6:00) such as 6:00 or 7:00 may be set. On the contrary, for example, it is possible to set a virtual time (time before 6:00) such as 5:59. In this case, after setting the virtual time, the input message is set after a certain time. If, for example, a virtual time of 5:59 is set and the input message is started after being set for one minute, the input message is input after 6:00. Therefore, the processing is performed within the time zone 6:00 to 8:00, and an appropriate system behavior can be obtained. However, if there is no necessity or advantage for shifting, setting the start time of each time zone as the system time may be simple as processing.

また、仮想の時刻が設定される「システム時刻」は、通常は、コンピュータが保有する時刻を意味するが、別途に時間を管理する制御プログラムを稼働させ、新システムの各種業務用のプログラムが、その制御プログラムにより管理される時刻を参照して業務処理を行う構成とされている場合には、その制御プログラムで管理される時刻としてもよく、要するに、各種業務用のプログラムが取得する時刻を、仮想の時刻に設定することができればよい。   In addition, the “system time” in which the virtual time is set usually means the time held by the computer, but a control program for managing time is separately operated, and various business programs of the new system are If it is configured to perform business processing with reference to the time managed by the control program, it may be the time managed by the control program, in short, the time acquired by various business programs, It is only necessary that the virtual time can be set.

このような本発明の検証システムにおいては、テスト環境下での再現に使用する投入電文を複数の時間帯に分類しておき、複数の時間帯のそれぞれについて、テスト環境下の新システムについてのシステム時刻を仮想の時刻に設定した状態で、その仮想の時刻に対応する時間帯の投入電文を新システムに投入する処理を実行するので、投入電文の投入タイミング(投入間隔)を圧縮しても、新システムで進行している仮想の時刻で見た場合には、投入電文は、投入すべき時間帯に新システムに投入されていることになるため、新システムにおいて、投入電文に対する適正な挙動(本番環境で実行された処理を再現する挙動)が得られるようになる。   In such a verification system of the present invention, input messages used for reproduction in a test environment are classified into a plurality of time zones, and each of the plurality of time zones is a system for a new system under the test environment. With the time set to the virtual time, the process to input the input message in the time zone corresponding to the virtual time to the new system is executed, so even if the input message input timing (input interval) is compressed, When viewed at the virtual time that is progressing in the new system, the input message will be input to the new system at the time to be input. Behavior that reproduces the processing executed in the production environment) can be obtained.

このため、1日の再現を1日かけて実施する必要はなく、新システムへの投入電文の投入タイミング(投入間隔)を圧縮することにより、1日の再現を短時間で実行可能となり、検証処理の時間短縮を図ることが可能となる。   For this reason, it is not necessary to carry out the reproduction of the day over one day, and the reproduction of the day can be executed in a short time by compressing the input timing (input interval) of the input message to the new system. It is possible to shorten the processing time.

また、再現したい日が大量にある場合でも、新システムへの投入電文の投入タイミング(投入間隔)の圧縮を、日を超えて行うことにより、テストに要する日数が本番環境と同じ日数分だけ発生してしまうことを回避することができ、検証処理の時間短縮を図ることが可能となり、これらにより前記目的が達成される。   In addition, even when there are a large number of days to be reproduced, the number of days required for the test is generated for the same number of days as the production environment by compressing the input timing (input interval) of the input message to the new system beyond the day. It is possible to avoid this, and it is possible to shorten the time for the verification process, thereby achieving the object.

<仮想の時刻の設定指令の送信処理と、当該仮想の時刻に対応する時間帯の投入電文の投入処理とを連動させる構成>   <Configuration for Linking Transmission Processing of Virtual Time Setting Command with Input Processing of Input Message in Time Zone Corresponding to Virtual Time>

また、前述した検証システムでは、新システムに対し、ある時間帯の投入電文を投入する前に、その時間帯に対応する仮想の時刻の設定が行われていればよいので、仮想の時刻の設定は、人手による判断で決められたタイミングで実行してもよく、また、人手による操作を介して実行してもよい。しかし、省力化を図りつつ検証処理の時間短縮を効果的に図るには、次のような構成とすることが望ましい。   In addition, in the verification system described above, it is only necessary to set a virtual time corresponding to the time zone before the input message for a certain time zone is input to the new system. May be executed at a timing determined by manual judgment, or may be executed through manual operation. However, in order to effectively reduce the verification processing time while saving labor, the following configuration is desirable.

すなわち、前述した検証システムにおいて、
投入手段は、
テスト環境下の新システムに対し、複数の時間帯に従ってシステム時刻を現実の時刻とは異なる仮想の時刻に設定するための仮想の時刻の設定指令を、通信回線を介して送信した後、当該仮想の時刻に対応する時間帯の投入電文を、通信回線を介して新システムに投入する処理を実行し、この際、仮想の時刻の設定指令の送信処理と、当該仮想の時刻に対応する時間帯の投入電文の投入処理とを、複数の時間帯について交互に繰り返す構成とされていることが望ましい。
That is, in the verification system described above,
The input means is
A virtual time setting command for setting the system time to a virtual time different from the actual time according to a plurality of time zones is transmitted to the new system under the test environment via the communication line, and then the virtual time is set. Executes the process of sending the input message in the time zone corresponding to the time to the new system via the communication line. At this time, the process for transmitting the virtual time setting command and the time zone corresponding to the virtual time It is desirable that the input message input process is repeated alternately for a plurality of time zones.

このように仮想の時刻の設定指令の送信処理と、当該仮想の時刻に対応する時間帯の投入電文の投入処理とを連動させ、自動化する構成とした場合には、仮想の時刻の設定指令の送信タイミングや、当該仮想の時刻に対応する時間帯の投入電文の投入開始タイミングの管理を、人手により行う必要がなくなるので、省力化(再現テストの担当者の負荷軽減や、再現テストにかかる要員の削減)を図ることができるとともに、投入電文の投入タイミング(投入間隔)の圧縮を、より一層確実に行うことが可能となる。すなわち、同一の時間帯内における各投入電文の投入タイミング(投入間隔)の圧縮は、投入開始タイミングの管理を手動で行っても実現できるので、圧縮投入の効果を得ることができるが、上記のような仮想の時刻(システム時刻)の設定と投入開始とを連動させる自動化により、ある時間帯の投入開始タイミングと、その次の時間帯の投入開始タイミングとの時間間隔を、より一層確実に詰めていくことができるので、複数の時間帯に跨っての圧縮投入を、より一層確実に実現可能となる。さらに、再現の自動化により、夜間の再現テストも可能になる。そして、この効果は、同じ日の再現を何回も実施する場合や、複数の日(本番環境下における複数の日)の再現を実施する場合には、より顕著となる。   In this way, when the processing for transmitting the virtual time setting command and the input processing of the input message in the time zone corresponding to the virtual time are linked and automated, the virtual time setting command It is not necessary to manually manage the transmission timing and the input start timing of input messages in the time zone corresponding to the virtual time. ) And the compression of the input timing (input interval) of the input message can be more reliably performed. That is, since the compression of the input timing (input interval) of each input message within the same time zone can be realized even if the input start timing is managed manually, the effect of compression input can be obtained. By automating the setting of such virtual time (system time) and the start of input, the time interval between the input start timing of a certain time zone and the input start timing of the next time zone is more reliably reduced. Therefore, it is possible to more reliably realize the compression input across a plurality of time zones. In addition, automation of reproduction enables nighttime reproduction tests. This effect becomes more prominent when the same day is reproduced many times, or when a plurality of days (a plurality of days in the production environment) are reproduced.

<顧客の注文を受け付けて市場システムへの発注を行う注文処理システムを更改する場合の構成>   <Configuration for renewing an order processing system that accepts customer orders and places orders on the market system>

以上に述べた検証システムにおいて、
システム更改の対象となる新システムおよび旧システムは、顧客の注文を受け付けて市場システムへの発注を行う注文処理システムであり、
時間帯は、市場システムとの電文の送受信を行うために定められた時間帯であり、
投入電文には、顧客またはその入力代行者により入力された新規注文、注文の訂正、および注文の取消のケースを含む注文電文と、市場システムからの通知電文とが含まれ、
分類手段は、
複数の時間帯に分類された投入電文を、さらに顧客毎にグルーピングし、時間帯に分類され、かつ、顧客毎にグルーピングされた状態で投入電文を再現電文記憶手段に記憶させる処理を実行する構成とされ、
投入手段は、
複数の時間帯のそれぞれについて、顧客毎にグルーピングされた投入電文を、同一顧客内の投入電文の順序を保ったまま顧客毎のグループ単位で新システムに投入していく処理を実行する構成とすることができる。
In the verification system described above,
The new and old systems that are subject to system renewal are order processing systems that accept customer orders and place orders with market systems.
The time zone is the time zone set for sending and receiving messages with the market system.
The input message includes an order message containing cases of new orders, order corrections, and order cancellations entered by customers or their agents, and notification messages from the market system,
Classification means
A configuration in which input messages classified into a plurality of time zones are further grouped for each customer, and processing for storing the input messages in the reproduced message storage means in a state classified into time zones and grouped for each customer And
The input means is
For each of multiple time zones, a configuration is adopted in which input messages grouped for each customer are input to the new system in groups for each customer while maintaining the order of input messages within the same customer. be able to.

ここで、「市場システムからの通知電文」には、システム更改の対象となる新旧のシステムと市場システムとの間に、他のシステム(例えば、市場接続システム)が介在する場合には、当該他のシステムからの通知電文が含まれる。   Here, in the “notification message from the market system”, when another system (for example, a market connection system) is interposed between the old and new system subject to system renewal and the market system, the other A notification message from the system is included.

このように注文処理システムを更改する構成とした場合には、複数の時間帯のそれぞれについて、顧客毎にグルーピングされた投入電文を、同一顧客内の投入電文の順序を保ったまま顧客毎のグループ単位で新システムに投入していくので、本番環境を適正に再現することが可能となる。すなわち、注文処理システムでは、投入電文として、新規注文、注文の訂正、および注文の取消のケースを含む注文電文と、市場システムからの通知電文とがあるので、投入電文を時間帯で分類し、かつ、システム時刻への仮想の時刻の設定を行ったとしても、同一顧客内の投入電文の順序が本番環境の通りに保たれないと、新システムで所望の挙動(本番環境での処理を再現する挙動)を得られないことがあるが、このような問題の発生を回避することが可能となる。例えば、本番環境で、新規注文の注文電文、訂正の注文電文、約定の通知電文の順序で投入されていた場合に、テスト環境で、訂正の注文電文と約定の通知電文との投入順序が入れ替われば、処理結果は異なってしまうが、このような事態を回避することが可能となる。   In this way, when the order processing system is configured to be renewed, for each of a plurality of time zones, the input messages grouped for each customer are grouped for each customer while maintaining the order of the input messages within the same customer. Since it is introduced into the new system in units, the production environment can be reproduced appropriately. That is, in the order processing system, there are order messages including cases of new orders, order corrections, and order cancellations, and notification messages from the market system, so the input messages are classified by time zone. In addition, even if the virtual time is set as the system time, if the order of input messages within the same customer is not maintained as the production environment, the new system will reproduce the desired behavior (processing in the production environment). However, it is possible to avoid the occurrence of such a problem. For example, in the production environment, when the order of new order message, correction order message, and contract notification message are input, the order of correction order message and contract notification message is switched in the test environment. If this is the case, the processing result will be different, but such a situation can be avoided.

<投入電文の入力経路が複数あり、複数の入力経路についての記録時刻が同時刻になったときに優先する入力経路を予め定めておく構成>   <Configuration for Predetermining Input Route Preferentially when There are Multiple Input Routes for Input Message and Recording Time for Multiple Input Routes is the Same Time>

前述した注文処理システムを更改する構成とした場合において、
投入電文には、注文電文および通知電文に加え、市場システムへの発注のタイミングを監視する必要のある条件付注文について条件が満たされた場合に投入される条件付注文発注電文が含まれ、
分類手段は、
複数の時間帯のそれぞれについて顧客毎に投入電文をグルーピングする際に、本番環境下の記録時刻が同時刻になっている投入電文については、注文電文、条件付注文発注電文、通知電文の順で予め定められた優先順位に従って、この優先順位の高い投入電文から順番にテスト環境下の新システムに対して投入されるように投入電文を並べる構成とされていることが望ましい。
In the case where the order processing system described above is renewed,
In addition to the order message and notification message, the input message includes a conditional order order message that is input when the condition is satisfied for a conditional order that needs to be monitored for the timing of ordering to the market system.
Classification means
When grouping input messages for each customer in multiple time periods, for input messages that have the same recording time in the production environment, order messages, conditional ordering messages, and notification messages are listed in this order. In accordance with a predetermined priority order, it is desirable that the input messages are arranged so that the input messages with the highest priority are input in order to the new system under the test environment.

このように複数の入力経路についての記録時刻が同時刻になったときに優先する入力経路を予め定めておく構成とした場合には、本番環境で生じた状況を正しく再現することができ、新システムで所望の挙動(本番環境での処理を正しく再現する挙動)を得ることが可能となる。すなわち、複数の入力経路についての本番環境下の記録時刻が同じ時刻になっていたとしても、本番環境における実際の処理には、記録時刻の最小単位の刻み幅に満たない長さの時間差があり、順番がある場合があるので、それらの処理の順序が逆転してしまうと、エラーが発生する等、新システムで所望の挙動(本番環境での処理を再現する挙動)を得られないことがあるが、このような問題の発生を回避することが可能となる。例えば、訂正の注文電文の投入についてのログの記録時刻と、訂正完了の通知電文の投入についてのログの記録時刻とが同じ時刻であったとしても、実際には前者の処理のほうが早いが、これらが逆転すると、注文の訂正が出ていないのに、訂正完了の通知を受けることになってしまうので、このような事態を回避することが可能となる。なお、複数の入力経路の記録時刻が、異なるコンピュータでの記録時刻である場合には、記録時刻の最小単位の刻み幅がコンピュータ間で異なることもあり得るが、そのような場合にも、同様な問題が生じ得る。   In this way, when the input path to be prioritized when the recording times for a plurality of input paths become the same time is configured in advance, the situation that occurred in the production environment can be correctly reproduced, It is possible to obtain a desired behavior (behavior that correctly reproduces processing in a production environment) in the system. In other words, even if the recording time in the production environment for multiple input paths is the same time, the actual processing in the production environment has a time difference that is less than the minimum increment of the recording time. In some cases, there may be an order. If the order of these processes is reversed, an error will occur and the new system may not be able to obtain the desired behavior (behavior that reproduces the process in the production environment). However, it is possible to avoid such a problem. For example, even if the log recording time for the correction order message input and the log recording time for the correction completion notification message input are the same time, the former processing is actually faster, If these are reversed, it is possible to avoid such a situation because a correction completion notification is received even though the order has not been corrected. In addition, when the recording times of a plurality of input paths are recording times on different computers, the step size of the minimum unit of the recording time may be different between computers. Problems can arise.

<システム更改に伴う新システムと旧システムとの投入電文の形式または定義に差分がある場合の構成>   <Configuration when there is a difference in the format or definition of the input message between the new system and the old system due to system renewal>

以上に述べた検証システムにおいて、
システム更改に伴う新システムと旧システムとの投入電文の形式または定義の差分を記憶する投入用差分記憶手段を備え、
投入手段は、
投入用差分記憶手段に記憶された投入電文の形式または定義の差分を用いて、再現電文記憶手段に記憶された分類後の投入電文を、新システム用の形式または定義に変換してから新システムに投入する処理を実行する構成としてもよい。
In the verification system described above,
It is provided with a difference storage means for input for storing a difference in format or definition of input messages between the new system and the old system accompanying the system renewal,
The input means is
Using the difference in the format or definition of the input message stored in the input difference storage means, the classified input message stored in the reproduced message storage means is converted into the format or definition for the new system, and then the new system It is good also as a structure which performs the process thrown into.

このように投入用差分記憶手段に記憶された投入電文の形式または定義の差分を用いて、投入手段により投入電文を新システム用の形式または定義に変換してから新システムに投入する構成とした場合には、新旧システムの投入電文の形式または定義に差分があるときであっても、本番環境から取得した投入電文を用いて、テスト環境下の新システムに投入する投入電文を自動的に作成することができるので、検証処理の準備作業が容易になり、省力化を図ることが可能となる。   In this way, using the difference in the format or definition of the input message stored in the input difference storage means, the input message is converted into the format or definition for the new system by the input means and then input to the new system. In this case, even if there is a difference in the format or definition of the input message between the old and new systems, an input message to be input to the new system under the test environment is automatically created using the input message acquired from the production environment. Therefore, preparation work for the verification process is facilitated, and labor saving can be achieved.

<プログラムの発明>   <Invention of program>

また、本発明のプログラムは、以上に述べた検証システムとして、コンピュータを機能させるためのものである。   The program of the present invention is for causing a computer to function as the verification system described above.

なお、上記のプログラムまたはその一部は、例えば、光磁気ディスク(MO)、コンパクトディスク(CD)、デジタル・バーサタイル・ディスク(DVD)、フレキシブルディスク(FD)、磁気テープ、読出し専用メモリ(ROM)、電気的消去および書換可能な読出し専用メモリ(EEPROM)、フラッシュ・メモリ、ランダム・アクセス・メモリ(RAM)、ハードディスクドライブ(HDD)、ソリッドステートドライブ(SSD)、フラッシュディスク等の記録媒体に記録して保存や流通等させることが可能であるとともに、例えば、LAN、MAN、WAN、インターネット、イントラネット、エクストラネット等の有線ネットワーク、あるいは無線通信ネットワーク、さらにはこれらの組合せ等の伝送媒体を用いて伝送することが可能であり、また、搬送波に載せて搬送することも可能である。さらに、上記のプログラムは、他のプログラムの一部分であってもよく、あるいは別個のプログラムと共に記録媒体に記録されていてもよい。   The above-mentioned program or a part thereof is, for example, a magneto-optical disk (MO), a compact disk (CD), a digital versatile disk (DVD), a flexible disk (FD), a magnetic tape, or a read-only memory (ROM). Recorded on recording media such as electrically erasable and rewritable read only memory (EEPROM), flash memory, random access memory (RAM), hard disk drive (HDD), solid state drive (SSD), flash disk, etc. Can be stored, distributed, etc., and transmitted using a transmission medium such as a wired network such as LAN, MAN, WAN, Internet, Intranet, Extranet, or a wireless communication network, or a combination thereof. You It is possible, also, it can be delivered by placing the carrier. Furthermore, the above program may be a part of another program, or may be recorded on a recording medium together with a separate program.

以上に述べたように本発明によれば、テスト環境下での再現に使用する投入電文を複数の時間帯に分類しておき、複数の時間帯のそれぞれについて、テスト環境下の新システムについてのシステム時刻を仮想の時刻に設定した状態で、その仮想の時刻に対応する時間帯の投入電文を新システムに投入する処理を実行するので、新旧システムの挙動の同一性を確保しつつ検証処理の時間短縮を図ることができるという効果がある。   As described above, according to the present invention, input messages used for reproduction in a test environment are classified into a plurality of time zones, and for each of the plurality of time zones, a new system under the test environment is classified. With the system time set to the virtual time, the processing to input the input message in the time zone corresponding to the virtual time to the new system is executed, so the verification process can be performed while ensuring the same behavior of the old and new systems. There is an effect that the time can be reduced.

本発明の一実施形態の検証システムの全体構成図。1 is an overall configuration diagram of a verification system according to an embodiment of the present invention. 前記実施形態におけるシステム更改の対象となる本番環境下の旧システムの構成図。The block diagram of the old system under the production environment used as the object of the system renewal in the said embodiment. 前記実施形態におけるシステム更改の対象となるテスト環境下の新システムの構成図。The block diagram of the new system under the test environment used as the object of the system renewal in the said embodiment. 前記実施形態のテスト環境下の新システムに投入する投入電文の作成方法の説明図。Explanatory drawing of the preparation method of the input message | telegram thrown into the new system under the test environment of the said embodiment. 前記実施形態のテスト環境下の新システムへの投入電文の投入方法の説明図。Explanatory drawing of the injection method of the input message to the new system under the test environment of the embodiment. 前記実施形態の検証システムによる検証処理の流れを示すフローチャートの図。The figure of the flowchart which shows the flow of the verification process by the verification system of the said embodiment.

以下に本発明の一実施形態について図面を参照して説明する。図1には、本実施形態の検証システム10の全体構成が示されている。図2、図3には、システム更改の対象となる本番環境下の旧システム、テスト環境下の新システムの構成がそれぞれ示されている。また、図4および図5は、テスト環境下の新システムに投入する投入電文の作成方法および投入方法の説明図である。さらに、図6には、検証システム10による検証処理の流れがフローチャートで示されている。   An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 shows the overall configuration of the verification system 10 of the present embodiment. 2 and 3 show the configurations of the old system under the production environment and the new system under the test environment, which are the targets of the system renewal. FIG. 4 and FIG. 5 are explanatory diagrams of a creation method and a throwing method of a throwing message to be thrown into a new system under a test environment. Further, FIG. 6 shows a flowchart of the verification process by the verification system 10.

<検証システム10の構成の概略:図1>   <Outline of configuration of verification system 10: FIG. 1>

図1において、検証システム10は、システム更改の際に新システムの動作をテストするために新システムと旧システムとの処理結果を比較検証する処理を実行するシステムであり、1台または複数台のコンピュータにより構成されている。この検証システム10は、本番環境下の旧システムから実際のデータを取得し、そのデータを利用してテスト環境下の新システムにおいて、本番環境で実行された処理内容(システムの動作)を再現し、新旧システムの処理結果を比較検証することにより、新システムの動作をチェックするものである。   In FIG. 1, a verification system 10 is a system that executes a process of comparing and verifying the processing results of a new system and an old system in order to test the operation of the new system at the time of system renewal. It is composed of a computer. The verification system 10 obtains actual data from the old system under the production environment, and uses the data to reproduce the processing contents (system operation) executed in the production environment in the new system under the test environment. The operation of the new system is checked by comparing and verifying the processing results of the new and old systems.

なお、検証システム10は、例えば、1台または複数台のサーバと、検証処理の担当者が操作する担当者端末(クライアント)とを通信回線(社内LANやイントラネット等の内部ネットワークでもよく、インターネット等の広範な外部ネットワークでもよく、専用線でもよい。)で接続することにより構成してもよく、検証処理の担当者が操作するマウスやキーボード等の入力手段および液晶ディスプレイ等の表示手段を備えた1台のコンピュータにより構成してもよい。   In the verification system 10, for example, one or a plurality of servers and a person-in-charge terminal (client) operated by a person in charge of the verification process may be a communication line (an internal network such as an in-house LAN or an intranet, the Internet, etc. A wide range of external networks, or a dedicated line), and may be configured by connecting with an input means such as a mouse or a keyboard operated by a person in charge of the verification process and a display means such as a liquid crystal display. You may comprise by one computer.

この検証システム10は、本番環境情報収集手段20と、テスト環境情報収集手段30と、本番データ反映手段40と、マスキング手段41と、分類手段42と、投入手段43と、条件成否監視サーバ用スタブ44と、市場用スタブ45と、注文データ検証手段46と、応答電文検証手段47とを備えている。   The verification system 10 includes a production environment information collection unit 20, a test environment information collection unit 30, a production data reflection unit 40, a masking unit 41, a classification unit 42, an input unit 43, and a condition success / failure monitoring server stub. 44, a market stub 45, order data verification means 46, and response message verification means 47.

これらの各手段20,30,40〜43,46,47および各スタブ44,45は、検証システム10を構成するコンピュータ本体の内部に設けられた中央演算処理装置(CPU)、およびこのCPUの動作手順を規定する1つまたは複数のプログラムにより実現される。なお、これらの各手段20,30,40〜43,46,47および各スタブ44,45の詳細は、後述する。   Each of these means 20, 30, 40 to 43, 46, 47 and each stub 44, 45 are a central processing unit (CPU) provided inside the computer main body constituting the verification system 10, and the operation of this CPU Implemented by one or more programs that define the procedure. The details of these means 20, 30, 40 to 43, 46, 47 and the stubs 44, 45 will be described later.

また、検証システム10は、本番投入電文記憶手段50と、本番応答電文記憶手段51と、業務開始時点本番データ記憶手段52と、業務終了時点本番データ記憶手段53と、テスト応答電文記憶手段54と、業務終了時点テストデータ記憶手段55と、再現電文記憶手段56と、投入用差分記憶手段57と、注文データ検証用差分記憶手段58と、応答電文検証用差分記憶手段59とを備えている。   Further, the verification system 10 includes a production input message storage unit 50, a production response message storage unit 51, a business start time production data storage unit 52, a business end point production data storage unit 53, and a test response message storage unit 54. , A job end point test data storage means 55, a reproduced message storage means 56, an input difference storage means 57, an order data verification difference storage means 58, and a response message verification difference storage means 59.

これらの各記憶手段50〜59は、例えばハードディスクドライブ(HDD)やソリッドステートドライブ(SSD)等により好適に実現されるが、記憶容量やアクセス速度等に問題が生じない範囲であれば、例えば、DVD、CD、MO、磁気テープ等の他の記録媒体を採用してもよい。また、各記憶手段50〜59のデータ保存形式は、データベースでもよく、フラットファイル等のファイル形式でもよい。なお、これらの各記憶手段50〜59の詳細は、後述する。   Each of these storage means 50 to 59 is suitably realized by, for example, a hard disk drive (HDD), a solid state drive (SSD), or the like, but if it does not cause a problem in storage capacity or access speed, for example, Other recording media such as DVD, CD, MO, and magnetic tape may be employed. Further, the data storage format of each of the storage means 50 to 59 may be a database or a file format such as a flat file. The details of each of these storage means 50 to 59 will be described later.

<本番環境下の旧システムおよびその周辺システムの構成、およびこれらのシステムによる一連の業務処理の流れの概要:図2>   <Outline of the configuration of the old system in the production environment and its peripheral systems, and the flow of a series of business processing by these systems: FIG. 2>

本実施形態では、システム更改の対象(すなわち、検証処理の対象)は、図2に示すように、一例として、株式の注文処理システムとする。従って、本実施形態の検証システム10は、顧客による株式の売買注文を受け付けて株式市場への発注を行う注文処理システムについて、更改に係る新旧のシステムの処理結果の比較検証を行うことにより、新システムが正常に動作するかを確認するためのテストを行う。   In this embodiment, the system renewal target (that is, the verification processing target) is, as an example, a stock order processing system as shown in FIG. Therefore, the verification system 10 of the present embodiment performs a comparison verification of the processing results of the old and new systems related to the renewal of the order processing system that accepts stock trading orders by customers and places orders on the stock market. Test to see if the system works properly.

なお、本発明の検証システムによる検証処理の対象システム(システム更改の対象システム)は、株式の注文処理システムに限定されるものではなく、株式以外の金融商品の売買注文を取り扱う注文処理システムであってもよく、さらには、証券・金融システムに限定されるものでもなく、従って、市場への発注を行う注文処理システムに限定されるものでもない。但し、市場への発注を行う注文処理システムの場合には、その注文処理システムへの投入電文の入力経路について、少なくとも、顧客サイドからの入力経路と、市場サイドからの入力経路とが存在する状態となるので、本発明の効果が、より顕著に得られる。   The target system for verification processing by the verification system of the present invention (target system for system renewal) is not limited to the stock order processing system, but is an order processing system that handles trading orders for financial products other than stocks. Further, it is not limited to a securities / financial system, and therefore is not limited to an order processing system for placing an order on the market. However, in the case of an order processing system for placing an order on the market, there is at least an input route from the customer side and an input route from the market side for the input route of the input message to the order processing system. Therefore, the effect of the present invention can be obtained more remarkably.

図2において、検証システム10による検証処理の対象となる株式の注文処理システムは、図2中の一点鎖線で囲まれた部分であり、注文受付システム60と、注文管理システム70とにより構成されている。これらのシステム60,70は、いずれも大型汎用コンピュータにより構成された、いわゆるメインフレーム(ホストコンピュータ)である。なお、これらのシステム60,70は、1台のメインフレームにより構成してもよい。本実施形態では、一例として、これらのシステム60,70のうち、注文受付システム60についてシステム更改が行われ、注文管理システム70については、更改部分は無いものとする。但し、本実施形態では、注文管理システム70も含めて注文処理システムの全体(すなわち、注文受付システム60および注文管理システム70の結合状態)を、比較検証対象の新旧システムとして捉えるものとする。従って、本実施形態では、検証システム10は、注文処理システム(システム60,70の結合状態)への入力データを「投入電文」とし、注文処理システム(システム60,70の結合状態)からの出力データを「応答電文」として捉えるものとする。なお、更改部分である注文受付システム60に対する入出力データを収集することができる場合には、注文管理システム70を除いて注文受付システム60だけを、比較検証対象の新旧システムとして捉えてもよく、その場合には、注文受付システム60への入力データを「投入電文」とし、注文受付システム60からの出力データを「応答電文」として捉えることになるので、更改部分のない注文管理システム70は、比較検証対象の新旧システムの外部に配置される周辺システムという扱いになる。より一般的に言えば、ある業務を行う一連のシステムのうち、どこからどこまでの範囲を本発明の検証システムによる比較検証対象とするかは、データの収集容易性等から、ケース・バイ・ケースで選択することができ、要するに、更改部分が含まれるように比較検証対象を選択決定すればよい。   In FIG. 2, the stock order processing system subject to verification processing by the verification system 10 is a portion surrounded by an alternate long and short dash line in FIG. 2, and includes an order receiving system 60 and an order management system 70. Yes. These systems 60 and 70 are so-called mainframes (host computers) each composed of a large general-purpose computer. In addition, you may comprise these systems 60 and 70 by one main frame. In the present embodiment, as an example, it is assumed that, among these systems 60, 70, system renewal is performed for the order receiving system 60, and the order management system 70 has no renewal portion. However, in this embodiment, the entire order processing system including the order management system 70 (that is, the combined state of the order reception system 60 and the order management system 70) is regarded as a new and old system to be compared and verified. Therefore, in this embodiment, the verification system 10 sets the input data to the order processing system (the combined state of the systems 60 and 70) as “input message” and outputs from the order processing system (the combined state of the systems 60 and 70). Data is assumed to be a “response message”. If input / output data for the order receiving system 60 which is a renewal part can be collected, only the order receiving system 60 except for the order management system 70 may be regarded as an old and new system to be compared and verified. In that case, since the input data to the order reception system 60 is regarded as “input message” and the output data from the order reception system 60 is regarded as “response message”, the order management system 70 without the renewal part is It is treated as a peripheral system placed outside the new and old systems to be compared and verified. More generally speaking, the range from which to where in a series of systems that perform a certain business is subject to comparative verification by the verification system of the present invention is determined on a case-by-case basis for ease of data collection. In short, it is only necessary to select and determine the comparison verification target so that the renewal portion is included.

注文受付システム60の上流側には、注文受付サーバ90が設けられている。この注文受付サーバ90は、顧客が操作する顧客端末(不図示)とインターネットを介して接続されたウェブ・アプリケーションサーバであり、顧客端末からインターネットを介して送信されてくる顧客の注文データ(顧客識別情報、銘柄、売買区分、数量、単価、市場等を含む。)を受け付ける処理を実行するものである。また、注文受付サーバ90は、入力代行者(営業員やオペレータ)が操作する代行者端末(不図示)からネットワーク(社内LANやイントラネット等の内部ネットワークでもよく、インターネットでもよい。)を介して送信されてくる顧客の注文データを受け付ける処理を実行するものでもよい。   An order receiving server 90 is provided on the upstream side of the order receiving system 60. The order reception server 90 is a web application server connected to a customer terminal (not shown) operated by a customer via the Internet, and customer order data (customer identification) transmitted from the customer terminal via the Internet. Information, brand, trading category, quantity, unit price, market, etc.). Further, the order reception server 90 transmits from a representative terminal (not shown) operated by an input representative (salesperson or operator) via a network (internal network such as an in-house LAN or an intranet or the Internet). Processing for receiving incoming customer order data may be executed.

注文受付サーバ90は、注文受付手段91により、顧客端末または代行者端末からネットワークを介して送信されてくる顧客の注文データを受信すると、その注文に注文番号を自動付与し、注文電文(顧客識別情報、注文番号、銘柄、売買区分、数量、単価、市場等を含む。)を、通信回線を介して注文受付システム60へ送信する。この注文電文(注文受付サーバ90から注文受付システム60へ送信される電文)は、比較検証対象の注文処理システムに投入される投入電文である。なお、最終的に市場に送信する注文番号は、注文管理システム70により自動付与される番号であり、注文管理システム70よりも上流のシステムで付与される番号ではないが、各システムで付与される番号は関連付けられているので、本実施形態では、説明の便宜上、各システムで付与される番号を、市場に送信する注文番号で統一して説明を行う。   When the order reception server 90 receives the customer order data transmitted from the customer terminal or the agent terminal via the network by the order reception means 91, the order reception server 90 automatically assigns an order number to the order and receives an order message (customer identification). Information, order number, brand, trade classification, quantity, unit price, market, etc.) are transmitted to the order reception system 60 via the communication line. This order message (a message transmitted from the order reception server 90 to the order reception system 60) is an input message input to the order processing system to be compared and verified. Note that the order number finally transmitted to the market is a number automatically given by the order management system 70 and is not a number given by a system upstream from the order management system 70, but is given by each system. Since the numbers are associated with each other, in this embodiment, for convenience of explanation, the numbers given in each system are unified with the order numbers transmitted to the market.

注文受付システム60では、投入電文である注文電文の受信があると、そのログ情報が注文ログ記憶手段65に記憶される。このログ情報には、注文電文の記録時刻(年月日、時分秒)が含まれる。   In the order reception system 60, when an order message that is an input message is received, the log information is stored in the order log storage means 65. This log information includes the recording time (year / month / day, hour / minute / second) of the order message.

そして、注文受付手段61は、受信した注文電文の内容を、注文データ記憶手段64に記憶させるとともに、注文を受け付けた旨の注文応答電文(顧客識別情報、注文番号、銘柄、売買区分、数量、単価、市場等を含む。)を、通信回線を介して注文受付サーバ90へ送信する。この注文応答電文(注文受付システム60から注文受付サーバ90へ送信される電文)は、比較検証対象の注文処理システムから外部へ出ていく応答電文である。注文受付システム60では、注文応答電文の送信があると、そのログ情報が注文応答ログ記憶手段66に記憶される。このログ情報には、注文応答電文の記録時刻(年月日、時分秒)が含まれる。   The order receiving means 61 stores the contents of the received order message in the order data storage means 64 and an order response message indicating that the order has been received (customer identification information, order number, brand, trading category, quantity, Including the unit price, market, etc.) to the order receiving server 90 via the communication line. This order response message (a message transmitted from the order reception system 60 to the order reception server 90) is a response message that is output from the order processing system to be compared and verified. In the order reception system 60, when an order response message is transmitted, the log information is stored in the order response log storage means 66. This log information includes the recording time (year / month / day, hour / minute / second) of the order response message.

また、注文受付手段61は、受信した注文電文の注文が、逆指値注文・デュアル指値注文・連続注文等のような条件付注文の場合には、条件の成否を監視する処理が必要となり、市場への発注をすぐに行うことはできないので、条件付注文電文(顧客識別情報、注文番号、銘柄、売買区分、数量、条件となる単価、市場等を含む。)を、通信回線を介して条件成否監視サーバ100へ送信する。この条件付注文電文(注文受付システム60から条件成否監視サーバ100へ送信される電文)は、比較検証対象の注文処理システムから外部へ出ていく応答電文である。注文受付システム60では、条件付注文電文の送信があると、そのログ情報が条件付注文ログ記憶手段67に記憶される。このログ情報には、条件付注文電文の記録時刻(年月日、時分秒)が含まれる。   Further, the order receiving means 61 needs to monitor the success / failure of the condition when the order of the received order message is a conditional order such as a stop limit order, dual limit order, continuous order, etc. Since it is not possible to place an order directly to a customer, a conditional order message (including customer identification information, order number, brand, trading category, quantity, conditional unit price, market, etc.) must be specified via a communication line. It transmits to the success / failure monitoring server 100. This conditional order message (a message transmitted from the order reception system 60 to the condition success / failure monitoring server 100) is a response message that is output to the outside from the comparison processing target order processing system. In the order reception system 60, when a conditional order message is transmitted, the log information is stored in the conditional order log storage means 67. This log information includes the recording time (year / month / day, hour / minute / second) of the conditional order message.

条件成否監視サーバ100では、条件付注文受付手段101により、条件付注文電文を受信し、受信した条件付注文電文の内容を、条件付注文データ記憶手段103に記憶させる。そして、条件付注文発注手段102は、時価情報提供システム110(情報ベンダーのシステム、自社内の別のシステム、または市場システム130)から取得した金融商品の時価情報(本実施形態では、株価情報)を用いて、条件付注文データ記憶手段103に記憶されている各条件付注文についての条件の成否を監視し、条件が成立した条件付注文について、条件付注文データ記憶手段103に記憶された条件付注文のデータを用いて、条件付注文発注電文(顧客識別情報、注文番号、銘柄、売買区分、数量、単価、市場等を含む。)を作成し、通信回線を介して注文受付システム60へ送信する。この条件付注文発注電文(条件成否監視サーバ100から注文受付システム60へ送信される電文)は、比較検証対象の注文処理システムに投入される投入電文である。   In the conditional success / failure monitoring server 100, the conditional order receiving unit 101 receives the conditional order message, and stores the content of the received conditional order message in the conditional order data storage unit 103. Then, the conditional ordering means 102 is the market price information (stock price information in the present embodiment) of the financial product acquired from the market price information providing system 110 (information vendor system, another system in the company, or the market system 130). Is used to monitor the success or failure of the condition for each conditional order stored in the conditional order data storage means 103, and the condition stored in the conditional order data storage means 103 for the conditional order that satisfies the condition. Using conditional order data, a conditional order ordering message (including customer identification information, order number, brand, trading category, quantity, unit price, market, etc.) is created and sent to the order reception system 60 via a communication line. Send. This conditional order ordering message (a message transmitted from the conditional success / failure monitoring server 100 to the order receiving system 60) is an input message that is input to the order processing system to be compared and verified.

注文受付システム60では、投入電文である条件付注文発注電文の受信があると、そのログ情報が条件付注文発注ログ記憶手段68に記憶される。このログ情報には、条件付注文発注電文の記録時刻(年月日、時分秒)が含まれる。そして、条件付注文受付手段62は、受信した条件付注文発注電文の内容を、注文データ記憶手段64に記憶させる。   In the order receiving system 60, when a conditional order ordering message that is an input message is received, the log information is stored in the conditional ordering order log storage unit 68. This log information includes the recording time (year / month / day, hour / minute / second) of the conditional ordering message. Then, the conditional order receiving unit 62 stores the contents of the received conditional order ordering message in the order data storage unit 64.

なお、各種マスタ記憶手段63には、例えば、顧客情報(顧客の口座番号、パスワード、住所、氏名、電話番号等)や銘柄情報などが記憶され、注文受付手段61や条件付注文受付手段62の処理で必要な場合に参照される。   The various master storage means 63 stores, for example, customer information (customer account number, password, address, name, telephone number, etc.), brand information, etc., and the order receiving means 61 and the conditional order receiving means 62. Referenced when necessary in processing.

注文管理システム70では、発注手段71が、注文データ記憶手段64に記憶された注文データを用いて、市場への発注を行うための発注電文(顧客識別情報、注文番号、銘柄、売買区分、数量、単価、市場等を含む。)を作成し、通信回線を介して市場接続システム120へ送信するとともに、発注電文の内容を発注データ記憶手段73に記憶させる。この発注電文(注文管理システム70から市場接続システム120へ送信される電文)は、比較検証対象の注文処理システムから外部へ出ていく応答電文である。注文管理システム70では、発注電文の送信があると、そのログ情報が発注ログ記憶手段74に記憶される。このログ情報には、発注電文の記録時刻(年月日、時分秒)が含まれる。   In the order management system 70, the ordering means 71 uses the order data stored in the order data storage means 64 to place an ordering message (customer identification information, order number, brand, trading category, quantity for ordering in the market). , The unit price, the market, etc.) are created and transmitted to the market connection system 120 via the communication line, and the contents of the ordering message are stored in the ordering data storage means 73. This order message (a message transmitted from the order management system 70 to the market connection system 120) is a response message that goes out from the order processing system to be compared and verified. In the order management system 70, when an ordering message is transmitted, the log information is stored in the ordering log storage means 74. This log information includes the recording time (year / month / day, hour / minute / second) of the ordering message.

市場接続システム120は、市場システム130との接続の異常検知を含め、市場システム130との間の電文の送受信の管理処理を実行するものである。この市場接続システム120は、注文管理システム70から受信した順番で発注キューに置かれた発注電文を、その順番で通信回線を介して市場システム130へ送出する。なお、市場接続システム120は、証券会社等の金融機関が設置するシステムであるが、本発明を説明するうえでは(検証システム10の機能を把握するうえでは)、市場サイドのシステムとして捉えてもよい。   The market connection system 120 executes management processing of transmission / reception of electronic messages with the market system 130 including detection of abnormality of connection with the market system 130. This market connection system 120 sends the ordering messages placed in the ordering queue in the order received from the order management system 70 to the market system 130 via the communication line in that order. The market connection system 120 is a system installed by a financial institution such as a securities company. However, in explaining the present invention (in order to understand the function of the verification system 10), the market connection system 120 may be regarded as a market side system. Good.

市場システム130は、応答電文である発注電文を受信すると、その発注電文に応じた内容の通知電文(顧客識別情報、注文番号等を含む。)を、通信回線を介して市場接続システム120へ送信する。例えば、上流から見ると、注文受付サーバ90からの投入電文が、新規注文の注文電文、訂正の注文電文、取消の注文電文である場合には、注文管理システム70からは、それらの投入電文に対する応答電文として、新規注文の発注電文、訂正の発注電文、取消の発注電文が、市場接続システム120を介して市場システム130に送信されてくるので、市場システム130は、注文受付の通知電文、訂正完了の通知電文、取消完了の通知電文を、それぞれ通信回線を介して市場接続システム120へ送信する。   When the market system 130 receives the order message as a response message, the market system 130 transmits a notification message (including customer identification information, order number, etc.) corresponding to the order message to the market connection system 120 via the communication line. To do. For example, when viewed from the upstream side, when the input message from the order reception server 90 is a new order message, a correction order message, or a cancellation order message, the order management system 70 responds to these input messages. As a response message, a new ordering message, a correction ordering message, and a canceling ordering message are transmitted to the market system 130 via the market connection system 120. Therefore, the market system 130 sends an order reception notification message and a correction message. A completion notification message and a cancellation completion notification message are respectively transmitted to the market connection system 120 via the communication line.

また、市場システム130は、市場において顧客の注文が約定した場合には、約定の通知電文(顧客識別情報、注文番号、銘柄、売買区分、約定数量、約定単価、市場等を含む。)を、通信回線を介して市場接続システム120へ送信する。   In addition, when the customer's order is executed in the market, the market system 130 includes a notification message (including customer identification information, order number, brand, trading category, contract amount, contract unit price, market, etc.). It transmits to the market connection system 120 via a communication line.

市場接続システム120は、市場システム130から送信されてくる通知電文を受信し、受信した通知電文を、通信回線を介して注文管理システム70へ送信する。この通知電文(市場接続システム120から注文管理システム70へ送信される電文)は、比較検証対象の注文処理システムに投入される投入電文である。   The market connection system 120 receives the notification message transmitted from the market system 130, and transmits the received notification message to the order management system 70 via the communication line. This notification message (a message transmitted from the market connection system 120 to the order management system 70) is an input message that is input to the order processing system to be compared and verified.

注文管理システム70では、投入電文である通知電文の受信があると、そのログ情報が通知ログ記憶手段75に記憶される。このログ情報には、通知電文の記録時刻(年月日、時分秒)が含まれる。   In the order management system 70, when a notification message that is an input message is received, the log information is stored in the notification log storage means 75. This log information includes the recording time (year / month / day, hour / minute / second) of the notification message.

そして、注文管理システム70では、約定処理手段72により、受信した通知電文の内容に応じ、発注データ記憶手段73に記憶された発注データの更新処理を実行する。例えば、約定の通知電文を受信した場合には、約定数量や約定単価等を記憶させ、注文状況を示すステータスを「注文中」から「約定済」に変更する処理等を実行する。また、約定の情報を用いて、注文受付システム60の注文データ記憶手段64に記憶された注文データの更新処理も行われる。   In the order management system 70, the contract processing means 72 executes an update process of the order data stored in the order data storage means 73 according to the contents of the received notification message. For example, when a contract notification message is received, a contract constant amount, a contract unit price, and the like are stored, and processing for changing the status indicating the order status from “in order” to “contract completed” is executed. The order data stored in the order data storage means 64 of the order receiving system 60 is also updated using the contract information.

<テスト環境下の新システムの構成および検証システム10との配置関係:図3>   <Configuration of new system under test environment and placement relationship with verification system 10: FIG. 3>

図3において、テスト環境下の新システムである注文処理システムは、図3中の一点鎖線で示すように、注文受付システム80と注文管理システム70とにより構成されている。このうち、更改部分は、注文受付システム80だけであり、注文管理システム70については、更改はなく、図2の本番環境下と同じものである。従って、図2の本番環境下の旧システムを構成する注文受付システム60が、図3のテスト環境下の新システムを構成する注文受付システム80に変わっただけである。新システムの注文受付システム80を構成する各手段81,82および各記憶手段83〜88は、旧システムの注文受付システム60を構成する各手段61,62および各記憶手段63〜68に対応している。   In FIG. 3, the order processing system, which is a new system under the test environment, includes an order receiving system 80 and an order management system 70 as indicated by a one-dot chain line in FIG. 3. Of these, the renewal portion is only the order receiving system 80, and the order management system 70 is not renewed and is the same as that in the production environment of FIG. Therefore, the order receiving system 60 constituting the old system under the production environment in FIG. 2 is merely changed to the order receiving system 80 constituting the new system under the test environment in FIG. The means 81 and 82 and the storage means 83 to 88 constituting the order receiving system 80 of the new system correspond to the means 61 and 62 and the storage means 63 to 68 constituting the order receiving system 60 of the old system. Yes.

そして、図3のテスト環境において、新システムである注文処理システム(注文受付システム80と注文管理システム70との結合状態)の上流側には、図2の注文受付サーバ90や条件成否監視サーバ100の代わりに、検証システム10の投入手段43や条件成否監視サーバ用スタブ44が配置され、下流側には、図2の市場接続システム120や市場システム130の代わりに、検証システム10の投入手段43や市場用スタブ45が配置されている。   In the test environment of FIG. 3, the order reception server 90 and the condition success / failure monitoring server 100 of FIG. 2 are located upstream of the order processing system (the combined state of the order reception system 80 and the order management system 70), which is a new system. Instead, the input unit 43 of the verification system 10 and the stub 44 for the condition success / failure monitoring server are arranged, and the input unit 43 of the verification system 10 instead of the market connection system 120 and the market system 130 of FIG. And a market stub 45 is arranged.

<検証システム10の構成の詳細:図1、図3>   <Details of Configuration of Verification System 10: FIGS. 1 and 3>

図1において、本番環境情報収集手段20は、本番環境から検証処理に必要なデータを収集する処理を行うものであり、本番投入電文取得手段21と、本番応答電文取得手段22と、業務開始時点本番データ取得手段23と、業務終了時点本番データ取得手段24とを含んで構成されている。   In FIG. 1, the production environment information collection unit 20 performs a process of collecting data necessary for the verification process from the production environment. The production input message acquisition unit 21, the production response message acquisition unit 22, and the job start time point The system includes a production data acquisition unit 23 and a work end time production data acquisition unit 24.

本番投入電文取得手段21は、本番環境下の旧システム(図2参照)の注文ログ記憶手段65に記憶された注文電文(投入電文)のログ情報、条件付注文発注ログ記憶手段68に記憶された条件付注文発注電文(投入電文)のログ情報、および通知ログ記憶手段75に記憶された通知電文(投入電文)のログ情報を取得し、取得した各ログ情報(電文データの記録時刻を含む。)を、本番投入電文記憶手段50に記憶させる処理を実行するものである。   The actual input message acquisition means 21 is stored in the order message (input message) log information and the conditional order order log storage means 68 stored in the order log storage means 65 of the old system under the production environment (see FIG. 2). Log information of the conditional ordering message (input message) and the log information of the notification message (input message) stored in the notification log storage means 75, and the acquired log information (including the recording time of the message data) )) Is stored in the actual input message storage means 50.

本番応答電文取得手段22は、本番環境下の旧システム(図2参照)の注文応答ログ記憶手段66に記憶された注文応答電文(応答電文)のログ情報、条件付注文ログ記憶手段67に記憶された条件付注文電文(応答電文)のログ情報、および発注ログ記憶手段74に記憶された発注電文(応答電文)のログ情報を取得し、取得した各ログ情報(電文データの記録時刻を含む。)を、本番応答電文記憶手段51に記憶させる処理を実行するものである。   The production response message acquisition unit 22 stores the log information of the order response message (response message) stored in the order response log storage unit 66 of the old system (see FIG. 2) in the production environment, and stores it in the conditional order log storage unit 67. The log information of the conditional order message (response message) and the log information of the order message (response message) stored in the order log storage means 74 are acquired, and the acquired log information (including the recording time of the message data) is acquired. )) Is stored in the actual response message storage means 51.

業務開始時点本番データ取得手段23は、本番環境下の旧システム(図2参照)の業務開始時点における各種マスタ記憶手段63に記憶された各種マスタ情報(顧客情報等)、注文データ記憶手段64に記憶された注文データ(顧客識別情報、注文番号、銘柄、売買区分、数量、単価、市場、注文状況を示すステータス等を含む。)、および発注データ記憶手段73に記憶された発注データ(注文データと同様な内容)を取得し、取得したデータを、業務開始時点本番データ記憶手段52に記憶させる処理を実行するものである。なお、業務開始時点における注文データや発注データを取得するのは、例えば、業務開始時点で、前日の夜間に発生したデータが残っている場合等があり、そのような状態をテスト環境に反映させてから検証処理を開始する必要があるからである。   The production data acquisition means 23 at the time of business start is stored in various master information (customer information, etc.) stored in the various master storage means 63 at the time of business start of the old system (see FIG. 2) in the production environment. Stored order data (including customer identification information, order number, brand, trade classification, quantity, unit price, market, status indicating order status, etc.) and order data stored in the order data storage means 73 (order data) And the process of storing the acquired data in the actual data storage means 52 at the start of work. Note that order data and order data at the start of business may be acquired, for example, when there is still data that occurred at night at the start of business, and such conditions are reflected in the test environment. This is because it is necessary to start the verification process later.

業務終了時点本番データ取得手段24は、本番環境下の旧システム(図2参照)の業務終了時点における注文データ記憶手段64に記憶された注文データ、および発注データ記憶手段73に記憶された発注データを取得し、取得したデータを、業務終了時点本番データ記憶手段53に記憶させる処理を実行するものである。   The production data acquisition means 24 at the time of business completion is the order data stored in the order data storage means 64 at the time of business completion of the old system (see FIG. 2) in the production environment and the order data stored in the order data storage means 73. , And the process of storing the acquired data in the actual data storage means 53 at the end of the job is executed.

テスト環境情報収集手段30は、テスト環境から検証処理に必要なデータを収集する処理を行うものであり、テスト応答電文取得手段31と、業務終了時点テストデータ取得手段32とを含んで構成されている。   The test environment information collection unit 30 performs processing for collecting data necessary for verification processing from the test environment, and includes a test response message acquisition unit 31 and a work end point test data acquisition unit 32. Yes.

テスト応答電文取得手段31は、テスト環境下の新システム(図3参照)の注文応答ログ記憶手段86に記憶された注文応答電文(応答電文)のログ情報、および条件付注文ログ記憶手段87に記憶された条件付注文電文(応答電文)のログ情報を取得し、取得した各ログ情報を、テスト応答電文記憶手段54に記憶させる処理を実行するものである。また、図1および図3には、市場用スタブ45が、注文番号をテスト環境下の番号から本番環境下の番号に変換し、発注電文(本番環境下の番号に変換後の注文番号を含む。)を、テスト応答電文記憶手段54に記憶させるように図示されているが、テスト応答電文取得手段31が、発注ログ記憶手段74に記憶された発注電文(応答電文)のログ情報を取得し、再現電文記憶手段56に記憶された二つの環境下の番号の関連付け情報を用いて、注文番号をテスト環境下の番号から本番環境下の番号に変換し、発注電文(本番環境下の番号に変換後の注文番号を含む。)を、テスト応答電文記憶手段54に記憶させる構成としてもよい。   The test response message acquisition unit 31 stores the order response message (response message) log information stored in the order response log storage unit 86 of the new system under the test environment (see FIG. 3) and the conditional order log storage unit 87. The log information of the stored conditional order message (response message) is acquired, and processing for storing the acquired log information in the test response message storage unit 54 is executed. 1 and 3, the market stub 45 converts the order number from the number in the test environment to the number in the production environment, and includes an ordering message (the order number converted into the number in the production environment). .) Is stored in the test response message storage unit 54, the test response message acquisition unit 31 acquires the log information of the order message (response message) stored in the order log storage unit 74. The order number is converted from the number in the test environment to the number in the production environment using the association information of the two environment numbers stored in the reproduced message storage means 56, and the order message (the number in the production environment is changed to the number in the production environment). (Including the converted order number) may be stored in the test response message storage means 54.

業務終了時点テストデータ取得手段32は、テスト環境下の新システム(図3参照)の業務終了時点における注文データ記憶手段84に記憶された注文データ、および発注データ記憶手段73に記憶された発注データを取得し、取得したデータを、業務終了時点テストデータ記憶手段55に記憶させる処理を実行するものである。   The work end time test data acquisition means 32 is the order data stored in the order data storage means 84 at the time of the work end of the new system under the test environment (see FIG. 3) and the order data stored in the order data storage means 73. And the process of storing the acquired data in the work end point test data storage means 55 is executed.

本番データ反映手段40は、テスト環境下の新システム(図3参照)に対し、業務開始時点における本番環境のデータを反映させることにより、テスト環境下の新システムにおいて本番環境の業務開始時点の状況を再現する処理を実行するものであり、業務開始時点本番データ記憶手段52に記憶された各種マスタ情報(顧客情報等)、注文データ、および発注データを、テスト環境における各種マスタ記憶手段83、注文データ記憶手段84、および発注データ記憶手段73にそれぞれ格納する処理を実行する。   The production data reflecting means 40 reflects the production environment data at the start of the work on the new system under the test environment (see FIG. 3), so that the situation at the start of the production environment work in the new system under the test environment. Is performed, and various master information (customer information, etc.), order data, and order data stored in the production data storage means 52 at the time of starting work are stored in the various master storage means 83, order in the test environment. Processing to be stored in the data storage means 84 and the order data storage means 73 is executed.

マスキング手段41は、本番投入電文記憶手段50に記憶された投入電文(注文電文、条件付注文発注電文、および通知電文)のログ情報の中に、暗証番号等の個人情報が含まれている場合には、その個人情報を代替情報に置き換える処理を実行するものである。なお、本実施形態では、顧客識別情報は、個人情報とはみなさないので、そのまま再現電文の構成データとして使用する。   The masking unit 41 includes personal information such as a personal identification number in the log information of the input message (order message, conditional ordering message, and notification message) stored in the actual input message storage unit 50. Performs processing for replacing the personal information with alternative information. In the present embodiment, the customer identification information is not regarded as personal information, and is therefore used as it is as the configuration data of the reproduced message.

分類手段42は、図4に示すように、本番投入電文記憶手段50に記憶された複数の入力経路の投入電文(注文電文、条件付注文発注電文、および通知電文)を、マスキング手段41による処理後に、記録時刻を用いて各投入電文の投入順序の通りに並べて統合し、統合した複数の入力経路の投入電文を、比較検証対象のシステム(本実施形態では、注文処理システム)の挙動が切り替わる複数の時間帯に合わせて、記録時刻を用いて複数の時間帯に分類し、分類後の投入電文を、再現電文記憶手段56に記憶させる処理を実行するものである。   As shown in FIG. 4, the classifying unit 42 processes the input messages (order message, conditional ordering message, and notification message) of a plurality of input paths stored in the actual input message storage unit 50 by the masking unit 41. Later, using the recording time, the input messages are arranged and integrated in the order of input, and the behavior of the system to be compared and verified (in this embodiment, the order processing system) is switched for the integrated input messages of the plurality of input paths. In accordance with a plurality of time zones, a process of classifying into a plurality of time zones using recording times and storing the input telegrams after the classification in the reproduced message storage means 56 is executed.

ここで、複数の時間帯は、本実施形態では、一例として、注文処理システムを比較検証対象としているので、市場システム130(図2参照)との関係で予め設定されている時間帯であり、これらの複数の時間帯は、新システムである注文処理システム(図3の注文受付システム80および注文管理システム70)と、旧システムである注文処理システム(図2の注文受付システム60および注文管理システム70)との双方に共通するものである。このように時間帯による分類処理を行うのは、各時間帯でシステムの挙動が異なるので、テスト環境において本番環境と同じ挙動を再現し、両者を比較検証するためである。   Here, in the present embodiment, as an example, the plurality of time zones are the time zones that are set in advance in relation to the market system 130 (see FIG. 2) because the order processing system is a target for comparison and verification. These plural time zones are the new order processing system (order receiving system 80 and order management system 70 in FIG. 3) and the old order processing system (order receiving system 60 and order management system in FIG. 2). 70). The reason why the time zone classification processing is performed in this manner is that the behavior of the system is different in each time zone, so that the same behavior as the production environment is reproduced in the test environment, and the two are compared and verified.

より具体的には、複数の時間帯は、例えば、「市場開局前」の時間帯(1)=6:00〜8:00と、「市場開局後」の時間帯(2)=8:00〜9:00と、「前場」の時間帯(3)=9:00〜11:30と、「場間」の時間帯(4)=11:30〜12:05と、「後場受付」の時間帯(5)=12:05〜12:30と、「後場」の時間帯(6)=12:30〜15:30と、「受付停止」の時間帯(7)=15:30〜18:00と、「翌日注文」の時間帯(8)=18:00〜27:00とに分割された時間帯である。   More specifically, the plurality of time zones are, for example, “before market launch” time zone (1) = 6: 00 to 8:00, and “after market launch” time zone (2) = 8: 00 ~ 9: 00, the time zone of the "front" (3) = 9: 00 to 11:30, the time zone of the "place" (4) = 11:30 to 12:05, Time zone (5) = 12: 05 to 12:30, “later” time zone (6) = 12: 30 to 15:30, and “stop reception” time zone (7) = 15: 30 to 18 0:00 and the time zone of “next day order” (8) = 18: 00 to 27:00.

なお、1日だけの投入電文の再現ではなく、連続する複数の日の投入電文を再現する場合には、ある日の時間帯(1),(2)…(8)、翌日の時間帯(1),(2)…(8)、さらにその次の日の時間帯(1),(2)…(8)のように、投入電文の分類処理が行われる。従って、例えば、同じ時間帯(1)であっても、日にちが異なっていれば、別々に分類される。   In addition, when reproducing an input message for a plurality of consecutive days instead of reproducing an input message for only one day, the time zone for one day (1), (2) ... (8), the time zone for the next day ( As shown in 1), (2)... (8), and the time zone (1), (2). Therefore, for example, even in the same time zone (1), if the dates are different, they are classified separately.

また、分類手段42は、本実施形態では、図4に示すように、複数の時間帯に分類された投入電文(注文電文、条件付注文発注電文、および通知電文)を、さらに顧客識別情報(口座番号等)を用いて顧客毎にグルーピングし、時間帯に分類され、かつ、顧客毎にグルーピングされた状態で、投入電文を再現電文記憶手段56に記憶させる処理を実行する。従って、再現電文記憶手段56には、時間帯(1)については、時間帯(1)の顧客Aの投入電文のグループ、時間帯(1)の顧客Bの投入電文のグループ、時間帯(1)の顧客Cの投入電文のグループ、…が記憶されている状態となる。他の時間帯(2)〜(8)についても同様であり、それぞれの時間帯に、顧客A,B,C,…のグループがある。そして、時間帯毎で、かつ、顧客毎の各々のグループ内では、同一の時間帯についての同一の顧客の投入電文だけが、記録時刻の順番に従って並べられている状態となる。   In this embodiment, as shown in FIG. 4, the classification means 42 further converts the input messages (order message, conditional ordering message, and notification message) classified into a plurality of time zones into customer identification information ( Grouping is performed for each customer using an account number or the like, and the process of storing the input message in the reproduced message storage means 56 is performed in a state where it is classified into time zones and grouped for each customer. Therefore, in the reproduced message storage means 56, for the time zone (1), the group of input messages of the customer A in the time zone (1), the group of input messages of the customer B in the time zone (1), the time zone (1 ) Of customer C's input message group, ... is stored. The same applies to the other time zones (2) to (8), and there is a group of customers A, B, C,... In each time zone. And in each group for every time zone and every customer, only the input message of the same customer about the same time zone will be in the state arranged according to the order of recording time.

このように時間帯に分類し、さらに顧客毎にグルーピングする処理を行うのは、同一の時間帯の投入電文であっても、同一の顧客については、新規注文、訂正、取消の注文電文があり、それらの投入順序が保たれないと、処理結果が異なってしまうので、そのような事態を回避するためである。換言すれば、同一の顧客内での投入電文の投入順序(前後関係)を保ちさえすれば、同一の時間帯内で、異なる顧客間の投入電文の投入順序を崩しても、検証処理には影響は出ないので、顧客単位でのグルーピングを行う。   In this way, even for input messages in the same time zone, the processing of grouping by customer and grouping for each customer has order messages for new orders, corrections, and cancellations for the same customer. This is to avoid such a situation because the processing results will be different if the order of input is not maintained. In other words, as long as the order of input messages within the same customer is maintained (contextual relationship), even if the order of input messages between different customers is disrupted within the same time period, the verification process requires Since there is no impact, group by customer.

なお、一般には、先に市場への発注を行った顧客の注文が優先されて約定するので、異なる顧客間の投入電文の投入順序を変えれば、市場での処理は異なるものとなり、異なった処理結果が得られることになる。しかし、本実施形態の検証システム10は、市場システム130の処理を含めて検証を行うわけではなく(そのような検証は、市場の板の状態を再現することになるので、実質的に困難である。)、市場システム130の処理は、比較検証対象の注文処理システムの外部で行われる処理に相当する。従って、市場システム130の処理結果は、市場システム130からの通知電文(投入電文)という形で、検証処理に関わることになり、この通知電文は、本番環境から実際のデータを取得しているので、異なる顧客間の投入電文の投入順序を変えても、検証処理には影響は出ないことになる。   In general, the order of the customer who placed the order in the market first is prioritized and executed, so if the order of input messages between different customers is changed, the processing in the market will be different and different processing will be performed. The result will be obtained. However, the verification system 10 according to the present embodiment does not perform verification including the processing of the market system 130 (such verification is substantially difficult because the state of the board in the market is reproduced). The processing of the market system 130 corresponds to processing performed outside the order processing system to be compared and verified. Therefore, the processing result of the market system 130 is related to the verification process in the form of a notification message (input message) from the market system 130, and this notification message acquires actual data from the production environment. Even if the input order of input messages between different customers is changed, the verification process is not affected.

さらに、分類手段42は、複数の時間帯のそれぞれについて顧客毎に投入電文(注文電文、条件付注文発注電文、および通知電文)をグルーピングする際に、本番環境下の記録時刻が同時刻になっている投入電文については、注文電文、条件付注文発注電文、通知電文の順で予め定められた優先順位に従って、この優先順位の高い投入電文から順番にテスト環境下の新システムに対して投入されるように投入電文を並べる処理を実行する。   Furthermore, when the classification means 42 groups input messages (order message, conditional order message, and notification message) for each customer for each of a plurality of time zones, the recording time in the production environment becomes the same time. The ordering messages, conditional ordering messages, and notification messages are sent to the new system under the test environment in order of the order of priority. Execute the process to arrange the input messages as shown.

このように投入電文の入力経路に優先順位を付けるのは、記録時刻が同時刻になっていたとしても、本番環境における実際の処理では投入に時間差がある場合があり、この場合に、実際の投入順序が保たれないと、処理結果が異なってしまうことがあるので、そのような事態を回避するためである。例えば、市場接続システム120の発注キューでの滞留もなく、市場システム130からの返信も円滑に行われると、記録時刻の最小刻みに満たない時間差で、複数の入力経路からの投入が行われることがあり得る。   In this way, priorities are given to the input paths of input messages, even if the recording time is the same time, there may be a time difference in input in the actual processing in the production environment. This is to avoid such a situation because the processing results may differ if the order of insertion is not maintained. For example, if there is no stagnation in the ordering queue of the market connection system 120 and the reply from the market system 130 is performed smoothly, input from a plurality of input paths is performed with a time difference less than the minimum increment of the recording time. There can be.

具体的には、注文電文と条件付注文発注電文との順序関係では、例えば、実際には、条件付注文である新規注文の注文電文の投入の後に、条件付注文発注電文の投入が行われるところ、それらの順序が逆転し、顧客から条件付注文の新規注文が出ていないのに、条件成否監視サーバ100から条件付注文の条件成立に伴う市場への発注指令が出るという事態があり得るので、そのような事態を回避するためである。   Specifically, in the order relationship between the order message and the conditional order ordering message, for example, after the order message of a new order that is a conditional order is actually input, the conditional order ordering message is input. However, the order may be reversed, and there may be a case where the conditional success / failure monitoring server 100 issues an ordering instruction to the market when the conditional order condition is satisfied, even though the customer does not issue a new conditional order. So to avoid such a situation.

また、注文電文と通知電文との順序関係では、例えば、実際には、新規注文の注文電文の投入の後に、注文受付の通知電文の投入や、約定の通知電文の投入が行われるところ、それらの順序が逆転し、顧客から新規注文が出ていないのに、市場から注文受付の通知や、約定の通知があるという事態があり得るので、そのような事態を回避するためである。   In addition, in the order relationship between the order message and the notification message, for example, in fact, after the order message for a new order is inserted, the notification message for order reception or the notification message for execution is input. In order to avoid such a situation, there may be a case where there is a notice of order acceptance or a notice of execution from the market even though the order is reversed and no new order has been issued from the customer.

さらに、条件付注文発注電文と通知電文との順序関係では、例えば、実際には、条件付注文発注電文の投入の後に、注文受付の通知電文の投入や、約定の通知電文の投入が行われるところ、それらの順序が逆転し、条件成否監視サーバ100から条件付注文の条件成立に伴う市場への発注指令が出ていないのに、市場から注文受付の通知や、約定の通知があるという事態があり得るので、そのような事態を回避するためである。   Furthermore, in the order relationship between the conditional ordering message and the notification message, for example, after the conditional ordering message is actually input, the order reception notification message or the contract notification message is input. However, the order is reversed, and there is no order receipt command from the market to the market when the conditional success / failure monitoring server 100 establishes the condition for the conditional order, but there is a notice of order acceptance or a notice of execution from the market. This is to avoid such a situation.

投入手段43は、複数の時間帯に従ってシステム時刻を現実の時刻とは異なる仮想の時刻に設定した状態のテスト環境下の新システム(図3参照)に対し、再現電文記憶手段56に記憶された分類後の投入電文のうち、新システムに設定した仮想の時刻に対応する時間帯の投入電文を、通信回線を介して投入する処理を、複数の時間帯のそれぞれについて実行するものである。なお、新システムのシステム時刻を、仮想の時刻に設定する処理は、手動で行ってもよいが、本実施形態では、投入手段43により自動設定する。   The input means 43 is stored in the reproduced message storage means 56 for a new system (see FIG. 3) under a test environment in which the system time is set to a virtual time different from the actual time according to a plurality of time zones. Of the input messages after classification, a process of inputting, via a communication line, an input message in a time zone corresponding to a virtual time set in the new system is executed for each of a plurality of time zones. Note that the process of setting the system time of the new system to the virtual time may be performed manually, but in this embodiment, it is automatically set by the input means 43.

より詳細には、投入手段43は、図5に示すように、テスト環境下の新システム(図3参照)に対し、複数の時間帯に従ってシステム時刻を現実の時刻とは異なる仮想の時刻に設定するための仮想の時刻の設定指令を、通信回線を介して送信した後、当該仮想の時刻に対応する時間帯の投入電文を、通信回線を介して新システムに投入する処理を実行する。この際、各時間帯の投入電文は、顧客毎にグルーピングされているので、投入手段43は、顧客毎にグルーピングされた投入電文を、同一顧客内の投入電文の順序を保ったまま顧客毎のグループ単位で新システムに投入していく処理を実行する。そして、投入手段43は、このような仮想の時刻の設定指令の送信処理と、当該仮想の時刻に対応する時間帯の投入電文の投入処理とを、複数の時間帯について交互に繰り返す。   More specifically, as shown in FIG. 5, the input unit 43 sets the system time to a virtual time different from the actual time according to a plurality of time zones for the new system under the test environment (see FIG. 3). After transmitting a virtual time setting command for transmission via the communication line, a process of inputting a time-sent message corresponding to the virtual time to the new system via the communication line is executed. At this time, since the input messages in each time zone are grouped for each customer, the input means 43 sets the input messages grouped for each customer for each customer while maintaining the order of the input messages in the same customer. Execute the process that is introduced to the new system in groups. Then, the input unit 43 alternately repeats the transmission process of such a virtual time setting command and the input process of the input message in the time period corresponding to the virtual time for a plurality of time periods.

具体的には、投入手段43は、図5に示すように、親ドライバと、顧客毎のドライバ(顧客A用のドライバ、顧客B用のドライバ、顧客C用のドライバ、…)とにより構成されている。   Specifically, as shown in FIG. 5, the input unit 43 includes a parent driver and a driver for each customer (a customer A driver, a customer B driver, a customer C driver,...). ing.

親ドライバは、新システムである注文処理システムを構成する注文受付システム80および注文管理システム70(図3参照)のそれぞれに対し、時間帯(1)に対応する仮想の時刻6:00(時間帯(1)の開始時刻)の設定指令を、通信回線を介して送信した後に、顧客毎のドライバに対し、当該仮想の時刻6:00に対応する時間帯(1)の各顧客の投入電文のグループの投入指令を出す処理を実行する。そして、他の時間帯(2)〜(8)についても、このような新システムに対する仮想の時刻の設定指令の送信処理と、顧客毎のドライバに対する投入指令の処理とを繰り返すようになっている。   The parent driver sends a virtual time 6:00 (time zone) corresponding to the time zone (1) to each of the order reception system 80 and the order management system 70 (see FIG. 3) constituting the new order processing system. After sending the setting command of (1) start time) via the communication line, each customer's input message of the time zone (1) corresponding to the virtual time 6:00 is sent to the driver for each customer. Executes processing to issue a group submission command. Then, in other time zones (2) to (8), the process of transmitting the virtual time setting command to the new system and the process of the input command to the driver for each customer are repeated. .

顧客毎のドライバは、親ドライバから時間帯(1)の投入電文の投入指令を受けたときに、各顧客の時間帯(1)の投入電文のグループを、通信回線を介して新システムに投入する処理を実行する。そして、他の時間帯(2)〜(8)についても同様に、親ドライバからの投入指令を受けたときに、指令に係る時間帯についての各顧客の投入電文のグループを、通信回線を介して新システムに投入する処理を実行する。   When a driver for each customer receives an input message for the time zone (1) from the parent driver, the customer's time group (1) for the input message group is sent to the new system via the communication line. Execute the process. Similarly, in the other time zones (2) to (8), when receiving the input command from the parent driver, the group of input messages of each customer for the time zone related to the command is transmitted via the communication line. And execute the process to be input to the new system.

また、投入手段43は、再現電文記憶手段56に記憶された投入電文を投入する処理を実行するが、そのうちの通知電文の投入については、再現電文記憶手段56において注文番号についての本番環境の番号とテスト環境の番号との関連付けの更新処理が行われた後でないと、投入処理を実行しない。すなわち、投入手段43は、通知電文を新システム(図3参照)に投入する際には、本番環境で自動付与された注文番号を含む通知電文のままではなく、テスト環境で自動付与された注文番号を含む通知電文を投入する。なお、再現電文記憶手段56に記憶された通知電文に関する情報の更新処理(注文番号についての本番環境の番号とテスト環境の番号との関連付け情報の追加処理)は、後述するように、市場用スタブ45により実行される。   The input unit 43 executes a process of inputting the input message stored in the reproduced message storage unit 56. Regarding the input of the notification message, the reproduction message storage unit 56 uses the production environment number for the order number. The input process is not executed until the process of updating the association between the test environment number and the test environment number is performed. That is, when the notification means 43 inputs the notification message to the new system (see FIG. 3), the order automatically added in the test environment, not the notification message including the order number automatically assigned in the production environment. A notification message including a number is input. The update process of information related to the notification message stored in the reproduced message storage means 56 (addition process of the association information between the production environment number and the test environment number with respect to the order number) is performed as described later. 45.

さらに、投入手段43は、新旧システムで投入電文の構成(形式または定義)に相違がある場合には、投入用差分記憶手段57に記憶された投入電文の形式または定義の差分情報を用いて、再現電文記憶手段56に記憶された分類後の投入電文を、新システム用の形式または定義に変換してから、新システムに投入する処理を実行する。   Further, when there is a difference in the configuration (format or definition) of the input message between the new and old systems, the input means 43 uses the difference information of the input message format or definition stored in the input difference storage means 57, and After the classified input message stored in the reproduced message storage means 56 is converted into a format or definition for the new system, a process for inputting it into the new system is executed.

条件成否監視サーバ用スタブ44は、条件成否監視サーバ100(図2参照)の代用の処理を行うものであり、注文受付システム80から通信回線を介して送信されてくる条件付注文電文を受信する処理を実行する。   The conditional success / failure monitoring server stub 44 performs a substitute process for the conditional success / failure monitoring server 100 (see FIG. 2), and receives a conditional order message transmitted from the order receiving system 80 via a communication line. Execute the process.

市場用スタブ45は、市場システム130(図2参照)の代用の処理を行うものであるが、注文番号について本番環境の番号とテスト環境の番号とを関連付ける処理も実行する。すなわち、注文管理システム70は、市場へ発注電文を送信する際に、注文番号を自動付与して送信するが、テスト環境下の注文管理システム70は、再現する発注電文(応答電文)に対し、本番環境下の注文管理システム70と同じ注文番号を付与しないので、市場用スタブ45は、注文管理システム70から、テスト環境で付与された注文番号を含む発注電文を受信することになる。この際、市場用スタブ45は、受信した発注電文について、注文番号以外の情報(顧客識別情報、銘柄、数量、単価等)から、いずれの注文の発注電文であるかを特定する処理を実行し、特定した注文についての本番環境の注文番号と、受信した発注電文に含まれるテスト環境の注文番号との関連付け情報を、再現電文記憶手段56に記憶させる。これにより、再現電文記憶手段56に記憶された通知電文は、本番環境から取得しているので、本番環境で付与された注文番号を含む通知電文であるが、テスト環境で付与された注文番号との関連付け情報を追加されることで、投入手段43がテスト環境の注文番号を含む通知電文を作成し、新システムに投入することが可能となる。   The market stub 45 performs processing in place of the market system 130 (see FIG. 2), but also executes processing for associating the production environment number and the test environment number with respect to the order number. That is, when the order management system 70 transmits an ordering message to the market, the order management system 70 automatically assigns and transmits the order number. However, the order management system 70 under the test environment responds to the ordering message (response message) to be reproduced. Since the same order number as the order management system 70 in the production environment is not given, the market stub 45 receives an ordering message including the order number given in the test environment from the order management system 70. At this time, the market stub 45 executes processing for identifying the order message of which order from the information (customer identification information, brand, quantity, unit price, etc.) other than the order number for the received order message. The reproduction message storage means 56 stores association information between the order number of the production environment for the specified order and the order number of the test environment included in the received order message. Thereby, since the notification message stored in the reproduction message storage means 56 is acquired from the production environment, it is a notification message including the order number given in the production environment, but the order number given in the test environment and Is added, the input means 43 can create a notification message including the order number of the test environment and input it to the new system.

また、市場用スタブ45は、上記の関連付けを行った後に、受信した発注電文(テスト環境の注文番号を含む)を、発注電文(本番環境の注文番号を含む)に変換し、テスト応答電文記憶手段54に記憶させる処理も実行する。なお、テスト応答電文記憶手段54への発注電文(本番環境の注文番号を含む)の格納処理は、テスト応答電文取得手段31により、発注ログ記憶手段74に記憶された発注電文(テスト環境の注文番号を含む)のログ情報を変換することにより行ってもよい。   Further, the market stub 45 converts the received ordering message (including the test environment order number) into an ordering message (including the production environment order number) after storing the above association, and stores the test response message. Processing to be stored in the means 54 is also executed. Note that the processing for storing the order message (including the production environment order number) in the test response message storage means 54 is performed by the test response message acquisition means 31 in the order message stored in the order log storage means 74 (test environment order). The log information (including the number) may be converted.

注文データ検証手段46は、業務終了時点本番データ記憶手段53に記憶された旧システム(図2参照)の注文データおよび発注データと、業務終了時点テストデータ記憶手段55に記憶された新システム(図3参照)の注文データおよび発注データとを比較することにより、新旧システムの動作が同じか否かを確認する検証処理を実行するものである。この際、注文データ検証手段46は、注文データおよび発注データの構成(形式または定義)が新旧システムで相違する場合には、注文データ検証用差分記憶手段58に記憶された差分情報を用いて変換処理を行うことにより形式または定義を統一してから、比較検証処理を実行する。   The order data verification means 46 includes the order data and order data of the old system (see FIG. 2) stored in the actual data storage means 53 at the end of work and the new system (see FIG. 2) stored in the test data storage means 55 at the end of work. 3), the verification data for confirming whether or not the operation of the old and new systems is the same is executed. At this time, when the order data and the configuration (format or definition) of the order data are different between the old and new systems, the order data verifying unit 46 converts the order data using the difference information stored in the order data verifying difference storing unit 58. After performing the process to unify the format or definition, the comparison verification process is executed.

応答電文検証手段47は、本番応答電文記憶手段51に記憶された旧システム(図2参照)の応答電文(注文応答電文、条件付注文電文、発注電文)と、テスト応答電文記憶手段54に記憶された新システム(図3参照)の応答電文(注文応答電文、条件付注文電文、発注電文)とを比較することにより、新旧システムの動作が同じか否かを確認する検証処理を実行するものである。この際、応答電文検証手段47は、応答電文の構成(形式または定義)が新旧システムで相違する場合には、応答電文検証用差分記憶手段59に記憶された差分情報を用いて変換処理を行うことにより形式または定義を統一してから、比較検証処理を実行する。   The response message verification unit 47 stores the response message (order response message, conditional order message, order message) of the old system (see FIG. 2) stored in the actual response message storage unit 51 and the test response message storage unit 54. A verification process is performed to check whether the old and new systems are the same by comparing the response messages (order response message, conditional order message, order message) of the new system (see Fig. 3). It is. At this time, if the response message configuration (format or definition) is different between the old and new systems, the response message verification unit 47 performs conversion processing using the difference information stored in the response message verification difference storage unit 59. The verification or verification process is executed after unifying the format or definition.

本番投入電文記憶手段50は、本番環境下の旧システム(図2参照)から取得した投入電文(注文電文、条件付注文発注電文、通知電文)のログ情報(本番環境下での各電文の記録時刻を含む。)を記憶するものである。通知電文は、本番環境から取得しているので、本番環境で付与された注文番号を含んでいる。   The production input message storage means 50 is a log information (record of each message in the production environment) of the introduction message (order message, conditional ordering message, notification message) acquired from the old system (see FIG. 2) in the production environment. Including the time). Since the notification message is acquired from the production environment, it includes the order number assigned in the production environment.

本番応答電文記憶手段51は、本番環境下の旧システム(図2参照)から取得した応答電文(注文応答電文、条件付注文電文、発注電文)のログ情報(本番環境下での各電文の記録時刻を含む。)を記憶するものである。発注電文は、本番環境から取得しているので、本番環境で付与された注文番号を含んでいる。   The production response message storage means 51 is a log information (record of each message in the production environment) of the response message (order response message, conditional order message, ordering message) acquired from the old system (see FIG. 2) in the production environment. Including the time). Since the ordering message is acquired from the production environment, it includes the order number assigned in the production environment.

業務開始時点本番データ記憶手段52は、本番環境下の旧システム(図2参照)の業務開始時点における各種マスタ情報(顧客情報等)、注文データ記憶手段64に記憶された注文データ(顧客識別情報、注文番号、銘柄、売買区分、数量、単価、市場、注文状況を示すステータス等を含む。)、および発注データ記憶手段73に記憶された発注データ(注文データと同様な内容)を記憶するものである。   The production data storage means 52 at the time of business start includes various master information (customer information, etc.) at the time of business start of the old system (see FIG. 2) in the production environment, and order data (customer identification information) stored in the order data storage means 64. , Order number, brand, trading category, quantity, unit price, market, status indicating order status, etc.), and order data stored in the order data storage means 73 (contents similar to order data) It is.

業務終了時点本番データ記憶手段53は、本番環境下の旧システム(図2参照)の業務終了時点における注文データ記憶手段64に記憶された注文データ(顧客識別情報、注文番号、銘柄、売買区分、数量、単価、市場、注文状況を示すステータス等を含む。)、および発注データ記憶手段73に記憶された発注データ(注文データと同様な内容)を記憶するものである。   The business data storage means 53 at the time of business completion is the order data (customer identification information, order number, brand, trade classification, etc.) stored in the order data storage means 64 at the time of business completion of the old system (see FIG. 2) in the production environment. And the order data (similar contents to the order data) stored in the order data storage means 73 are stored.

テスト応答電文記憶手段54は、テスト環境下の新システム(図3参照)から取得した応答電文(注文応答電文、条件付注文電文、発注電文)のログ情報を記憶するものである。但し、テスト環境下で作成された発注電文には、注文管理システム70により自動付与されたテスト環境の注文番号が含まれているが、本実施形態では、応答電文検証手段47による新旧システムの応答電文の比較検証処理を行うための準備として、市場用スタブ45によりテスト環境の番号から本番環境の番号への変換を行った後の注文番号を含む発注電文が、テスト応答電文記憶手段54に記憶されている。   The test response message storage means 54 stores log information of response messages (order response message, conditional order message, order message) acquired from the new system (see FIG. 3) under the test environment. However, although the order message created in the test environment includes the order number of the test environment automatically given by the order management system 70, in this embodiment, the response of the old and new systems by the response message verification unit 47 is included. As preparation for performing the comparison verification processing of the electronic message, the ordering electronic message including the order number after the conversion from the test environment number to the production environment number by the market stub 45 is stored in the test response message storage unit 54. Has been.

なお、テスト応答電文記憶手段54にテスト環境の注文番号を含む発注電文を記憶しておき、新旧システムの応答電文の比較検証を行う際に、応答電文検証手段47により、再現電文記憶手段56に記憶された関連付け情報を用いてテスト環境の番号から本番環境の番号への注文番号の変換を行うようにしてもよい。また、テスト環境下の新システムの発注ログ記憶手段74(図3参照)には、テスト環境の注文番号を含む発注電文のログ情報が記憶されているので、これをテスト応答電文取得手段31により取得し、再現電文記憶手段56に記憶された関連付け情報を用いてテスト環境の番号から本番環境の番号への注文番号の変換を行ってからテスト応答電文記憶手段54に記憶させてもよく、あるいは、応答電文検証手段47により比較検証の際に注文番号の変換処理を行うことを前提として、テスト応答電文取得手段31により、発注ログ記憶手段74(図3参照)に記憶された発注電文(テスト環境の注文番号を含む)のログ情報を取得し、注文番号の変換処理を行うことなくテスト応答電文記憶手段54に記憶させてもよい。   In addition, when the order message including the order number of the test environment is stored in the test response message storage unit 54 and the response message of the new and old systems is compared and verified, the response message verification unit 47 stores the order message in the reproduction message storage unit 56. The order number may be converted from the test environment number to the production environment number using the stored association information. Further, since the order log storage means 74 (see FIG. 3) of the new system under the test environment stores the order message log information including the order number of the test environment, the test response message acquisition means 31 stores this log information. The order number may be converted from the test environment number to the production environment number using the association information acquired and stored in the reproduced message storage means 56 and stored in the test response message storage means 54, or The order message (test) stored in the order log storage unit 74 (see FIG. 3) by the test response message acquisition unit 31 on the premise that the response number verification unit 47 performs order number conversion processing at the time of comparison verification. Log information (including the order number of the environment) may be obtained and stored in the test response message storage means 54 without performing the order number conversion process.

業務終了時点テストデータ記憶手段55は、テスト環境下の新システム(図3参照)の業務終了時点における注文データ記憶手段84に記憶された注文データ(顧客識別情報、注文番号、銘柄、売買区分、数量、単価、市場、注文状況を示すステータス等を含む。)、および発注データ記憶手段73に記憶された発注データ(注文データと同様な内容)を記憶するものである。   The work end time test data storage means 55 is the order data (customer identification information, order number, brand, trade classification) stored in the order data storage means 84 at the work end time of the new system under test environment (see FIG. 3). And the order data (similar contents to the order data) stored in the order data storage means 73 are stored.

再現電文記憶手段56は、図4に示すように、分類手段42により時間帯毎に分類され、かつ、顧客毎にグルーピングされた状態の投入電文(注文電文、条件付注文発注電文、通知電文)を記憶するものである。具体的には、再現電文記憶手段56には、時間帯(1)の投入電文として、時間帯(1)の顧客Aの投入電文のグループ、時間帯(1)の顧客Bの投入電文のグループ、時間帯(1)の顧客Cの投入電文のグループ、…が記憶され、時間帯(2)の投入電文として、時間帯(2)の顧客Aの投入電文のグループ、時間帯(2)の顧客Bの投入電文のグループ、時間帯(2)の顧客Cの投入電文のグループ、…が記憶され、時間帯(3)〜(7)も同様であり、そして、時間帯(8)の投入電文として、時間帯(8)の顧客Aの投入電文のグループ、時間帯(8)の顧客Bの投入電文のグループ、時間帯(8)の顧客Cの投入電文のグループ、…が記憶されている。   As shown in FIG. 4, the reproduced message storage means 56 is an input message (order message, conditional order order message, notification message) that is classified for each time zone by the classification means 42 and grouped for each customer. Is memorized. Specifically, in the reproduced message storage means 56, as the input message of the time zone (1), the group of the input message of the customer A in the time zone (1) and the group of the input message of the customer B in the time zone (1). , A group of input messages of the customer C in the time zone (1),... Are stored, and a group of input messages of the customer A in the time zone (2) is stored as the input message of the time zone (2). The group of input messages of customer B, the group of input messages of customer C in time zone (2), ... are stored, the same applies to time zones (3) to (7), and the input of time zone (8) As a message, a group of input messages of customer A in time slot (8), a group of input messages of customer B in time slot (8), a group of input messages of customer C in time slot (8), are stored. Yes.

投入用差分記憶手段57は、システム更改に伴う新システムと旧システムとの投入電文の構成(形式または定義)の差分情報を記憶するものである。投入電文の構成(形式または定義)の差分情報とは、例えば、市場について、旧システムで「1=東京」、「2=大阪」となっていたのに対し、新システムでは「1=大阪」、「2=東京」となる場合等である。   The input difference storage means 57 stores difference information of the configuration (format or definition) of input messages between the new system and the old system accompanying system renewal. The difference information of the structure (format or definition) of the input message is, for example, “1 = Tokyo” and “2 = Osaka” in the old system for the market, but “1 = Osaka” in the new system. , “2 = Tokyo”.

注文データ検証用差分記憶手段58は、システム更改に伴う新システムと旧システムとの注文データや発注データのデータ保有管理構成(形式または定義)の差分情報を記憶するものである。ここでの差分情報は、システム内で保有管理されるデータベースやファイルの構成の差分情報であり、例えば、注文状況について、旧システムで「1=注文中」、「2=約定済」となっていたのに対し、新システムでは「1=約定済」、「2=注文中」となる場合等である。   The order data verification difference storage means 58 stores the order data between the new system and the old system associated with the system renewal and the difference information of the data holding management configuration (format or definition) of the order data. The difference information here is the difference information of the database or file configuration that is held and managed in the system. For example, the order status is “1 = in order” and “2 = contracted” in the old system. In contrast, in the new system, “1 = confirmed”, “2 = in order”, and the like.

応答電文検証用差分記憶手段59は、システム更改に伴う新システムと旧システムとの応答電文の構成(形式または定義)の差分情報を記憶するものである。応答電文の構成(形式または定義)の差分情報は、投入電文の場合の差分情報と同様である。   The response message verification difference storage means 59 stores difference information of the structure (format or definition) of the response message between the new system and the old system that accompanies the system renewal. The difference information of the structure (format or definition) of the response message is the same as the difference information in the case of the input message.

<検証システム10による検証処理の流れ:図6>   <Flow of Verification Processing by Verification System 10: FIG. 6>

このような本実施形態においては、以下のようにして検証システム10により、検証処理が行われる。   In this embodiment, the verification process is performed by the verification system 10 as follows.

図6において、先ず、本番環境情報収集手段20により、本番環境下の旧システムである注文処理システム(図2の注文受付システム60および注文管理システム70)から、検証処理に必要な各種の情報を収集する(ステップS1)。   In FIG. 6, first, the production environment information collecting means 20 obtains various kinds of information necessary for the verification process from the order processing system (the order reception system 60 and the order management system 70 in FIG. 2) which is the old system under the production environment. Collect (step S1).

具体的には、本番投入電文取得手段21により、本番環境下の旧システム(図2参照)の注文ログ記憶手段65に記憶された注文電文(投入電文)のログ情報、条件付注文発注ログ記憶手段68に記憶された条件付注文発注電文(投入電文)のログ情報、および通知ログ記憶手段75に記憶された通知電文(投入電文)のログ情報を取得し、取得した各ログ情報(電文データの記録時刻を含む。)を、本番投入電文記憶手段50に記憶させる。   Specifically, the log information of the order message (input message) stored in the order log storage means 65 of the old system under the production environment (see FIG. 2), the conditional order order log storage by the production input message acquisition means 21. The log information of the conditional ordering message (input message) stored in the means 68 and the log information of the notification message (input message) stored in the notification log storage means 75 are acquired, and each acquired log information (message data) Is recorded in the actual input message storage means 50.

また、本番応答電文取得手段22により、本番環境下の旧システム(図2参照)の注文応答ログ記憶手段66に記憶された注文応答電文(応答電文)のログ情報、条件付注文ログ記憶手段67に記憶された条件付注文電文(応答電文)のログ情報、および発注ログ記憶手段74に記憶された発注電文(応答電文)のログ情報を取得し、取得した各ログ情報(電文データの記録時刻を含む。)を、本番応答電文記憶手段51に記憶させる。   In addition, the production response message acquisition unit 22 causes the order response message (response message) log information stored in the order response log storage unit 66 of the old system under the production environment (see FIG. 2), the conditional order log storage unit 67. Log information of the conditional order message (response message) stored in the log information and the log information of the order message (response message) stored in the order log storage means 74, and the acquired log information (recording time of the message data) Is stored in the actual response message storage means 51.

さらに、業務開始時点本番データ取得手段23により、本番環境下の旧システム(図2参照)の業務開始時点における各種マスタ記憶手段63に記憶された各種マスタ情報(顧客情報等)、注文データ記憶手段64に記憶された注文データ、および発注データ記憶手段73に記憶された発注データを取得し、取得したデータを、業務開始時点本番データ記憶手段52に記憶させる。   Further, the production data acquisition means 23 at the time of starting the work causes various master information (customer information, etc.) stored in the various master storage means 63 at the time of starting the work of the old system (see FIG. 2) under the production environment, order data storage means. The order data stored in 64 and the order data stored in the order data storage unit 73 are acquired, and the acquired data is stored in the actual data storage unit 52 at the start of business.

また、業務終了時点本番データ取得手段24により、本番環境下の旧システム(図2参照)の業務終了時点における注文データ記憶手段64に記憶された注文データ、および発注データ記憶手段73に記憶された発注データを取得し、取得したデータを、業務終了時点本番データ記憶手段53に記憶させる。   Further, the order data stored in the order data storage unit 64 at the time of business end of the old system under the production environment (see FIG. 2) and the order data storage unit 73 stored by the production data acquisition unit 24 at the time of business end. Order data is acquired, and the acquired data is stored in the production data storage means 53 at the end of the job.

次に、本番データ反映手段40により、テスト環境下の新システム(図3参照)に対し、業務開始時点における本番環境のデータを反映させることにより、テスト環境下の新システムにおいて本番環境の業務開始時点の状況を再現する処理を実行する(図6のステップS2)。   Next, the production data reflecting means 40 reflects the production environment data at the start of the work on the new system under the test environment (see FIG. 3), thereby starting the production environment work in the new system under the test environment. A process of reproducing the situation at the time is executed (step S2 in FIG. 6).

具体的には、本番データ反映手段40により、業務開始時点本番データ記憶手段52に記憶された各種マスタ情報(顧客情報等)、注文データ、および発注データを、テスト環境下の新システムである注文処理システム(図3の注文受付システム80および注文管理システム70)における各種マスタ記憶手段83、注文データ記憶手段84、および発注データ記憶手段73にそれぞれ格納する。   Specifically, the production data reflecting means 40 converts various master information (customer information, etc.), order data, and order data stored in the production data storage means 52 at the time of starting business into a new system under a test environment. The data are stored in various master storage means 83, order data storage means 84, and order data storage means 73 in the processing system (order receiving system 80 and order management system 70 in FIG. 3), respectively.

続いて、テスト環境下の新システム(図3参照)で再現する投入電文(注文電文、条件付注文発注電文、および通知電文)の準備処理を実行する(図6のステップS3)。   Subsequently, a preparation process of input messages (order message, conditional order message and notification message) to be reproduced in the new system under the test environment (see FIG. 3) is executed (step S3 in FIG. 6).

具体的には、先ず、マスキング手段41により、本番投入電文記憶手段50に記憶された投入電文(注文電文、条件付注文発注電文、および通知電文)のログ情報の中に、暗証番号等の個人情報が含まれている場合には、その個人情報を代替情報に置き換える処理を実行する。   Specifically, first, the personal information such as a personal identification number is included in the log information of the input message (order message, conditional ordering message and notification message) stored in the actual input message storage means 50 by the masking means 41. If information is included, a process of replacing the personal information with alternative information is executed.

それから、分類手段42により、図4に示すように、マスキング手段41による処理を行った後の複数の入力経路の投入電文(注文電文、条件付注文発注電文、および通知電文)を、記録時刻を用いて各投入電文の投入順序の通りに並べて統合し、統合した複数の入力経路の投入電文を、比較検証対象のシステム(本実施形態では、注文処理システム)の挙動が切り替わる複数の時間帯に合わせて、記録時刻を用いて複数の時間帯に分類し(本実施形態では、一例として、市場システム130との送受信を行うために予め定められた8つの時間帯(1)〜(8)に分類し)、さらに顧客識別情報(口座番号等)を用いて顧客毎にグルーピングする。そして、時間帯に分類され、かつ、顧客毎にグルーピングされた状態で、投入電文を再現電文記憶手段56に記憶させる。   Then, as shown in FIG. 4, the classification means 42 records the input messages (order message, conditional ordering message, and notification message) of a plurality of input routes after the processing by the masking means 41, and the recording time. The input messages of a plurality of input routes that are integrated and arranged in the order of input messages are integrated into a plurality of time zones when the behavior of the system to be compared and verified (the order processing system in this embodiment) is switched. In addition, it is classified into a plurality of time zones using the recording time (in this embodiment, as an example, eight time zones (1) to (8) predetermined for transmission / reception with the market system 130). Classification), and further, grouped for each customer using customer identification information (account number, etc.). Then, the input message is stored in the reproduction message storage unit 56 in a state where the message is classified into time zones and grouped for each customer.

これにより、再現電文記憶手段56には、時間帯(1)の顧客Aの投入電文のグループ、時間帯(1)の顧客Bの投入電文のグループ、時間帯(1)の顧客Cの投入電文のグループ、…、時間帯(8)の顧客Aの投入電文のグループ、時間帯(8)の顧客Bの投入電文のグループ、時間帯(8)の顧客Cの投入電文のグループ、…が記憶されている状態となる。   As a result, the reproduced message storage means 56 stores the message group of customer A in time zone (1), the group of message messages in customer B in time zone (1), and the message of customer C in time zone (1). , ..., a group of input messages of customer A in time slot (8), a group of input messages of customer B in time slot (8), a group of input messages of customer C in time slot (8), and so on. It will be in the state.

そして、各時間帯の各顧客の投入電文のグループ内(1つ1つのグループ内)では、同一の時間帯についての同一の顧客の投入電文だけが、記録時刻の順番に従って並べられている状態となる。この際、各々のグループ内において、記録時刻について同時刻の投入電文が存在する場合には、分類手段42により、注文電文、条件付注文発注電文、通知電文の順で予め定められた優先順位に従って、この優先順位の高い投入電文から順番にテスト環境下の新システムに対して投入されるように投入電文を並べる。   And in the group of each customer's input message in each time zone (in each group), only the same customer's input messages for the same time zone are arranged according to the order of the recording time. Become. At this time, if there is an input message at the same time for each recording time in each group, the classification means 42 performs an order message, a conditional ordering message, and a notification message according to a predetermined priority order in this order. The input messages are arranged such that the input messages with the highest priority are input to the new system under the test environment in order.

図4の例では、時間帯(3)の顧客Aの投入電文のグループについては、新規注文の注文電文、注文受付の通知電文、訂正の注文電文、訂正完了の通知電文、約定の通知電文という順番で並べられ、この順に新システムに投入されるように再現電文記憶手段56に記憶されている。ここで、新規注文の注文電文と、注文受付の通知電文とは、記録時刻が同時刻であるが、入力経路の優先順位に従って、新規注文の注文電文が先となっている。また、訂正の注文電文と、訂正完了の通知電文とは、記録時刻が同時刻であるが、入力経路の優先順位に従って、訂正の注文電文が先となっている。   In the example of FIG. 4, for the input message group of the customer A in the time zone (3), the order message for the new order, the notification message for order reception, the correction order message, the correction completion notification message, and the contract notification message They are arranged in order, and are stored in the reproduction message storage means 56 so as to be inserted into the new system in this order. Here, the order message of the new order and the notification message of the order reception have the same recording time, but the order message of the new order comes first according to the priority order of the input path. The correction order message and the correction completion notification message have the same recording time, but the correction order message is first in accordance with the priority of the input path.

また、時間帯(3)の顧客Bの投入電文のグループについては、新規注文の注文電文、注文受付の通知電文、取消の注文電文、取消完了の通知電文という順番で並べられ、この順に新システムに投入されるように再現電文記憶手段56に記憶されている。   In addition, the group of input messages of customer B in time period (3) is arranged in the order of a new order order message, an order reception notification message, a cancellation order message, and a cancellation completion notification message. Is stored in the reproduced message storage means 56 so as to be inserted into

なお、顧客Bの新規注文の注文電文は、顧客Aの訂正の注文電文よりも、記録時刻が先であるが、顧客Aの投入電文のグループを投入した後に、顧客Bの投入電文のグループを投入した場合には、それらの投入順序は逆転することになる。しかし、同一顧客内での投入電文の投入順序が崩れなければ、新システムでの処理内容は変わらないので、検証処理に影響は出ない。   Note that the order message of the new order for customer B is earlier than the order message for customer A's correction, but after the group of customer A's input message is inserted, the group of customer B's input message is If they are input, their input order will be reversed. However, if the input order of input messages within the same customer is not changed, the processing contents in the new system will not change, and the verification process will not be affected.

その後、投入手段43により、図5に示すように、複数の時間帯(1)〜(8)に従ってテスト環境下の新システム(図3参照)のシステム時刻を現実の時刻とは異なる仮想の時刻に設定し、システム時刻を仮想の時刻に設定する処理を行った後に、各時間帯に分類され、かつ、顧客毎にグルーピングされた状態で再現電文記憶手段56に記憶されている投入電文のうち、新システムに設定した仮想の時刻に対応する時間帯の投入電文を、通信回線を介して新システムに投入する。そして、このような処理を、複数の時間帯(1)〜(8)のそれぞれについて実行する(図6のステップS4)。   Thereafter, as shown in FIG. 5, the input means 43 changes the system time of the new system under the test environment (see FIG. 3) from the actual time according to the plurality of time zones (1) to (8). Among the input messages stored in the reproduced message storage means 56 in a state classified into each time zone and grouped for each customer after performing the process of setting the system time to a virtual time. The input message in the time zone corresponding to the virtual time set in the new system is input to the new system via the communication line. And such a process is performed about each of several time slot | zones (1)-(8) (step S4 of FIG. 6).

この際、新旧システムで投入電文の構成(形式または定義)に相違がある場合には、投入用差分記憶手段57に記憶された投入電文の形式または定義の差分情報を用いて、投入電文を新システム用の形式または定義に変換してから、新システムに投入する。   At this time, if there is a difference in the configuration (format or definition) of the input message between the new and old systems, the input message is updated using the difference information of the input message format or definition stored in the input difference storage means 57. Convert to a system format or definition before launching into the new system.

より詳細には、図5に示すように、投入手段43の親ドライバにより、新システムである注文処理システムを構成する注文受付システム80および注文管理システム70(図3参照)のそれぞれに対し、時間帯(1)に対応する仮想の時刻6:00(本実施形態では、一例として、時間帯(1)の開始時刻としている。)の設定指令を、通信回線を介して送信した後に、投入手段43の顧客毎のドライバ(顧客A用のドライバ、顧客B用のドライバ、顧客C用のドライバ、…)のそれぞれに対し、当該仮想の時刻6:00に対応する時間帯(1)の各顧客の投入電文のグループの投入指令を出す。そして、顧客毎のドライバは、親ドライバから時間帯(1)の投入電文の投入指令を受けたときに、自分の担当する顧客の時間帯(1)の投入電文のグループを、通信回線を介して新システムに投入する。なお、図5では、顧客A,B,Cの順に投入されているが、これらの顧客間の投入順序は任意であり、例えば、逆順で顧客C,B,Aの順に投入してもよく、同一顧客内での投入順序が保たれていれば、異なる顧客間の投入順序については制約はない。   More specifically, as shown in FIG. 5, the parent driver of the input unit 43 gives time to each of the order reception system 80 and the order management system 70 (see FIG. 3) constituting the order processing system as a new system. After sending the setting command of the virtual time 6:00 corresponding to the band (1) (in this embodiment, the start time of the time band (1) as an example) via the communication line, the input unit For each of the 43 customer drivers (customer A driver, customer B driver, customer C driver,...), Each customer in the time zone (1) corresponding to the virtual time 6:00 Sends the input command of the input message group. Then, when the driver for each customer receives the input command for the input message in the time zone (1) from the parent driver, the driver of the customer's time zone (1) in charge of his / her customer is sent via the communication line. And put it into the new system. In FIG. 5, the customers A, B, and C are input in this order, but the input order between these customers is arbitrary. For example, the customers C, B, and A may be input in the reverse order. As long as the order of input within the same customer is maintained, there is no restriction on the order of input between different customers.

続いて、投入手段43の親ドライバにより、新システムである注文処理システムを構成する注文受付システム80および注文管理システム70(図3参照)のそれぞれに対し、時間帯(2)に対応する仮想の時刻8:00(本実施形態では、一例として、時間帯(2)の開始時刻としている。)の設定指令を、通信回線を介して送信した後に、投入手段43の顧客毎のドライバ(顧客A用のドライバ、顧客B用のドライバ、顧客C用のドライバ、…)のそれぞれに対し、当該仮想の時刻8:00に対応する時間帯(2)の各顧客の投入電文のグループの投入指令を出す。そして、顧客毎のドライバは、親ドライバから時間帯(2)の投入電文の投入指令を受けたときに、自分の担当する顧客の時間帯(2)の投入電文のグループを、通信回線を介して新システムに投入する。   Subsequently, a virtual driver corresponding to the time zone (2) is sent to each of the order reception system 80 and the order management system 70 (see FIG. 3) constituting the new order processing system by the parent driver of the input means 43. After sending the setting command of time 8:00 (in this embodiment, the start time of time zone (2) as an example) via the communication line, the driver (customer A , A customer B driver, a customer C driver,...), Each customer's input message group input command in the time zone (2) corresponding to the virtual time 8:00. put out. Then, when the driver for each customer receives the input command for the input message in the time zone (2) from the parent driver, the group of the input messages in the time zone (2) of the customer in charge is transmitted via the communication line. And put it into the new system.

時間帯(3)〜(8)についても同様に、投入手段43の親ドライバにより、注文受付システム80および注文管理システム70(図3参照)のそれぞれに対する仮想の時刻の設定指令の送信処理と、投入手段43の顧客毎のドライバに対する投入指令の処理とを繰り返す。そして、顧客毎のドライバは、親ドライバから各時間帯の投入電文の投入指令を受けたときに、自分の担当する顧客の当該時間帯(親ドライバからの投入指令に係る時間帯)の投入電文のグループを、通信回線を介して新システムに投入する。   Similarly, for the time zones (3) to (8), the parent driver of the input means 43 transmits a virtual time setting command to each of the order reception system 80 and the order management system 70 (see FIG. 3); The process of the input command for the driver for each customer of the input means 43 is repeated. When the driver for each customer receives an input message for each time slot from the parent driver, the input message for the customer's responsible time zone (time zone related to the input instruction from the parent driver) Will be introduced to the new system via a communication line.

また、投入手段43は、通知電文の投入については、本番環境から取得した本番環境の注文番号を含む通知電文のままではなく、テスト環境の注文番号を含む通知電文を作成し、新システムに投入するので、その通知電文に係る注文番号について市場用スタブ45により本番環境の番号とテスト環境の番号との関連付け処理が行われ、再現電文記憶手段56においてその関連付け情報を追加する更新処理が行われた後に、投入処理を実行する。すなわち、注文電文や条件付注文発注電文(いずれも投入電文)を新システムに投入すると、それらの投入電文に対する応答電文として発注電文(テスト環境下で注文管理システム70により付与された注文番号を含む。)が作成され、新システムから出力されたその発注電文(テスト環境の注文番号を含む。)を市場用スタブ45が受信し、市場用スタブ45により、注文番号についてのテスト環境の番号と本番環境の番号との関連付け処理が行われ、再現電文記憶手段56にその関連付け情報を追加する更新処理が行われるので、そのタイミングで、投入手段43により、通知電文(テスト環境の注文番号を含む。)を新システムに投入する。   Also, the input means 43 creates a notification message including the order number of the test environment instead of the notification message including the order number of the production environment acquired from the production environment, and inputs the notification message to the new system. Therefore, the market stub 45 associates the production environment number with the test environment number for the order number associated with the notification message, and the reproduction message storage means 56 performs an update process for adding the association information. After that, the input process is executed. That is, when an order message or a conditional order order message (both input messages) are input to the new system, an order message (including the order number given by the order management system 70 in a test environment) is sent as a response message to the input messages. The market stub 45 receives the order message (including the test environment order number) output from the new system, and the market stub 45 receives the test environment number and the production number for the order number. Since the association process with the environment number is performed and the update process for adding the association information to the reproduced message storage unit 56 is performed, the input unit 43 includes the notification message (including the order number of the test environment) at that timing. ) Into the new system.

なお、新システムのシステム時刻として設定される仮想の時刻と、その仮想の時刻を新システムのシステム時刻に設定するタイミングである現実の時刻とは、全く無関係である。例えば、時間帯(3)=9:00〜11:30の開始時刻である9:00を仮想の時刻として新システムのシステム時刻に設定するタイミングは、現実の時刻では何時でもよく、例えば、午後の13:00等とすることができる。そして、現実の時刻が13:00のタイミングで、仮想の時刻9:00を設定したとすると、現実の時刻が13:05を進行中であれば、新システムのシステム時刻は、9:05を進行中ということになる。但し、現実の時刻が13:05になる前に、時間帯(3)の投入電文の投入処理が終了し、次の時間帯(4)の投入電文の投入処理を開始することができる場合には、新システムのシステム時刻は、大きくずれることになる。例えば、現実の時刻が13:04のタイミングで、次の時間帯(4)=11:30〜12:05の開始時刻である11:30を仮想の時刻として新システムのシステム時刻に設定したとすると、現実の時刻が13:05を進行中であれば、新システムのシステム時刻は、11:31を進行中ということになる。すなわち、新システムでは、時間帯の切替が行われたので、新システムのシステム時刻は、もはや時間帯(3)の9:05を進行中ということではなく、次の時間帯(4)の11:31を進行中ということになる。このように現実の時刻の進行に対し、新システムのシステム時刻は、時間帯の切替により急速に進行していくので、検証に要する処理時間の短縮を図ることができる。それぞれの時間帯内においては、現実の時刻の進行速度と、新システムのシステム時刻の進行速度とは、当然に同じであるが、新システムは、時間帯の切替が行われることにより、全体的に見れば、みかけ上、進行速度が速くなるという意味である。そして、以上は、時間帯の切替により、新システムのシステム時刻の進行速度を、みかけ上、速くすることができるという観点での説明であるが、これを実現するには、そもそも時間帯の切替を短い時間間隔で繰り返し行うことができることが前提となるので、下記の投入タイミングの圧縮が必須となる。   Note that the virtual time set as the system time of the new system and the actual time that is the timing for setting the virtual time as the system time of the new system are completely irrelevant. For example, the time for setting the system time of the new system as the virtual time at 9:00, which is the start time of time zone (3) = 9: 00 to 11:30, may be any time in the actual time. 13:00 and so on. If the actual time is 13:00 and the virtual time 9:00 is set, if the actual time is 13:05, the system time of the new system is 9:05. It will be in progress. However, before the actual time becomes 13:05, the input message insertion process for the time period (3) is completed, and the input message input process for the next time period (4) can be started. The system time of the new system will be significantly different. For example, when the actual time is set to 13:04 and the next time zone (4) = 11: 30 to 12:05 start time 11:30 is set as the virtual system time as the system time of the new system Then, if the actual time is in progress at 13:05, the system time of the new system is in progress at 11:31. That is, since the time zone is switched in the new system, the system time of the new system is no longer in progress at 9:05 in the time zone (3), but is 11 in the next time zone (4). : 31 is in progress. As described above, since the system time of the new system advances rapidly by switching the time zone with respect to the progress of the actual time, the processing time required for verification can be shortened. Within each time zone, the actual time advance rate and the system time advance rate of the new system are of course the same, but the new system is If you look at it, it means that the speed of progress will be faster. And the above is an explanation from the viewpoint that the speed of the system time of the new system can be apparently increased by switching the time zone, but in order to achieve this, switching the time zone in the first place Therefore, it is essential to compress the following input timing.

すなわち、投入手段43によるテスト環境下での各投入電文の投入処理は、本番環境下でのログへの各投入電文の記録時刻よりも圧縮したタイミングで実行する。例えば、時間帯(3)=9:00〜11:30における本番環境での各投入電文の投入処理は、現実の時刻で記録しているので、当然、2時間半かかっているが、テスト環境では、これを圧縮し、かなり短い時間で各投入電文の投入処理を終了させることができる。例えば、4分以内で時間帯(3)の全ての投入電文の投入処理を終了させることができるとすれば、時間帯(3)=9:00〜11:30の開始時刻である9:00を仮想の時刻として新システムのシステム時刻に設定し、その直後に投入処理を開始したとすると、新システムのシステム時刻が9:04になったときには、投入処理が終了していることになる。従って、投入タイミングの圧縮により、本番環境下で2時間半かけて投入されていた各投入電文について、テスト環境では、2時間半よりも、かなり短時間で投入処理を終了させることができるので、次の時間帯(4)への早期の切替が可能となり、このような投入タイミングの圧縮および時間帯の切替の繰り返しにより、検証に要する処理時間の短縮を図ることができる。   That is, the input process of each input message in the test environment by the input unit 43 is executed at a timing compressed from the recording time of each input message in the log in the production environment. For example, since the input process of each input message in the production environment in the time zone (3) = 9: 00 to 11:30 is recorded at the actual time, it naturally takes two and a half hours, but the test environment Then, this can be compressed and the input process of each input message can be completed in a considerably short time. For example, if it is possible to finish the input processing for all input messages in the time zone (3) within 4 minutes, the start time of the time zone (3) = 9: 00 to 11:30 is 9:00. Is set as the system time of the new system as a virtual time, and the input process is started immediately after that, the input process is completed when the system time of the new system reaches 9:04. Therefore, for each input message that has been input in the production environment over two and a half hours due to the compression of the input timing, the input process can be completed in a much shorter time than two and a half hours in the test environment. Early switching to the next time zone (4) is possible, and the processing time required for verification can be shortened by such compression of the input timing and repeated time zone switching.

また、上記のように、投入タイミングの圧縮により、それぞれの時間帯の各投入電文について、かなり短時間で投入処理を終了させることができるので、新システムのシステム時刻として設定する仮想の時刻は、それぞれの時間帯の開始時刻である必要はない。例えば、4分以内で時間帯(3)の全ての投入電文の投入処理を終了させることができるとすれば、時間帯(3)=9:00〜11:30の開始時刻である9:00ではなく、例えば10:00を仮想の時刻として新システムのシステム時刻に設定してもよく、その場合でも、新システムのシステム時刻が10:04になったときには、時間帯(3)の全ての投入電文の投入処理が終了していることになり、すべて時間帯(3)の範囲内での投入処理となるので、システムの振る舞いは、開始時刻である9:00を仮想の時刻として設定した場合と同じである。   In addition, as described above, the injection process can be completed in a considerably short time for each input message in each time zone by compression of the input timing, so the virtual time set as the system time of the new system is It does not have to be the start time of each time zone. For example, if it is possible to finish the input processing for all input messages in the time zone (3) within 4 minutes, the start time of the time zone (3) = 9: 00 to 11:30 is 9:00. Instead, for example, 10:00 may be set as the system time of the new system as a virtual time. Even in this case, when the system time of the new system becomes 10:04, all the time zones (3) Since the input message input process has been completed and all input processes are within the range of the time zone (3), the system behavior is set to the 9:00 start time as a virtual time. Same as the case.

さらに、上記のように、投入タイミングの圧縮が行われるので、たとえそれぞれの時間帯の開始時刻を新システムのシステム時刻に設定して投入を開始したとしても、本番環境での各投入電文の投入の記録時刻(現実の時刻)と、テスト環境での各投入電文の投入時刻(新システムのシステム時刻、すなわち新システムで進行している仮想の時刻)とは一致しない。例えば、時間帯(3)の場合には、本番環境で丁度9:00(現実の時刻)に投入された投入電文については、テスト環境でも、丁度9:00(新システムのシステム時刻)に投入されることになるかもしれないが、それ以外の時刻に投入された投入電文については、一致しない。なお、ここでは、本番環境での記録時刻(現実の時刻)が、テスト環境での新システムのシステム時刻(仮想の時刻)による投入時刻と一致しないという説明をしており、テスト環境における現実の時刻が、これらとは全く無関係である(何時でもよい)ことは、前述した通りである。   In addition, as described above, since the injection timing is compressed, even if the start time of each time zone is set to the system time of the new system and the injection starts, the input of each input message in the production environment And the input time of each input message in the test environment (the system time of the new system, that is, the virtual time progressing in the new system) do not match. For example, in the case of time zone (3), an input message that was input at 9:00 (actual time) in the production environment is input at just 9:00 (system time of the new system) in the test environment. However, there is no coincidence for messages sent at other times. Here, it is explained that the recording time (real time) in the production environment does not match the input time by the system time (virtual time) of the new system in the test environment. As described above, the time is completely unrelated to these (it may be any time).

そして、投入処理が完了した後に、テスト環境情報収集手段30により、テスト環境下の新システムである注文処理システム(図3の注文受付システム80および注文管理システム70)から、検証処理に必要な各種の情報を収集する(図6のステップS5)。   After the input process is completed, the test environment information collecting means 30 causes the order processing system (the order reception system 80 and the order management system 70 in FIG. 3), which are new systems under the test environment, to perform various processes required for the verification process. Is collected (step S5 in FIG. 6).

具体的には、テスト応答電文取得手段31により、テスト環境下の新システム(図3参照)の注文応答ログ記憶手段86に記憶された注文応答電文(応答電文)のログ情報、および条件付注文ログ記憶手段87に記憶された条件付注文電文(応答電文)のログ情報を取得し、取得した各ログ情報を、テスト応答電文記憶手段54に記憶させる。また、図1および図3には、市場用スタブ45により、注文番号をテスト環境下の番号から本番環境下の番号に変換し、発注電文(本番環境下の番号に変換後の注文番号を含む。)を、テスト応答電文記憶手段54に記憶させるように図示されているが、テスト応答電文取得手段31により、発注ログ記憶手段74に記憶された発注電文(応答電文)のログ情報を取得し、再現電文記憶手段56に記憶された二つの環境下の番号の関連付け情報を用いて、注文番号をテスト環境下の番号から本番環境下の番号に変換し、発注電文(本番環境下の番号に変換後の注文番号を含む。)を、テスト応答電文記憶手段54に記憶させてもよい。   Specifically, the test response message acquisition unit 31 stores the log information of the order response message (response message) stored in the order response log storage unit 86 of the new system under the test environment (see FIG. 3), and the conditional order. The log information of the conditional order message (response message) stored in the log storage unit 87 is acquired, and the acquired log information is stored in the test response message storage unit 54. 1 and 3, the order number is converted from the number under the test environment to the number under the production environment by the market stub 45, and the order message (the order number after the conversion into the number under the production environment is included). .) Is stored in the test response message storage unit 54, but the test response message acquisition unit 31 acquires log information of the order message (response message) stored in the order log storage unit 74. The order number is converted from the number in the test environment to the number in the production environment using the association information of the two environment numbers stored in the reproduced message storage means 56, and the order message (the number in the production environment is changed to the number in the production environment). Including the converted order number) may be stored in the test response message storage means 54.

また、業務終了時点テストデータ取得手段32により、テスト環境下の新システム(図3参照)の業務終了時点における注文データ記憶手段84に記憶された注文データ、および発注データ記憶手段73に記憶された発注データを取得し、取得したデータを、業務終了時点テストデータ記憶手段55に記憶させる。   Further, the order data stored in the order data storage means 84 at the time of business end of the new system under the test environment (see FIG. 3) and the order data storage means 73 stored by the test data acquisition means 32 at the business end time. Order data is acquired, and the acquired data is stored in the work end point test data storage means 55.

続いて、注文データ検証手段46および応答電文検証手段47により、新旧システムの処理結果を比較し、新旧システムの動作が同じか否かを確認する検証処理を実行する(図6のステップS6)。   Subsequently, the order data verification unit 46 and the response message verification unit 47 compare the processing results of the new and old systems, and execute verification processing to check whether the operation of the old and new systems is the same (step S6 in FIG. 6).

具体的には、注文データ検証手段46により、業務終了時点本番データ記憶手段53に記憶された旧システム(図2参照)の注文データおよび発注データと、業務終了時点テストデータ記憶手段55に記憶された新システム(図3参照)の注文データおよび発注データとを比較することにより、新旧システムの動作が同じか否かを確認する。この際、注文データおよび発注データの構成(形式または定義)が新旧システムで相違する場合には、注文データ検証手段46により、注文データ検証用差分記憶手段58に記憶された差分情報を用いて変換処理を行うことにより形式または定義を統一してから、比較検証処理を実行する。   Specifically, the order data verification means 46 stores the order data and order data of the old system (see FIG. 2) stored in the business end time production data storage means 53 and the work end time test data storage means 55. By comparing the order data and order data of the new system (see FIG. 3), it is confirmed whether or not the operation of the old and new systems is the same. At this time, if the order data and the configuration (format or definition) of the order data are different between the new and old systems, the order data verification means 46 converts the difference using the difference information stored in the order data verification difference storage means 58. After performing the process to unify the format or definition, the comparison verification process is executed.

また、応答電文検証手段47により、本番応答電文記憶手段51に記憶された旧システム(図2参照)の応答電文(注文応答電文、条件付注文電文、発注電文)と、テスト応答電文記憶手段54に記憶された新システム(図3参照)の応答電文(注文応答電文、条件付注文電文、発注電文)とを比較することにより、新旧システムの動作が同じか否かを確認する。この際、応答電文の構成(形式または定義)が新旧システムで相違する場合には、応答電文検証手段47により、応答電文検証用差分記憶手段59に記憶された差分情報を用いて変換処理を行うことにより形式または定義を統一してから、比較検証処理を実行する。   Further, the response message verification means 47 causes the response message (order response message, conditional order message, order message) of the old system (see FIG. 2) stored in the actual response message storage means 51 and the test response message storage means 54. Is compared with the response messages (order response message, conditional order message, order message) stored in the new system (see FIG. 3) to confirm whether the operation of the old and new systems is the same. At this time, if the structure (format or definition) of the response message is different between the old and new systems, the response message verification unit 47 performs conversion processing using the difference information stored in the response message verification difference storage unit 59. The verification or verification process is executed after unifying the format or definition.

<本実施形態の効果>   <Effect of this embodiment>

このような本実施形態によれば、次のような効果がある。すなわち、検証システム10は、分類手段42により、テスト環境下での再現に使用する投入電文を複数の時間帯に分類しておき、投入手段43により、複数の時間帯のそれぞれについて、テスト環境下の新システムについてのシステム時刻を仮想の時刻に設定した状態で、その仮想の時刻に対応する時間帯の投入電文を新システムに投入する構成とされているので、投入電文の投入タイミング(投入間隔)を圧縮しても、新システムで進行している仮想の時刻で見た場合には、投入電文は、投入すべき時間帯に新システムに投入されていることになるため、新システムにおいて、投入電文に対する適正な挙動(本番環境で実行された処理を再現する挙動)を得ることができる。   According to this embodiment, there are the following effects. That is, the verification system 10 classifies input messages used for reproduction in the test environment into a plurality of time zones by the classification unit 42, and uses the input unit 43 for each of the plurality of time zones in the test environment. With the system time for the new system set to the virtual time, the input message in the time zone corresponding to the virtual time is input to the new system. ), But if you look at the virtual time that is progressing in the new system, the input message will be input to the new system at the time to be input, Appropriate behavior for the input message (behavior that reproduces processing executed in the production environment) can be obtained.

このため、1日の再現を1日かけて実施する必要はなく、新システムへの投入電文の投入タイミング(投入間隔)を圧縮することにより、1日の再現を短時間で実行することができ、検証処理の時間短縮を図ることができる。   For this reason, it is not necessary to perform the reproduction of the day over one day, and the reproduction of the day can be executed in a short time by compressing the input timing (input interval) of the input message to the new system. Thus, it is possible to shorten the time for the verification process.

また、再現したい日が大量にある場合でも、新システムへの投入電文の投入タイミング(投入間隔)の圧縮を、日を超えて行うことにより、テストに要する日数が本番環境と同じ日数分だけ発生してしまうことを回避することができ、検証処理の時間短縮を図ることができる。   In addition, even when there are a large number of days to be reproduced, the number of days required for the test is generated for the same number of days as the production environment by compressing the input timing (input interval) of the input message to the new system beyond the day. Can be avoided, and the verification processing time can be shortened.

また、投入手段43は、仮想の時刻の設定指令の送信処理と、当該仮想の時刻に対応する時間帯の投入電文の投入処理とを連動させ、自動的に繰り返す構成とされているので(図5参照)、仮想の時刻の設定指令の送信タイミングや、当該仮想の時刻に対応する時間帯の投入電文の投入開始タイミングの管理を手動で行う場合に比べ、省力化(再現テストの担当者の負荷軽減や、再現テストにかかる要員の削減)を図ることができるとともに、複数の時間帯に跨っての投入電文の投入タイミング(投入間隔)の圧縮を、より一層確実に行うことができ、検証処理の時間短縮を効果的に図ることができる。さらに、再現の自動化により、夜間の再現テストも可能になる。そして、この効果は、同じ日の再現を何回も実施する場合や、複数の日(本番環境下における複数の日)の再現を実施する場合には、より顕著に得ることができる。   In addition, the input unit 43 is configured to automatically repeat the transmission process of the virtual time setting command and the input process of the input message in the time zone corresponding to the virtual time and automatically repeat the process (see FIG. 5), compared with the case of manually managing the transmission timing of the virtual time setting command and the input start timing of the input message in the time zone corresponding to the virtual time. It is possible to reduce the load and reduce the number of personnel required for the reproduction test), and it is possible to more reliably compress the input timing (injection interval) of the input message across multiple time zones. Processing time can be shortened effectively. In addition, automation of reproduction enables nighttime reproduction tests. This effect can be obtained more significantly when the same day is reproduced many times or when a plurality of days (a plurality of days in the production environment) are reproduced.

さらに、分類手段42は、複数の入力経路の各投入電文を、時間帯で分類し、かつ、顧客毎にグルーピングする構成とされ(図4参照)、投入手段43は、各時間帯に分類され、かつ、顧客毎にグルーピングされた状態の投入電文を、同一顧客内の投入電文の順序を保ったまま顧客毎のグループ単位で新システムに投入していくので(図5参照)、本番環境を適正に再現することができる。すなわち、注文処理システムでは、投入電文として、新規注文、注文の訂正、および注文の取消のケースを含む注文電文と、市場システム130からの通知電文とがあるので、投入電文を時間帯で分類し、かつ、システム時刻への仮想の時刻の設定を行ったとしても、同一顧客内の投入電文の順序が本番環境の通りに保たれないと、新システムで所望の挙動(本番環境での処理を再現する挙動)を得られないことがあるが、このような問題の発生を回避することができる。例えば、本番環境で、注文の訂正があった後に、約定していた場合に、テスト環境で、訂正の注文電文と約定の通知電文との投入順序が入れ替われば、注文の訂正がないのに、訂正された状態での約定通知を受けることになってしまうが、このような事態を回避することができる。   Further, the classification means 42 is configured to classify each input message of a plurality of input routes by time zone and group by customer (see FIG. 4), and the input means 43 is classified by time zone. In addition, since the input messages grouped for each customer are input to the new system in groups for each customer while maintaining the order of the input messages within the same customer (see Fig. 5), the production environment is Can be reproduced properly. That is, in the order processing system, there are order messages including cases of new orders, order corrections, and order cancellations, and notification messages from the market system 130 as input messages, so the input messages are classified by time zone. And even if the virtual time is set as the system time, if the order of input messages within the same customer is not maintained as the production environment, the new system will perform the desired behavior (the processing in the production environment). (Reproducible behavior) may not be obtained, but the occurrence of such a problem can be avoided. For example, if the order was corrected after the order was corrected in the production environment, the order was not corrected if the order of the correction order message and the notification message in the test environment was switched in the test environment. The contract notification in the corrected state will be received, but such a situation can be avoided.

そして、分類手段42は、複数の入力経路についての記録時刻が同時刻になったときに、予め定められた入力経路の優先順位に従って各投入電文を並べる構成とされているので、本番環境で生じた状況を正しく再現することができ、新システムで所望の挙動(本番環境での処理を正しく再現する挙動)を得ることができる。すなわち、複数の入力経路についての本番環境下の記録時刻が同じ時刻になっていたとしても、本番環境における実際の処理には時間差があり、順番がある場合があるので、それらの処理の順序が逆転してしまうと、エラーが発生する等、新システムで所望の挙動(本番環境での処理を再現する挙動)を得られないことがあるが、このような問題の発生を回避することができる。   Then, the classification means 42 is configured to arrange each input message according to a predetermined priority order of the input routes when the recording times for the plurality of input routes become the same time, and thus occurs in the production environment. The new system can reproduce the desired situation, and the desired behavior (behavior that correctly reproduces the processing in the production environment) can be obtained with the new system. In other words, even if the recording times in the production environment for a plurality of input paths are the same time, there is a time difference in the actual processing in the production environment, and there may be an order. If it is reversed, the new system may not achieve the desired behavior (behavior that reproduces the processing in the production environment), such as an error, but such problems can be avoided. .

また、検証システム10は、投入用差分記憶手段57を備えているので、投入手段43は、この投入用差分記憶手段57に記憶された投入電文の形式または定義の差分情報を用いて、再現電文記憶手段56に記憶された投入電文を、新システム用の形式または定義に変換してから新システムに投入することができる。このため、新旧システムの投入電文の形式または定義に差分があるときであっても、本番環境から取得した投入電文を用いて、テスト環境下の新システムに投入する投入電文を自動的に作成することができるので、検証処理の準備作業を容易に行うことができ、省力化を図ることができる。   Further, since the verification system 10 includes the input difference storage unit 57, the input unit 43 uses the input message format or definition difference information stored in the input difference storage unit 57 to reproduce the message. The input message stored in the storage means 56 can be input to the new system after being converted into a format or definition for the new system. Therefore, even when there is a difference in the format or definition of the input message between the old and new systems, the input message to be input to the new system under the test environment is automatically created using the input message acquired from the production environment. Therefore, the preparatory work for the verification process can be easily performed, and labor saving can be achieved.

さらに、検証システム10は、注文データ検証用差分記憶手段58および応答電文検証用差分記憶手段59を備えているので、テスト環境下で、本番環境を再現する投入電文の投入処理を終了した後に、注文データ検証手段46および応答電文検証手段47により、注文データや発注データ、および応答電文について、新旧システムの処理結果を比較する検証処理を行う段階でも、これらの注文データや発注データ、および応答電文について、新旧システム間で、形式または定義に差分があれば、その差分を考慮して自動変換を行ってから比較検証処理を実行することができる。このため、比較検証の段階でも、検証作業を容易に行うことができ、省力化を図ることができる。   Furthermore, since the verification system 10 includes the order data verification difference storage means 58 and the response message verification difference storage means 59, after completing the input message input processing for reproducing the production environment under the test environment, The order data verification unit 46 and the response message verification unit 47 also perform the verification process for comparing the processing results of the old and new systems for the order data, the order data, and the response message. If there is a difference in format or definition between the old and new systems, the comparison verification process can be executed after performing automatic conversion in consideration of the difference. For this reason, verification work can be easily performed even at the stage of comparative verification, and labor saving can be achieved.

<変形の形態>   <Deformation form>

なお、本発明は前記実施形態に限定されるものではなく、本発明の目的を達成できる範囲内での変形等は本発明に含まれるものである。   Note that the present invention is not limited to the above-described embodiment, and modifications and the like within a scope where the object of the present invention can be achieved are included in the present invention.

例えば、前記実施形態では、検証システム10による比較検証対象が、一例として、株式の注文処理システムとされていたが、本発明の検証システムによる比較検証対象は、株式の注文処理システムに限定されるものではなく、株式以外の金融商品の注文処理システムであってもよく、さらには、市場への発注を行う注文処理システムに限定されるものでもなく、要するに、時間帯によりシステムの挙動が切り替わるシステムであれば、本発明の適用対象となり得る。但し、市場が関与し、それにより複数の入力経路が形成されるシステムであれば、本発明の効果が、より一層顕著に得られる。   For example, in the embodiment, the comparison verification target by the verification system 10 is, as an example, a stock order processing system. However, the comparison verification target by the verification system of the present invention is limited to the stock order processing system. It may be an order processing system for financial products other than stocks, and is not limited to an order processing system for placing orders on the market. In short, a system in which the behavior of the system changes depending on the time of day. If so, the present invention can be applied. However, the effect of the present invention can be obtained more remarkably if the system involves a market and thereby forms a plurality of input paths.

また、前記実施形態では、投入手段43は、新システムのシステム時刻を仮想の時刻に設定するための設定指令の送信処理と、その仮想の時刻に対応する時間帯の各投入電文の投入処理とを連動させ、自動的に繰り返す構成とされていたが(図5参照)、仮想の時刻の設定指令の送信タイミングや、各時間帯の投入電文の投入開始タイミングを、人が管理し、各処理を手動操作で開始させる構成としてもよい。但し、これらの処理を連動させ、自動的に繰り返す構成としておけば、省力化を図ることができるとともに、検証処理の時間短縮を、より一層確実に図ることができる。   In the embodiment, the input unit 43 includes a setting command transmission process for setting the system time of the new system to a virtual time, and a process for inputting each input message in a time zone corresponding to the virtual time. Are linked and automatically repeated (see Fig. 5), but the person manages the transmission timing of the virtual time setting command and the input start timing of the input message in each time zone, and each process It is good also as a structure which starts by manual operation. However, if these processes are linked and automatically repeated, the labor can be saved and the time required for the verification process can be further reduced.

以上のように、本発明の検証システムおよびプログラムは、例えば、顧客の注文を受け付けて市場システムへの発注を行う注文処理システムの更改を行う場合等に用いるのに適している。   As described above, the verification system and program of the present invention are suitable for use in, for example, renewing an order processing system that accepts customer orders and places orders with a market system.

10 検証システム
42 分類手段
43 投入手段
50 本番投入電文記憶手段
56 再現電文記憶手段
57 投入用差分記憶手段
60 旧システムである注文処理システムの一部を構成する注文受付システム
70 注文処理システムの一部を構成し、新システムおよび旧システムの双方に共通する部分である注文管理システム
80 新システムである注文処理システムの一部を構成する注文受付システム
DESCRIPTION OF SYMBOLS 10 Verification system 42 Classification means 43 Input means 50 Production input message memory means 56 Reproduction message memory means 57 Difference memory means for input 60 Order reception system which constitutes a part of order processing system which is an old system 70 Part of order processing system Order management system that is a part common to both the new system and the old system 80 Order reception system that constitutes a part of the order processing system that is the new system

Claims (6)

システム更改の際に新システムの動作をテストするために新システムと旧システムとの処理結果を比較検証する処理を実行する検証システムであって、
本番環境下の旧システムから取得した投入電文を、本番環境下の記録時刻とともに記憶する本番投入電文記憶手段と、
新システムおよび旧システムの双方に共通してシステムの挙動が切り替わる複数の時間帯に合わせて、前記本番投入電文記憶手段に記憶された前記投入電文を、前記記録時刻を用いて複数の前記時間帯に分類する処理を実行する分類手段と、
この分類手段により分類された前記投入電文を、分類された状態で記憶する再現電文記憶手段と、
複数の前記時間帯に従ってシステム時刻を現実の時刻とは異なる仮想の時刻に設定した状態のテスト環境下の新システムに対し、前記再現電文記憶手段に記憶された分類後の前記投入電文のうち、新システムに設定した前記仮想の時刻に対応する前記時間帯の前記投入電文を通信回線を介して投入する処理を、複数の前記時間帯のそれぞれについて実行する投入手段と
を備えたことを特徴とする検証システム。
A verification system that performs a process of comparing and verifying the processing results of the new system and the old system in order to test the operation of the new system at the time of system renewal,
Production message storage means for storing the input message acquired from the old system in the production environment together with the recording time in the production environment;
In accordance with a plurality of time zones in which the behavior of the system is switched in common to both the new system and the old system, the input message stored in the actual input message storage means is converted into the plurality of time zones using the recording time. A classifying means for executing a process of classifying into
Reproduced message storage means for storing the input messages classified by the classification means in a classified state;
Among the input messages after classification stored in the reproduced message storage means for a new system under a test environment in which the system time is set to a virtual time different from the actual time according to the plurality of time zones, Input means for executing, via a communication line, the input message of the time zone corresponding to the virtual time set in a new system for each of the plurality of time zones; Verification system.
前記投入手段は、
テスト環境下の新システムに対し、複数の前記時間帯に従ってシステム時刻を現実の時刻とは異なる仮想の時刻に設定するための仮想の時刻の設定指令を、通信回線を介して送信した後、当該仮想の時刻に対応する前記時間帯の前記投入電文を、通信回線を介して新システムに投入する処理を実行し、この際、前記仮想の時刻の設定指令の送信処理と、当該仮想の時刻に対応する前記時間帯の前記投入電文の投入処理とを、複数の前記時間帯について交互に繰り返す構成とされている
ことを特徴とする請求項1に記載の検証システム。
The input means includes
For a new system under a test environment, after transmitting a virtual time setting command for setting the system time to a virtual time different from the actual time according to the plurality of time zones, A process of inputting the input message in the time zone corresponding to the virtual time to the new system via a communication line is performed, and at this time, the transmission process of the virtual time setting command and the virtual time 2. The verification system according to claim 1, wherein the input message transmission process in the corresponding time zone is alternately repeated for a plurality of the time zones.
前記システム更改の対象となる新システムおよび旧システムは、顧客の注文を受け付けて市場システムへの発注を行う注文処理システムであり、
前記時間帯は、前記市場システムとの電文の送受信を行うために定められた時間帯であり、
前記投入電文には、顧客またはその入力代行者により入力された新規注文、注文の訂正、および注文の取消のケースを含む注文電文と、前記市場システムからの通知電文とが含まれ、
前記分類手段は、
複数の前記時間帯に分類された前記投入電文を、さらに顧客毎にグルーピングし、前記時間帯に分類され、かつ、顧客毎にグルーピングされた状態で前記投入電文を前記再現電文記憶手段に記憶させる処理を実行する構成とされ、
前記投入手段は、
複数の前記時間帯のそれぞれについて、顧客毎にグルーピングされた前記投入電文を、同一顧客内の前記投入電文の順序を保ったまま顧客毎のグループ単位で新システムに投入していく処理を実行する構成とされている
ことを特徴とする請求項1または2に記載の検証システム。
The new system and the old system subject to the system renewal are order processing systems that accept customer orders and place orders on the market system,
The time zone is a time zone determined for sending and receiving messages with the market system,
The input message includes an order message including a case of a new order input by a customer or an input agent thereof, an order correction, and an order cancellation, and a notification message from the market system,
The classification means includes
The input messages classified into a plurality of the time zones are further grouped for each customer, and the input messages are stored in the reproduced message storage means in a state classified into the time zones and grouped for each customer. It is configured to execute processing,
The input means includes
For each of the plurality of time zones, the process of inputting the input messages grouped for each customer into the new system in groups for each customer while maintaining the order of the input messages within the same customer is executed. The verification system according to claim 1, wherein the verification system is configured.
前記投入電文には、前記注文電文および前記通知電文に加え、前記市場システムへの発注のタイミングを監視する必要のある条件付注文について条件が満たされた場合に投入される条件付注文発注電文が含まれ、
前記分類手段は、
複数の前記時間帯のそれぞれについて顧客毎に前記投入電文をグルーピングする際に、本番環境下の記録時刻が同時刻になっている前記投入電文については、前記注文電文、前記条件付注文発注電文、前記通知電文の順で予め定められた優先順位に従って、この優先順位の高い前記投入電文から順番にテスト環境下の新システムに対して投入されるように前記投入電文を並べる構成とされている
ことを特徴とする請求項3に記載の検証システム。
In addition to the order message and the notification message, the input message includes a conditional order order message that is input when a condition is satisfied for a conditional order that needs to monitor the timing of ordering to the market system. Included,
The classification means includes
When grouping the input message for each customer for each of the plurality of time zones, for the input message whose recording time in the production environment is the same time, the order message, the conditional ordering message, In accordance with the priority order determined in advance in the order of the notification messages, the input messages are arranged so that the input messages with the highest priority are sequentially input to the new system under the test environment. The verification system according to claim 3.
システム更改に伴う新システムと旧システムとの前記投入電文の形式または定義の差分を記憶する投入用差分記憶手段を備え、
前記投入手段は、
前記投入用差分記憶手段に記憶された前記投入電文の形式または定義の差分を用いて、前記再現電文記憶手段に記憶された分類後の前記投入電文を、新システム用の形式または定義に変換してから新システムに投入する処理を実行する構成とされている
ことを特徴とする請求項1〜4のいずれかに記載の検証システム。
A difference storage unit for input that stores a difference in the format or definition of the input message between the new system and the old system associated with the system update;
The input means includes
Using the difference in format or definition of the input message stored in the input difference storage means, the classified input message stored in the reproduced message storage means is converted into a format or definition for a new system. The verification system according to claim 1, wherein the verification system is configured to execute processing to be input to the new system.
請求項1〜5のいずれかに記載の検証システムとして、コンピュータを機能させるためのプログラム。   The program for functioning a computer as a verification system in any one of Claims 1-5.
JP2018017643A 2018-02-02 2018-02-02 Verification system and program Active JP6496849B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018017643A JP6496849B1 (en) 2018-02-02 2018-02-02 Verification system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018017643A JP6496849B1 (en) 2018-02-02 2018-02-02 Verification system and program

Publications (2)

Publication Number Publication Date
JP6496849B1 JP6496849B1 (en) 2019-04-10
JP2019133598A true JP2019133598A (en) 2019-08-08

Family

ID=66092611

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018017643A Active JP6496849B1 (en) 2018-02-02 2018-02-02 Verification system and program

Country Status (1)

Country Link
JP (1) JP6496849B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102431846B1 (en) * 2022-01-26 2022-08-11 (주) 다윈아이씨티 Method, device and system for validating platform migration

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102431846B1 (en) * 2022-01-26 2022-08-11 (주) 다윈아이씨티 Method, device and system for validating platform migration

Also Published As

Publication number Publication date
JP6496849B1 (en) 2019-04-10

Similar Documents

Publication Publication Date Title
US20190378073A1 (en) Business-Aware Intelligent Incident and Change Management
US10574539B2 (en) System compliance assessment utilizing service tiers
US20100030649A1 (en) Method and system for batch execution of variable input data
US8290808B2 (en) System and method for automating customer-validated statement of work for a data storage environment
US20080301010A1 (en) Component Inventory Management
CN112149981A (en) Supply chain logistics management method and system of integrated platform
US8850074B2 (en) Data synchronization method
CN115329016A (en) Financial asset transaction data processing method, system and readable medium
JP6496849B1 (en) Verification system and program
US20100058157A1 (en) System And Method For Analyzing A Plurality Of Information Systems
CN103440460A (en) Application system change validation method and system
JP5018729B2 (en) Trading system
JP2012089049A (en) Computer system and server
CN116402468A (en) One-stop enterprise public payment method
CN111274255B (en) Service data monitoring method and system, monitoring architecture, equipment and storage medium
CN114282695A (en) Fault maintenance method, fault maintenance device, electronic equipment and storage medium
CN114169887A (en) Reconciliation system based on distributed data nodes
WO2019138670A1 (en) Operation management system and operation management method
JP7289572B1 (en) Storage media support system
JP7281854B1 (en) Information processing device, information processing method and program
US20230107687A1 (en) Transaction exchange platform defining conditions for the processing of transaction objects
US20230109607A1 (en) Transaction exchange platform with a messenger microservice to update transactions
US20230106852A1 (en) Transaction exchange platform with a watchdog microservice to handle stalled transactions
US20230108180A1 (en) Transaction exchange platform with a pause microservice to pause processing of workflows
JP4763016B2 (en) Business process suitability confirmation system and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180510

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190228

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190311

R150 Certificate of patent or registration of utility model

Ref document number: 6496849

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250