CN110888816A - Program testing method, program testing device, and storage medium - Google Patents

Program testing method, program testing device, and storage medium Download PDF

Info

Publication number
CN110888816A
CN110888816A CN201911272483.XA CN201911272483A CN110888816A CN 110888816 A CN110888816 A CN 110888816A CN 201911272483 A CN201911272483 A CN 201911272483A CN 110888816 A CN110888816 A CN 110888816A
Authority
CN
China
Prior art keywords
message
program
preset
database
module
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
CN201911272483.XA
Other languages
Chinese (zh)
Other versions
CN110888816B (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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei Software Co 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 Guangzhou Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN201911272483.XA priority Critical patent/CN110888816B/en
Publication of CN110888816A publication Critical patent/CN110888816A/en
Application granted granted Critical
Publication of CN110888816B publication Critical patent/CN110888816B/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/3684Test management for test design, e.g. generating new test cases
    • 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 discloses a program testing method, which comprises the following steps: the consumer module processes the preset message through a program to be tested and updates the database according to a processing result; the real-time data pipeline generates the feedback message according to the updated content of the database; and determining the test result of the program to be tested according to the expected result corresponding to the feedback message and the preset message. The invention also discloses a program testing device and a computer readable storage medium, which achieve the effect of improving the accuracy of the test result of the asynchronous processing program.

Description

Program testing method, program testing device, and storage medium
Technical Field
The present invention relates to the field of software testing technologies, and in particular, to a program testing method, a program testing apparatus, and a computer-readable storage medium.
Background
In the traditional asynchronous handler automation test process, a simulation producer generally sends a message to the middleware, and then the message middleware determines a corresponding message consumer according to the content of the message and transmits the message sent by the simulation producer to the message consumer. And after the message consumer receives the message, generating response data according to the message content, and storing the response data into the database. And finally, the simulation producer polls the database at regular time to read the response data and determines the test result according to the response data. Because the time for processing each received message by the message consumer is influenced by various factors such as the number of messages to be processed, the performance of the server, the performance of the database, the network congestion condition and the like, the processing time of the message consumer for one message is uncertain. Since the processing result of the program cannot be sensed in real time, the test program generally sets the number of polling times or the total duration of polling to avoid infinite polling. And when the polling times are more than the preset times or the polling duration is more than the preset duration, the test program can also judge that the test case is failed. Thus, the test result of the asynchronous processing program is inaccurate.
Disclosure of Invention
The present invention is directed to a program testing method, a program testing apparatus, and a computer readable storage medium, which are capable of improving the accuracy of the test result of an asynchronous processing program.
In order to achieve the above object, the present invention provides a program testing method, including the steps of:
the consumer module processes the preset message through a program to be tested and updates the database according to a processing result;
the real-time data pipeline generates the feedback message according to the updated content of the database;
and determining the test result of the program to be tested according to the expected result corresponding to the feedback message and the preset message.
Optionally, the step of generating, by the real-time data pipeline, the feedback message according to the updated content of the database includes:
the real-time data pipeline acquires a log file of the database;
determining the updating content of the database according to the log file;
and generating the feedback message according to the updated content.
Optionally, before the step of determining the test result of the program to be tested according to the expected result corresponding to the feedback message and the preset message, the method further includes:
when the feedback message meets a preset condition, executing the step of determining the test result of the program to be tested according to the feedback message and the expected result corresponding to the preset message;
and when the feedback message does not meet the preset condition, discarding the feedback message.
Optionally, the preset condition includes at least one of the following;
the feedback message comprises a preset key field;
the feedback message includes the expected result.
Optionally, the step of determining the test result of the program to be tested according to the expected result corresponding to the feedback message and the preset message includes:
determining the updated content of the database according to the feedback message;
when the updated content is the same as the expected result, judging that the program to be tested is normal;
and when the updated content is not the same as the expected result, judging that the program to be tested is abnormal.
Optionally, before the step of processing the preset message by the consumer module through the program to be tested and updating the database according to the processing result, the method further includes:
the message producer module generates the preset message and sends the preset message to the middleware module;
and the middleware module sends the preset message to the consumer module so that the consumer module processes the preset message through a program to be tested and updates the database according to a processing result.
Optionally, after the step of determining the test result of the program to be tested according to the expected result corresponding to the feedback message and the preset message, the method further includes:
and outputting the test result.
In addition, to achieve the above object, the present invention also provides a program testing apparatus including a message producer module, a middleware module, a consumer module, and a real-time data pipe, a memory, a processor, and a control program of the program testing apparatus stored on the memory and executable on the processor, wherein the message producer module sends a preset message to the consumer module through the message middleware module, so that the message consumer module can send the preset message to the message producer module, updating the data stored in the database according to the message, the real-time data pipeline user monitoring the data change in the database, and generating a feedback message according to the monitoring result, wherein the control program of the program testing device realizes the steps of the program testing method when being executed by the processor.
Further, to achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon a control program of a program testing apparatus, which when executed by a processor, implements the steps of the program testing method as described above.
According to the program testing method, the program testing device and the computer readable storage medium provided by the embodiment of the invention, the preset message is processed through the program to be tested through the consumer module, the database is updated according to the processing result, then the real-time data pipeline generates the feedback message according to the updating content of the database, and the testing result of the program to be tested is determined according to the feedback message and the expected result corresponding to the preset message. The updating content of the database can be monitored through the real-time data pipeline, so that the purpose of sensing the processing result of the program in real time is achieved, and the database does not need to be polled regularly to obtain the updating condition of the database. Therefore, the phenomenon that the program to be tested is judged to be abnormal when the program response time is too long and exceeds the polling times or the polling time limit is avoided, and the effect of improving the accuracy of the test result of the asynchronous processing program is achieved.
Drawings
Fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a program testing method according to an embodiment of the present invention;
FIG. 3 is a schematic flow chart of another embodiment of the present invention;
FIG. 4 is a flow chart illustrating another embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the traditional asynchronous handler automation test process, a simulation producer generally generates a message to the middleware, and then the message middleware determines a corresponding message consumer according to the content of the message and transmits the message sent by the simulation producer to the message consumer. And after the message consumer receives the message, generating response data according to the message content, and storing the response data into the database. And finally, the simulation producer polls the database at regular time to read the response data and determines the test result according to the response data. Because the time for processing each received message by the message consumer is influenced by various factors such as the number of messages to be processed, the performance of the server, the performance of the database, the network congestion condition and the like, the processing time of the message consumer for one message is uncertain. Since the processing result of the program cannot be sensed in real time, the test program generally sets the number of polling times or the total duration of polling to avoid infinite polling. And when the polling times are more than the preset times or the polling duration is more than the preset duration, the test program can also judge that the test case is failed. Thus, the test result of the asynchronous processing program is inaccurate.
In order to solve the above-mentioned drawbacks, an embodiment of the present invention provides a program testing method, a program testing apparatus, and a computer readable storage medium, wherein in the embodiment of the present invention, the main solution of the program testing method is:
the consumer module processes the preset message through a program to be tested and updates the database according to a processing result;
the real-time data pipeline generates the feedback message according to the updated content of the database;
and determining the test result of the program to be tested according to the expected result corresponding to the feedback message and the preset message.
The updating content of the database can be monitored through the real-time data pipeline, so that the purpose of sensing the processing result of the program in real time is achieved, and the database does not need to be polled regularly to obtain the updating condition of the database. Therefore, the phenomenon that the program to be tested is judged to be abnormal when the program response time is too long and exceeds the polling times or the polling time limit is avoided, and the effect of improving the accuracy of the test result of the asynchronous processing program is achieved.
As shown in fig. 1, fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention.
The terminal of the embodiment of the invention can be a terminal device such as a PC.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), a mouse, etc., and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the terminal structure shown in fig. 1 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a control program of the program test apparatus.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the processor 1001 may be configured to call a control program of the program test apparatus stored in the memory 1005, and perform the following operations:
the consumer module processes the preset message through a program to be tested and updates the database according to a processing result;
the real-time data pipeline generates the feedback message according to the updated content of the database;
and determining the test result of the program to be tested according to the expected result corresponding to the feedback message and the preset message.
Further, the processor 1001 may call the control program of the program test apparatus stored in the memory 1005, and also perform the following operations:
the real-time data pipeline acquires a log file of the database;
determining the updating content of the database according to the log file;
and generating the feedback message according to the updated content.
Further, the processor 1001 may call the control program of the program test apparatus stored in the memory 1005, and also perform the following operations:
when the feedback message meets a preset condition, executing the step of determining the test result of the program to be tested according to the feedback message and the expected result corresponding to the preset message;
and when the feedback message does not meet the preset condition, discarding the feedback message.
Further, the processor 1001 may call the control program of the program test apparatus stored in the memory 1005, and also perform the following operations:
determining the updated content of the database according to the feedback message;
when the updated content is the same as the expected result, judging that the program to be tested is normal;
and when the updated content is not the same as the expected result, judging that the program to be tested is abnormal.
Further, the processor 1001 may call the control program of the program test apparatus stored in the memory 1005, and also perform the following operations:
the message producer module generates the preset message and sends the preset message to the middleware module;
and the middleware module sends the preset message to the consumer module so that the consumer module processes the preset message through a program to be tested and updates the database according to a processing result.
Further, the processor 1001 may call the control program of the program test apparatus stored in the memory 1005, and also perform the following operations:
and outputting the test result.
Referring to fig. 2, in an embodiment of the program testing method of the present invention, the program testing method includes the following steps:
step S10, the consumer module processes the preset message through the program to be tested, and updates the database according to the processing result;
step S20, the real-time data pipeline generates the feedback message according to the updated content of the database;
and step S30, determining the test result of the program to be tested according to the expected result corresponding to the feedback message and the preset message.
In this embodiment, the program testing apparatus may include a producer module, a middleware module, a consumer module, a database, and a Real-Time Data Pipeline (RDP), where the message producer module sends a preset message to the consumer module through the message middleware module, so that the message consumer module updates Data stored in the database according to the message after receiving the message, and a user of the Real-Time Data Pipeline monitors Data change in the database and generates a feedback message according to a monitoring result.
It should be noted that the preset message refers to a data stream for interaction and communication between software objects. The middleware module is a stand-alone system software service by which distributed application software shares resources between different technologies, resides on the operating system of the client server, manages computing resources and network communications. The message producer module is configured to generate and send a computer program for a particular message under particular conditions. The consumer module is configured to receive the message from the message producer module and execute the computer program of the associated code logic.
Alternatively, the program testing device may be a PC.
Further, when the consumer module receives the preset message, the program to be tested is executed, so that the preset message is processed by the program to be tested. Wherein the program to be tested may be an asynchronous handler, such that the consumer module may receive a plurality of different messages simultaneously and process them simultaneously. And processing the received preset message by the program to be tested in the execution process, and updating the data content in the target database according to the processing result.
It will be appreciated that the database may be configured as a local database for the program testing device or may be configured as a network database communicatively coupled to the testing device.
The testing device monitors the updating of the database in real time through a real-time data pipeline, wherein when the real-time data pipeline monitors that the data in the database is updated, the real-time data pipeline generates corresponding feedback information according to the updating content of the database.
Specifically, when data update occurs to the database, a corresponding log file is generated in real time according to the data update content. The real-time data pipeline can acquire the log file of the database in real time, then determine the updating content of the database according to the log file, and generate the corresponding feedback message according to the updating content.
After obtaining the feedback message, the program testing device may determine a test result of the program to be tested according to the feedback message.
Specifically, the expected result corresponding to the preset message may be pre-saved in the program testing apparatus. And the expected result is data which is set by a program tester in a self-defining way. For example, when the program to be tested has a function of receiving an order message, data such as the quantity of goods and the transaction amount stored in the database are updated according to the order message. The expected result may be changed by the amount of the goods and the transaction amount stored in the expected result setting database, and/or the amount of the change in the amount of the goods and the transaction amount.
It can be understood that the expected result may also be stored in the server, and after the program test device obtains the feedback message, the expected result corresponding to the preset message is obtained, so that the test result of the program to be tested can be determined according to the expected result and the feedback message.
After the feedback message is obtained, firstly, the updating content of the database is determined according to the feedback message, and then the updating content of the database is compared with the expected result. And when the updated content of the database is the same as the expected result, judging that the program to be tested is normal. And when the updated content is not the same as the expected result, judging that the program to be tested is abnormal.
In the technical scheme disclosed in this embodiment, the preset message is processed by the consumer module through the program to be tested, the database is updated according to the processing result, then the real-time data pipeline generates the feedback message according to the update content of the database, and the test result of the program to be tested is determined according to the feedback message and the expected result corresponding to the preset message. The updating content of the database can be monitored through the real-time data pipeline, so that the purpose of sensing the processing result of the program in real time is achieved, and the database does not need to be polled regularly to obtain the updating condition of the database. Therefore, the phenomenon that the program to be tested is judged to be abnormal when the program response time is too long and exceeds the polling times or the polling time limit is avoided, and the effect of improving the accuracy of the test result of the asynchronous processing program is achieved.
Referring to fig. 3, based on the foregoing embodiment, in another embodiment, before the step S30, the method further includes:
step S40, judging whether the feedback message meets the preset condition;
and step S50, when the feedback message does not meet the preset condition, discarding the feedback message.
In this embodiment, after the feedback message is obtained, it may be determined whether the feedback message meets a preset condition. Wherein the preset condition may be that the feedback message includes a preset key field and/or the feedback message includes the expected result.
Specifically, after receiving the feedback message, the feedback message may be analyzed, and when the feedback message includes a preset key field and/or an update content corresponding to the feedback message is an update content related to an expected result, it is determined that the feedback message satisfies a preset condition. Otherwise, judging that the feedback message does not meet the preset condition.
And when the feedback message meets a preset condition, executing the step S30, otherwise, discarding the feedback message.
In the technical solution disclosed in this embodiment, it is first determined whether the feedback message satisfies a preset condition, and when the feedback message satisfies the preset condition, the step of determining the test result of the program to be tested according to the feedback message and the expected result corresponding to the preset message is executed, otherwise, the feedback message is discarded. Since the feedback message can be directly discarded when the feedback message does not satisfy the preset condition, the effect of reducing the system overhead of the program testing device is achieved.
Referring to fig. 4, based on any one of the above embodiments, in a further embodiment, after step S30, the method further includes:
and step S60, outputting the test result.
In this embodiment, the testing device is further provided with a display panel, and after the testing result is determined, the testing device can display and output the testing result through the display panel.
Optionally, the testing device may further be provided with an information pushing module, and the information pushing module may push the test result to the target terminal according to a preset pushing manner. The pushing mode can comprise pushing modes such as WeChat pushing, mail pushing, short message pushing and/or APP pushing.
In the technical solution disclosed in this embodiment, the program testing apparatus can directly output the test result, thereby achieving the effect of avoiding the user from sending the operation.
In addition, the embodiment of the invention also provides a program testing device, which comprises a message producer module, a middleware module, a consumer module, a real-time data pipeline, a memory, a processor and a control program of the program testing device, wherein the control program is stored on the memory and can run on the processor, wherein the message producer module sends a preset message to the consumer module through the message middleware module, so that the message consumer module can send the preset message to the message producer module, updating the data stored in the database according to the message, the real-time data pipeline user monitoring the data change in the database, and generating a feedback message according to the monitoring result, wherein the control program of the program testing device realizes the steps of the program testing method in each embodiment when being executed by the processor.
Furthermore, an embodiment of the present invention further provides a computer-readable storage medium, where a control program of a program testing apparatus is stored, and the control program of the program testing apparatus, when executed by a processor, implements the steps of the program testing method according to the above embodiments.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) as described above and includes several instructions for enabling a terminal device (e.g. PC, etc.) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (9)

1. A program testing method is characterized in that a program testing device comprises a message producer module, a middleware module, a consumer module and a real-time data pipeline, wherein the message producer module sends a preset message to the consumer module through the message middleware module so that the message consumer module updates data stored in a database according to the message after receiving the message, a user of the real-time data pipeline monitors data change in the database and generates a feedback message according to a monitoring result, and the program testing method comprises the following steps:
the consumer module processes the preset message through a program to be tested and updates the database according to a processing result;
the real-time data pipeline generates the feedback message according to the updated content of the database;
and determining the test result of the program to be tested according to the expected result corresponding to the feedback message and the preset message.
2. The program test method of claim 1, wherein the step of the real-time data pipe generating the feedback message based on the database update content comprises:
the real-time data pipeline acquires a log file of the database;
determining the updating content of the database according to the log file;
and generating the feedback message according to the updated content.
3. The program testing method according to claim 1, wherein before the step of determining the test result of the program to be tested according to the expected result corresponding to the feedback message and the preset message, the method further comprises:
when the feedback message meets a preset condition, executing the step of determining the test result of the program to be tested according to the feedback message and the expected result corresponding to the preset message;
and when the feedback message does not meet the preset condition, discarding the feedback message.
4. The program testing method of claim 3, wherein the preset condition includes at least one of;
the feedback message comprises a preset key field;
the feedback message includes the expected result.
5. The program testing method of claim 1, wherein the step of determining the test result of the program to be tested according to the expected result corresponding to the feedback message and the preset message comprises:
determining the updated content of the database according to the feedback message;
when the updated content is the same as the expected result, judging that the program to be tested is normal;
and when the updated content is not the same as the expected result, judging that the program to be tested is abnormal.
6. The program testing method of claim 1, wherein before the step of processing the preset message by the program to be tested and updating the database according to the processing result, the consumer module further comprises:
the message producer module generates the preset message and sends the preset message to the middleware module;
and the middleware module sends the preset message to the consumer module so that the consumer module processes the preset message through a program to be tested and updates the database according to a processing result.
7. The program testing method according to claim 1, wherein after the step of determining the test result of the program to be tested according to the expected result corresponding to the feedback message and the preset message, the method further comprises:
and outputting the test result.
8. A program test apparatus, characterized in that the program test apparatus comprises: a message producer module, a middleware module, a consumer module, a real-time data pipeline, a memory, a processor and a control program of a program testing device stored on the memory and capable of running on the processor, wherein the message producer module sends a preset message to the consumer module through the message middleware module so that the message consumer module updates data stored in the database according to the message after receiving the message, the real-time data pipeline user monitors data change in the database and generates a feedback message according to a monitoring result, and the control program of the program testing device realizes the steps of the program testing method according to any one of claims 1 to 7 when being executed by the processor.
9. A computer-readable storage medium, characterized in that a control program of a program test apparatus is stored on the computer-readable storage medium, which when executed by a processor implements the steps of the program test method according to any one of claims 1 to 7.
CN201911272483.XA 2019-12-11 2019-12-11 Program testing method, program testing device and storage medium Active CN110888816B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911272483.XA CN110888816B (en) 2019-12-11 2019-12-11 Program testing method, program testing device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911272483.XA CN110888816B (en) 2019-12-11 2019-12-11 Program testing method, program testing device and storage medium

Publications (2)

Publication Number Publication Date
CN110888816A true CN110888816A (en) 2020-03-17
CN110888816B CN110888816B (en) 2023-08-22

Family

ID=69751631

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911272483.XA Active CN110888816B (en) 2019-12-11 2019-12-11 Program testing method, program testing device and storage medium

Country Status (1)

Country Link
CN (1) CN110888816B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112217886A (en) * 2020-09-27 2021-01-12 建信金融科技有限责任公司 Testing method and system of distributed system, message production and consumption module
CN112328450A (en) * 2020-11-03 2021-02-05 平安信托有限责任公司 Data monitoring method and device, computer equipment and storage medium
CN113328913A (en) * 2021-05-31 2021-08-31 长沙市到家悠享家政服务有限公司 Method, device and system for improving project testing efficiency
CN113836024A (en) * 2021-09-27 2021-12-24 中南大学 Traffic multiplexing AB test method and system based on configuration drive

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120124074A1 (en) * 2010-11-11 2012-05-17 Verizon Patent And Licensing Inc. Method and system for testing client-server applications
CN104092767A (en) * 2014-07-21 2014-10-08 北京邮电大学 Posting/subscribing system for adding message queue models and working method thereof
CN107153609A (en) * 2016-03-04 2017-09-12 阿里巴巴集团控股有限公司 A kind of automated testing method and device
WO2017181591A1 (en) * 2016-04-20 2017-10-26 乐视控股(北京)有限公司 Testing method and system
CN109947646A (en) * 2019-03-13 2019-06-28 平安信托有限责任公司 Interface test method, device, computer equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120124074A1 (en) * 2010-11-11 2012-05-17 Verizon Patent And Licensing Inc. Method and system for testing client-server applications
CN104092767A (en) * 2014-07-21 2014-10-08 北京邮电大学 Posting/subscribing system for adding message queue models and working method thereof
CN107153609A (en) * 2016-03-04 2017-09-12 阿里巴巴集团控股有限公司 A kind of automated testing method and device
WO2017181591A1 (en) * 2016-04-20 2017-10-26 乐视控股(北京)有限公司 Testing method and system
CN109947646A (en) * 2019-03-13 2019-06-28 平安信托有限责任公司 Interface test method, device, computer equipment and storage medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112217886A (en) * 2020-09-27 2021-01-12 建信金融科技有限责任公司 Testing method and system of distributed system, message production and consumption module
CN112217886B (en) * 2020-09-27 2023-04-28 建信金融科技有限责任公司 Distributed system testing method and system, message production and consumption module
CN112328450A (en) * 2020-11-03 2021-02-05 平安信托有限责任公司 Data monitoring method and device, computer equipment and storage medium
CN113328913A (en) * 2021-05-31 2021-08-31 长沙市到家悠享家政服务有限公司 Method, device and system for improving project testing efficiency
CN113836024A (en) * 2021-09-27 2021-12-24 中南大学 Traffic multiplexing AB test method and system based on configuration drive
CN113836024B (en) * 2021-09-27 2024-02-06 中南大学 Configuration-driven flow multiplexing AB test method and system

Also Published As

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

Similar Documents

Publication Publication Date Title
CN110888816B (en) Program testing method, program testing device and storage medium
CN108521353B (en) Processing method and device for positioning performance bottleneck and readable storage medium
CN108073506B (en) Test method and device
CN108763089B (en) Test method, device and system
CN105302722B (en) CTS automatic testing method and device
CN110267215B (en) Data detection method, equipment and storage medium
CN111104324A (en) Test case generation method, test case generation device and computer-readable storage medium
CN108694120B (en) Method and device for testing service component
CN109656791B (en) gPC performance test method and device based on Jmeter
CN111090589A (en) Software testing method, software testing device and readable storage medium
CN111061637B (en) Interface testing method, interface testing device and storage medium
CN110825635B (en) Test method, test device and computer-readable storage medium
CN111045720B (en) Code management method, code management system, server and medium
CN112905197A (en) Information processing method, device and system, electronic equipment and storage medium
CN111756594B (en) Control method of pressure test, computer device and computer readable storage medium
CN109302336B (en) Mail generation method and device, computer equipment and storage medium
CN111027871A (en) Project resource allocation method and device and readable storage medium
CN113672497B (en) Method, device and equipment for generating non-buried point event and storage medium
CN112860770B (en) Report generation method, report generation device, electronic equipment and storage medium
CN110362464B (en) Software analysis method and equipment
JP2021152939A (en) Portable terminal, control method, and program
CN108288135B (en) System compatibility method and device, computer readable storage medium and electronic equipment
CN111679885A (en) Method, device, medium and electronic equipment for determining virtual machine drift
CN110955607B (en) Monitoring method, monitor and readable storage medium for simulation test tool
CN111008149B (en) Software testing method, software testing device and medium

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