CN111737115B - Pressure testing method and device based on android APP - Google Patents

Pressure testing method and device based on android APP Download PDF

Info

Publication number
CN111737115B
CN111737115B CN202010508551.4A CN202010508551A CN111737115B CN 111737115 B CN111737115 B CN 111737115B CN 202010508551 A CN202010508551 A CN 202010508551A CN 111737115 B CN111737115 B CN 111737115B
Authority
CN
China
Prior art keywords
monkey
page
count
time
maximum
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
CN202010508551.4A
Other languages
Chinese (zh)
Other versions
CN111737115A (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.)
Beijing Easou World Technology Co ltd
Original Assignee
Beijing Easou World Technology 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 Beijing Easou World Technology Co ltd filed Critical Beijing Easou World Technology Co ltd
Priority to CN202010508551.4A priority Critical patent/CN111737115B/en
Publication of CN111737115A publication Critical patent/CN111737115A/en
Application granted granted Critical
Publication of CN111737115B publication Critical patent/CN111737115B/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
    • 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)
  • Testing Or Calibration Of Command Recording Devices (AREA)

Abstract

The invention discloses a pressure test method and a device based on an android APP, wherein the pressure test method comprises the steps of starting a monkey Checker process and a monkey process to conduct page monitoring and progress monitoring in the android APP pressure test process by using a monkey test tool so as to achieve effective test, judging a current page at intervals of a preset time by setting a maximum page stay time max_stand_time and a think time think_count, returning out of the page operation if the maximum page stay time is judged to be exceeded, adding 1 to the minimum page stay time if the maximum page stay time is not exceeded, and terminating the monkey Checker process and the monkey process when the monkey process is ended. According to the pressure test method and the pressure test system, invalid tests which are remained on one page for a long time in the test process are prevented, the test efficiency is improved, problems are found in advance, and the product quality is improved.

Description

Pressure testing method and device based on android APP
Technical Field
The invention relates to the technical field of android automatic testing, in particular to a pressure testing method and device based on android APP.
Background
With the rapid development of mobile internet, mobile phone applications bloom throughout, various services and products are developed on mobile phone apps, people cannot leave the mobile phone in life, meanwhile, the quality requirements on the mobile phone apps are improved, if enough tests are not carried out on the robustness of the apps before the new version or major version of the mobile phone apps are released, crash can be caused due to insufficient front-end robustness, user experience is seriously affected, on-end repair problems are required to be released along with release, the problem leaving time is long, and the recovery cost is high.
To improve product stability and retention, it is often necessary to stress test the app. The Monkey realizes automatic test by simulating the random event stream, and avoids a great deal of complicated test work of artificial realization automatic repetition.
However, because the Monkey tool mechanism tests by randomly sending events, like Monkey disorder points, the phenomenon that one page is always clicked for a long time or the same activity page is entered, the test of other pages cannot be performed, and the service requirement cannot be met often occurs.
Disclosure of Invention
Aiming at the defects of the prior art, the invention aims to solve the technical problems that: the pressure test method and the pressure test device based on the android APP are improved by applying a Monkey pressure test, a Monkey Checker process is designed, page monitoring is performed, and judgment is performed every second by setting page stay time max_stand_count and think_count, so that invalid test of a page staying for a long time in the test process is prevented.
In order to solve the technical problems, the invention adopts a technical scheme that: the method comprises the steps of starting a monkey Checker process and a monkey process to conduct page monitoring and progress monitoring in the android APP pressure testing process by using a monkey testing tool so as to achieve effective testing, judging a current page at intervals of a preset time by setting a maximum page stay time max_stand_count and a thinking time think_count, returning to exit the page operation if the maximum page stay time is judged to be exceeded, adding 1 to the minimum page stay time if the maximum page stay time is not exceeded, and terminating the monkey Checker process and the monkey process when the monkey process is ended.
Further, the method comprises the following steps:
s10, detecting and initializing electronic equipment to be tested by a monkey test tool, and selecting the electronic equipment to be tested;
s20, setting operation parameters, including selected set APP, setting monkey parameters, operation intervals, random event number, clicking, sliding and navigation key operation percentage setting;
s30, running a Monkey test tool for testing, executing a Monkey event during the running, and running a Monkey Checker process and a Monkey Process process for monitoring;
s40, closing a Monkey Checker process and a Monkey Process process after the Monkey operation is finished.
Further, the step S30 includes the substeps of:
s301, starting a Monkey Checker process and a Monkey process during the running period of a Monkey test tool;
s302, initializing data act, max_state_count and think_count for the first time, namely setting act as current act, and setting max_state_count as a value randomly acquired in a specified range, wherein count is initialized to 0;
s303, acquiring the current activity at intervals of a preset time to judge, and resetting the activity, the max_state_count and the link_count if the current activity is different from the initial activity;
s304, if the current activity is the same as the initial activity, judging whether max_stand_count exceeds the maximum residence time of the page;
s305, if the residence time of the page exceeds the maximum residence time of the page, executing the operation of returning to exit the page;
s306, if the maximum residence time of the page is not exceeded, only adding 1 to the think_count;
s307, if the monkey process is detected to be ended, the monkey Checker process and the monkey process are exited.
Further, in step S303, if the current activity is different from the initial activity, the page is reset to the currently acquired page, a value within the maximum residence time of the page is randomly generated again as the maximum residence time of the current page, and the thinking time is reset to 0.
Further, in the step S307, if the monkey process is detected to end, the log is printed to the console.
In order to solve the technical problems, the invention adopts another technical scheme that: the utility model provides a pressure testing arrangement based on android APP, include:
the Monkey test tool is used for performing pressure test on the android APP;
the pressure test monitoring module is used for starting the monkey chemker process and the monkey process to monitor pages and progress so as to achieve effective test, judging the current page at intervals of preset time by setting the maximum residence time max_stand_count and the thinking time think_count, returning to exit the page operation if the maximum residence time of the current page is judged to be exceeded, adding 1 to the think_count if the maximum residence time of the page is not exceeded, and terminating the monkey chemker process and the monkey process when the monkey process is ended.
Further, the Monkey test tool is further used for detecting and initializing electronic equipment to be tested, and selecting the electronic equipment to be tested; the Monkey testing tool is also used for setting operation parameters, including selected APP to be set, monkey parameters to be set, operation intervals, random event number, click, slide and navigation key operation percentage setting, and operates after setting to test.
Further, the pressure test monitoring module is further used for executing a monkey event during the running of the monkey test tool, and running a monkey chemker process and a monkey process for monitoring; the pressure test monitoring module is also used for closing the Monkey Checker process and the Monkey Process process when the Monkey operation is finished.
Further, the pressure test monitoring module includes:
the process promoter module is used for starting a Monkey Checker process and a Monkey Process process during the running of the Monkey test tool;
the first initialization sub-module is used for initializing data act, max_state_count and think_count for the first time, namely, setting act as current act, max_state_count as a value randomly acquired in a specified range, and initializing count as 0;
the first judging sub-module is used for acquiring the current activity at intervals of a preset time to judge;
a second initialization sub-module, configured to reset act, max_status_count, and think_count when the first determination sub-module determines that the current activity is different from the initial activity;
the second judging submodule is used for judging whether the maximum page stay time is exceeded or not when the first judging submodule judges that the activity is the same as the initial activity;
the returning sub-module is used for executing the operation of returning to exit the page when the second judging sub-module judges that the residence time of the page exceeds the maximum residence time of the page;
the accumulation module is used for adding 1 to the think_count when the second judgment sub-module judges that the residence time of the page is not exceeded;
and the monkey process detection submodule is used for detecting the monkey process, and if the monkey process is detected to be ended, the monkey Checker process and the monkey process are exited.
According to the pressure test method and device based on the android APP, the pressure test is carried out on the App, equipment connection is checked firstly, monkey parameters are set, and the Monkey test is operated; starting a MonkeyThread process, and executing a pressure test; starting a MonkeyChecker process, and monitoring the page state; starting a monkey process, and monitoring the test progress.
According to the pressure testing method and device based on the android APP, during the execution of the Monkey, a Monkey Checker process is designed to monitor pages, and judgment per second is performed by setting page stay time max_stand_count and think_count. If the pages stay on the same page for a long time in the running process of the monkey, the operation of exiting the current page is performed, so that the problem that the pages can not be effectively tested because the pages are always blocked on the same page in the pressure test process is solved. According to the technical scheme, the method and the device for monitoring the page are implemented in the running period of the monkey test, the monkey check process is started to monitor the page, and the page is judged every second by setting the page stay time max_state_count and the page link_count, so that invalid tests which stay on one page for a long time in the test process are prevented, the test efficiency is improved, problems are found in advance, and the product quality is improved.
Drawings
FIG. 1 is a flow chart of an embodiment of the android APP-based pressure testing method of the present invention.
FIG. 2 is a monitoring flow diagram of the run MonkeyChecker process and MonkeyProcess process of FIG. 1.
Fig. 3 is a block diagram of an embodiment of the android APP-based pressure testing apparatus of the present invention.
Fig. 4 is a block diagram of the pressure test monitoring module of fig. 3.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1, fig. 1 is a flowchart of an embodiment of a pressure testing method based on android APP according to the present invention. According to the android APP-based pressure test method, in the android APP pressure test process by using a Monkey test tool, a Monkey Checker process (a Monkey page monitoring process) and a Monkey process (a Monkey progress process) are started to conduct page monitoring and progress monitoring so as to achieve effective test, the maximum residence time max_stand_count and the thinking time think_count of a page are set, judgment is conducted on a current page at intervals of preset time, if the residence time of the page exceeds the set maximum residence time, the page operation is returned to be withdrawn, if the residence time of the page does not exceed the set maximum residence time, the think_count is added by 1, and when the Monkey process is ended, the Monkey Checker process and the Monkey process are terminated. The android APP-based pressure test method specifically comprises the following steps:
s10, detecting and initializing electronic equipment to be tested by a monkey test tool, and selecting the electronic equipment to be tested; the electronic device may be an electronic device of all android systems, such as a mobile phone, a tablet computer, etc.
S20, setting operation parameters including selected set APP (to be tested APP in the electronic equipment), setting monkey parameters, operation intervals, random event number, click, slide, navigation key operation percentages and the like;
s30, running a Monkey test tool for testing, executing a Monkey event during the running, and running a Monkey Checker process and a Monkey Process process for monitoring; referring to fig. 2, the present step specifically includes the following sub-steps:
s301, starting a Monkey Checker process and a Monkey process during the running period of a Monkey test tool;
s302, initializing data act (active page), max_state_count (maximum residence time) and think_count (think time) for the first time, namely setting act as current act, and setting max_state_count as a value randomly acquired in a specified range, wherein count is initialized to 0;
self __ act= __ current_act# initializes the set page to the currently acquired page
self __ max_stand_count=random.random (1, self __ max_stand_count) # randomly generates a value within a specified time as the maximum dwell time (number of times) of the current page
think time of think_count=0# is initialized to 0
S303, acquiring current activity at intervals of a preset time to judge, and resetting act, max_state_count and think_count if the current activity is different from the initial activity (the current acquired page value is different from the initial page value); if the current activity is different from the initial activity, resetting the page as the currently acquired page, randomly generating a value within the maximum residence time of the page again as the maximum residence time of the current page, and resetting the thinking time to 0. In this embodiment, the current activity is obtained every second to determine;
self __ act= __ current_act# resets the page to the currently acquired page
self __ max_stand_count=random.randint (1, self __ max_stand_count) # re-randomly generating a value within a specified time as the maximum dwell time (number of times) of the current page
think_count=0# resets the thinking time to 0
S304, if the current activity is the same as the initial activity, judging whether max_stand_count exceeds the maximum residence time of the page;
s305, if the maximum residence time of the page is exceeded, executing a return exit operation of the page (until the page is inconsistent);
s306, if the maximum residence time of the page is not exceeded, only adding 1 to the think_count;
s307, if the monkey process is detected to be ended, printing the log to a console (not necessary).
if self __ act= = __ current_act# if the current page is the same as the initial page
if the thinking time exceeds the maximum dwell time, if is, then, f self, __ think_count = self, __ max_stand_count: #
while self.__act == self.__adb_kit.get_current_activity():
self __ adb_kit.send_key_event (4) # performs the exit from the current page operation until the pages are inconsistent
self __ act=' # reset page null
self __ think_count=0# reset thinking time 0
Log.d ("Same Activity to Max count: back & Reset act and think _count") # prints log to console
else: # if the thought time does not exceed the maximum residence time
self __ think_count+=1# think time plus 1%
Logger.d ("Same Activity, think count {0}". Format (self. __ think_count)) # prints the log to the console
S40, if the operation of the Monkey is detected to be finished, closing and exiting the Monkey Checker process and the Monkey process.
Referring to fig. 3, fig. 3 is a block diagram of an embodiment of the pressure testing device based on android APP according to the present invention. The pressure testing device based on android APP of the embodiment comprises a Monkey testing tool and a pressure testing monitoring module. The Monkey test tool is used for performing pressure test on the android APP; the pressure test monitoring module is used for starting a monkey chemker process and a monkey process to monitor pages and progress so as to achieve effective test, judging the current page at intervals of preset time by setting maximum residence time max_stand_count and thinking time think_count, returning to exit the page operation if the maximum residence time of the page is judged to be exceeded, adding 1 to the think_count if the maximum residence time of the page is not exceeded, and stopping the monkey chemker process and the monkey process when the monkey process is ended.
Furthermore, the Monkey test tool is also used for detecting and initializing the electronic equipment to be tested and selecting the electronic equipment to be tested; the Monkey testing tool is also used for setting operation parameters, including selected APP to be set, monkey parameters to be set, operation intervals, random event number, click, slide and navigation key operation percentage setting, and operates after setting to test.
Further, the pressure test monitoring module is further used for executing a monkey event during the running of the monkey test tool, and running a monkey chemker process and a monkey process for monitoring; the pressure test monitoring module is also used for closing the Monkey Checker process and the Monkey Process process when the Monkey operation is finished. Referring to fig. 4, the pressure test monitoring module specifically includes:
the process promoter module is used for starting a Monkey Checker process and a Monkey Process process during the running of the Monkey test tool;
the first initialization sub-module is used for initializing data act, max_state_count and think_count for the first time, namely, setting act as current act, max_state_count as a value randomly acquired in a specified range, and initializing count as 0;
the first judging sub-module is used for acquiring the current activity at intervals of a preset time to judge;
a second initialization sub-module, configured to reset act, max_status_count, and think_count when the first determination sub-module determines that the current activity is different from the initial activity;
the second judging submodule is used for judging whether the maximum page stay time is exceeded or not when the first judging submodule judges that the activity is the same as the initial activity;
the returning sub-module is used for executing the operation of returning to exit the page when the second judging sub-module judges that the residence time of the page exceeds the maximum residence time of the page;
the accumulation module is used for adding 1 to the think_count when the second judgment sub-module judges that the residence time of the page is not exceeded; and
and the monkey process detection submodule is used for detecting the monkey process, and if the monkey process is detected to be ended, the monkey Checker process and the monkey process are exited.
According to the pressure testing method and device based on the android APP, during the execution of the Monkey, a Monkey Checker process is designed to monitor pages, and judgment per second is performed by setting page stay time max_state_count and think_count. If the pages stay on the same page for a long time in the running process of the monkey, the operation of exiting the current page is performed, so that the problem that the pages can not be effectively tested because the pages are always blocked on the same page in the pressure test process is solved. According to the technical scheme, the method and the device for monitoring the page are implemented in the running period of the monkey test, the monkey check process is started to monitor the page, and the page is judged every second by setting the page stay time max_state_count and the page link_count, so that invalid tests which stay on one page for a long time in the test process are prevented, the test efficiency is improved, problems are found in advance, and the product quality is improved.
The foregoing is only the embodiments of the present invention, and therefore, the patent scope of the invention is not limited thereto, and all equivalent structures or equivalent processes using the descriptions of the present invention and the accompanying drawings, or direct or indirect application in other related technical fields, are included in the scope of the invention.

Claims (6)

1. The pressure test method based on the android APP comprises the steps of starting a monkey Checker process and a monkey Process process to conduct page monitoring and progress monitoring in the pressure test process of the android APP by using a monkey test tool so as to achieve effective test, judging a current page at intervals of a preset time by setting a maximum page stay time max_stand_count and a thinking time think_count, returning to exit the page operation if the maximum page stay time is judged to be exceeded, adding 1 to the minimum page stay time if the maximum page stay time is not exceeded, and terminating the monkey Checker process and the monkey Process process when the monkey process is ended; wherein, in the monitoring process, specifically include:
s301, starting a Monkey Checker process and a Monkey process during the running period of a Monkey test tool;
s302, initializing data act, max_state_count and think_count for the first time, namely setting act as current act, and setting max_state_count as a value randomly acquired in a specified range, wherein count is initialized to 0;
s303, acquiring the current activity at intervals of a preset time to judge, and resetting the activity, the max_state_count and the link_count if the current activity is different from the initial activity;
s304, if the current activity is the same as the initial activity, judging whether max_stand_count exceeds the maximum page stay time;
s305, if the residence time of the page exceeds the maximum residence time of the page, executing the operation of returning to exit the page;
s306, if the maximum residence time of the page is not exceeded, only adding 1 to the think_count;
s307, if the monkey process is detected to be ended, the monkey Checker process and the monkey process are exited.
2. The android APP based pressure test method of claim 1, further comprising the steps of, prior to performing page monitoring and progress monitoring:
s10, detecting and initializing electronic equipment to be tested by a monkey test tool, and selecting the electronic equipment to be tested;
s20, setting operation parameters, including selected set APP, set monkey parameters, operation intervals, random event number, click, slide and navigation key operation percentage setting.
3. The stress test method according to claim 1, wherein in step S303, if the current activity is not the same as the initial activity, the page is reset to the currently acquired page, a value within the maximum residence time of the page is randomly generated again as the maximum residence time of the current page, and the thinking time is reset to 0.
4. The android APP-based pressure test method of claim 1, wherein in said step S307, if a monkey process end is detected, a log is printed to a console.
5. Pressure testing device based on android APP includes:
the Monkey test tool is used for performing pressure test on the android APP;
the pressure test monitoring module is used for executing a monkey event during the running period of the monkey test tool, running a monkey chemker process and a monkey process to monitor so as to achieve effective test, judging every preset time for the current page by setting a page stay maximum time max_stand_count and a thinking time think_count, returning to exit the page operation if the set page stay maximum time is judged to be exceeded, adding 1 to the think_count if the set page stay maximum time is not exceeded, and terminating the monkey chemker process and the monkey process when the monkey process is ended; the pressure test monitoring module is also used for closing a Monkey Checker process and a Monkey Process process when the Monkey operation is finished; wherein, the pressure test monitoring module includes:
the process promoter module is used for starting a Monkey Checker process and a Monkey Process process during the running of the Monkey test tool;
the first initialization sub-module is used for initializing data act, max_state_count and think_count for the first time, namely, setting act as current act, max_state_count as a value randomly acquired in a specified range, and initializing count as 0;
the first judging sub-module is used for acquiring the current activity at intervals of a preset time to judge;
a second initialization sub-module, configured to reset act, max_status_count, and think_count when the first determination sub-module determines that the current activity is different from the initial activity;
the second judging submodule is used for judging whether the maximum page stay time is exceeded or not when the first judging submodule judges that the activity is the same as the initial activity;
the returning sub-module is used for executing the operation of returning to exit the page when the second judging sub-module judges that the residence time of the page exceeds the maximum residence time of the page;
the accumulation module is used for adding 1 to the think_count when the second judgment sub-module judges that the residence time of the page is not exceeded;
and the monkey process detection submodule is used for detecting the monkey process, and if the monkey process is detected to be ended, the monkey Checker process and the monkey process are exited.
6. The pressure testing device of android APP of claim 5, wherein: the Monkey test tool is also used for detecting and initializing electronic equipment to be tested and selecting the electronic equipment to be tested; the Monkey testing tool is also used for setting operation parameters, including selected APP to be set, monkey parameters to be set, operation intervals, random event number, click, slide and navigation key operation percentage setting, and operates after setting to test.
CN202010508551.4A 2020-06-06 2020-06-06 Pressure testing method and device based on android APP Active CN111737115B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010508551.4A CN111737115B (en) 2020-06-06 2020-06-06 Pressure testing method and device based on android APP

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010508551.4A CN111737115B (en) 2020-06-06 2020-06-06 Pressure testing method and device based on android APP

Publications (2)

Publication Number Publication Date
CN111737115A CN111737115A (en) 2020-10-02
CN111737115B true CN111737115B (en) 2024-01-02

Family

ID=72648431

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010508551.4A Active CN111737115B (en) 2020-06-06 2020-06-06 Pressure testing method and device based on android APP

Country Status (1)

Country Link
CN (1) CN111737115B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105760301A (en) * 2016-02-24 2016-07-13 惠州Tcl移动通信有限公司 Automatic testing method and system based on Monkey command
CN107193733A (en) * 2017-05-12 2017-09-22 微梦创科网络科技(中国)有限公司 Simulate the methods, devices and systems of Monkey tests
US10296444B1 (en) * 2016-06-03 2019-05-21 Georgia Tech Research Corporation Methods and systems for testing mobile applications for android mobile devices

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8645919B2 (en) * 2008-04-16 2014-02-04 Microsoft Corporation Generic validation test framework for graphical user interfaces
US8566074B2 (en) * 2009-05-19 2013-10-22 International Business Machines Corporation Mapping between stress-test systems and real world systems
US10198348B2 (en) * 2015-08-13 2019-02-05 Spirent Communications, Inc. Method to configure monitoring thresholds using output of load or resource loadings

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105760301A (en) * 2016-02-24 2016-07-13 惠州Tcl移动通信有限公司 Automatic testing method and system based on Monkey command
US10296444B1 (en) * 2016-06-03 2019-05-21 Georgia Tech Research Corporation Methods and systems for testing mobile applications for android mobile devices
CN107193733A (en) * 2017-05-12 2017-09-22 微梦创科网络科技(中国)有限公司 Simulate the methods, devices and systems of Monkey tests

Also Published As

Publication number Publication date
CN111737115A (en) 2020-10-02

Similar Documents

Publication Publication Date Title
CN108241580B (en) Client program testing method and terminal
CN110381063A (en) A kind of method and device of determining cheating flow
CN111737115B (en) Pressure testing method and device based on android APP
CN112634973A (en) Data rereading method and system of storage medium, terminal device and storage medium
CN112463432A (en) Inspection method, device and system based on index data
CN116414634A (en) Device debugging method, system, device, debugging device and readable storage medium
CN116909800B (en) Method and device for locating crash information and storage medium
CN105138451A (en) Method, apparatus and system for testing plugin function
CN115733741B (en) Abnormal scene test method and device for system to be tested
CN109726124B (en) Test system, test method, management device, test device and computing equipment
CN111400199A (en) Software aging detection method and device and computer readable storage medium
CN105260257A (en) Method and device for solving response stopping of program during operation
CN106970862B (en) Memory jitter automatic test method and device
CN113655846B (en) OpenPOWER server time synchronization method and system
CN115373929A (en) Test method, device, equipment, readable storage medium and program product
CN115129495A (en) Fault processing method and device, terminal equipment and computer readable storage medium
CN113836032A (en) Android interface concurrent testing method, device, equipment and storage medium
CN109614307B (en) Online pressure testing method and device of service system and server
CN109522223B (en) Automatic test method and system for vehicle-mounted Android multimedia host
CN112416807A (en) System and method for analyzing and correlating test case results
CN117215817A (en) Abnormality processing method, abnormality processing apparatus, and computer-readable storage medium
CN114610602A (en) Real-time testing method and system
CN109067956B (en) Method and device for detecting terminal for police system and police system
CN111106981B (en) PCIE channel overhauling method and device
CN110309025B (en) APP breakdown repairing method and related 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