CN115718699A - Method and device for carrying out function verification on newly developed system - Google Patents

Method and device for carrying out function verification on newly developed system Download PDF

Info

Publication number
CN115718699A
CN115718699A CN202211461695.4A CN202211461695A CN115718699A CN 115718699 A CN115718699 A CN 115718699A CN 202211461695 A CN202211461695 A CN 202211461695A CN 115718699 A CN115718699 A CN 115718699A
Authority
CN
China
Prior art keywords
newly developed
new development
return message
request message
flow
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211461695.4A
Other languages
Chinese (zh)
Inventor
杨毅刚
翟羽佳
李梦娇
袁然
莫劲麟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202211461695.4A priority Critical patent/CN115718699A/en
Publication of CN115718699A publication Critical patent/CN115718699A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a method and a device for carrying out function verification on a newly developed system, and relates to the technical field of cloud computing, wherein the method comprises the following steps: the traffic collection module records network traffic of transactions in a production environment in real time; forwarding a request message of the existing system to a flow playback module; the flow playback module organizes a request message suitable for a new development system according to the difference between the existing system platform and the new development system platform; sending the request message suitable for the new development system to obtain a return message of the new development system fed back by the new development system; and the checking module compares the return message of the existing system with the key field of the return message of the newly developed system, and performs function verification on the newly developed system according to the comparison result. The invention can use the real-time transaction flow of the production environment to carry out comprehensive, high-pressure and long-time function verification on the newly developed system, thereby improving the effectiveness and efficiency of the function test of the newly developed system.

Description

Method and device for carrying out function verification on newly developed system
Technical Field
The invention relates to the technical field of cloud computing, in particular to a method and a device for performing function verification on a newly developed system.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
With the rise of cloud computing, various banks start the cloud work on the IT system, but compared with the traditional IT technology, the cloud computing related technology is relatively strange to financial IT and has no large-scale application experience in large-scale commercial banks, when the IT system of one bank, such as a customer information management system, is moved to the cloud from a traditional host platform, the production risk is extremely huge, and in order to reduce the production risk of a newly developed system to the minimum, the newly developed system needs to be fully functionally verified.
The conventional verification means includes a manual function test, an automatic function test, a performance test, etc., and the comparison of the respective test methods is shown in table 1 below.
Figure BDA0003955562920000011
TABLE 1
Although the above test methods have different characteristics, some short plates of the traditional test method are basically exposed:
1. the comprehensiveness of the test is highly dependent on the test cases, and if the test cases are omitted, the situation of insufficient test is inevitable; 2. the authenticity of the tested data is poor, because the tested data are generated by testers or testing tools, the tested data are greatly different from real production data, and the testing of abnormal values and boundary values is not sufficient; 3. the test scale is small, even high-concurrency performance test, because the scene generally only lasts for tens of minutes to hours, the test on the lasting stability of the system is not sufficient; 4. the testing efficiency is generally low.
Therefore, a new testing method and a supporting device are needed to solve the problems of comprehensiveness of testing scenarios, authenticity of testing data, durability of testing environments and testing efficiency in the conventional testing method.
Disclosure of Invention
The embodiment of the invention provides a method for carrying out function verification on a newly developed system, which is used for carrying out comprehensive, high-pressure and long-time function verification on the newly developed system by using real-time transaction flow of a production environment, and comprises the following steps:
the flow acquisition module records network flow of transaction in a production environment in real time; the network traffic includes: the method comprises the steps that a request message sent by an external system to an existing system and a return message fed back to the existing system of the external system by the existing system according to the request message are sent; forwarding a request message of the existing system to a flow playback module, and storing a return message of the existing system in a flow database; the return message of the existing system has a global unique identifier;
the flow playback module organizes a request message suitable for a new development system according to the difference between the prior system technology platform and the new development system technology platform; sending the request message suitable for the new development system to the new development system, and obtaining a return message of the new development system fed back by the new development system according to the request message suitable for the new development system; storing a return message of the newly developed system in a flow database; the return message of the newly developed system has a global unique identifier; the traffic playback module is deployed in a bypass environment;
the check module takes the global unique identification as an index, compares the return message of the existing system with the key field of the return message of the new development system, and performs function verification on the new development system according to the comparison result.
The embodiment of the invention also provides a device for carrying out function verification on the newly developed system, which is used for carrying out omnibearing, high-pressure and long-time function verification on the newly developed system by using the real-time transaction flow of the production environment, and comprises the following components:
the flow acquisition module is used for recording network flow of transaction in a production environment in real time; the network traffic includes: the method comprises the steps that a request message sent by an external system to an existing system and a return message fed back to the existing system of the external system by the existing system according to the request message are sent; forwarding a request message of the existing system to a flow playback module, and storing a return message of the existing system in a flow database; the return message of the existing system has a global unique identifier;
the flow playback module is used for organizing a request message suitable for a new development system according to the difference between the prior system technology platform and the new development system technology platform; sending the request message suitable for the new development system to the new development system, and obtaining a return message of the new development system fed back by the new development system according to the request message suitable for the new development system; storing a return message of the newly developed system in a flow database; the return message of the newly developed system has a global unique identifier; the traffic playback module is deployed in a bypass environment;
and the checking module is used for comparing the return message of the existing system with the key field of the return message of the newly developed system by taking the global unique identifier as an index, and performing functional verification on the newly developed system according to the comparison result.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein when the processor executes the computer program, the method for verifying the function of the newly developed system is realized.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the method for performing function verification on a newly developed system is implemented.
An embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program, and when the computer program is executed by a processor, the method for performing function verification on a newly developed system is implemented.
In the embodiment of the invention, the scheme for carrying out function verification on the newly developed system is as follows: the flow acquisition module records network flow of transaction in a production environment in real time; the network traffic includes: the method comprises the steps that a request message sent by an external system to an existing system and a return message fed back to the existing system of the external system by the existing system according to the request message are sent; forwarding a request message of the existing system to a flow playback module, and storing a return message of the existing system in a flow database; the return message of the existing system has a global unique identifier; the flow playback module organizes a request message suitable for a new development system according to the difference between the prior system technology platform and the new development system technology platform; sending the request message suitable for the new development system to the new development system, and obtaining a return message of the new development system fed back by the new development system according to the request message suitable for the new development system; storing a return message of the newly developed system in a flow database; the return message of the newly developed system has a global unique identifier; the traffic playback module is deployed in a bypass environment; the check module takes the global unique identifier as an index, compares the return message of the existing system with the key field of the return message of the newly developed system, and performs functional verification on the newly developed system according to the comparison result, so that the real-time transaction flow of the production environment can be used for performing comprehensive, high-pressure and long-time functional verification on the newly developed system, and the effectiveness and efficiency of the functional test of the newly developed system are improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the prior art descriptions will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts. In the drawings:
FIG. 1 is a system architecture diagram illustrating the functional verification of a newly developed system according to an embodiment of the present invention;
FIG. 2 is a system architecture diagram illustrating the deployment of various modules in an embodiment of the invention;
FIG. 3 is a flowchart illustrating a method for verifying the functionality of a newly developed system according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating a method for verifying functionality of a newly developed system according to another embodiment of the present invention;
fig. 5 is a schematic structural diagram of an apparatus for verifying a function of a newly developed system according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
According to the technical scheme, the data acquisition, storage, use, processing and the like meet relevant regulations of national laws and regulations.
The term "and/or" herein merely describes an associative relationship, meaning that three relationships may exist, e.g., a and/or B, may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the term "at least one" herein means any one of a plurality or any combination of at least two of a plurality, for example, including at least one of a, B, and C, and may mean including any one or more elements selected from the group consisting of a, B, and C.
In the description of the present specification, the terms "comprising," "including," "having," "containing," and the like are used in an open-ended fashion, i.e., to mean including, but not limited to. Reference to the description of the terms "one embodiment," "a particular embodiment," "some embodiments," "for example," etc., means that a particular feature, structure, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. The sequence of steps involved in the embodiments is for illustrative purposes to illustrate the implementation of the present application, and the sequence of steps is not limited and can be adjusted as needed.
The bypass is different from the main loop, and means that the bypass can be switched to another loop when the function is needed, so that the normal operation of the load is not influenced.
In order to solve the above problem, an embodiment of the present invention provides a scheme for performing function verification on a newly developed system, where the scheme is a scheme for performing function verification on the newly developed system using large-scale data. According to the scheme, real transaction flow needs to be collected from a production environment, converted into an object which can be identified by a new system, then introduced into the new system, the new system is driven to operate, a result generated by the new system is checked with a result of the production system in real time or asynchronously, and whether the function of the new system is normal or not is verified. Because the real-time transaction flow of the production environment is used, the comprehensiveness of a test scene, the authenticity of test data and the durability of the test environment are naturally solved, and meanwhile, an automatic checking mechanism is introduced, so that the test efficiency is greatly improved. The scheme for verifying the function of the newly developed system will be described in detail below.
Fig. 3 is a schematic flowchart of a method for verifying a function of a newly developed system according to an embodiment of the present invention, and as shown in fig. 3, the method includes the following steps:
step 101: the flow acquisition module records network flow of transaction in a production environment in real time; the network traffic includes: the method comprises the steps that a request message sent by an external system to an existing system and a return message fed back to the existing system of the external system by the existing system according to the request message are sent; forwarding a request message of the existing system to a flow playback module, and storing a return message of the existing system in a flow database; the return message of the existing system has a global unique identifier;
step 102: the flow playback module organizes a request message suitable for a new development system according to the difference between the prior system technology platform and the new development system technology platform; sending the request message suitable for the new development system to the new development system, and obtaining a return message of the new development system fed back by the new development system according to the request message suitable for the new development system; storing a return message of the newly developed system in a flow database; the return message of the newly developed system has a global unique identifier; the traffic playback module is deployed in a bypass environment;
step 103: the check module takes the global unique identification as an index, compares the return message of the existing system with the key field of the return message of the new development system, and performs function verification on the new development system according to the comparison result.
The method for verifying the function of the newly developed system provided by the embodiment of the invention works as follows: the flow acquisition module records network flow of transaction in a production environment in real time; the network traffic includes: the method comprises the steps that a request message sent by an external system to an existing system and a return message fed back to the existing system of the external system by the existing system according to the request message are sent; forwarding a request message of the existing system to a flow playback module, and storing a return message of the existing system in a flow database; the return message of the existing system has a global unique identifier; the flow playback module organizes a request message suitable for a new development system according to the difference between the prior system technology platform and the new development system technology platform; sending the request message suitable for the new development system to the new development system, and obtaining a return message of the new development system fed back by the new development system according to the request message suitable for the new development system; storing a return message of the newly developed system in a flow database; the return message of the new development system has a global unique identifier; the traffic playback module is deployed in a bypass environment; the check module takes the global unique identifier as an index, compares the return message of the existing system with the key field of the return message of the newly developed system, and performs functional verification on the newly developed system according to the comparison result, so that the real-time transaction flow of the production environment can be used for performing comprehensive, high-pressure and long-time functional verification on the newly developed system, and the effectiveness and efficiency of the functional test of the newly developed system are improved. The method for verifying the function of the newly developed system will be described in detail below.
Before using embodiments of the present invention, there are the following requirements for a new development system applicable to the present invention: 1. the system is not a completely newly built system, more is the replacement of the platform in the prior art, although the service function is improved, the overall change is controllable; 2. the newly developed system needs independent environmental resources for the import and operation of production flow, thereby avoiding the pollution to the production environment. We call this set of independent environment a bypass environment to distinguish it from the production environment; 3. before testing, data baselines of two environments need to be leveled, otherwise, accuracy of subsequent verification is affected, that is, in one embodiment, the method for performing functional verification on a newly developed system may further include: the data baselines in the production environment and the bypass environment are leveled prior to functional verification of the newly developed system. The overall architecture involved in embodiments of the present invention is shown in fig. 1.
Taking the customer information management system in fig. 1 as an example, a customer may log in an online banking system or a mobile banking system through a PC, a mobile phone, etc., to query customer information, such as a customer name, and the whole query is completed in a production environment. In order to test whether the name query function of the newly developed system in the bypass environment is normal, the transaction flow of the name query of the production environment needs to be copied in real time and replayed to the newly developed system in the bypass environment, and whether the function of the newly developed system is normal is judged by checking the name results returned by the existing system and the newly developed system. Therefore, the embodiment of the present invention has several key actions: copy, replay, verify. The architecture incorporating the present invention is shown in figure 2 below.
In the above step 101, the traffic collection module may be deployed in a production environment, and may record network traffic of a transaction in real time, and for a client name query transaction, the module may record two records, one is a request message (requesting a client name corresponding to a certain client number, hereinafter referred to as a request message) sent to a client information management system (existing system) by an external system, and the other is a return message (returning a client name corresponding to the client number is zhang, hereinafter referred to as a return message) of the client information management system (existing system). The acquisition module forwards the request message to the flow playback module for further processing, records the return message in a flow database, and uses the global unique serial number in the transaction as a key value for subsequent checking.
The flow acquisition module uses network flow to directly copy and can restrain errors of the flow acquisition module or the flow playback module, on one hand, the acquisition efficiency is improved, on the other hand, the original transaction link is non-invasive and non-pollution, and on the other hand, the original experience of a client is not influenced.
In the step 102, the traffic playback module is a core module of the present invention, and it is mentioned above that the present invention is applicable to a premise that a new development system replaces a technology platform, for example, a host system is replaced with a cloud environment, and a certain service is promoted but the whole is controllable, for example, a name query transaction in an existing system is upgraded to a name query micro service in the new system, a core function is unchanged, but a message format, a used protocol, a field attribute and the like are changed, the message format is changed from a fixed-length character string to JSON, the protocol is changed from short SOCKET connection to service registration discovery in the cloud environment, the length of a client name field is expanded from 100 bytes to 200 bytes, and the like, so that a difference between the existing system technology platform and the new development system technology platform is introduced.
The flow playback module performs the following functions: 1. completing the conversion of the message format, protocol and field attribute from old to new; 2. sending a brand-new request message to a new development system, and acquiring a return message (new); 3. and recording the returned message (new) into a flow database, and using the globally unique serial number (identification) as a storage key value.
In step 103, the checking module uses the globally unique serial number as an index to compare the key fields (the client name field in the transaction) of the return message (old) and the return message (new), and notices that: the reconciliation module provides the ability to customize the key fields for different transactions. The checking module records the checking result and supports generating a test report according to the dimensionality of the transaction and the like, wherein the report comprises the comparison results of the transaction, such as the success rate, the response time, the TOP error code and the like, and is used for analyzing the test effect. That is, in one embodiment, the reconciliation module is deployed in a bypass environment.
Turning now to the flow database, the flow database stores transaction flows, provides data sources for reconciliation, and stores reconciliation results, i.e. in one embodiment, as shown in fig. 4, the method for validating the functionality of the newly developed system may further include step 104: storing the comparison result and the result of the functional verification in the traffic database.
The most core module in the embodiment of the invention is a flow playback module and a check module, wherein the flow playback module is used for initiating a test on a newly developed system, and the check module is used for evaluating a test result automatically. Based on fig. 1 and fig. 2, the main process of performing functional verification on the newly developed system in the embodiment of the present invention is as follows:
1. the flow acquisition module is used for introducing test flow;
2. the flow playback module is used for carrying out function test in real time by using flow;
3. and the checking module is used for checking the return condition of the new and old line systems and evaluating the function test result of the new line system.
The method for verifying the functions of the newly developed system provided by the embodiment of the invention realizes that:
1. the method has no invasion and pollution to the original environment.
2. And the playback module supports custom conversion of formats, protocols, attributes and the like.
3. And a user-defined key element checking mode is supported.
The method for verifying the functions of the newly developed system provided by the embodiment of the invention has the advantages that: through reasonable module division, production transaction flow is efficiently introduced, all-round, high-pressure and long-time functional verification is performed on a new development system, a test result is evaluated and analyzed through a flexibly configured checking module, effectiveness and efficiency of functional test are greatly improved, and the method has high popularization significance in related fields.
The embodiment of the invention also provides a device for verifying the function of the newly developed system, which is described in the following embodiment. Because the principle of the device for solving the problems is similar to the method for carrying out the function verification on the newly developed system, the implementation of the device can refer to the implementation of the method for carrying out the function verification on the newly developed system, and repeated parts are not repeated.
Fig. 5 is a schematic structural diagram of an apparatus for verifying a function of a newly developed system according to an embodiment of the present invention, and as shown in fig. 5, the apparatus includes:
the flow acquisition module 01 is used for recording network flow of transactions in a production environment in real time; the network traffic includes: the method comprises the steps that a request message sent by an external system to an existing system and a return message fed back to the existing system of the external system by the existing system according to the request message are sent; forwarding a request message of the existing system to a flow playback module, and storing a return message of the existing system in a flow database; the return message of the existing system has a global unique identifier;
the flow playback module 02 is used for organizing a request message applicable to a new development system according to the difference between the prior system technology platform and the new development system technology platform; sending the request message suitable for the new development system to the new development system, and obtaining a return message of the new development system fed back by the new development system according to the request message suitable for the new development system; storing a return message of the newly developed system in a flow database; the return message of the new development system has a global unique identifier; the traffic playback module is deployed in a bypass environment;
and the checking module 03 is configured to compare the return message of the existing system with the key field of the return message of the newly developed system by using the global unique identifier as an index, and perform function verification on the newly developed system according to a comparison result.
In an embodiment, the apparatus for verifying a function of a newly developed system may further include a storage module, configured to store the comparison result and the result of the function verification in the traffic database.
In one embodiment, the traffic collection module is deployed in a production environment and the reconciliation module is deployed in a bypass environment.
In one embodiment, the data baselines in the production environment and the bypass environment are leveled prior to functional verification of the newly developed system.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein when the processor executes the computer program, the method for verifying the function of the newly developed system is realized.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the method for performing function verification on a newly developed system is implemented.
An embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program, and when the computer program is executed by a processor, the method for performing function verification on a newly developed system is implemented.
In the embodiment of the invention, the scheme for carrying out the function verification on the newly developed system is realized by: the traffic collection module records network traffic of transactions in a production environment in real time; the network traffic includes: the method comprises the steps that a request message sent by an external system to an existing system and a return message fed back to the existing system of the external system by the existing system according to the request message are sent; forwarding a request message of the existing system to a flow playback module, and storing a return message of the existing system in a flow database; the return message of the existing system has a global unique identifier; the flow playback module organizes a request message suitable for a new development system according to the difference between the prior system technology platform and the new development system technology platform; sending the request message suitable for the new development system to the new development system, and obtaining a return message of the new development system fed back by the new development system according to the request message suitable for the new development system; storing a return message of the newly developed system in a flow database; the return message of the new development system has a global unique identifier; the traffic playback module is deployed in a bypass environment; the check module takes the global unique identifier as an index, compares the return message of the existing system with the key field of the return message of the newly developed system, and performs functional verification on the newly developed system according to the comparison result, so that the real-time transaction flow of the production environment can be used for performing comprehensive, high-pressure and long-time functional verification on the newly developed system, and the effectiveness and efficiency of the functional test of the newly developed system are improved.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (11)

1. A method for performing functional verification on a newly developed system, comprising:
the traffic collection module records network traffic of transactions in a production environment in real time; the network traffic includes: the method comprises the steps that a request message sent to an existing system by an external system and a return message fed back to the existing system of the external system by the existing system according to the request message are sent to the existing system by the existing system; forwarding a request message of the existing system to a flow playback module, and storing a return message of the existing system in a flow database; the return message of the existing system has a global unique identifier;
the flow playback module organizes a request message suitable for a new development system according to the difference between the prior system technology platform and the new development system technology platform; sending the request message suitable for the new development system to the new development system, and obtaining a return message of the new development system fed back by the new development system according to the request message suitable for the new development system; storing a return message of the newly developed system in a flow database; the return message of the newly developed system has a global unique identifier; the traffic playback module is deployed in a bypass environment;
the check module takes the global unique identification as an index, compares the return message of the existing system with the key field of the return message of the new development system, and performs function verification on the new development system according to the comparison result.
2. The method for functionally validating a newly developed system as recited in claim 1, further comprising: storing the comparison result and the result of the functional verification in the traffic database.
3. The method for functionally validating a newly developed system as defined in claim 1, wherein the traffic collection module is deployed in a production environment and the reconciliation module is deployed in a bypass environment.
4. The method for functionally validating a newly developed system as recited in claim 1, further comprising: the data in the production environment and the bypass environment are baseline leveled prior to functional verification of the newly developed system.
5. An apparatus for performing functional verification on a newly developed system, comprising:
the flow acquisition module is used for recording network flow of transaction in a production environment in real time; the network traffic includes: the method comprises the steps that a request message sent by an external system to an existing system and a return message fed back to the existing system of the external system by the existing system according to the request message are sent; forwarding a request message of the existing system to a flow playback module, and storing a return message of the existing system in a flow database; the return message of the existing system has a global unique identifier;
the flow playback module is used for organizing a request message suitable for a new development system according to the difference between the prior system technology platform and the new development system technology platform; sending the request message suitable for the new development system to the new development system, and obtaining a return message of the new development system fed back by the new development system according to the request message suitable for the new development system; storing a return message of the newly developed system in a flow database; the return message of the newly developed system has a global unique identifier; the traffic playback module is deployed in a bypass environment;
and the checking module is used for comparing the return message of the existing system with the key field of the return message of the newly developed system by taking the global unique identifier as an index, and performing functional verification on the newly developed system according to the comparison result.
6. The apparatus for validating functions of a newly developed system as claimed in claim 5, further comprising a storage module for storing the comparison result and the result of the functional validation in the traffic database.
7. The apparatus for functional verification of a newly developed system as in claim 5, wherein the traffic collection module is deployed in a production environment and the reconciliation module is deployed in a bypass environment.
8. The apparatus for validating functionality of a newly developed system as recited in claim 5, wherein the data baselines in the production environment and the bypass environment are leveled prior to validating functionality of the newly developed system.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, characterized in that it stores a computer program which, when executed by a processor, implements the method of any one of claims 1 to 4.
11. A computer program product, characterized in that the computer program product comprises a computer program which, when being executed by a processor, carries out the method of any one of claims 1 to 4.
CN202211461695.4A 2022-11-17 2022-11-17 Method and device for carrying out function verification on newly developed system Pending CN115718699A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211461695.4A CN115718699A (en) 2022-11-17 2022-11-17 Method and device for carrying out function verification on newly developed system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211461695.4A CN115718699A (en) 2022-11-17 2022-11-17 Method and device for carrying out function verification on newly developed system

Publications (1)

Publication Number Publication Date
CN115718699A true CN115718699A (en) 2023-02-28

Family

ID=85255878

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211461695.4A Pending CN115718699A (en) 2022-11-17 2022-11-17 Method and device for carrying out function verification on newly developed system

Country Status (1)

Country Link
CN (1) CN115718699A (en)

Similar Documents

Publication Publication Date Title
CN110309071B (en) Test code generation method and module, and test method and system
CN107370786B (en) General information management system based on micro-service architecture
CN102831052B (en) Test exemple automation generating apparatus and method
CN102968374B (en) A kind of data warehouse method of testing
CN104252481A (en) Dynamic check method and device for consistency of main and salve databases
CN107679146A (en) The method of calibration and system of electric network data quality
CN112256581B (en) Log playback test method and device for high-simulation securities trade trading system
CN110083581B (en) Log tracing method and device, storage medium and computer equipment
CN108460068A (en) Method, apparatus, storage medium and the terminal that report imports and exports
CN112650688A (en) Automated regression testing method, associated device and computer program product
CN103248511B (en) A kind of analysis methods, devices and systems of single-point service feature
CN113220578A (en) Method for generating function test case
CN111324480B (en) Large-scale host transaction fault positioning system and method
CN116561003A (en) Test data generation method, device, computer equipment and storage medium
CN109902070B (en) WiFi log data-oriented analysis storage search method
CN111708712A (en) User behavior test case generation method, flow playback method and electronic equipment
CN114895879B (en) Management system design scheme determining method, device, equipment and storage medium
CN115718699A (en) Method and device for carrying out function verification on newly developed system
CN115757045A (en) Transaction log analysis method, system and device
CN115757174A (en) Database difference detection method and device
CN111552648A (en) Automatic verification method and system for application
CN112862606A (en) Electric power transaction high-concurrency data reporting method and system
CN115250231B (en) Application configuration method and device
CN113608906B (en) Cloud computing memory address segment anomaly test method, system, terminal and storage medium
CN114816845B (en) MongoDB-based rapid data rollback method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination