CN113206772A - Method, device, equipment, medium and product for judging correctness of response message - Google Patents

Method, device, equipment, medium and product for judging correctness of response message Download PDF

Info

Publication number
CN113206772A
CN113206772A CN202110466636.5A CN202110466636A CN113206772A CN 113206772 A CN113206772 A CN 113206772A CN 202110466636 A CN202110466636 A CN 202110466636A CN 113206772 A CN113206772 A CN 113206772A
Authority
CN
China
Prior art keywords
target
message
information
response message
mapping relation
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
CN202110466636.5A
Other languages
Chinese (zh)
Other versions
CN113206772B (en
Inventor
张涵宇
高建瓴
许思琦
孙鑫鑫
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Agricultural Bank of China
Original Assignee
Agricultural Bank of China
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 Agricultural Bank of China filed Critical Agricultural Bank of China
Priority to CN202110466636.5A priority Critical patent/CN113206772B/en
Publication of CN113206772A publication Critical patent/CN113206772A/en
Application granted granted Critical
Publication of CN113206772B publication Critical patent/CN113206772B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0823Errors, e.g. transmission errors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/81Indexing, e.g. XML tags; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/83Querying
    • G06F16/835Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/84Mapping; Conversion

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Environmental & Geological Engineering (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the invention provides a method, a device, equipment, a medium and a product for judging the correctness of a response message, wherein the method comprises the following steps: receiving a message correctness judging request triggered by a user, wherein the message correctness judging request comprises: the target reports message retrieval information; according to the message correctness judging request, acquiring a target incoming message corresponding to the target incoming message retrieval information and a corresponding target processing log; respectively analyzing the target incoming message and the target processing log to correspondingly obtain target incoming message type information and a target processing log return code; acquiring a first preset mapping relation table and a target response message corresponding to a target incoming message, wherein the first preset mapping relation table stores the mapping relation among incoming message type information, a processing log return code and response message information in an associated manner; and judging whether the target response message is correct or not according to the target incoming message type information, the corresponding target processing log return code and the first preset mapping relation table.

Description

Method, device, equipment, medium and product for judging correctness of response message
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a method, a device, equipment, a medium and a product for judging the correctness of a response message.
Background
With the development of mobile internet, various banks provide online banking services for people's life. Including, for example, payment systems, loan systems, and financial management systems. Before each online system is put into use, the online system needs to be tested in development, and after the online system is completely started, the online system needs to be tested, checked and accepted, and the like, so that the system can be ensured to normally operate after being put into use.
When testing each online system, the correctness of the response message needs to be judged. In the prior art, an incoming message and a response message interacted between a server of a tested application and a third-party server are generally obtained manually, and whether the response message corresponding to the incoming message is accurate or not is judged by combining experience with complicated message standards. And judging whether the processing logic performed inside the local online system after receiving the incoming message is correct or not by judging whether the response message is correct or not, thereby completing the test of the local online system.
However, the method for judging whether the response message is accurate manually by combining experience with complicated message standards consumes a long time and is easy to generate wrong judgment, so that the method for judging the correctness of the response message in the prior art has low judgment efficiency and poor accuracy.
Disclosure of Invention
The embodiment of the invention provides a method, a device, equipment, a medium and a product for judging correctness of a response message, which are used for solving the technical problems of lower judging efficiency and poorer accuracy of a method for judging correctness of a response message in the prior art.
In a first aspect, an embodiment of the present invention provides a method for determining correctness of a response packet, where the method includes:
receiving a message correctness judging request triggered by a user, wherein the message correctness judging request comprises: at least one target reports message retrieval information;
according to the message correctness judging request, acquiring a target incoming message corresponding to the target incoming message retrieval information and a corresponding target processing log;
analyzing the target incoming message and the target processing log respectively to correspondingly obtain target incoming message type information and a target processing log return code;
acquiring a first preset mapping relation table and a target response message corresponding to the target incoming message, wherein the first preset mapping relation table stores the mapping relation among incoming message type information, processing log return codes and response message information in an associated manner;
and judging whether the target response message is correct or not according to the target incoming message type information, the corresponding target processing log return code and the first preset mapping relation table.
In a second aspect, an embodiment of the present invention provides a testing apparatus for a payment system, including:
a receiving module, configured to receive a message correctness determination request triggered by a user, where the message correctness determination request includes: at least one target reports message retrieval information;
the acquisition module is used for acquiring a target incoming message corresponding to the target incoming message retrieval information and a corresponding target processing log according to the message correctness judgment request;
the analysis module is used for respectively analyzing the target incoming message and the target processing log so as to correspondingly obtain target incoming message type information and a target processing log return code;
the obtaining module is further configured to obtain a first preset mapping relationship table and a target response message corresponding to the target incoming message, where a mapping relationship among incoming message type information, a processing log return code, and response message information is stored in the first preset mapping relationship table in an associated manner;
and the judging module is used for judging whether the target response message is correct or not according to the target incoming message type information, the corresponding target processing log return code and the first preset mapping relation table.
In a third aspect, an embodiment of the present invention provides an electronic device, including: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the computer-executable instructions stored by the memory causes the at least one processor to perform the method of the first aspect.
In a fourth aspect, the present invention provides a computer-readable storage medium, in which computer-executable instructions are stored, and when the computer-executable instructions are executed by a processor, the computer-executable instructions are used to implement the method according to the first aspect.
In a fifth aspect, an embodiment of the present invention provides a computer program product, which includes a computer program that, when executed by a processor, implements the method according to the first aspect.
The method, the device, the equipment, the medium and the product for judging the correctness of the response message provided by the embodiment of the invention receive a message correctness judging request triggered by a user, wherein the message correctness judging request comprises the following steps: the target reports message retrieval information; according to the message correctness judging request, acquiring a target incoming message corresponding to the target incoming message retrieval information and a corresponding target processing log; respectively analyzing the target incoming message and the target processing log to correspondingly obtain target incoming message type information and a target processing log return code; acquiring a first preset mapping relation table and a target response message corresponding to a target incoming message, wherein the first preset mapping relation table stores the mapping relation among incoming message type information, a processing log return code and response message information in an associated manner; and judging whether the target response message is correct or not according to the target incoming message type information, the corresponding target processing log return code and the first preset mapping relation table. Because the first preset mapping relation table is configured in the electronic equipment in advance, after a message correctness judging request triggered by a user is received, a target incoming message and a target processing log can be obtained firstly. The correct key information of the target response message is determined in the first preset mapping table according to the target incoming message type information and the target processing log return code, and whether the target response message is correct or not is judged by comparing the actual key information of the target response message with the correct key information. And the electronic equipment judges according to the first preset mapping relation table, so that the error judgment easily generated in the manual judgment process can be effectively reduced, the data can be relied on during the judgment, and the accuracy of judging the correctness of the response message can be effectively improved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
Fig. 1 is a network architecture diagram that can implement the method for determining correctness of a response packet according to the embodiment of the present invention;
fig. 2 is a schematic flow chart of a method for determining correctness of a response packet according to an embodiment of the present invention;
fig. 3 is a schematic view of an operation interface of a client corresponding to the method for determining correctness of a response packet according to an embodiment of the present invention;
fig. 4 is a schematic flow chart of a method for determining correctness of a response packet according to another embodiment of the present invention;
fig. 5 is a schematic structural diagram of an apparatus for determining correctness of a response packet according to an embodiment of the present invention;
fig. 6 is a first block diagram of an electronic device for implementing the method for determining correctness of a response packet according to the embodiment of the present invention;
fig. 7 is a second block diagram of an electronic device for implementing the method for determining correctness of a response packet according to the embodiment of the present invention.
With the foregoing drawings in mind, certain embodiments of the disclosure have been shown and described in more detail below. These drawings and written description are not intended to limit the scope of the disclosed concepts in any way, but rather to illustrate the concepts of the disclosure to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
First, terms related to embodiments of the present invention are explained:
XML message: refers to an extensible markup language message. XML is a simple data storage language. Data is described using a series of simple tags which can be created in a convenient manner, and although extensible markup language takes up more space than binary data, extensible markup language is extremely simple, easy to master and, therefore, widely used.
Logging: the method is characterized in that network equipment, a system, a service program and the like generate an event record called log when in operation; each row of the log records the description of the date, time, user and action.
For a clear understanding of the technical solutions of the present application, a detailed description of the prior art solutions is first provided.
When testing each online system, the judgment of the correctness of the response message is a key step. In the prior art, a report message and a response message interacted between a server of a tested application and a third-party server are generally obtained manually, and whether the response message corresponding to the report message is accurate or not is judged by combining experience with complicated message standards.
Specifically, when the response message corresponding to the message is judged to be accurate or not by combining experience with complicated message standards, the judgment result of the correctness of the response message has a great relationship with the judged person due to different experiences of each person or different information for judging the correctness of the response message acquired from the complicated message standards, which is very easy to generate wrong judgment, resulting in poor accuracy. And the time consumed for manual discrimination is long, so that the efficiency of discrimination of the correctness of the response message is low.
Therefore, in order to overcome the disadvantage of low efficiency in manually determining the correctness of the response message, the inventor finds out that the determining process of the correctness of the response message can be automatically executed by the electronic device through creative research. In order to effectively improve the accuracy of judging the correctness of the response message, the electronic equipment closely associates the key information for judging the correctness of the response message with the type of the incoming message and the corresponding processing log return code in advance. The method comprises the steps that a first preset mapping relation table is configured in the electronic equipment in advance, and mapping relations among incoming message type information, processing log return codes and response message information are stored in the first preset mapping relation table in an associated mode, so that when the electronic equipment automatically executes a method for judging the correctness of the response message, the correctness of a target response message is judged according to the corresponding response message information in the first preset mapping relation table.
Therefore, the inventor proposes a technical scheme of the embodiment of the invention based on the above creative discovery. The following introduces an application scenario and a network architecture of the method for determining correctness of a response packet provided in the embodiment of the present invention.
The application scenes of the method for judging the correctness of the response message provided by the embodiment of the invention can be test scenes of various online system development links, test scenes after the development of various online systems is finished and test scenes of various online system acceptance links.
The online system can be a payment system, a loan system, a financing system and the like of an online bank. It will be appreciated that the method can also be applied to other online systems, and the common characteristics of the online systems are as follows: and a message form is adopted in the process of interacting with the third-party server.
Fig. 1 is a network architecture diagram that can implement the method for determining correctness of a response packet according to the embodiment of the present invention, and as shown in fig. 1, the network architecture of the method for determining correctness of a response packet according to the embodiment includes: the electronic equipment 1 and a server 2 corresponding to the target online system. The electronic device 1 is in communication connection with a server 2 corresponding to a target online system. The electronic device 1 is loaded with a client corresponding to the method for judging the correctness of the response message. The user 3 can trigger the message correctness judging request through the operation interface of the client. The server 2 stores an incoming message, a corresponding processing log, and a response message in advance. The electronic equipment 1 acquires the target incoming message corresponding to the target incoming message retrieval information and the corresponding target processing log from the server 2 according to the message correctness judging request. The electronic device 1 analyzes the target incoming message and the target processing log respectively to correspondingly obtain target incoming message type information and a target processing log return code. And a first preset mapping relation table which is configured in advance can be obtained locally. And acquiring a target response message corresponding to the target incoming message from the server 2. The electronic device 1 judges whether the target response message is correct or not according to the target incoming message type information, the corresponding target processing log return code and the first preset mapping relation table.
The following describes the technical solution of the present invention and how to solve the above technical problems with specific examples. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present invention will be described below with reference to the accompanying drawings.
Fig. 2 is a schematic flow chart of a method for determining correctness of a response packet according to an embodiment of the present invention, and as shown in fig. 2, an execution main body of the method for determining correctness of a response packet according to the present embodiment is a device for determining correctness of a response packet. The device for judging the correctness of the response message can be positioned in the electronic equipment. The method for judging correctness of the response packet provided by this embodiment includes the following steps:
step 101, receiving a message correctness judging request triggered by a user, wherein the message correctness judging request comprises: at least one target reports message retrieval information.
In this embodiment, in the process of testing the target online system, the received message sent by the third-party server is simulated as an incoming message. And the target online system processes the incoming message to generate a message which needs to be sent to the third-party server and is a response message. And during the process of testing the target online system, a plurality of pairs of incoming messages and response messages can be generated. The response message needing to be subjected to correctness judgment is a target response message, and the message paired with the target response message is a target incoming message.
The target incoming message and the target response message can be XML messages.
The third-party server is a server which performs message interaction with a server of the target online system. For example, the target online system is a payment system of bank A. The third party server may be the server corresponding to the B bank payment system.
In this embodiment, the electronic device is loaded with a client corresponding to the method for determining the correctness of the response packet. As shown in fig. 3, in the operation interface of the client of the electronic device 1, the user can input or select a target to report message retrieval information.
The target incoming message retrieval information may be identification information of the target incoming message and/or a target test time range.
The identification information of the target incoming message may be an identification code of the target incoming message or other information uniquely indicating the target incoming message. As shown in fig. 3, the identification information of the target incoming message is an identification code, and the identification code includes: 000102.
the target test time range can be freely configured on an operation interface of the client according to the requirements of the user. The target test time range may be a test time range that has already occurred, or may be a test time range that ends at the current time. If the current time is 21/4/2021 at 8:30, the target test time range may be 21/4/2021 at 7:30-8:30, as shown in fig. 3. Or 2021, 4 months and 20 days, 8:00-9:00, etc.
In this embodiment, after the user selects or inputs the target to report the message retrieval information through the operation interface of the client, the user triggers the message correctness judgment request by triggering the "confirm" button. And the electronic equipment receives a message correctness judging request triggered by a user.
And 102, acquiring a target incoming message corresponding to the target incoming message retrieval information and a corresponding target processing log according to the message correctness judging request.
In this embodiment, for the completed test of the target online system, the corresponding incoming message, the processing log, and the response message are stored in the server corresponding to the target online system. Therefore, the electronic device can analyze the message correctness judging request, acquire the target incoming message retrieval information, access the server corresponding to the target online system through the target incoming message retrieval information, and further acquire the target incoming message corresponding to the target incoming message retrieval information and the corresponding target processing log.
The target processing log is generated in the processing process of the target online system when the target online system is tested corresponding to the target incoming message.
It can be understood that, the number of target incoming message and the number of target processing logs corresponding to the target incoming message retrieval information acquired by the electronic device may also be different according to the type of the target incoming message retrieval information selected or input by the user on the operation interface of the client. If the user only inputs the identification information of one target incoming message, the electronic device acquires one target incoming message corresponding to the identification information of the target incoming message and a corresponding target processing log. If the user only inputs the target test time range, the electronic device obtains at least one target incoming message and at least one target processing log within the target test time range.
And 103, respectively analyzing the target incoming message and the target processing log to correspondingly obtain target incoming message type information and a target processing log return code.
In this embodiment, the target incoming message includes target incoming message identification information, and also includes target incoming message type information and other related information. Therefore, the target incoming message is analyzed, and the type information of the target incoming message is obtained. For example, if the target online system is a payment system, the target incoming message type information may be a cross-bank transfer large amount type, a cross-bank transfer small amount type, or the like.
In this embodiment, the target processing log includes a log generated in the processing process of the target online system when the target online system is tested corresponding to the target incoming message. A log return code is included in the target processing log. And analyzing the target processing log to obtain a target processing log return code.
The return code is a code for indicating whether an error and an error type occur in the test processing process of the target online system.
And 104, acquiring a first preset mapping relation table and a target response message corresponding to the target incoming message, wherein the first preset mapping relation table stores the mapping relation among the incoming message type information, the processing log return code and the response message information in an associated manner.
In this embodiment, the target incoming message and the target response message exist in pairs. The target response message includes the identification information of the corresponding target incoming message. Therefore, the server corresponding to the target online system can be accessed according to the identification information of the obtained target incoming message to obtain the target response message.
In this embodiment, a first preset mapping relationship table is configured and stored in advance in the electronic device. As shown in table 1, the first preset mapping relationship table stores the mapping relationship among the incoming message type information, the processing log return code, and the response message information in association with each other.
Table 1: first preset mapping relation table
Figure BDA0003044318280000081
The response message information is the key information that the response message is a correct response message. As shown in table 1, the reply message information includes any one or more of the following information: the type of the response message, the response code and the reject code.
The response message type, the response code and the reject code are related to the corresponding incoming message type and the log return code. If the incoming message type is a cross-row transfer large amount type and the log return code is inconsistent, the response message type can be a collection refusing type. The answer code and the reject code are codes which do not match the account name of the payer.
It can be understood that, as shown in table 1, in the first preset mapping relationship table, the incoming message type information, the processing log return code, and the response message information can be represented in any one or combination of letters, numbers, punctuations, chinese characters, and the like. The first preset mapping relation table may further include a domain to be expanded, so that the first preset mapping relation table is adjusted according to the system update message standard corresponding to the target online system and the third-party server.
And 105, judging whether the target response message is correct or not according to the target incoming message type information, the corresponding target processing log return code and the first preset mapping relation table.
In this embodiment, the target response packet is analyzed to obtain the target response packet information corresponding to the first preset mapping relationship table. The target response message information is the actual key information of the target response message. And comparing the target response message information with corresponding response message information in the first preset mapping table to judge whether the target response message is correct.
The target reply message information may include any one or more of the following information: target response message type, target response code, target reject code.
It should be noted that, if there are a plurality of target response message information, the target response message information is compared with the corresponding response message information in the first preset mapping table one by one, and if each target response message information is the same as the corresponding response message information in the first preset mapping table, it is determined that the target response message is correct. And if at least one piece of target response message information is different from the corresponding response message information in the first preset mapping table, determining that the target response message is incorrect.
The method for judging correctness of a response message provided by this embodiment receives a message correctness judging request triggered by a user, where the message correctness judging request includes: the target reports message retrieval information; according to the message correctness judging request, acquiring a target incoming message corresponding to the target incoming message retrieval information and a corresponding target processing log; respectively analyzing the target incoming message and the target processing log to correspondingly obtain target incoming message type information and a target processing log return code; acquiring a first preset mapping relation table and a target response message corresponding to a target incoming message, wherein the first preset mapping relation table stores the mapping relation among incoming message type information, a processing log return code and response message information in an associated manner; and judging whether the target response message is correct or not according to the target incoming message type information, the corresponding target processing log return code and the first preset mapping relation table. Because the first preset mapping relation table is configured in the electronic equipment in advance, after a message correctness judging request triggered by a user is received, a target incoming message and a target processing log can be obtained firstly. The correct key information of the target response message is determined in the first preset mapping table according to the target incoming message type information and the target processing log return code, and whether the target response message is correct or not is judged by comparing the actual key information of the target response message with the correct key information. And the electronic equipment judges according to the first preset mapping relation table, so that the error judgment easily generated in the manual judgment process can be effectively reduced, the data can be relied on during the judgment, and the accuracy of judging the correctness of the response message can be effectively improved.
Example two
Fig. 4 is a schematic flow chart of a method for determining correctness of a response packet according to another embodiment of the present invention, and as shown in fig. 4, the method for determining correctness of a response packet according to the present embodiment further refines steps 101 to 105 on the basis of the method for determining correctness of a response packet according to the first embodiment, and further includes other steps, so that the method for determining correctness of a response packet according to the present embodiment includes the following steps:
step 201, receiving a login request of a target online system triggered by a user, and logging in the target online system according to the login request.
The user can input the account number, the password, the IP address and the like of the target online system through the operation interface of the client, and logs in the target online system through a remote connection mode (SSH for short) to access the server of the target online system.
Step 202, determining whether a history log storage path and history processing log data exist in a memory of the electronic device, if yes, executing step 203, otherwise, executing step 204.
Step 203, the history log storage path and the history processing log data are cleared.
In this embodiment, before the correctness of the new round of response message is determined, it is determined whether a history log storage path and history processing log data exist in the memory of the electronic device, and if so, the history log storage path and the history processing log data are cleared, so as to reduce the occupation of the memory of the electronic device and eliminate the influence on the correctness determination of the new round of response message.
It should be noted that the execution sequence of step 201 and steps 202 to 203 is not critical. Step 202-step 203 may be performed first, and then step 201 may be performed.
Step 204, receiving a message correctness judging request triggered by a user, wherein the message correctness judging request comprises: the target reports message retrieval information.
As shown in fig. 3, the reporting of the message retrieval information by the user through the target selected or input by the operation interface of the client includes: and the target reports the identification information of the message and the target test time range.
The target test time range may be a test time range that has already occurred, or may be a test time range ending with the current time.
Step 205, according to the message correctness judging request, a target incoming message corresponding to the target incoming message retrieval information and a corresponding target processing log are obtained.
Optionally, if the target test time range is a time range including the current time, step 205 specifically includes:
according to the message correctness judging request, acquiring a target incoming message corresponding to the target incoming message retrieval information; and acquiring a corresponding target processing log after waiting for a preset time interval.
Specifically, in this embodiment, if the target test time range ends with the current time, the target incoming message corresponding to the target incoming message retrieval information may be obtained according to the message correctness determination request. However, since the network system processes the target incoming telegram message and consumes a certain time to generate the corresponding target processing log and the target response message, after the target incoming telegram message is acquired, the network system waits for a preset time interval and then acquires the corresponding target processing log from the server corresponding to the network system. And the corresponding target response message can be acquired from the server corresponding to the online system after waiting for a preset time interval.
The preset time interval may be a value of 30 to 60 seconds, or another more suitable value, which is not limited in this embodiment.
In the method for judging correctness of a response message provided by this embodiment, if the target test time range is a time range including the current time, when a target incoming message corresponding to the target incoming message retrieval information and a corresponding target processing log are acquired according to the message correctness judgment request, a target incoming message corresponding to the target incoming message retrieval information is acquired according to the message correctness judgment request; and acquiring a corresponding target processing log after waiting for a preset time interval. By waiting for a preset time interval and then acquiring the corresponding target processing log, a more comprehensive target processing log can be acquired so as to accurately analyze the log return code.
As an alternative implementation, in this embodiment, step 205 includes the following steps:
step 2051, a second preset mapping relation table is obtained, and the second preset mapping relation table stores the mapping relation between the incoming message storage path and the test time range in an associated manner.
And step 2052, acquiring the target incoming telegram message corresponding to the identification information of the target incoming telegram message from the incoming telegram message storage path having the mapping relation with the target test time range information according to a second preset mapping relation table.
And step 2053, acquiring a third preset mapping relation table, wherein the mapping relation between the processing log storage path and the test time range is stored in the third preset mapping relation table in an associated manner.
And step 2054, acquiring a corresponding target processing log from the processing log storage path having a mapping relation with the target test time range information according to a third preset mapping relation table.
Specifically, in this embodiment, in the process of testing the target online system, the server corresponding to the target online system reports the message, and the processing log and the response message are stored separately. And aiming at the incoming message, the incoming message is stored separately according to the test time range. Similarly, the processing logs are stored separately according to the test time range. And aiming at the response message, storing the response message separately according to the test time range.
Therefore, the electronic device can generate a second preset mapping relation table in advance for the incoming telegram messages stored in each testing time range according to the server corresponding to the online system. And the mapping relation between the incoming message storage path and the test time range is stored in the second preset mapping relation table in an associated manner. And the electronic equipment generates a third pre-mapping relation table in advance for the processing logs stored in each testing time range according to a server corresponding to the online system, and the third pre-mapping relation table stores the mapping relation between the processing log storage path and the testing time range in an associated manner. The electronic equipment generates a fourth pre-mapping relation table in advance for the response messages stored in each testing time range according to the server corresponding to the online system, and the fourth pre-mapping relation table stores the mapping relation between the response message storage path and the testing time range in an associated manner.
In this embodiment, the electronic device determines, according to the message correctness determination request, a message incoming storage path having a mapping relationship with the target test time range information by searching the second pre-mapping relationship table, then accesses the server corresponding to the network system, and obtains a target message incoming message corresponding to the identification information of the target message incoming message from the message incoming message storage path having a mapping relationship with the target test time range information. And determining a processing log storage path having a mapping relation with the target test time range information by searching a third pre-mapping relation table, then accessing a server corresponding to the online system, and acquiring a corresponding target processing log from the processing log storage path having the mapping relation with the target test time range information.
As an alternative implementation manner, in this embodiment, step 2054 includes the following steps:
and step 2054a, according to the third preset mapping relationship table, obtaining a target key log corresponding to the identification information of the target incoming message from the processing log storage path having the mapping relationship with the target test time range information.
In this embodiment, in the process of testing the online payment system, the tests can be executed in parallel. Therefore, a large number of processing logs are stored in the processing log storage path having a mapping relationship with the target test time range information, and it is necessary to screen out the target processing log from these logs.
Specifically, the row of logs corresponding to the identification information of the target incoming message is first screened out from the large number of processing logs, and the row of logs is represented as a target key log. The line log is the determined log related to the target incoming message.
And step 2054b, analyzing the target key log to obtain the primary key information corresponding to the target key log.
And step 2054c, acquiring an associated processing log comprising the primary key information, wherein the associated processing log is positioned in a processing log storage path having a mapping relation with the target test time range information.
Step 2054d, determine the target key log and associated process log as the target process log.
In this embodiment, each row of processing log includes primary key information (abbreviated as PID). The primary key information is identification information indicating that the online system performs relevant processing each time the online system performs a test. Therefore, the target key log is analyzed to obtain the field of the main key information. And then analyzing each row of processing logs in the processing log storage path which has a mapping relation with the target test time range information, and determining logs consistent with the main key information in the target key logs, wherein the logs are represented as associated processing logs. And finally merging the target key log and the associated processing log to jointly determine the target key log and the associated processing log as a target processing log.
And step 206, analyzing the target incoming message and the target processing log respectively to correspondingly obtain target incoming message type information and a target processing log return code.
In this embodiment, each target processing log has a field of a return code, so the return code of the target processing log is obtained after the target processing log is analyzed.
Step 207, a first preset mapping relation table and a target response message corresponding to the target incoming message are obtained.
In this embodiment, the first preset mapping relationship table may be pre-stored in the local of the electronic device, so that the first preset mapping relationship table may be obtained from the local.
As an optional implementation manner, in this embodiment, the step 207 of obtaining a target response message corresponding to the target incoming message includes the following steps:
step 2071, a fourth preset mapping relation table is obtained, and the fourth preset mapping relation table stores the mapping relation between the response packet storage path and the test time range in an associated manner.
Step 2072, according to the fourth preset mapping relationship table, obtaining a response packet including identification information of the target incoming packet from a response packet storage path having a mapping relationship with the target test time range information as a corresponding target response packet.
Specifically, in this embodiment, each response message includes an identifier of an incoming message paired with the response message. In this embodiment, first, the electronic device determines a response packet storage path having a mapping relationship with the target test time range information by looking up the fourth pre-mapping relationship table, then accesses a server corresponding to the network system, obtains response packets from the incoming packet storage path having a mapping relationship with the target test time range information, then screens the response packets, determines a response packet including identification information of the target incoming packet, and determines the response packet including the identification information of the target incoming packet as the target response packet.
And step 208, judging whether the target response message is correct or not according to the target incoming message type information, the corresponding target processing log return code and the first preset mapping relation table.
As an alternative implementation, in this embodiment, step 208 includes the following steps:
step 2081, determining the response message information of the corresponding target response message in the first preset mapping relation table according to the target incoming message type information and the corresponding target processing log return code.
In this embodiment, the electronic device searches for the target incoming message type information and the corresponding target processing log return code in the first preset mapping relationship table, and further determines the response message information having a mapping relationship with the target incoming message type information and the corresponding target processing log return code.
Wherein, the response message information includes any one or more of the following information:
the type of the response message, the response code and the reject code.
The response message information stored in the first preset mapping relation table is key information in a correct response message generated after the target online system correctly processes the target incoming message.
Step 2082, analyzing the target response message to obtain the target response message information.
In this embodiment, the target response message also includes target response message information, and since the target response message is a response message generated after the target online system processes the target incoming message, whether the target response message information is correct or not can reflect whether the target online system processes the target incoming message correctly or not. Because each kind of target response message information exists in the target response message in a field, the target response message is analyzed to obtain the target response message information.
The target response message information includes any one or more of the following information:
target response message type, target response code, target reject code.
Step 2083, comparing the target response message information with the corresponding response message information in the first preset mapping relation table to determine whether the target response message is correct.
In this embodiment, if the target response message information is the same as the corresponding response message information in the first preset mapping relationship table, the target response message information is compared with the corresponding response message information in the first preset mapping relationship table, and if the target response message information is the same as the corresponding response message information in the first preset mapping relationship table, the target response message is determined to be correct. And if the target response message is inconsistent with the target response message, determining that the target response message is wrong. If the target response message information and the corresponding response message information in the first preset mapping relation table are multiple, comparing the target response message information with the corresponding response message information in the first preset mapping relation table one by one, and if the target response message information and the corresponding response message information in the first preset mapping relation table are consistent, determining that the target response message is correct. And if at least one of the messages is inconsistent, determining that the target response message is wrong.
It can be understood that, if there are a plurality of pieces of target response message information and corresponding response message information in the first preset mapping relation table, when determining whether the target response message is correct, the accuracy of the determination result is further improved.
In the method for determining correctness of response message provided in this embodiment, before the target incoming message and the corresponding target processing log corresponding to the target incoming message retrieval information are obtained and the target response message is obtained, the second preset mapping relation table, the third preset mapping relation table and the fourth preset mapping relation table are stored in advance to obtain the specific storage paths of the target incoming message, the corresponding target processing log and the target response message, and further obtain the target incoming message, the corresponding target processing log and the target response message from the corresponding storage paths, because the incoming message, the processing log message and the response message are stored separately according to the test time range, the retrieval range is effectively narrowed when the target incoming message, the corresponding target processing log and the target response message are obtained, and the method for obtaining the target incoming message, the target processing log and the target response message is further improved, And the corresponding target processing logs and the target response message efficiency.
Optionally, the method for judging correctness of a response packet provided in this embodiment further includes:
and if the response message standard is monitored to be updated, updating the response message information in the first preset mapping relation table.
In this embodiment, the response packet standard of the target online system may be updated, and the update of the response packet standard may cause a change in the response packet information in the first preset mapping relationship table. Therefore, the electronic device monitors the response message standard of the target online system, and if the response message standard is monitored to be updated, the electronic device updates the response message information in the first preset mapping relation table.
In the method for judging correctness of a response packet provided by this embodiment, if it is monitored that the standard of the response packet is updated, the response packet information in the first preset mapping relation table is updated, so that the response packet information in the first preset mapping relation table can be a correct response packet at any time, and unnecessary errors in judging correctness of the response packet can be effectively prevented.
EXAMPLE III
Fig. 5 is a schematic structural diagram of a device for determining correctness of a response packet according to an embodiment of the present invention, and as shown in fig. 5, the device for determining correctness of a response packet according to the embodiment is located in an electronic device. The device 30 for judging correctness of the response packet provided in this embodiment includes: a receiving module 31, an obtaining module 32, an analyzing module 33 and a judging module 34.
The receiving module 31 is configured to receive a message correctness determination request triggered by a user, where the message correctness determination request includes: the target reports message retrieval information. The obtaining module 32 is configured to obtain, according to the message correctness judging request, a target incoming message corresponding to the target incoming message retrieval information and a corresponding target processing log. The parsing module 33 is configured to parse the target incoming message and the target processing log respectively to obtain the target incoming message type information and the target processing log return code correspondingly. The obtaining module 32 is further configured to obtain a first preset mapping relationship table and a target response message corresponding to the target incoming message, where a mapping relationship among incoming message type information, processing log return codes, and response message information is stored in the first preset mapping relationship table in an associated manner. The judging module 34 is configured to judge whether the target response packet is correct according to the target incoming packet type information, the corresponding target processing log return code, and the first preset mapping relationship table.
Optionally, the target incoming message retrieval information includes: the target reports the identification information of the message and the target test time range;
correspondingly, when the obtaining module 32 obtains the target incoming message and the corresponding target processing log corresponding to the target incoming message retrieval information according to the message correctness determination request, the method specifically includes:
acquiring a second preset mapping relation table, wherein the second preset mapping relation table is in associated storage with the mapping relation between the incoming message storage path and the test time range;
acquiring a target incoming telegram message corresponding to the identification information of the target incoming telegram message from an incoming telegram message storage path having a mapping relation with the target test time range information according to a second preset mapping relation table;
acquiring a third preset mapping relation table, wherein the third preset mapping relation table stores the mapping relation between the processing log storage path and the test time range in an associated manner;
and acquiring a corresponding target processing log from a processing log storage path having a mapping relation with the target test time range information according to a third preset mapping relation table.
Optionally, the obtaining module 32, when obtaining the corresponding target processing log from the processing log storage path having the mapping relationship with the target test time range information according to the third preset mapping relationship table, is specifically configured to:
acquiring a target key log corresponding to the identification information of the target incoming message from a processing log storage path having a mapping relation with the target test time range information according to a third preset mapping relation table;
analyzing the target key log to obtain main key information corresponding to the target key log;
acquiring an associated processing log comprising main key information, wherein the associated processing log is positioned in a processing log storage path which has a mapping relation with target test time range information;
and determining the target key log and the associated processing log as a target processing log.
Optionally, the obtaining module 32, when obtaining a target response packet corresponding to the target incoming packet, is specifically configured to:
acquiring a fourth preset mapping relation table, wherein the fourth preset mapping relation table stores the mapping relation between the response message storage path and the test time range in an associated manner;
and acquiring a response message including the identification information of the target incoming message from a response message storage path having a mapping relation with the target test time range information as a corresponding target response message according to a fourth preset mapping relation table.
Optionally, the response message information includes any one or more of the following information:
the type of the response message, the response code and the reject code.
Optionally, the determining module 33, when determining whether the target response packet is correct according to the target incoming message type information, the corresponding target processing log return code, and the first preset mapping relation table, is specifically configured to:
determining the response message information of the corresponding target response message in a first preset mapping relation table according to the target incoming message type information and the corresponding target processing log return code;
analyzing the target response message to obtain target response message information;
and comparing the target response message information with corresponding response message information in the first preset mapping relation table to judge whether the target response message is correct or not.
Optionally, if the target test time range is a time range including the current time, the obtaining module, when obtaining the target incoming message corresponding to the target incoming message retrieval information and the corresponding target processing log according to the message correctness determination request, is specifically configured to:
according to the message correctness judging request, acquiring a target incoming message corresponding to the target incoming message retrieval information;
and acquiring a corresponding target processing log after waiting for a preset time interval.
Optionally, the apparatus for determining correctness of a response packet provided in this embodiment further includes: and the updating module is used for updating the response message information in the first preset mapping relation table if the response message standard is monitored to be updated.
The device for judging correctness of a response packet provided in this embodiment may implement the technical solutions of the method embodiments shown in fig. 2 and fig. 4, and the implementation principles and technical effects thereof are similar to those of the method embodiments shown in fig. 2 and fig. 4, and are not described in detail here.
Example four
Fig. 6 is a first block diagram of an electronic device for implementing the method for determining correctness of a response packet according to the embodiment of the present invention, and as shown in fig. 6, an electronic device 40 provided in this embodiment includes: memory 41, at least one processor 42.
The at least one processor 42 executes the computer-executable instructions stored by the memory 41 to cause the at least one processor 42 to perform the method of the first or second embodiment.
EXAMPLE five
Fig. 7 is a second block diagram of an electronic device for implementing the method for determining correctness of response message according to the embodiment of the present invention, as shown in fig. 7, the electronic device may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, etc.
The electronic device 500 may include one or more of the following components: processing component 502, memory 504, power component 506, multimedia component 508, audio component 510, input/output (I/O) interface 512, sensor component 514, and communication component 516.
The processing component 502 generally controls overall operation of the electronic device 500, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing components 502 may include one or more processors 520 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the processing component 502 can include one or more modules that facilitate interaction between the processing component 502 and other components. For example, the processing component 502 can include a multimedia module to facilitate interaction between the multimedia component 508 and the processing component 502.
The memory 504 is configured to store various types of data to support operations at the electronic device 500. Examples of such data include instructions for any application or method operating on the electronic device 500, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 504 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
The power supply component 506 provides power to the various components of the electronic device 500. The power components 506 may include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for the electronic device 500.
The multimedia component 508 includes a screen that provides an output interface between the electronic device 500 and the user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 508 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the electronic device 500 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 510 is configured to output and/or input audio signals. For example, the audio component 510 includes a Microphone (MIC) configured to receive external audio signals when the electronic device 500 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 504 or transmitted via the communication component 516. In some embodiments, audio component 510 further includes a speaker for outputting audio signals.
The I/O interface 512 provides an interface between the processing component 502 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor assembly 514 includes one or more sensors for providing various aspects of status assessment for the electronic device 500. For example, the sensor assembly 514 may detect an open/closed state of the electronic device 500, the relative positioning of components, such as a display and keypad of the electronic device 500, the sensor assembly 514 may detect a change in position of the electronic device 500 or a component of the electronic device 500, the presence or absence of user contact with the electronic device 500, orientation or acceleration/deceleration of the electronic device 500, and a change in temperature of the electronic device 500. The sensor assembly 514 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 514 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 514 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 516 is configured to facilitate wired or wireless communication between the electronic device 500 and other devices. The electronic device 500 may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 516 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 516 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the electronic device 500 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer-readable storage medium comprising instructions, such as the memory 504 comprising instructions, executable by the processor 520 of the electronic device 500 to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
A non-transitory computer readable storage medium, wherein instructions of the storage medium, when executed by a processor of an electronic device, enable the electronic device to perform the method provided by either embodiment one or embodiment two.
In an exemplary embodiment, a computer program product is also provided, which includes a computer program that is executed by a processor to perform the method provided in the first or second embodiment.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (12)

1. A method for judging correctness of a response message is characterized by comprising the following steps:
receiving a message correctness judging request triggered by a user, wherein the message correctness judging request comprises: the target reports message retrieval information;
according to the message correctness judging request, acquiring a target incoming message corresponding to the target incoming message retrieval information and a corresponding target processing log;
analyzing the target incoming message and the target processing log respectively to correspondingly obtain target incoming message type information and a target processing log return code;
acquiring a first preset mapping relation table and a target response message corresponding to the target incoming message, wherein the first preset mapping relation table stores the mapping relation among incoming message type information, processing log return codes and response message information in an associated manner;
and judging whether the target response message is correct or not according to the target incoming message type information, the corresponding target processing log return code and the first preset mapping relation table.
2. The method of claim 1, wherein the target incoming message retrieval information comprises: the target reports the identification information of the message and the target test time range;
the obtaining of the target incoming telegram message corresponding to the target incoming telegram message retrieval information and the corresponding target processing log according to the message correctness judging request includes:
acquiring a second preset mapping relation table, wherein the second preset mapping relation table is in associated storage with a mapping relation between a message storage path and a test time range;
acquiring a target incoming telegram message corresponding to the identification information of the target incoming telegram message from an incoming telegram message storage path having a mapping relation with the target test time range information according to the second preset mapping relation table;
acquiring a third preset mapping relation table, wherein the mapping relation between the processing log storage path and the test time range is stored in the third preset mapping relation table in an associated manner;
and acquiring a corresponding target processing log from a processing log storage path having a mapping relation with the target test time range information according to the third preset mapping relation table.
3. The method according to claim 2, wherein the obtaining a corresponding target processing log from a processing log storage path having a mapping relationship with target test time range information according to the third preset mapping relationship table includes:
acquiring a target key log corresponding to the identification information of the target incoming telegram message from a processing log storage path having a mapping relation with the target test time range information according to the third preset mapping relation table;
analyzing the target key log to obtain main key information corresponding to the target key log;
acquiring an associated processing log comprising primary key information, wherein the associated processing log is positioned in a processing log storage path having a mapping relation with target test time range information;
and determining the target key log and the associated processing log as a target processing log.
4. The method of claim 2, wherein obtaining a target response message corresponding to the target incoming message comprises:
acquiring a fourth preset mapping relation table, wherein the fourth preset mapping relation table stores the mapping relation between the response message storage path and the test time range in an associated manner;
and acquiring a response message including the identification information of the target incoming message from a response message storage path having a mapping relation with the target test time range information as a corresponding target response message according to the fourth preset mapping relation table.
5. The method of claim 1, wherein the response message information includes any one or more of the following:
the type of the response message, the response code and the reject code.
6. The method of claim 5, wherein the determining whether the target reply packet is correct according to the target incoming packet type information, the corresponding target processing log return code, and the first preset mapping relationship table comprises:
determining the response message information of the corresponding target response message in the first preset mapping relation table according to the target incoming message type information and the corresponding target processing log return code;
analyzing the target response message to obtain target response message information;
and comparing the target response message information with corresponding response message information in a first preset mapping relation table to judge whether the target response message is correct or not.
7. The method according to claim 2, wherein if the target test time range is a time range including a current time, acquiring a target incoming message and a corresponding target processing log corresponding to the target incoming message retrieval information according to the message correctness determination request, includes:
according to the message correctness judging request, acquiring a target incoming message corresponding to the target incoming message retrieval information;
and acquiring a corresponding target processing log after waiting for a preset time interval.
8. The method of any one of claims 1-6, further comprising:
and if the response message standard is monitored to be updated, updating the response message information in the first preset mapping relation table.
9. A test apparatus for a payment system, comprising:
a receiving module, configured to receive a message correctness determination request triggered by a user, where the message correctness determination request includes: the target reports message retrieval information;
the acquisition module is used for acquiring a target incoming message corresponding to the target incoming message retrieval information and a corresponding target processing log according to the message correctness judgment request;
the analysis module is used for respectively analyzing the target incoming message and the target processing log so as to correspondingly obtain target incoming message type information and a target processing log return code;
the obtaining module is further configured to obtain a first preset mapping relationship table and a target response message corresponding to the target incoming message, where a mapping relationship among incoming message type information, a processing log return code, and response message information is stored in the first preset mapping relationship table in an associated manner;
and the judging module is used for judging whether the target response message is correct or not according to the target incoming message type information, the corresponding target processing log return code and the first preset mapping relation table.
10. An electronic device, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the computer-executable instructions stored by the memory causes the at least one processor to perform the method of any one of claims 1-8.
11. A computer-readable storage medium having computer-executable instructions stored thereon, which when executed by a processor, perform the method of any one of claims 1-8.
12. A computer program product comprising a computer program, characterized in that the computer program realizes the method of any of claims 1-8 when executed by a processor.
CN202110466636.5A 2021-04-28 2021-04-28 Method, device, equipment, medium and product for judging correctness of response message Active CN113206772B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110466636.5A CN113206772B (en) 2021-04-28 2021-04-28 Method, device, equipment, medium and product for judging correctness of response message

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110466636.5A CN113206772B (en) 2021-04-28 2021-04-28 Method, device, equipment, medium and product for judging correctness of response message

Publications (2)

Publication Number Publication Date
CN113206772A true CN113206772A (en) 2021-08-03
CN113206772B CN113206772B (en) 2022-07-22

Family

ID=77029198

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110466636.5A Active CN113206772B (en) 2021-04-28 2021-04-28 Method, device, equipment, medium and product for judging correctness of response message

Country Status (1)

Country Link
CN (1) CN113206772B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5793028A (en) * 1996-06-24 1998-08-11 Fred N. Gratzon Electronic transaction security system
CN101089903A (en) * 2006-06-14 2007-12-19 中国银联股份有限公司 Bank card transaction test method and system
US20120031969A1 (en) * 2009-05-15 2012-02-09 Ayman Hammad Integration of verification tokens with mobile communication devices
CN103679443A (en) * 2012-09-18 2014-03-26 中国银联股份有限公司 Method of payment with handset terminals, and processing system thereof
CN108111368A (en) * 2017-12-19 2018-06-01 中国银联股份有限公司 The function test method and device of a kind of transaction system
CN112084109A (en) * 2020-09-01 2020-12-15 中国银联股份有限公司 System test method, apparatus, device and medium
CN112506771A (en) * 2020-12-03 2021-03-16 建信金融科技有限责任公司 Message comparison method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5793028A (en) * 1996-06-24 1998-08-11 Fred N. Gratzon Electronic transaction security system
CN101089903A (en) * 2006-06-14 2007-12-19 中国银联股份有限公司 Bank card transaction test method and system
US20120031969A1 (en) * 2009-05-15 2012-02-09 Ayman Hammad Integration of verification tokens with mobile communication devices
CN103679443A (en) * 2012-09-18 2014-03-26 中国银联股份有限公司 Method of payment with handset terminals, and processing system thereof
CN108111368A (en) * 2017-12-19 2018-06-01 中国银联股份有限公司 The function test method and device of a kind of transaction system
CN112084109A (en) * 2020-09-01 2020-12-15 中国银联股份有限公司 System test method, apparatus, device and medium
CN112506771A (en) * 2020-12-03 2021-03-16 建信金融科技有限责任公司 Message comparison method and device

Also Published As

Publication number Publication date
CN113206772B (en) 2022-07-22

Similar Documents

Publication Publication Date Title
CN110636150B (en) Domain name resolution method, domain name resolution device, and storage medium
CN111274131A (en) Interface testing method and device, electronic equipment and storage medium
CN107316207B (en) Method and device for acquiring display effect information
CN109274825B (en) Message reminding method and device
WO2021196673A1 (en) Application login method and apparatus, electronic device and storage medium
CN110213062B (en) Method and device for processing message
CN113206772B (en) Method, device, equipment, medium and product for judging correctness of response message
CN113590605B (en) Data processing method, device, electronic equipment and storage medium
CN114896165A (en) Testing method and device of conversation robot system, electronic equipment and storage medium
CN114417133A (en) Business data processing method and device, electronic equipment and computer storage medium
CN114201494A (en) Cloud document data processing method, device, equipment, storage medium and product
CN112800442A (en) Encrypted file detection method, device and medium
CN113515746B (en) Security hole detection method and device, electronic equipment, storage medium and product
CN111984532A (en) Applet-based exception handling method and device
CN115408277B (en) Interface testing method and device
CN111611470A (en) Data processing method and device and electronic equipment
CN113420205B (en) Method and device for determining shared source account, terminal equipment and server
CN113965476B (en) Inspection method, device and equipment based on application
CN112102081B (en) Method, device, readable storage medium and blockchain network for generating blockchain
CN111611156B (en) Function test method, function test device, and computer-readable storage medium
CN113362180B (en) Customer information identification method, device and equipment for suspected nonstandard financial behavior
CN111538486B (en) Layout file nesting layer number screening method and device and electronic equipment
CN110020244B (en) Method and device for correcting website information
CN117093486A (en) Interface testing method, device, equipment and storage medium
CN117149649A (en) Transaction testing method and device and electronic equipment

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
GR01 Patent grant
GR01 Patent grant