CN110928759B - Message pushing testing method and terminal - Google Patents

Message pushing testing method and terminal Download PDF

Info

Publication number
CN110928759B
CN110928759B CN201811094374.9A CN201811094374A CN110928759B CN 110928759 B CN110928759 B CN 110928759B CN 201811094374 A CN201811094374 A CN 201811094374A CN 110928759 B CN110928759 B CN 110928759B
Authority
CN
China
Prior art keywords
terminal
tested
message pushing
test
script
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.)
Active
Application number
CN201811094374.9A
Other languages
Chinese (zh)
Other versions
CN110928759A (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.)
Fujian Tianquan Educational Technology Ltd
Original Assignee
Fujian Tianquan Educational Technology 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 Fujian Tianquan Educational Technology Ltd filed Critical Fujian Tianquan Educational Technology Ltd
Priority to CN201811094374.9A priority Critical patent/CN110928759B/en
Publication of CN110928759A publication Critical patent/CN110928759A/en
Application granted granted Critical
Publication of CN110928759B publication Critical patent/CN110928759B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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

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)
  • Telephone Function (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses a method and a terminal for testing message pushing, which are used for enabling a terminal to be tested to execute corresponding script operation according to the test script by automatically executing the test script at regular time, judging whether message pushing is successful or not according to the state before and after the terminal to be tested executes the corresponding script operation, automatically testing the message pushing, reducing the test cost, relieving the burden of a tester, improving the accuracy of automatic test of the message pushing, improving the test efficiency, supporting a plurality of projects or applications by one set of dial testing, and having strong reusability.

Description

Message pushing testing method and terminal
Technical Field
The invention relates to the technical field of software testing, in particular to a message pushing testing method and a terminal.
Background
The message push (push) function is being regarded as one of the most important operation means of applications installed in terminals (PC terminals \mobile terminals), and is being appreciated by more and more application developers. In the Internet age of information flooding, the message pushing function is the best channel for operation, and the application is proper, so that product operators can be helped to realize operation targets more efficiently.
The principle of message pushing is that a service end corresponding to an installed application on a terminal device pushes a message to be sent and a target terminal to be sent to a push service deployed on another server, and the push service finds the target terminal to send the message according to a terminal list installed with the application, so that one or more terminals of different platforms can send the message simultaneously.
At present, there is an active test method for message pushing, where a server side actively sends test messages to a terminal at a proper time and receives response messages to count performance situations of an online message pushing service, the test method does not care about content of the test messages, but only judges whether the service is faulty according to a ratio of the number of response messages returned by the terminal to the number of the sent test messages, for example, when the number of response messages returned by the terminal is 80 and the number of the test messages sent by the server is 100, the loss rate is 20%, and at this time, the solution considers that an application program is faulty, and the judgment method is relatively subjective, cannot have a specific proportion value for determining the fault, does not care about situations of the terminal to execute the message pushing, so that the test method is not accurate enough, and the prior art has a message pushing test method based on user experience.
Disclosure of Invention
The technical problems to be solved by the invention are as follows: the message pushing testing method and the terminal can improve the accuracy of automatic message pushing testing.
In order to solve the technical problems, the invention adopts the following technical scheme:
a message push test method comprises the following steps:
s1, determining a test script corresponding to message pushing to be tested and a terminal to be tested;
s2, executing the following steps at regular time according to a preset time interval:
s21, automatically executing the test script, so that the terminal to be tested executes corresponding script operation according to the test script;
s22, judging whether message pushing is successful or not according to the states before and after the terminal to be tested executes the corresponding script operation.
In order to solve the technical problems, the invention adopts another technical scheme that:
a test terminal for message pushing, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
s1, determining a test script corresponding to message pushing to be tested and a terminal to be tested;
s2, executing the following steps at regular time according to a preset time interval:
s21, automatically executing the test script, so that the terminal to be tested executes corresponding script operation according to the test script;
s22, judging whether message pushing is successful or not according to the states before and after the terminal to be tested executes the corresponding script operation.
The invention has the beneficial effects that: the test script is automatically executed at regular time, so that the terminal to be tested executes corresponding script operation according to the test script, whether message pushing is successful or not is judged according to the state before and after the terminal to be tested executes the corresponding script operation, the message pushing can be automatically tested, the test cost is reduced, the burden of a tester is lightened, the accuracy of automatic test of the message pushing can be improved, the test efficiency is improved, a set of dial test can support a plurality of projects or applications, and the reusability is high.
Drawings
FIG. 1 is a flow chart of a message push test method according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a structure of a test terminal for message pushing according to an embodiment of the present invention;
FIG. 3 is a flow chart of a message push test method according to an embodiment of the present invention;
description of the reference numerals:
1. a test terminal for message pushing; 2. A memory; 3. A processor.
Detailed Description
In order to describe the technical contents, the achieved objects and effects of the present invention in detail, the following description will be made with reference to the embodiments in conjunction with the accompanying drawings.
The most critical concept of the invention is that the test script is automatically executed at fixed time to enable the terminal to be tested to execute the corresponding script operation, and whether message pushing is successful is judged according to the states before and after the terminal to be tested executes the corresponding script operation.
Referring to fig. 1, a method for testing message pushing includes the steps of:
s1, determining a test script corresponding to message pushing to be tested and a terminal to be tested;
s2, executing the following steps at regular time according to a preset time interval:
s21, automatically executing the test script, so that the terminal to be tested executes corresponding script operation according to the test script;
s22, judging whether message pushing is successful or not according to the states before and after the terminal to be tested executes the corresponding script operation.
From the above description, the beneficial effects of the invention are as follows: the test script is automatically executed at regular time, so that the terminal to be tested executes corresponding script operation according to the test script, whether message pushing is successful or not is judged according to the state before and after the terminal to be tested executes the corresponding script operation, the message pushing can be automatically tested, the test cost is reduced, the burden of a tester is lightened, the accuracy of automatic test of the message pushing can be improved, the test efficiency is improved, a set of dial test can support a plurality of projects or applications, and the reusability is high.
Further, step S21 includes:
s211, setting a terminal to be tested as an initial state appointed by the test script, or directly acquiring the current initial state of the terminal to be tested, and taking the initial state as a state before the terminal to be tested executes corresponding script operation;
s212, calling a server API according to the test script, and automatically sending message pushing to be tested to the terminal to be tested through the server, so that the terminal to be tested executes corresponding operation according to the message pushing;
s213, acquiring the state of the terminal to be tested after the operation corresponding to the message pushing is executed.
According to the description, the initial state of the terminal to be tested is set or obtained, the subsequent state judgment of the terminal to be tested is facilitated, the terminal state is set to be the initial state designated by the test script, interference factors can be eliminated, the influence of the original state of the terminal on the test result is avoided, and the accuracy of the message pushing test is improved.
Further, step S22 includes:
if the content corresponding to the message pushing is to change the running state of the equipment of the terminal to be tested, judging whether the change of the running state of the terminal to be tested before and after the corresponding script operation is executed accords with the content corresponding to the message pushing, if so, the message pushing is successful, otherwise, the message pushing is failed;
if the content corresponding to the message pushing is to change the interface state of the terminal to be tested, judging whether the interface state change before and after the terminal to be tested executes the corresponding script operation accords with the content corresponding to the message pushing, if so, the message pushing is successful, otherwise, the message pushing is failed.
The above description shows that different judgment bases are provided for different types of message pushing, so that the types of message pushing tests are enriched, message pushing services can be tested in a diversified manner, and the diversity of the message pushing tests is improved.
Further, step S212 further includes determining whether the call to the server API is successful, if yes, executing step S213, otherwise, ending the test.
From the above description, the test script is judged when calling the server side API, if the call of the server side API fails, the test is ended, faults can be found and positioned in time, the test efficiency is improved, and the subsequent time-consuming judgment is avoided.
Further, the steps S21 and S22 further include:
and acquiring the process information of the terminal to be tested, judging whether an application process of the script operation corresponding to the test script exists in the process information, if so, executing the step S22, otherwise, ending the test.
According to the description, whether the application process of the script operation corresponding to the test script exists or not is judged, if the application process corresponding to the test script does not exist, the test is ended, faults and positioning faults can be found in time, time-consuming judgment is avoided, and test efficiency is improved.
Referring to fig. 2, a test terminal for message pushing includes a memory, a processor and a computer program stored in the memory and capable of running on the processor, wherein the processor implements the following steps when executing the computer program:
s1, determining a test script corresponding to message pushing to be tested and a terminal to be tested;
s2, executing the following steps at regular time according to a preset time interval:
s21, automatically executing the test script, so that the terminal to be tested executes corresponding script operation according to the test script;
s22, judging whether message pushing is successful or not according to the states before and after the terminal to be tested executes the corresponding script operation.
From the above description, the beneficial effects of the invention are as follows: the test script is automatically executed at regular time, so that the terminal to be tested executes corresponding script operation according to the test script, whether message pushing is successful or not is judged according to the state before and after the terminal to be tested executes the corresponding script operation, the message pushing can be automatically tested, the test cost is reduced, the burden of a tester is lightened, the accuracy of automatic test of the message pushing can be improved, the test efficiency is improved, a set of dial test can support a plurality of projects or applications, and the reusability is high.
Further, step S21 includes:
s211, setting a terminal to be tested as an initial state appointed by the test script, or directly acquiring the current initial state of the terminal to be tested, and taking the initial state as a state before the terminal to be tested executes corresponding script operation;
s212, calling a server API according to the test script, and automatically sending message pushing to be tested to the terminal to be tested through the server, so that the terminal to be tested executes corresponding operation according to the message pushing;
s213, acquiring the state of the terminal to be tested after the operation corresponding to the message pushing is executed.
According to the description, the initial state of the terminal to be tested is set or obtained, the subsequent state judgment of the terminal to be tested is facilitated, the terminal state is set to be the initial state designated by the test script, interference factors can be eliminated, the influence of the original state of the terminal on the test result is avoided, and the accuracy of the message pushing test is improved.
Further, step S22 includes:
if the content corresponding to the message pushing is to change the running state of the equipment of the terminal to be tested, judging whether the change of the running state of the terminal to be tested before and after the corresponding script operation is executed accords with the content corresponding to the message pushing, if so, the message pushing is successful, otherwise, the message pushing is failed;
if the content corresponding to the message pushing is to change the interface state of the terminal to be tested, judging whether the interface state change before and after the terminal to be tested executes the corresponding script operation accords with the content corresponding to the message pushing, if so, the message pushing is successful, otherwise, the message pushing is failed.
The above description shows that different judgment bases are provided for different types of message pushing, so that the types of message pushing tests are enriched, message pushing services can be tested in a diversified manner, and the diversity of the message pushing tests is improved.
Further, step S212 further includes determining whether the call to the server API is successful, if yes, executing step S213, otherwise, ending the test.
From the above description, the test script is judged when calling the server side API, if the call of the server side API fails, the test is ended, faults can be found and positioned in time, the test efficiency is improved, and the subsequent time-consuming judgment is avoided.
Further, the steps S21 and S22 further include:
and acquiring the process information of the terminal to be tested, judging whether an application process of the script operation corresponding to the test script exists in the process information, if so, executing the step S22, otherwise, ending the test.
According to the description, whether the application process of the script operation corresponding to the test script exists or not is judged, if the application process corresponding to the test script does not exist, the test is ended, faults and positioning faults can be found in time, time-consuming judgment is avoided, and test efficiency is improved.
Example 1
Referring to fig. 1 and 3, a method for testing message pushing includes the steps of:
s1, determining a test script corresponding to message pushing to be tested and a terminal to be tested;
the terminal to be tested can be an Android terminal, an IOS terminal, a PC terminal and the like, and can be one or more terminals;
s2, executing the following steps at regular time according to a preset time interval:
the preset time interval is preferably greater than 2 minutes, based on the principle of message pushing, a message is sent from a server to a push service and then reaches the terminal to be tested, from the perspective of user experience, the message needs to reach the terminal to be tested within 1 minute, the waiting time of the subsequent step is 1 minute, if the message does not reach the terminal to be tested within 2 minutes, the message belongs to the condition of poor user experience, and the message is used as an abnormal phenomenon to carry out feedback tracking; if the time is less than 2 minutes, the situation that the first test is not finished and the second test is started possibly occurs, so that the test result is inaccurate;
specifically, the following steps are counted from each time, whether a preset time interval is reached or not is judged through counting, if yes, the following steps are executed again, and the specific process of message pushing test is shown in table 1;
s21, automatically executing the test script, so that the terminal to be tested executes corresponding script operation according to the test script;
specifically, the method comprises the following steps:
s211, directly acquiring the current initial state of the terminal to be tested, and taking the initial state as a state before the terminal to be tested executes corresponding script operation;
s212, calling a server API according to the test script, wherein table 1 gives types of message pushing, and automatically sending the message pushing to be tested to the terminal to be tested through the server, so that the terminal to be tested executes corresponding operations according to the message pushing;
specifically, the method further comprises the steps of judging whether the calling of the server API is successful, if yes, executing step S213, otherwise, notifying maintenance personnel of the failure result, the terminal to be tested and content information corresponding to the message push through a mail or a short message form to process and check, and ending the test;
s213, acquiring the state of the terminal to be tested after the operation corresponding to the message pushing is executed.
After waiting for the terminal to be tested to execute the corresponding script operation time for 1 minute according to the test script, acquiring the process information of the terminal to be tested, judging whether an application process of the script operation corresponding to the test script exists in the process information, and if yes, executing step S22; otherwise, judging that the application process of the script operation corresponding to the test script crashes, informing maintenance personnel of the crash log of the application process through a mail or a short message form to process and maintain, and ending the test.
S22, judging whether message pushing is successful or not according to the states before and after the terminal to be tested executes the corresponding script operation.
Specifically, the content corresponding to the message pushing is to change the running state of the device of the terminal to be tested, judge whether the change of the running state of the terminal to be tested before and after executing the corresponding script operation accords with the content corresponding to the message pushing, if so, the message pushing is successful, otherwise, the message pushing is failed;
and informing maintenance personnel of processing and checking the specific contents of the tested terminal and the corresponding test script with failed message pushing in a mail or short message mode.
TABLE 1
Example two
The specific process of message push test in this embodiment is shown in table 2, and is different from that in the first embodiment in that:
step S211 is to set the terminal to be tested to an initial state specified by the test script;
the step S22 is specifically that the content corresponding to the message pushing is to change the interface state of the terminal to be tested, and determine whether the change of the interface state of the terminal to be tested before and after executing the corresponding script operation accords with the content corresponding to the message pushing, if yes, the message pushing is successful, otherwise, the message pushing fails;
and informing maintenance personnel of processing and checking the specific contents of the tested terminal and the corresponding test script with failed message pushing in a mail or short message mode.
TABLE 2
Example III
Referring to fig. 2, a test terminal 1 for message pushing includes a memory 2, a processor 3, and a computer program stored in the memory 2 and capable of running on the processor 3, wherein the processor 3 implements the steps in the first embodiment when executing the computer program.
Example IV
Referring to fig. 2, a test terminal 1 for message pushing includes a memory 2, a processor 3, and a computer program stored in the memory 2 and capable of running on the processor 3, wherein the processor 3 implements the steps in the second embodiment when executing the computer program.
In summary, according to the method and the terminal for testing message pushing provided by the invention, the test script is automatically executed at regular time, so that the terminal to be tested executes the corresponding script operation according to the test script, whether message pushing is successful or not is judged according to the state before and after the terminal to be tested executes the corresponding script operation, different judgment bases are provided for message pushing of different types, the accuracy of automatic test of message pushing is improved, manual participation is not needed during testing, the test cost is reduced, the burden of a tester is reduced, judgment is carried out after the test script calls a server API and the terminal to be tested execute the script operation, the test efficiency is improved, maintenance personnel can be notified to process and check immediately when faults occur, the online monitoring response support is effectively achieved, and a set of dial test can be used for a plurality of items or applications and has strong reusability.
The foregoing description is only illustrative of the present invention and is not intended to limit the scope of the invention, and all equivalent changes made by the specification and drawings of the present invention, or direct or indirect application in the relevant art, are included in the scope of the present invention.

Claims (6)

1. The message push testing method is characterized by comprising the following steps:
s1, determining a test script corresponding to message pushing to be tested and a terminal to be tested;
s2, executing the following steps at regular time according to a preset time interval:
s21, automatically executing the test script, so that the terminal to be tested executes corresponding script operation according to the test script;
s22, judging whether message pushing is successful or not according to the state before and after the terminal to be tested executes the corresponding script operation;
s3, if the message push does not reach the terminal to be tested within a preset time interval, abnormal feedback is carried out;
the step S22 includes:
if the content corresponding to the message pushing is to change the running state of the equipment of the terminal to be tested, judging whether the change of the running state of the terminal to be tested before and after the corresponding script operation is executed accords with the content corresponding to the message pushing, if so, the message pushing is successful, otherwise, the message pushing is failed;
if the content corresponding to the message pushing is to change the interface state of the terminal to be tested, judging whether the interface state change before and after the terminal to be tested executes the corresponding script operation accords with the content corresponding to the message pushing, if so, the message pushing is successful, otherwise, the message pushing is failed;
the step S21 includes:
s211, setting a terminal to be tested as an initial state appointed by the test script, or directly acquiring the current initial state of the terminal to be tested, and taking the initial state as a state before the terminal to be tested executes corresponding script operation;
s212, calling a server API according to the test script, and automatically sending message pushing to be tested to the terminal to be tested through the server, so that the terminal to be tested executes corresponding operation according to the message pushing;
s213, acquiring a state of the terminal to be tested after the operation corresponding to the message pushing is executed;
step S212 includes the steps of:
judging whether the calling of the server API is successful, if so, executing step S213, otherwise, notifying maintenance personnel of a failure result, the terminal to be tested and content information corresponding to the message push, and ending the test.
2. The method according to claim 1, wherein the step S212 further comprises determining whether the call to the server API is successful, if yes, executing the step S213, otherwise ending the test.
3. The method for testing message pushing according to claim 1, wherein the steps S21 and S22 further comprise the steps of:
and acquiring the process information of the terminal to be tested, judging whether an application process of the script operation corresponding to the test script exists in the process information, if so, executing the step S22, otherwise, ending the test.
4. A test terminal for message pushing, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the following steps when executing the computer program:
s1, determining a test script corresponding to message pushing to be tested and a terminal to be tested;
s2, executing the following steps at regular time according to a preset time interval:
s21, automatically executing the test script, so that the terminal to be tested executes corresponding script operation according to the test script;
s22, judging whether message pushing is successful or not according to the state before and after the terminal to be tested executes the corresponding script operation;
s3, if the message push does not reach the terminal to be tested within a preset time interval, abnormal feedback is carried out;
the step S22 includes:
if the content corresponding to the message pushing is to change the running state of the equipment of the terminal to be tested, judging whether the change of the running state of the terminal to be tested before and after the corresponding script operation is executed accords with the content corresponding to the message pushing, if so, the message pushing is successful, otherwise, the message pushing is failed;
if the content corresponding to the message pushing is to change the interface state of the terminal to be tested, judging whether the interface state change before and after the terminal to be tested executes the corresponding script operation accords with the content corresponding to the message pushing, if so, the message pushing is successful, otherwise, the message pushing is failed;
the step S21 includes:
s211, setting a terminal to be tested as an initial state appointed by the test script, or directly acquiring the current initial state of the terminal to be tested, and taking the initial state as a state before the terminal to be tested executes corresponding script operation;
s212, calling a server API according to the test script, and automatically sending message pushing to be tested to the terminal to be tested through the server, so that the terminal to be tested executes corresponding operation according to the message pushing;
s213, acquiring a state of the terminal to be tested after the operation corresponding to the message pushing is executed;
step S212 includes the steps of:
judging whether the calling of the server API is successful, if so, executing step S213, otherwise, notifying maintenance personnel of a failure result, the terminal to be tested and content information corresponding to the message push, and ending the test.
5. The message push test terminal according to claim 4, wherein the step S212 further includes determining whether the call to the server API is successful, if yes, executing the step S213, otherwise ending the test.
6. The message push test terminal according to claim 4, wherein the steps between the steps S21 and S22 further comprise the steps of:
and acquiring the process information of the terminal to be tested, judging whether an application process of the script operation corresponding to the test script exists in the process information, if so, executing the step S22, otherwise, ending the test.
CN201811094374.9A 2018-09-19 2018-09-19 Message pushing testing method and terminal Active CN110928759B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811094374.9A CN110928759B (en) 2018-09-19 2018-09-19 Message pushing testing method and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811094374.9A CN110928759B (en) 2018-09-19 2018-09-19 Message pushing testing method and terminal

Publications (2)

Publication Number Publication Date
CN110928759A CN110928759A (en) 2020-03-27
CN110928759B true CN110928759B (en) 2024-03-01

Family

ID=69856016

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811094374.9A Active CN110928759B (en) 2018-09-19 2018-09-19 Message pushing testing method and terminal

Country Status (1)

Country Link
CN (1) CN110928759B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103577290A (en) * 2013-11-01 2014-02-12 广东欧珀移动通信有限公司 Test script playback rhythm control method and system
CN106021095A (en) * 2016-05-06 2016-10-12 北京邮电大学 A push mechanism-based Android application automated testing method
CN108228361A (en) * 2017-11-24 2018-06-29 五八有限公司 A kind of information push method, terminal and computer readable storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9632811B2 (en) * 2015-03-25 2017-04-25 Ca, Inc. Virtualization of purpose-built devices

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103577290A (en) * 2013-11-01 2014-02-12 广东欧珀移动通信有限公司 Test script playback rhythm control method and system
CN106021095A (en) * 2016-05-06 2016-10-12 北京邮电大学 A push mechanism-based Android application automated testing method
CN108228361A (en) * 2017-11-24 2018-06-29 五八有限公司 A kind of information push method, terminal and computer readable storage medium

Also Published As

Publication number Publication date
CN110928759A (en) 2020-03-27

Similar Documents

Publication Publication Date Title
CN111554219A (en) Display equipment testing method and device, electronic product and storage medium
CN108512682B (en) Method and device for determining false terminal identification
CN114328110A (en) Monitoring method, system and storage medium for gateway of Internet of things
CN110928759B (en) Message pushing testing method and terminal
CN113238935A (en) Application testing method, system, device, medium, and computer program product
CN115276844B (en) Communication module testing method and device, storage medium and electronic equipment
CN109274533B (en) Web service fault positioning device and method based on rule engine
CN113271337B (en) Method and device for subscribing computer message
CN111722997B (en) Abnormality detection method for automated test and computer-readable storage medium
CN112948195B (en) Interface testing method, device, electronic equipment and storage medium
CN113495750B (en) Upgrade detection method and device for equipment and server
CN112148621A (en) Test method and device and electronic equipment
CN108845932B (en) Unit testing method and device of network library, storage medium and terminal
CN110737598A (en) Method and device for testing page content based on page component characteristics
CN112363908A (en) Asynchronous interface test method, system, electronic device and storage medium
EP3660678A1 (en) Canary release for static content
CN114003448B (en) Method, device, equipment and medium for testing cyclic aging of server
CN112286797B (en) Service monitoring method and device, electronic equipment and storage medium
CN109857658B (en) Test method of accelerator function, server, terminal and readable storage medium
CN110858171A (en) System, method and device for application test, terminal equipment and medium
CN110895507B (en) Simulation test method and device, simulation server and storage medium
CN111708649B (en) Attack detection method and system for service application system
CN113905335B (en) Method for detecting quality of short message channel, dial testing equipment and storage medium
CN117370166A (en) Client information interaction testing method, equipment, system and storage medium
CN117472735A (en) Market stability testing system, 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