CN111459834A - Asynchronous transaction performance testing method and device - Google Patents

Asynchronous transaction performance testing method and device Download PDF

Info

Publication number
CN111459834A
CN111459834A CN202010293495.7A CN202010293495A CN111459834A CN 111459834 A CN111459834 A CN 111459834A CN 202010293495 A CN202010293495 A CN 202010293495A CN 111459834 A CN111459834 A CN 111459834A
Authority
CN
China
Prior art keywords
transaction
asynchronous
information
performance testing
response time
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
CN202010293495.7A
Other languages
Chinese (zh)
Other versions
CN111459834B (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.)
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 CN202010293495.7A priority Critical patent/CN111459834B/en
Publication of CN111459834A publication Critical patent/CN111459834A/en
Application granted granted Critical
Publication of CN111459834B publication Critical patent/CN111459834B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method and a device for testing asynchronous transaction performance, which pre-establish a connection channel between the asynchronous transaction performance and a system to be tested, wherein the method comprises the following steps: receiving a transaction request message sent by a general performance testing tool in a synchronous transaction mode; and sending the transaction request message to the tested system through the connecting channel in an asynchronous transaction mode. The invention can carry out performance test on the tested system in a mode of converting the synchronous transaction pressure of the universal performance test tool into the asynchronous transaction pressure, thereby realizing the test work of the asynchronous system.

Description

Asynchronous transaction performance testing method and device
Technical Field
The invention relates to the field of computer software testing, in particular to a method and a device for testing asynchronous transaction performance.
Background
The general performance testing tool (such as software L oadRunner, JMeter and the like) is mainly used for initiating synchronous transactions of different protocol types such as SOCKET, HTTP, WEBSOCKET and the like, and adopts a multithreading or process concurrency mechanism to simulate a virtual user to concurrently initiate a transaction request to a tested system through a thread or a process.
Disclosure of Invention
In order to solve the problem that a general performance testing tool cannot normally initiate a high-pressure transaction when a tested transaction is of an asynchronous communication type or a transaction sending path and a transaction returning path of a tested system are different, a first aspect of the invention provides an asynchronous transaction performance testing method, which establishes a connection channel between the tested system and the asynchronous transaction performance testing method in advance, and the method comprises the following steps:
receiving a transaction request message sent by a general performance testing tool in a synchronous transaction mode;
and sending the transaction request message to the tested system through the connecting channel in an asynchronous transaction mode.
In a further embodiment, after receiving the transaction request message, the method further includes: analyzing the transaction request message to obtain transaction characteristic information;
after the transaction request message is sent to the tested system, the method also comprises the following steps: and recording the characteristic information, the sending time and the sending state information of each transaction in the memory database.
In a further embodiment, the asynchronous transaction performance testing method further includes:
receiving and analyzing a transaction response message sent by the tested system to obtain the processing state and characteristic information of the transaction;
matching the processing state of the transaction with the transaction information recorded in the memory database by using the characteristic information of the transaction;
recording the matching state information, the characteristic information, the sending time, the response receiving time and the processing state of each transaction in a transaction file;
and calculating transaction statistical information according to the transaction file and the information in the memory database.
In a further embodiment, the transaction statistics include: transaction response time, maximum response time, minimum response time, average response time, percentage indicator of response time, and success rate information.
In a further embodiment, calculating transaction statistics based on the transaction file and information in the in-memory database includes:
calculating transaction response time according to the sending time and the response receiving time of each transaction in the transaction file;
calculating the maximum response time, the minimum response time, the average response time and the percentage index of the response time according to all the transaction response times;
and calculating success rate information according to the sending state information of the transaction in the memory database, the matching state information of the transaction in the transaction file and the processing state information.
In a further embodiment, the asynchronous transaction performance testing method further includes:
and storing the transaction statistical information into a relational database, and acquiring and displaying the transaction statistical information from the relational database.
A second aspect of the present invention provides an asynchronous transaction performance testing apparatus, where a connection channel is pre-established between the asynchronous transaction performance testing apparatus and a system under test, the asynchronous transaction performance testing apparatus including:
the first receiving module is used for receiving a transaction request message sent by the general performance testing tool in a synchronous transaction mode;
and the transaction type conversion module is used for sending the received message to the tested system through the connecting channel in an asynchronous transaction mode.
In a further embodiment, the asynchronous transaction performance testing apparatus further includes:
the first analysis module is used for analyzing the transaction request message to obtain transaction characteristic information;
the first recording module is used for recording the characteristic information, the sending time and the sending state information of each transaction in the memory database.
In a further embodiment, the asynchronous transaction performance testing apparatus further includes:
the second receiving module is used for receiving a transaction response message sent by the tested system;
the second analysis module is used for analyzing the transaction response message to obtain the processing state and the characteristic information of the transaction;
the matching module is used for matching the processing state of the transaction with the transaction information recorded in the memory database by utilizing the characteristic information of the transaction;
the second recording module is used for recording the matching state information, the characteristic information, the sending time, the response receiving time and the processing state of each transaction in the transaction file;
and the statistical module is used for calculating transaction statistical information according to the transaction file and the information in the memory database.
In a further embodiment, the transaction statistics include: transaction response time, maximum response time, minimum response time, average response time, percentage indicator of response time, and success rate information.
In a further embodiment, the calculating, by the statistical module, transaction statistical information according to the transaction file and information in the in-memory database includes:
calculating transaction response time according to the sending time and the response receiving time of each transaction in the transaction file;
calculating the maximum response time, the minimum response time, the average response time and the percentage index of the response time according to all the transaction response times;
and calculating success rate information according to the sending state information of the transaction in the memory database, the matching state information of the transaction in the transaction file and the processing state information.
In a further embodiment, the asynchronous transaction performance testing apparatus further includes:
the storage module is used for storing the transaction statistical information into a relational database;
and the display module is used for acquiring and displaying the transaction statistical information from the relational database.
A third aspect of the invention provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the asynchronous transaction performance testing method of any of the preceding embodiments when executing the computer program.
A fourth aspect of the present invention provides a computer-readable storage medium storing an executable computer program which, when executed by a processor, implements the asynchronous transaction performance testing method of any of the preceding embodiments.
The invention realizes loose coupling between the general performance testing tool and the transaction type, and receives the transaction request message sent by the general performance testing tool in a synchronous transaction mode through pre-establishing a connecting channel with the tested system under the condition of not modifying the general performance testing tool; and sending the transaction request message to the tested system through the connecting channel in an asynchronous transaction mode, and carrying out performance test on the asynchronous transaction tested system in a mode of converting the synchronous transaction pressure of the universal performance test tool into asynchronous transaction pressure so as to realize the test work of the asynchronous system.
In order to make the aforementioned and other objects, features and advantages of the invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 illustrates a block diagram of an asynchronous transaction performance testing system in accordance with an embodiment of the present invention;
FIG. 2 illustrates a flow diagram of an asynchronous transaction performance testing method of an embodiment of the invention;
FIG. 3 shows a flow diagram of an asynchronous transaction performance testing method of another embodiment of the invention;
FIG. 4 illustrates a flow diagram of an asynchronous transaction performance testing method of yet another embodiment of the present invention;
FIG. 5 illustrates a flow chart for calculating transaction statistics according to an embodiment of the present invention;
FIG. 6 shows a flow diagram of an asynchronous transaction performance testing method of yet another embodiment of the present invention;
FIG. 7 is a block diagram of an asynchronous transaction performance testing device in accordance with an embodiment of the present invention;
FIG. 8 is a block diagram of an asynchronous transaction performance testing device according to another embodiment of the present invention;
fig. 9 shows a block diagram of an asynchronous transaction performance testing apparatus according to still another embodiment of the present invention.
Detailed Description
In order to make the technical features and effects of the invention more obvious, the technical solution of the invention is further described below with reference to the accompanying drawings, the invention can also be described or implemented by other different specific examples, and any equivalent changes made by those skilled in the art within the scope of the claims are within the scope of the invention.
In the description herein, references to the description of "an embodiment," "a particular embodiment," "for example," etc., mean 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 present invention. 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 various embodiments is provided to schematically illustrate the practice of the invention, and the sequence of steps is not limited and can be suitably adjusted as desired.
Before describing the specific technical scheme of the invention, terms of synchronous transaction mode and asynchronous transaction mode are explained as follows:
a synchronous transaction mode: when both sides of the transaction carry out data communication, after a sender sends a transaction request, the sender needs to wait for a receiver to return a response before initiating a next transaction request, otherwise, the sender always waits for the receiver to respond before the timeout time is not reached.
Asynchronous transaction mode: when both sides of the transaction carry out data communication, after a sender sends out a transaction request, the next transaction request can be initiated without waiting for a receiver to return a response, and after a receiving end processes the transaction request, the receiving end feeds back the response to the transaction sender (or the receiver only receives the transaction request and does not return the response).
As shown in fig. 1, the asynchronous transaction performance testing method is executed in an asynchronous transaction performance testing apparatus, and a connection channel is pre-established between the asynchronous transaction performance testing apparatus and a system under test.
Specifically, as shown in fig. 2, the asynchronous transaction performance testing method includes:
step 210, receiving a transaction request message sent by the generic performance testing tool in a synchronous transaction manner.
In detail, the generic performance testing tool refers to a testing tool for initiating synchronous transactions of different protocol types such as SOCKET, HTTP, webblock, and the like, for example, L oadRunner, JMeter, and the generic performance testing tool is not specifically limited in the present invention.
Step 230, sending the received message to the tested system through the connection channel in an asynchronous transaction manner, in detail, the tested system is, for example, an asynchronous communication system, or a system with a different transaction sending path and a different return path.
During specific implementation, synchronous transaction pressure initiated by the universal performance testing tool is converted into asynchronous transaction pressure acceptable by the tested system in real time according to the proportion of 1:1, and a large number of network connections are converted into a specific number of network connections required by the tested system.
The embodiment realizes loose coupling of the universal performance testing tool and the transaction type, has better universality, does not need to customize testing tools of different versions for different tested systems, and performs performance testing on the asynchronous transaction tested system in a mode of converting the synchronous transaction pressure of the universal performance testing tool into the asynchronous transaction pressure under the condition of not modifying the universal performance testing tool.
In a further embodiment, for facilitating subsequent statistics, as shown in fig. 3, after receiving the transaction request message in step 210, the method further includes:
step 220, the transaction request message is analyzed to obtain transaction characteristic information.
Step 230 further includes, after sending the transaction request message to the system under test:
in step 240, the characteristic information, the sending time and the sending status information of each transaction are recorded in the memory database.
Specifically, the transmission status information is transmission success or transmission failure information. The information recorded in the in-memory database is shown in table one.
Watch 1
Transaction number Characteristic information Time of transmission Sending status information
Transaction 1 Feature 1 Time 1 Success of the method
Transaction 2 Feature 2 Time 2 Failure of
Transaction 3 Feature 3 Time 3 Success of the method
Transaction 4 Feature 4 Time 4 Success of the method
Transaction 5 Feature 5 Time 5 Success of the method
In the embodiment, the memory database is used for storing the characteristic information, the sending time and the sending state information of each transaction, so that the quick matching of subsequent high-pressure concurrent information can be realized.
In a further embodiment, to implement the performance statistics, as shown in fig. 4, the asynchronous transaction performance testing method further includes:
and step 250, receiving and analyzing the transaction response message sent by the tested system to obtain the processing state and characteristic information of the transaction.
And step 260, matching the processing state of the transaction with the transaction information recorded in the memory database by using the characteristic information of the transaction.
Step 270, recording the matching state information, the characteristic information, the sending time, the response receiving time and the processing state of each transaction in the transaction file. The information recorded in the transaction file is shown in table two.
Table two:
Figure BDA0002451315030000061
step 280, calculating transaction statistical information according to the transaction file and the information in the memory database.
In detail, the transaction statistics include: transaction response time, maximum response time, minimum response time, average response time, percentage response time indicator (percentage response time indicator includes any one or more indicators between 70% and 99%, which is not specifically limited by the present invention) and success rate information.
In particular implementation, as shown in fig. 5, the process of calculating transaction statistics in step 280 includes:
step 281, calculating transaction response time according to the sending time and response receiving time of each transaction in the transaction file.
Step 282 calculates the maximum response time, minimum response time, average response time, and percent response time indicator based on all transaction response times.
And step 283, calculating success rate information according to the sending state information of the transaction in the memory database, the matching state information of the transaction in the transaction file and the processing state information. Wherein, the success rate information includes: a sending success rate, a matching success rate and a processing success rate.
In a further embodiment, in order to facilitate the staff to understand the test situation, as shown in fig. 6, the asynchronous transaction performance testing method further includes:
step 290: storing the transaction statistical information into a relational database;
step 300: and acquiring and displaying transaction statistical information from the relational database.
Based on the same inventive concept, the invention also provides an asynchronous transaction performance testing device, as described in the following embodiments. Because the principle of the device for solving the problems is similar to the asynchronous transaction performance testing method, the implementation of the device can refer to the implementation of the asynchronous transaction performance testing method, and repeated parts are not described again.
Specifically, a connection channel is pre-established between the asynchronous transaction performance testing apparatus and the system under test, as shown in fig. 7, the asynchronous transaction performance testing apparatus includes:
a first receiving module 710, configured to receive a transaction request message sent by a generic performance testing tool in a synchronous transaction manner;
and the transaction type conversion module 720 is configured to send the received message to the system under test through the connection channel in an asynchronous transaction manner.
In specific implementation, as shown in fig. 8, the asynchronous transaction performance testing apparatus further includes:
the first analysis module 730 is configured to analyze the transaction request message to obtain transaction characteristic information;
the first recording module 740 is configured to record the characteristic information, the sending time, and the sending status information of each transaction in the memory database.
As shown in fig. 9, the asynchronous transaction performance testing apparatus further includes:
the second receiving module 750 is configured to receive a transaction response message sent by the system under test;
the second analysis module 760 is configured to analyze the transaction response packet to obtain a processing state and feature information of the transaction;
a matching module 770, configured to match the processing state of the transaction with transaction information recorded in the memory database by using the feature information of the transaction;
the second recording module 780 is configured to record matching state information, feature information, sending time, response receiving time, and processing state of each transaction in the transaction file;
and the statistical module 790 is used for calculating transaction statistical information according to the transaction file and the information in the memory database.
In detail, the transaction statistical information includes: transaction response time, maximum response time, minimum response time, average response time, percentage indicator of response time, and success rate information.
The statistical module 790 calculates transaction statistical information according to the transaction file and the information in the memory database, including:
calculating transaction response time according to the sending time and the response receiving time of each transaction in the transaction file;
calculating the maximum response time, the minimum response time, the average response time and the percentage index of the response time according to all the transaction response times;
and calculating success rate information according to the sending state information of the transaction in the memory database, the matching state information of the transaction in the transaction file and the processing state information.
In a further embodiment, the asynchronous transaction performance testing apparatus further includes: the storage module is used for storing the transaction statistical information into a relational database; and the display module is used for acquiring and displaying the transaction statistical information from the relational database. The embodiment can present an interactive friendly operation interface for the user to visually display the transaction statistical information.
The asynchronous transaction performance testing device provided by the invention can be used for testing the performance of the tested system in a mode of converting the synchronous transaction pressure of the universal performance testing tool into the asynchronous transaction pressure, so that the asynchronous system testing work is realized.
In some embodiments of the present invention, there is also provided a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the processor implements the asynchronous transaction performance testing method according to any of the foregoing embodiments when executing the computer program.
In some embodiments of the present invention, there is further provided a computer readable storage medium storing a computer program for execution by a processor to implement the asynchronous transaction performance testing method of any of the preceding embodiments.
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 description is only for the purpose of illustrating the present invention, and any person skilled in the art can modify and change the above embodiments without departing from the spirit and scope of the present invention. Therefore, the scope of the claims should be accorded the full scope of the claims.

Claims (14)

1. An asynchronous transaction performance testing method is characterized in that a connection channel between the asynchronous transaction performance testing method and a system to be tested is pre-established, and the method comprises the following steps:
receiving a transaction request message sent by a general performance testing tool in a synchronous transaction mode;
and sending the transaction request message to the tested system through the connecting channel in an asynchronous transaction mode.
2. The asynchronous transaction performance testing method of claim 1, further comprising, after receiving the transaction request message: analyzing the transaction request message to obtain transaction characteristic information;
after the transaction request message is sent to the tested system, the method also comprises the following steps: and recording the characteristic information, the sending time and the sending state information of each transaction in the memory database.
3. The asynchronous transaction performance testing method of claim 2, further comprising:
receiving and analyzing a transaction response message sent by the tested system to obtain the processing state and characteristic information of the transaction;
matching the processing state of the transaction with the transaction information recorded in the memory database by using the characteristic information of the transaction;
recording the matching state information, the characteristic information, the sending time, the response receiving time and the processing state of each transaction in a transaction file;
and calculating transaction statistical information according to the transaction file and the information in the memory database.
4. The asynchronous transaction performance testing method of claim 3, wherein the transaction statistics comprise: transaction response time, maximum response time, minimum response time, average response time, percentage indicator of response time, and success rate information.
5. The asynchronous transaction performance testing method of claim 4, wherein calculating transaction statistics based on the transaction file and information in the in-memory database comprises:
calculating transaction response time according to the sending time and the response receiving time of each transaction in the transaction file;
calculating the maximum response time, the minimum response time, the average response time and the percentage index of the response time according to all the transaction response times;
and calculating success rate information according to the sending state information of the transaction in the memory database, the matching state information of the transaction in the transaction file and the processing state information.
6. The asynchronous transaction performance testing method of claim 1, further comprising:
and storing the transaction statistical information into a relational database, and acquiring and displaying the transaction statistical information from the relational database.
7. An asynchronous transaction performance testing device, wherein a connection channel is pre-established between the asynchronous transaction performance testing device and a system under test, the asynchronous transaction performance testing device comprising:
the first receiving module is used for receiving a transaction request message sent by the general performance testing tool in a synchronous transaction mode;
and the transaction type conversion module is used for sending the received message to the tested system through the connecting channel in an asynchronous transaction mode.
8. The asynchronous transaction performance testing device of claim 7, further comprising:
the first analysis module is used for analyzing the transaction request message to obtain transaction characteristic information;
the first recording module is used for recording the characteristic information, the sending time and the sending state information of each transaction in the memory database.
9. The asynchronous transaction performance testing device of claim 8, further comprising:
the second receiving module is used for receiving a transaction response message sent by the tested system;
the second analysis module is used for analyzing the transaction response message to obtain the processing state and the characteristic information of the transaction;
the matching module is used for matching the processing state of the transaction with the transaction information recorded in the memory database by utilizing the characteristic information of the transaction;
the second recording module is used for recording the matching state information, the characteristic information, the sending time, the response receiving time and the processing state of each transaction in the transaction file;
and the statistical module is used for calculating transaction statistical information according to the transaction file and the information in the memory database.
10. The asynchronous transaction performance testing device of claim 9, wherein the transaction statistics comprise: transaction response time, maximum response time, minimum response time, average response time, percentage indicator of response time, and success rate information.
11. The asynchronous transaction performance testing device of claim 10, wherein the statistics module calculates transaction statistics based on the transaction file and information in the in-memory database, comprising:
calculating transaction response time according to the sending time and the response receiving time of each transaction in the transaction file;
calculating the maximum response time, the minimum response time, the average response time and the percentage index of the response time according to all the transaction response times;
and calculating success rate information according to the sending state information of the transaction in the memory database, the matching state information of the transaction in the transaction file and the processing state information.
12. The asynchronous transaction performance testing device of claim 7, further comprising:
the storage module is used for storing the transaction statistical information into a relational database;
and the display module is used for acquiring and displaying the transaction statistical information from the relational database.
13. 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 asynchronous transaction performance testing method of any of claims 1 to 6 when executing the computer program.
14. A computer-readable storage medium, characterized in that the computer-readable storage medium stores an executable computer program, which when executed by a processor implements the asynchronous transaction performance testing method of any of claims 1 to 6.
CN202010293495.7A 2020-04-15 2020-04-15 Asynchronous transaction performance testing method and device Active CN111459834B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010293495.7A CN111459834B (en) 2020-04-15 2020-04-15 Asynchronous transaction performance testing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010293495.7A CN111459834B (en) 2020-04-15 2020-04-15 Asynchronous transaction performance testing method and device

Publications (2)

Publication Number Publication Date
CN111459834A true CN111459834A (en) 2020-07-28
CN111459834B CN111459834B (en) 2023-08-22

Family

ID=71680691

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010293495.7A Active CN111459834B (en) 2020-04-15 2020-04-15 Asynchronous transaction performance testing method and device

Country Status (1)

Country Link
CN (1) CN111459834B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112134764A (en) * 2020-09-27 2020-12-25 中国银行股份有限公司 Method and device for determining connectivity of test environment
CN113342680A (en) * 2021-06-29 2021-09-03 中国农业银行股份有限公司 Asynchronous transaction performance testing method and system
CN113704258A (en) * 2021-08-20 2021-11-26 辽宁振兴银行股份有限公司 Method for storing transaction messages based on MongoDB database

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1477835A (en) * 2002-08-19 2004-02-25 万达信息股份有限公司 Conversion method between synchronization and asynchronization in network data exchange
CN103093342A (en) * 2013-01-11 2013-05-08 北京掌上汇通科技发展有限公司 Online transaction processing platform and transaction processing method thereof
US20150242847A1 (en) * 2014-02-24 2015-08-27 Mastercard International Incorporated Method and system for converting asynchronous to synchronous transactions
CN105446860A (en) * 2015-11-11 2016-03-30 上海欣方智能系统有限公司 Asynchronous concurrent mechanism based pressure test system and test method
CN108733560A (en) * 2018-04-19 2018-11-02 北京京东尚科信息技术有限公司 A kind of test method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1477835A (en) * 2002-08-19 2004-02-25 万达信息股份有限公司 Conversion method between synchronization and asynchronization in network data exchange
CN103093342A (en) * 2013-01-11 2013-05-08 北京掌上汇通科技发展有限公司 Online transaction processing platform and transaction processing method thereof
US20150242847A1 (en) * 2014-02-24 2015-08-27 Mastercard International Incorporated Method and system for converting asynchronous to synchronous transactions
CN105446860A (en) * 2015-11-11 2016-03-30 上海欣方智能系统有限公司 Asynchronous concurrent mechanism based pressure test system and test method
CN108733560A (en) * 2018-04-19 2018-11-02 北京京东尚科信息技术有限公司 A kind of test method and device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112134764A (en) * 2020-09-27 2020-12-25 中国银行股份有限公司 Method and device for determining connectivity of test environment
CN112134764B (en) * 2020-09-27 2022-08-09 中国银行股份有限公司 Method and device for determining connectivity of test environment
CN113342680A (en) * 2021-06-29 2021-09-03 中国农业银行股份有限公司 Asynchronous transaction performance testing method and system
CN113704258A (en) * 2021-08-20 2021-11-26 辽宁振兴银行股份有限公司 Method for storing transaction messages based on MongoDB database
CN113704258B (en) * 2021-08-20 2023-12-26 辽宁振兴银行股份有限公司 Method for storing transaction messages based on MongoDB database

Also Published As

Publication number Publication date
CN111459834B (en) 2023-08-22

Similar Documents

Publication Publication Date Title
CN111459834B (en) Asynchronous transaction performance testing method and device
US11681697B2 (en) Method and device for interface operation and maintenance
CN106354645A (en) Test method and test platform based on background system service or interface
CN110941563B (en) Automatic script testing method and device
CN111061696B (en) Method and device for analyzing transaction message log
CN111181800B (en) Test data processing method and device, electronic equipment and storage medium
CN112286806A (en) Automatic testing method and device, storage medium and electronic equipment
CN107622060A (en) Order trace analysis method and device
CN108460149B (en) Text data processing method, device and equipment and computer readable storage medium
CN109582655A (en) Localization method and device, the computer readable storage medium of system log
CN110262978A (en) It is a kind of based on long process automation test interface retry method and data flow
CN110750453B (en) HTML 5-based intelligent mobile terminal testing method, system, server and storage medium
CN110704148A (en) Method and device for acquiring device page elements, server and storage medium
CN111367805B (en) Development and debugging method and device
CN110232013B (en) Test method, test device, controller and medium
EP4202684A1 (en) Method, apparatus and system for processing data, electronic device, and computer readable medium
CN115576827A (en) Performance test method, device, equipment and storage medium of business process software
CN112165597B (en) Data approval method and device based on multiparty video
CN112069022B (en) NPU type server power consumption testing method and system
CN115130911A (en) Method and device for processing delivery tasks failed to execute by robot
CN114186046A (en) Information processing method, information processing apparatus, server, and storage medium
CN111274085A (en) Database monitoring system and method
CN112948195A (en) Interface testing method and device, electronic equipment and storage medium
CN112860519B (en) Monitoring method and device for distributed system
CN112100077B (en) Transaction testing 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
GR01 Patent grant
GR01 Patent grant