CN111078532A - Terminal equipment testing method, device and system - Google Patents

Terminal equipment testing method, device and system Download PDF

Info

Publication number
CN111078532A
CN111078532A CN201911166744.XA CN201911166744A CN111078532A CN 111078532 A CN111078532 A CN 111078532A CN 201911166744 A CN201911166744 A CN 201911166744A CN 111078532 A CN111078532 A CN 111078532A
Authority
CN
China
Prior art keywords
information
test
intervention
target test
terminal equipment
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.)
Pending
Application number
CN201911166744.XA
Other languages
Chinese (zh)
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 Testin Information Technology Co Ltd
Original Assignee
Beijing Testin Information 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 Testin Information Technology Co Ltd filed Critical Beijing Testin Information Technology Co Ltd
Priority to CN201911166744.XA priority Critical patent/CN111078532A/en
Publication of CN111078532A publication Critical patent/CN111078532A/en
Pending legal-status Critical Current

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

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 embodiment of the application provides a method, a device and a system for testing terminal equipment, wherein the method comprises the following steps: acquiring script running abnormal information aiming at a target test task generated by terminal equipment, and acquiring a current screen interface of the terminal equipment; determining target test intervention information aiming at the target test task; and transmitting the target test intervention information to corresponding terminal equipment so that the terminal equipment continues to execute the target test task based on the target test intervention information. In the process of automatically testing the running test script of the terminal equipment, corresponding test intervention information is determined based on the script running abnormal information aiming at the condition that the script runs abnormally so as to trigger the terminal equipment to continue executing a target test task, so that the test intervention efficiency of the terminal equipment is improved, the performance of the abnormal terminal equipment is repaired in time, and the accurate and rapid automatic intervention of batch terminal equipment for performance test is realized.

Description

Terminal equipment testing method, device and system
Technical Field
The present application relates to the field of terminal detection, and in particular, to a method, an apparatus, and a system for testing a terminal device.
Background
At present, with the rapid development of mobile communication technology, terminal devices (such as smart phones) have become indispensable electronic consumer products in people's daily life, and with the increasing popularization of smart phones, and meanwhile, the functions of smart phones are continuously upgraded and optimized, so that smart phones are integrated into various aspects of life, and users often use smart phones in various places and places. Meanwhile, the performance requirements of users on smart phones are higher and higher, so that in order to ensure the product quality and improve the use experience of users, merchants need to test the performance of the smart phones in all aspects before the smart phones leave factories, so as to ensure that the smart phones purchased and used by the users can normally run.
However, currently, in the process of testing various performances of the smart phone, a test interruption may occur due to abnormal operation of the test script, and at this time, a relevant technician is required to perform manual intervention and search for a reason. Therefore, it is necessary to arrange a related technician to reside in the terminal device test machine room, monitor the script operation condition of the smart phone in real time, perform manual intervention when finding a smart phone with an abnormal script operation, and find an abnormal reason.
In the process of implementing the invention, the inventor finds that at least the following problems exist in the related art: the existing test method of the terminal equipment has the problems of low test intervention efficiency and poor timeliness of test abnormal intervention.
Disclosure of Invention
The embodiment of the application aims to provide a method, a device and a system for testing terminal equipment, wherein in the process of automatically testing terminal equipment running test scripts, corresponding test intervention information is determined based on script running abnormal information aiming at the condition that the scripts run abnormally so as to trigger the terminal equipment to continue executing a target test task, so that the test intervention efficiency of the terminal equipment is improved, the performance of abnormal terminal equipment is repaired in time, and the accurate and rapid automatic intervention of batch terminal equipment for performance testing is realized.
In order to solve the above technical problem, the embodiment of the present application is implemented as follows:
in a first aspect, an embodiment of the present application provides a method for testing a terminal device, which is applied to a remote test server, and the method includes:
acquiring script running abnormal information of terminal equipment aiming at a target test task and acquiring a current screen interface of the terminal equipment;
determining target test intervention information aiming at the target test task based on the script running exception information and the current screen interface;
and transmitting the target test intervention information to the terminal equipment so that the terminal equipment continues to execute the target test task based on the target test intervention information.
In a second aspect, an embodiment of the present application provides a testing apparatus for a terminal device, which is disposed at a remote testing server, and includes:
the abnormal information acquisition module is used for acquiring script running abnormal information of the terminal equipment aiming at a target test task and acquiring a current screen interface of the terminal equipment;
the intervention information determining module is used for determining target test intervention information aiming at the target test task based on the script operation abnormal information and the current screen interface;
and the intervention information sending module is used for transmitting the target test intervention information to the terminal equipment so as to enable the terminal equipment to continuously execute the target test task based on the target test intervention information.
In a third aspect, an embodiment of the present application provides a test system for a terminal device, including: a terminal device and a testing apparatus of the terminal device according to the second aspect;
the terminal equipment executes a target test task based on an original test script, and if the target test task is detected to be abnormal in execution, script operation abnormal information aiming at the target test task is generated; sending the script abnormal operation information to the testing device; and the number of the first and second groups,
and the terminal equipment receives the target test intervention information returned by the test device and continues to execute the target test task based on the target test intervention information.
In a fourth aspect, an embodiment of the present invention provides a computer device, including a processor, a communication interface, a memory, and a communication bus; the processor, the communication interface and the memory complete mutual communication through a bus; the memory is used for storing a computer program; the processor is configured to execute the program stored in the memory, and implement the steps of the method for testing the terminal device according to the first aspect.
In a fifth aspect, the embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the steps of the method for testing a terminal device according to the first aspect are implemented.
According to the test method, the test device and the test system of the terminal equipment in the embodiment of the application, the script running abnormal information aiming at the target test task generated by the terminal equipment is obtained, and the current screen interface of the terminal equipment is obtained; determining target test intervention information aiming at the target test task; and transmitting the target test intervention information to the terminal equipment so that the terminal equipment continues to execute the target test task based on the target test intervention information. In the process of automatically testing the running test script of the terminal equipment, corresponding test intervention information is determined based on the script running abnormal information aiming at the condition that the script runs abnormally so as to trigger the terminal equipment to continue executing a target test task, so that the test intervention efficiency of the terminal equipment is improved, the performance of the abnormal terminal equipment is repaired in time, and the accurate and rapid automatic intervention of batch terminal equipment for performance test is realized.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without any creative effort.
Fig. 1 is a schematic view of an application scenario of a test of a terminal device according to an embodiment of the present application;
fig. 2 is a first flowchart of a method for testing a terminal device according to an embodiment of the present application;
fig. 3 is a second flowchart of a testing method for a terminal device according to an embodiment of the present application;
fig. 4 is a schematic diagram illustrating a display effect of a test intervention platform interface in the test method for the terminal device according to the embodiment of the present application;
fig. 5a is a third schematic flowchart of a testing method of a terminal device according to an embodiment of the present application;
fig. 5b is a fourth flowchart illustrating a testing method for a terminal device according to an embodiment of the present application;
fig. 6 is a schematic flowchart of multi-terminal information interaction in a testing method of a terminal device according to an embodiment of the present application;
fig. 7 is a schematic diagram illustrating a module composition of a testing apparatus of a terminal device according to an embodiment of the present application;
fig. 8 is a schematic structural diagram of a testing device of a terminal device according to an embodiment of the present application.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present application, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The embodiment of the application provides a method, a device and a system for testing terminal equipment, wherein in the process of automatically testing terminal equipment running test scripts, corresponding test intervention information is determined based on script running exception information aiming at the condition that the scripts run abnormally so as to trigger the terminal equipment to continue executing a target test task, so that the test intervention efficiency of the terminal equipment is improved, the performance of abnormal terminal equipment is repaired in time, and accurate and rapid automatic intervention of batch terminal equipment for performance test is realized.
Fig. 1 is a schematic application scenario of a test system of a terminal device according to one or more embodiments of the present specification, and as shown in fig. 1, the system includes: the remote testing server can comprise a front-end intervention platform and a back-end intervention server, and the back-end intervention server comprises: remote true machine and automatic intervention server, wherein, this terminal equipment can be mobile terminal such as smart mobile phone, panel computer, and this terminal equipment carries out performance test in testing the rack, and this remote test service end can be the server that appears unusually carrying out remote intervention in terminal equipment test process, and this remote true machine and automatic intervention server equally divide respectively with the terminal equipment and the front end intervention platform communication connection that await measuring, and wherein, the concrete process of terminal equipment's test is:
(1) the terminal equipment executes the target test task based on the original test script, and if the target test task is detected to be abnormal in execution, script operation abnormal information aiming at the target test task is generated; and suspending the target test task;
(2) the terminal equipment sends the generated script abnormal operation information to a remote testing server;
(3) the remote testing server receives script running abnormal information aiming at a target testing task and acquires a current screen interface of the terminal equipment;
(4) the remote testing server side determines target testing intervention information aiming at the target testing task based on the acquired script running abnormal information and the current screen interface;
during specific implementation, target test intervention information can be automatically determined by the back-end intervention server according to the script operation abnormal information and the current screen interface; the script running abnormal information and the current screen interface can be synchronously displayed on the front-end intervention platform, the intervention triggering operation input by the user based on the script running abnormal information and the current screen interface is received, and the target test intervention information is determined according to the intervention triggering operation;
specifically, the remote real machine is in communication connection with each terminal device, performs information interaction with the terminal device through a preset real machine protocol, is also in communication connection with the front-end intervention platform, and performs information interaction with the front-end intervention platform through the preset real machine protocol;
the remote real machine synchronizes a current screen interface of the terminal equipment to the front-end intervention platform according to a preset frame rate through a preset real machine protocol; uploading script running abnormal information to a front-end intervention platform through a preset real machine protocol; and aiming at the condition of introducing user intervention triggering operation, transmitting target test intervention information to corresponding terminal equipment through a preset real machine protocol;
the automatic intervention server is in communication connection with the front-end intervention platform, and the test server is also in communication connection with each terminal device; aiming at the condition that user intervention triggering operation is not introduced, assisting the intervention terminal equipment to continue executing the target test task based on the target test intervention information;
(5) the remote real machine or the automatic intervention server sends the determined target test intervention information to corresponding terminal equipment;
(6) and the terminal equipment receives target test intervention information aiming at the script running abnormal information and continues to execute a target test task based on the target test intervention information.
In the process of automatically testing the running test script of the terminal equipment, corresponding test intervention information is determined based on the script running abnormal information aiming at the condition that the script runs abnormally so as to trigger the terminal equipment to continue executing a target test task, so that the test intervention efficiency of the terminal equipment is improved, the performance of the abnormal terminal equipment is repaired in time, and the accurate and rapid automatic intervention of batch terminal equipment for performance test is realized.
Fig. 2 is a first flowchart of a testing method for a terminal device according to an embodiment of the present application, where the method in fig. 2 can be executed by the remote testing server in fig. 1, as shown in fig. 2, the method at least includes the following steps:
s201, acquiring script running abnormal information of the terminal equipment aiming at a target test task, and acquiring a current screen interface of the terminal equipment;
the script running exception information may include: at least one item of terminal identification information, task execution information and error execution report information; for example, in the process of running a test script to perform automatic testing, the terminal device may have an unrecognizable control, an unexpected popup, an application program flash back, and other abnormalities;
s202, determining target test intervention information aiming at a target test task based on the script operation abnormal information and the current screen interface;
the remote testing server can comprise a front-end intervention platform and a back-end intervention server, and specifically, target testing intervention information can be automatically determined by the back-end intervention server according to the script running abnormal information and the current screen interface; the script running abnormal information and the current screen interface can be synchronously displayed on the front-end intervention platform, the intervention triggering operation input by the user based on the script running abnormal information and the current screen interface is received, and the target test intervention information is determined according to the intervention triggering operation;
s203, the determined target test intervention information is transmitted to the corresponding terminal equipment, so that the terminal equipment continues to execute the target test task based on the target test intervention information.
Specifically, the terminal equipment updates the original test script based on the target test intervention information, and then continues to execute the target test task based on the updated original test script; in the process of continuing to execute the target test task based on the target test intervention information, the result of continuing execution may be that the target test task is successfully executed, that is, the script is abnormally executed and is intervened, or that the target test task is failed to be executed, that is, the script is abnormally executed and is not intervened.
In the embodiment of the application, in the process of automatically testing the running test script of the terminal equipment, corresponding test intervention information is determined based on the script running abnormal information aiming at the condition that the script runs abnormally so as to trigger the terminal equipment to continue executing the target test task, so that the test intervention efficiency of the terminal equipment is improved, the performance of abnormal terminal equipment is repaired in time, and the accurate and rapid automatic intervention of batch terminal equipment for performance test is realized.
In the process of determining the target test intervention information, considering that the successfully intervened historical test exception is detected, if the current test exception is the same as or related to the historical test exception, the current test exception can be intervened by directly referring to the corresponding historical test intervention information, namely, the target test intervention information is automatically determined for the current test exception; the association degree between the current test exception and the historical test exception is relatively low, and the current test exception may be intervened based on an intervention trigger operation input by a user, based on which, as shown in fig. 3, the step S202 determines target test intervention information for a target test task based on the script operation exception information and the current screen interface, and specifically includes:
s2021, judging whether historical test intervention information matched with the script running abnormal information and the current screen interface exists or not based on a pre-stored historical intervention information set;
wherein the historical intervention information set comprises: mapping relation between interveneable historical test abnormal type and historical test intervention information; the historical intervention information set records the corresponding relation among successfully intervened script running exception information, a historical screen interface and historical test intervention information.
If yes, executing S2022, and determining the matched historical test intervention information as target test intervention information aiming at the target test task;
if not, executing S2023, and displaying the current screen interface and the script operation abnormal information to be intervened on the test intervention platform interface; and the number of the first and second groups,
executing S2024, and determining target test intervention information aiming at the target test task according to the detected user intervention triggering operation;
wherein, the intervention triggering operation may include: at least one of click operation, screen sliding operation, information input operation and dragging operation; specifically, a remote intervention person inputs intervention trigger operation on a test intervention platform interface based on a displayed current screen interface and script operation abnormal information aiming at a target test task; and the remote testing server determines target testing intervention information aiming at the target testing task according to the detected operation object aiming at the intervention triggering operation.
Specifically, after receiving script operation exception information of the terminal device, identifying whether historical test intervention information matched with the current test exception type exists or not based on a historical intervention information set, and if the matched historical test intervention information exists, directly intervening the current script operation exception based on the historical test intervention information; if the matched historical test intervention information does not exist, intervention can be performed on the script abnormal operation based on intervention triggering operation input by the user.
In a specific embodiment, as shown in fig. 4, the received script abnormal operation information and the current screen interface of the terminal device are displayed on a test intervention platform interface, and an intervention control area is also displayed on the test intervention platform interface, and an intervention person may execute an intervention trigger operation on at least one intervention control based on the script abnormal operation information and the current screen interface, where the intervention trigger operation may include: at least one of click operation, screen sliding operation, information input operation and dragging operation;
specifically, the front-end intervention platform monitors interface coordinate information corresponding to each intervention trigger operation; determining an operation object for which the intervention triggering operation aims according to the interface coordinate information; and determining target test intervention information aiming at the target test task according to the operation object and the intervention triggering operation type.
The process of automatically identifying whether historical test intervention information matched with the current test exception type exists can be identified by adopting the following two ways, wherein the first identification way is as follows: performing direct comparison of the abnormal types based on the historical intervention information set; the second identification mode is as follows: based on the historical intervention information set, comprehensively comparing the exception types, namely comparing the current test exception type with the successfully intervened historical test exception type, and comparing the current test exception type with the combined test exception type, wherein the combined test exception type comprises: carrying out minimum type unit splitting and combining on the successfully intervened historical test exception types to obtain test exception types;
(1) for the first identification manner, as shown in fig. 5a, in the step S2021, based on a pre-stored historical intervention information set, determining whether historical test intervention information matching the script abnormal operation information and the current screen interface exists, specifically including:
s20211, determining the current test abnormal type based on the script running abnormal information and the current screen interface;
specifically, according to a preset abnormal type determining mode, determining the type of the test abnormality to be intervened according to the script operation abnormal information of the test abnormality to be intervened and the current screen interface;
s20212, judging whether a historical test abnormal type which is the same as the current test abnormal type exists in the mapping relation between the pre-stored abnormal type and the intervention information;
specifically, the current test exception type to be intervened is compared with the successfully intervened historical test exception type, and whether the historical test exception types with the same types exist is judged;
if so, determining that historical test intervention information matched with the script operation abnormal information to be intervened and the current screen interface exists, and executing the step of S2022;
if not, determining that the historical test intervention information matched with the script operation abnormal information to be intervened and the current screen interface does not exist, and executing the steps of S2023 and S2024.
In the embodiment of the application, the back-end intervention server generates a historical intervention information set by automatically summarizing the previously processed test exception scenes, automatically matches the current test exception to be intervened with the successfully intervened historical test exception, and determines the target test intervention information according to the matching result, so that the remote automatic real-machine intervention execution of the abnormal target test task is realized.
(2) For the second identification manner, as shown in fig. 5b, in the step S2021, based on a pre-stored historical intervention information set, determining whether historical test intervention information matching the script abnormal operation information and the current screen interface exists, specifically including:
s20213, determining the current test abnormal type based on the script running abnormal information and the current screen interface;
specifically, according to a preset abnormal type determining mode, determining the type of the test abnormality to be intervened according to the script operation abnormal information of the test abnormality to be intervened and the current screen interface;
s20214, inputting the determined current test abnormal type into a pre-trained intervention information prediction model; the intervention information prediction model is obtained by utilizing a machine learning method and training based on a pre-stored historical intervention information set;
s20215, determining the abnormal type matching degree of the current test abnormal type and each alternative test abnormal type by using the intervention information prediction model; wherein the alternative test exception types include: a historical test exception type and a combined test exception type, the combined test exception type comprising: carrying out minimum type unit splitting and combining on the successfully intervened historical test exception types to obtain test exception types;
specifically, the current test exception type to be intervened is respectively compared with a history test exception type which is successfully intervened and a combined test exception type which is obtained by splitting and combining the history test exception type which is successfully intervened, and whether alternative test exception types with the same types exist is judged;
s20216, judging whether at least one abnormal type matching degree meets a preset condition or not; the preset condition may be that the abnormal type matching degree is equal to 100% or the abnormal type matching degree is greater than a preset threshold;
if yes, determining that historical test intervention information matched with the script operation abnormal information to be intervened and the current screen interface exists, and executing the step of S2022;
if not, determining that no historical test intervention information matched with the script operation abnormal information to be intervened and the current screen interface exists, and executing the steps of S2023 and S2024.
In the embodiment of the application, the back-end intervention server generates a historical intervention information set by automatically summarizing previously processed test exception scenes, performs learning training based on the historical intervention information set by using a machine learning method to obtain an intervention information prediction module, and in the training process of the intervention information prediction model, not only takes the corresponding relation between the historical test exception type and the test intervention information as a training sample, but also takes the corresponding relation between the combined test exception type and the test intervention information as the training sample, so that the comprehensiveness of the matching process of the current exception type can be ensured, and then the target test intervention information is determined according to the matching result, thereby realizing the remote automatic real-machine intervention execution of an abnormal target test task.
It should be noted that, if it is determined that the anomaly type matching degree of a certain combination test anomaly type meets a preset condition, the combination test intervention information corresponding to the combination test anomaly type is determined as historical test intervention information matched with the script operation anomaly information to be intervened and the current screen interface. The combined test intervention information comprises a combination of sub-test intervention information corresponding to each minimum type unit contained in the combined test exception type.
Further, in order to continuously supplement and update the historical intervention information set so as to quickly and accurately identify the historical test intervention information matched with the current test exception type based on the updated historical intervention information set, and further improve the determination efficiency and accuracy of automatically determining the target test intervention information, after transmitting the determined target test intervention information to the corresponding terminal device in S203, the method further includes:
receiving test result feedback information of terminal equipment for continuing to execute a target test task based on the target test intervention information;
specifically, after continuing to execute the target test task based on the target test intervention information, the terminal device returns test result feedback information to the remote test server, where the test result feedback information includes: testing at least one of the results of whether the script running log and the target test task are continuously and normally executed;
step two, according to the received test result feedback information, determining whether the target test task continues to be normally executed based on the test intervention information;
and step three, if the target test task is determined to be continuously and normally executed, storing the corresponding relation between the script operation abnormal information, the current screen interface and the target test intervention information in the historical intervention information set.
Specifically, in order to avoid data repeatability, whether a historical intervention information record corresponding to the current test exception type exists in the historical intervention information set or not may be judged, if not, the corresponding test exception type is determined according to the script running exception information and the current screen interface, and a historical intervention information record is added to the historical intervention information set, where the historical intervention information record includes: and testing the corresponding relation among the abnormal type, the script running abnormal information, the terminal screen interface and the test intervention information.
That is to say, the related information of the test exception type which intervenes for the first time and has intervened successfully is stored, so that the related information is used as a basis for automatically determining the target test intervention information in the following process, and the reusability of the test intervention information is realized.
Further, considering that the current abnormal test may be an interveneable abnormal test or an unobtrusive abnormal test, that is, the terminal device cannot continue to execute the target test task based on the target test intervention information, at this time, it is necessary to mark the problem of the unable continued execution, and automatically trigger the next test task to continue execution, so as to avoid a situation that the other test tasks are interrupted due to the abnormality of a certain test task and cannot be normally executed, and based on this, in step two, after determining whether the target test task continues to be normally executed based on the test intervention information according to the received test result feedback information, the method further includes:
if the target test task is determined not to continue to be normally executed, recording the execution error problem information aiming at the target test task; and the number of the first and second groups,
and step five, sending first indication information for terminating the target test task and second indication information for executing the next test task to the terminal equipment.
Specifically, in the process of testing the terminal device, problem marking is performed on a target test task in which the script runs abnormally and cannot be intervened, so that the abnormal problem is further tracked, intervened and repaired subsequently.
Further, reason analysis is required for the non-interventable abnormal test, so that the intervention accuracy can be improved subsequently, based on this, after recording the execution error problem information for the target test task in the fourth step, the method further includes:
acquiring a test script running log aiming at a target test task, wherein the test script running log is generated when terminal equipment continues to execute the target test task based on target test intervention information;
and determining the reason information of the target test task which is not continuously and normally executed according to the test script running log.
In a specific embodiment, taking that the remote testing server includes a front-end intervention platform and a back-end intervention server, and the back-end intervention server includes a remote real machine and an automatic intervention server as an example, as shown in fig. 6, a schematic flow diagram of multi-end information interaction in a testing method of a terminal device is provided, which specifically includes:
s601, executing a target test task by the terminal equipment based on an original test script, and if the execution of the target test task is detected to be abnormal, generating script operation abnormal information aiming at the target test task;
s602, the remote real machine acquires script running abnormal information of a target test task through a preset real machine protocol, and pulls a current screen interface of the terminal equipment;
s603, the remote real machine sends script running abnormal information of the target test task and a current screen interface of the terminal equipment to the front-end intervention platform;
s604, synchronously displaying script running abnormal information and a current screen interface by the front-end intervention platform; and the number of the first and second groups,
s605, the front-end intervention platform sends script running abnormal information and a current screen interface of the terminal equipment to the automatic intervention server;
s606, the automatic intervention server judges whether historical test intervention information matched with the script running abnormal information and the current screen interface exists or not based on a pre-stored historical intervention information set;
s607, if the historical test intervention information exists, the automatic intervention server determines the matched historical test intervention information as target test intervention information;
s608, the automatic intervention server sends target test intervention information to corresponding terminal equipment; so that the terminal equipment continues to execute the target test task based on the target test intervention information;
s609, if the input instruction information does not exist, the automatic intervention server sends input instruction information of intervention triggering operation to the front-end intervention platform;
s610, the front-end intervention platform displays input indication information of the intervention triggering operation so as to remind intervention personnel to input the intervention triggering operation based on script operation abnormal information and a current screen interface of the terminal equipment;
s611, the front-end intervention platform monitors intervention trigger operation input by an intervention worker, and target test intervention information is determined according to the intervention trigger operation;
s612, the front-end intervention platform sends target test intervention information to the remote real machine;
s613, the remote real machine sends target test intervention information to corresponding terminal equipment through a preset real machine protocol; so that the terminal equipment continues to execute the target test task based on the target test intervention information.
The testing method of the terminal equipment in the embodiment of the application acquires script running abnormal information aiming at a target testing task generated by the terminal equipment and acquires a current screen interface of the terminal equipment; determining target test intervention information aiming at the target test task; and transmitting the target test intervention information to corresponding terminal equipment so that the terminal equipment continues to execute the target test task based on the target test intervention information. In the process of automatically testing the running test script of the terminal equipment, corresponding test intervention information is determined based on the script running abnormal information aiming at the condition that the script runs abnormally so as to trigger the terminal equipment to continue executing a target test task, so that the test intervention efficiency of the terminal equipment is improved, the performance of the abnormal terminal equipment is repaired in time, and the accurate and rapid automatic intervention of batch terminal equipment for performance test is realized.
Corresponding to the testing method of the terminal device described in fig. 1 to fig. 6, based on the same technical concept, an embodiment of the present application further provides a testing apparatus of the terminal device, which is disposed at a remote testing server, and fig. 7 is a schematic diagram of a module composition of the testing apparatus of the terminal device provided in the embodiment of the present application, where the testing apparatus is configured to execute the testing method of the terminal device described in fig. 1 to fig. 6, and as shown in fig. 7, the testing apparatus includes:
an abnormal information obtaining module 701, configured to obtain script operation abnormal information of a terminal device for a target test task, and obtain a current screen interface of the terminal device;
an intervention information determining module 702, configured to determine target test intervention information for the target test task based on the script operation exception information and the current screen interface;
an intervention information sending module 703 is configured to transmit the target test intervention information to the terminal device, so that the terminal device continues to execute the target test task based on the target test intervention information.
In the embodiment of the application, in the process of automatically testing the running test script of the terminal equipment, corresponding test intervention information is determined based on the script running abnormal information aiming at the condition that the script runs abnormally so as to trigger the terminal equipment to continue executing the target test task, so that the test intervention efficiency of the terminal equipment is improved, the performance of abnormal terminal equipment is repaired in time, and the accurate and rapid automatic intervention of batch terminal equipment for performance test is realized.
Optionally, the intervention information determining module 702 is specifically configured to:
judging whether historical test intervention information matched with the script operation abnormal information and the current screen interface exists or not based on a pre-stored historical intervention information set; wherein the set of historical intervention information comprises: mapping relation between interveneable historical test abnormal type and historical test intervention information;
if yes, determining the matched historical test intervention information as target test intervention information aiming at the target test task;
if the current screen interface and the script running abnormal information do not exist, displaying the current screen interface and the script running abnormal information on a test intervention platform interface; and determining target test intervention information aiming at the target test task according to the detected user intervention triggering operation.
Optionally, the intervention information determining module 702 is further specifically configured to:
determining the current test exception type based on the script operation exception information and the current screen interface;
judging whether a historical test exception type which is the same as the current test exception type exists in the mapping relation;
and if so, determining that historical test intervention information matched with the script operation abnormal information and the current screen interface exists.
Optionally, the intervention information determining module 702 is further specifically configured to:
determining the current test exception type based on the script operation exception information and the current screen interface;
inputting the current test exception type into a pre-trained intervention information prediction model; the intervention information prediction model is obtained by utilizing a machine learning method and training based on a pre-stored historical intervention information set;
determining the abnormal type matching degree of the current test abnormal type and each alternative test abnormal type by using the intervention information prediction model;
and if at least one abnormal type matching degree meets a preset condition, determining that historical test intervention information matched with the script operation abnormal information and the current screen interface exists.
Optionally, the apparatus further comprises: a historical data storage module to:
receiving test result feedback information of the terminal equipment aiming at the test intervention information;
according to the test result feedback information, determining whether the target test task continues to be normally executed based on the test intervention information;
and if the target test task continues to be normally executed, storing the corresponding relation between the script running abnormal information, the current screen interface and the target test intervention information in a historical intervention information set.
Optionally, the apparatus further comprises: a problem information tagging module to:
if the target test task is not continuously and normally executed, recording the execution error problem information of the target test task; and the number of the first and second groups,
and sending first indication information for terminating the target test task and second indication information for executing the next test task to the terminal equipment.
Optionally, the apparatus further comprises: a cause information determination module to:
acquiring a test script running log aiming at the target test task, wherein the test script running log is generated when the terminal equipment continues to execute the target test task based on the target test intervention information;
and determining the reason information of the target test task which is not continuously and normally executed according to the test script running log.
The testing device of the terminal equipment in the embodiment of the application acquires script running abnormal information aiming at a target testing task generated by the terminal equipment and acquires a current screen interface of the terminal equipment; determining target test intervention information aiming at the target test task; and transmitting the target test intervention information to corresponding terminal equipment so that the terminal equipment continues to execute the target test task based on the target test intervention information. In the process of automatically testing the running test script of the terminal equipment, corresponding test intervention information is determined based on the script running abnormal information aiming at the condition that the script runs abnormally so as to trigger the terminal equipment to continue executing a target test task, so that the test intervention efficiency of the terminal equipment is improved, the performance of the abnormal terminal equipment is repaired in time, and the accurate and rapid automatic intervention of batch terminal equipment for performance test is realized.
It should be noted that the testing apparatus for a terminal device provided in the embodiment of the present application and the testing method for a terminal device provided in the embodiment of the present application are based on the same inventive concept, and therefore, for specific implementation of the embodiment, reference may be made to implementation of the testing method for a terminal device, and repeated details are not described again.
Corresponding to the testing method of the terminal device described in fig. 1 to fig. 6, based on the same technical concept, an embodiment of the present application further provides a testing system of the terminal device, where the testing system is configured to execute the testing method of the terminal device described in fig. 1 to fig. 6, and the system includes: a terminal device and a testing apparatus of the terminal device shown in fig. 7;
the terminal equipment executes a target test task based on an original test script, and if the target test task is detected to be abnormal in execution, script operation abnormal information aiming at the target test task is generated; sending the script abnormal operation information to the testing device; and the number of the first and second groups,
and the terminal equipment receives the target test intervention information returned by the test device and continues to execute the target test task based on the target test intervention information.
Specifically, (1) the terminal device executes a target test task based on an original test script, and if the target test task is detected to be abnormal in execution, script operation abnormal information for the target test task is generated; and suspending the target test task;
(2) the terminal equipment sends the generated script abnormal operation information to a remote testing server;
(3) the remote testing server receives script running abnormal information aiming at a target testing task and acquires a current screen interface of the terminal equipment;
(4) the remote testing server side determines target testing intervention information aiming at the target testing task based on the acquired script running abnormal information and the current screen interface;
during specific implementation, target test intervention information can be automatically determined by the back-end intervention server according to the script operation abnormal information and the current screen interface; the script running abnormal information and the current screen interface can be synchronously displayed on the front-end intervention platform, the intervention triggering operation input by the user based on the script running abnormal information and the current screen interface is received, and the target test intervention information is determined according to the intervention triggering operation;
specifically, the backend intervention server may further include: the remote real machine is in communication connection with each terminal device and performs information interaction with the terminal device through a preset real machine protocol, and is also in communication connection with the front-end intervention platform and performs information interaction with the front-end intervention platform through the preset real machine protocol;
the remote real machine synchronizes a current screen interface of the terminal equipment to the front-end intervention platform according to a preset frame rate through a preset real machine protocol; uploading script running abnormal information to a front-end intervention platform through a preset real machine protocol; and aiming at the condition of introducing user intervention triggering operation, transmitting target test intervention information to corresponding terminal equipment through a preset real machine protocol;
the automatic intervention server is in communication connection with the front-end intervention platform, and the test server is also in communication connection with each terminal device; aiming at the condition that user intervention triggering operation is not introduced, assisting the intervention terminal equipment to continue executing the target test task based on the target test intervention information;
(5) the remote real machine or the automatic intervention server sends the determined target test intervention information to corresponding terminal equipment;
(6) and the terminal equipment receives target test intervention information aiming at the script running abnormal information and continues to execute a target test task based on the target test intervention information.
In the test system of the terminal equipment in the embodiment of the application, the remote test server acquires script running abnormal information aiming at a target test task generated by the terminal equipment and acquires a current screen interface of the terminal equipment; determining target test intervention information aiming at the target test task; and transmitting the target test intervention information to corresponding terminal equipment so that the terminal equipment continues to execute the target test task based on the target test intervention information. In the process of automatically testing the running test script of the terminal equipment, corresponding test intervention information is determined based on the script running abnormal information aiming at the condition that the script runs abnormally so as to trigger the terminal equipment to continue executing a target test task, so that the test intervention efficiency of the terminal equipment is improved, the performance of the abnormal terminal equipment is repaired in time, and the accurate and rapid automatic intervention of batch terminal equipment for performance test is realized.
It should be noted that the test system of the terminal device provided in the embodiment of the present application and the test method of the terminal device provided in the embodiment of the present application are based on the same inventive concept, and therefore, for specific implementation of the embodiment, reference may be made to implementation of the test method of the terminal device, and repeated details are not described again.
Further, corresponding to the methods shown in fig. 1 to fig. 6, based on the same technical concept, an embodiment of the present application further provides a testing device of a terminal device, where the testing device is configured to execute the testing method of the terminal device, and fig. 8 is a schematic structural diagram of the testing device of the terminal device provided in the embodiment of the present application.
As shown in fig. 8, the testing device of the terminal device may have a relatively large difference due to different configurations or performances, and may include one or more processors 801 and a memory 802, where the memory 802 may store one or more stored applications or data. Wherein the memory 802 may be a transient storage or a persistent storage. The application program stored in memory 802 may include one or more modules (not shown), each of which may include a series of computer-executable instructions for a test device of a terminal device. Still further, the processor 801 may be configured to communicate with the memory 802 to execute a series of computer-executable instructions in the memory 802 on the test equipment of the terminal device. The testing equipment of the terminal equipment may also include one or more power supplies 803, one or more wired or wireless network interfaces 804, one or more input-output interfaces 805, one or more keyboards 806, and the like.
In a particular embodiment, the testing device of the terminal device includes a memory, and one or more programs, wherein the one or more programs are stored in the memory, and the one or more programs may include one or more modules, and each module may include a series of computer-executable instructions for the testing device of the terminal device, and the one or more programs configured to be executed by the one or more processors include computer-executable instructions for:
acquiring script running abnormal information of terminal equipment aiming at a target test task and acquiring a current screen interface of the terminal equipment;
determining target test intervention information aiming at the target test task based on the script running exception information and the current screen interface;
and transmitting the target test intervention information to the terminal equipment so that the terminal equipment continues to execute the target test task based on the target test intervention information.
In the embodiment of the application, in the process of automatically testing the running test script of the terminal equipment, corresponding test intervention information is determined based on the script running abnormal information aiming at the condition that the script runs abnormally so as to trigger the terminal equipment to continue executing the target test task, so that the test intervention efficiency of the terminal equipment is improved, the performance of abnormal terminal equipment is repaired in time, and the accurate and rapid automatic intervention of batch terminal equipment for performance test is realized.
Optionally, when executed, the computer-executable instructions determine target test intervention information for the target test task based on the script execution exception information and the current screen interface, including:
judging whether historical test intervention information matched with the script operation abnormal information and the current screen interface exists or not based on a pre-stored historical intervention information set; wherein the set of historical intervention information comprises: mapping relation between interveneable historical test abnormal type and historical test intervention information;
if yes, determining the matched historical test intervention information as target test intervention information aiming at the target test task;
if the current screen interface and the script running abnormal information do not exist, displaying the current screen interface and the script running abnormal information on a test intervention platform interface; and determining target test intervention information aiming at the target test task according to the detected user intervention triggering operation.
Optionally, when executed, the determining, based on a set of pre-stored historical intervention information, whether there is historical test intervention information that matches the script running exception information and the current screen interface includes:
determining the current test exception type based on the script operation exception information and the current screen interface;
judging whether a historical test exception type which is the same as the current test exception type exists in the mapping relation;
and if so, determining that historical test intervention information matched with the script operation abnormal information and the current screen interface exists.
Optionally, when executed, the determining, based on a set of pre-stored historical intervention information, whether there is historical test intervention information that matches the script running exception information and the current screen interface includes:
determining the current test exception type based on the script operation exception information and the current screen interface;
inputting the current test exception type into a pre-trained intervention information prediction model; the intervention information prediction model is obtained by utilizing a machine learning method and training based on a pre-stored historical intervention information set;
determining the abnormal type matching degree of the current test abnormal type and each alternative test abnormal type by using the intervention information prediction model;
and if at least one abnormal type matching degree meets a preset condition, determining that historical test intervention information matched with the script operation abnormal information and the current screen interface exists.
Optionally, the computer executable instructions, when executed, further comprise, after transmitting the target test intervention information to the terminal device:
receiving test result feedback information of the terminal equipment aiming at the test intervention information;
according to the test result feedback information, determining whether the target test task continues to be normally executed based on the test intervention information;
and if the target test task continues to be normally executed, storing the corresponding relation between the script running abnormal information, the current screen interface and the target test intervention information in a historical intervention information set.
Optionally, the computer-executable instructions, when executed, further include, after determining whether the target test task continues to be normally executed based on the test intervention information according to the test result feedback information:
if the target test task is not continuously and normally executed, recording the execution error problem information of the target test task; and the number of the first and second groups,
and sending first indication information for terminating the target test task and second indication information for executing the next test task to the terminal equipment.
Optionally, the computer executable instructions, when executed, further comprise, after recording the execution error problem information of the target test task:
acquiring a test script running log aiming at the target test task, wherein the test script running log is generated when the terminal equipment continues to execute the target test task based on the target test intervention information;
and determining the reason information of the target test task which is not continuously and normally executed according to the test script running log.
The testing equipment of the terminal equipment in the embodiment of the application acquires script running abnormal information aiming at a target testing task generated by the terminal equipment and acquires a current screen interface of the terminal equipment; determining target test intervention information aiming at the target test task; and transmitting the target test intervention information to corresponding terminal equipment so that the terminal equipment continues to execute the target test task based on the target test intervention information. In the process of automatically testing the running test script of the terminal equipment, corresponding test intervention information is determined based on the script running abnormal information aiming at the condition that the script runs abnormally so as to trigger the terminal equipment to continue executing a target test task, so that the test intervention efficiency of the terminal equipment is improved, the performance of the abnormal terminal equipment is repaired in time, and the accurate and rapid automatic intervention of batch terminal equipment for performance test is realized.
Preferably, an embodiment of the present application further provides a testing device for a terminal device, which includes a processor 801, a memory 802, and a computer program that is stored in the memory 802 and is executable on the processor 801, and when the computer program is executed by the processor 801, the computer program implements each process of the testing method embodiment for a terminal device, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here.
Further, corresponding to the methods shown in fig. 1 to fig. 6, based on the same technical concept, an embodiment of the present application further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements each process of the test method embodiment of the terminal device, and can achieve the same technical effect, and in order to avoid repetition, the description is omitted here. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (11)

1. A testing method of terminal equipment is applied to a remote testing server side, and the method comprises the following steps:
acquiring script running abnormal information of terminal equipment aiming at a target test task and acquiring a current screen interface of the terminal equipment;
determining target test intervention information aiming at the target test task based on the script running exception information and the current screen interface;
and transmitting the target test intervention information to the terminal equipment so that the terminal equipment continues to execute the target test task based on the target test intervention information.
2. The method of claim 1, wherein determining target test intervention information for the target test task based on the script run exception information and the current screen interface comprises:
judging whether historical test intervention information matched with the script operation abnormal information and the current screen interface exists or not based on a pre-stored historical intervention information set; wherein the set of historical intervention information comprises: mapping relation between interveneable historical test abnormal type and historical test intervention information;
if yes, determining the matched historical test intervention information as target test intervention information aiming at the target test task;
if the current screen interface and the script running abnormal information do not exist, displaying the current screen interface and the script running abnormal information on a test intervention platform interface; and determining target test intervention information aiming at the target test task according to the detected user intervention triggering operation.
3. The method of claim 2, wherein the determining whether historical test intervention information matching the script running exception information and the current screen interface exists based on a pre-stored historical intervention information set comprises:
determining the current test exception type based on the script operation exception information and the current screen interface;
judging whether a historical test exception type which is the same as the current test exception type exists in the mapping relation;
and if so, determining that historical test intervention information matched with the script operation abnormal information and the current screen interface exists.
4. The method of claim 2, wherein the determining whether historical test intervention information matching the script running exception information and the current screen interface exists based on a pre-stored historical intervention information set comprises:
determining the current test exception type based on the script operation exception information and the current screen interface;
inputting the current test exception type into a pre-trained intervention information prediction model; the intervention information prediction model is obtained by utilizing a machine learning method and training based on a pre-stored historical intervention information set;
determining the abnormal type matching degree of the current test abnormal type and each alternative test abnormal type by using the intervention information prediction model;
and if at least one abnormal type matching degree meets a preset condition, determining that historical test intervention information matched with the script operation abnormal information and the current screen interface exists.
5. The method of claim 1, wherein after transmitting the target test intervention information to the terminal device, further comprising:
receiving test result feedback information of the terminal equipment aiming at the test intervention information;
according to the test result feedback information, determining whether the target test task continues to be normally executed based on the test intervention information;
and if the target test task continues to be normally executed, storing the corresponding relation between the script running abnormal information, the current screen interface and the target test intervention information in a historical intervention information set.
6. The method of claim 5, further comprising:
if the target test task is not continuously and normally executed, recording the execution error problem information of the target test task; and the number of the first and second groups,
and sending first indication information for terminating the target test task and second indication information for executing the next test task to the terminal equipment.
7. The method of claim 6, after recording the execution error problem information of the target test task, further comprising:
acquiring a test script running log aiming at the target test task, wherein the test script running log is generated when the terminal equipment continues to execute the target test task based on the target test intervention information;
and determining the reason information of the target test task which is not continuously and normally executed according to the test script running log.
8. The utility model provides a testing arrangement of terminal equipment which characterized in that sets up in remote test service end, the device includes:
the abnormal information acquisition module is used for acquiring script running abnormal information of the terminal equipment aiming at a target test task and acquiring a current screen interface of the terminal equipment;
the intervention information determining module is used for determining target test intervention information aiming at the target test task based on the script operation abnormal information and the current screen interface;
and the intervention information sending module is used for transmitting the target test intervention information to the terminal equipment so as to enable the terminal equipment to continuously execute the target test task based on the target test intervention information.
9. A test system for a terminal device, comprising: a terminal device, and a testing apparatus of the terminal device according to claim 7;
the terminal equipment executes a target test task based on an original test script, and if the target test task is detected to be abnormal in execution, script operation abnormal information aiming at the target test task is generated; sending the script abnormal operation information to the testing device; and the number of the first and second groups,
and the terminal equipment receives the target test intervention information returned by the test device and continues to execute the target test task based on the target test intervention information.
10. A computer device comprising a processor, a communication interface, a memory, and a communication bus; the processor, the communication interface and the memory complete mutual communication through a bus;
the memory is used for storing a computer program; the processor is used for executing the program stored in the memory to realize the testing method of the terminal equipment according to any one of claims 1-7.
11. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program;
the computer program, when executed by a processor, implements a method of testing a terminal device according to any one of claims 1-7.
CN201911166744.XA 2019-11-25 2019-11-25 Terminal equipment testing method, device and system Pending CN111078532A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911166744.XA CN111078532A (en) 2019-11-25 2019-11-25 Terminal equipment testing method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911166744.XA CN111078532A (en) 2019-11-25 2019-11-25 Terminal equipment testing method, device and system

Publications (1)

Publication Number Publication Date
CN111078532A true CN111078532A (en) 2020-04-28

Family

ID=70311557

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911166744.XA Pending CN111078532A (en) 2019-11-25 2019-11-25 Terminal equipment testing method, device and system

Country Status (1)

Country Link
CN (1) CN111078532A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111813687A (en) * 2020-07-20 2020-10-23 网易(杭州)网络有限公司 Test method, test device, control terminal, test equipment and storage medium
CN112256265A (en) * 2020-10-14 2021-01-22 北京百家科技集团有限公司 H5 page stability testing method and device, storage medium and electronic equipment
CN112527580A (en) * 2020-12-09 2021-03-19 深圳市锐驰曼科技发展有限公司 Vehicle-mounted terminal testing method, system, device and storage medium
CN112596429A (en) * 2020-12-04 2021-04-02 北京云测信息技术有限公司 Control management system of intelligent cabinet
CN112783789A (en) * 2021-02-05 2021-05-11 腾讯科技(深圳)有限公司 Adaptation test method, device and computer readable storage medium
CN113220379A (en) * 2021-05-11 2021-08-06 中电金信软件有限公司 Task processing method and device, electronic equipment and readable storage medium
CN116991747A (en) * 2023-09-26 2023-11-03 新华三技术有限公司 Method, device, electronic equipment and storage medium for analyzing test error item

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016015220A1 (en) * 2014-07-29 2016-02-04 Hewlett-Packard Development Company, L.P. Executable code abnormality detection
CN109299012A (en) * 2018-09-26 2019-02-01 广州云测信息技术有限公司 A kind of test method, device and electronic equipment
CN109726107A (en) * 2018-06-01 2019-05-07 平安普惠企业管理有限公司 Test method, device, equipment and storage medium
CN109992505A (en) * 2019-03-15 2019-07-09 平安科技(深圳)有限公司 Applied program testing method, device, computer equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016015220A1 (en) * 2014-07-29 2016-02-04 Hewlett-Packard Development Company, L.P. Executable code abnormality detection
CN109726107A (en) * 2018-06-01 2019-05-07 平安普惠企业管理有限公司 Test method, device, equipment and storage medium
CN109299012A (en) * 2018-09-26 2019-02-01 广州云测信息技术有限公司 A kind of test method, device and electronic equipment
CN109992505A (en) * 2019-03-15 2019-07-09 平安科技(深圳)有限公司 Applied program testing method, device, computer equipment and storage medium

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111813687A (en) * 2020-07-20 2020-10-23 网易(杭州)网络有限公司 Test method, test device, control terminal, test equipment and storage medium
CN112256265A (en) * 2020-10-14 2021-01-22 北京百家科技集团有限公司 H5 page stability testing method and device, storage medium and electronic equipment
CN112596429A (en) * 2020-12-04 2021-04-02 北京云测信息技术有限公司 Control management system of intelligent cabinet
CN112527580A (en) * 2020-12-09 2021-03-19 深圳市锐驰曼科技发展有限公司 Vehicle-mounted terminal testing method, system, device and storage medium
CN112783789A (en) * 2021-02-05 2021-05-11 腾讯科技(深圳)有限公司 Adaptation test method, device and computer readable storage medium
CN112783789B (en) * 2021-02-05 2024-01-12 腾讯科技(深圳)有限公司 Adaptation test method, device and computer readable storage medium
CN113220379A (en) * 2021-05-11 2021-08-06 中电金信软件有限公司 Task processing method and device, electronic equipment and readable storage medium
CN116991747A (en) * 2023-09-26 2023-11-03 新华三技术有限公司 Method, device, electronic equipment and storage medium for analyzing test error item
CN116991747B (en) * 2023-09-26 2023-12-15 新华三技术有限公司 Method, device, electronic equipment and storage medium for analyzing test error item

Similar Documents

Publication Publication Date Title
CN111078532A (en) Terminal equipment testing method, device and system
CN111026645A (en) User interface automatic testing method and device, storage medium and electronic equipment
CN111858360A (en) Applet test method, device, equipment and storage medium
CN114360581A (en) Method and device for identifying equipment fault and electronic equipment
CN114417780B (en) State synchronization method and device, electronic equipment and storage medium
CN104915228A (en) Application program language setting method and device
CN112149828B (en) Operator precision detection method and device based on deep learning framework
CN113868132A (en) Application program testing method and device, electronic equipment and storage medium
CN109240928A (en) A kind of test method, device, equipment and storage medium
CN110688173B (en) Positioning method and device of components in cross-platform interface framework and electronic equipment
CN112583617B (en) Fault determination method, server, control terminal and storage medium
CN105591842B (en) A kind of method and apparatus obtaining mobile terminal operating system version
CN103577290A (en) Test script playback rhythm control method and system
CN114938377B (en) Back-end server management method and device, readable medium and electronic equipment
CN116610503A (en) Component detection method and device
CN116149915A (en) Pressure testing method and tool
CN115437961A (en) Data processing method and device, electronic equipment and storage medium
CN115309730A (en) Data auditing method and device, electronic equipment and storage medium
CN114021759A (en) Method for managing digital factory equipment based on AIOT and MR technology
CN111538656B (en) Monitoring method, device and equipment for gradient inspection and storage medium
CN111741046B (en) Data reporting method, data acquisition method, device, equipment and medium
CN110083540B (en) Interface testing method and device
CN113535020A (en) Method, apparatus, device, medium and product for generating application icons
CN111159988A (en) Model processing method and device, computer equipment and storage medium
US20230359190A1 (en) Process capability index warning system and warning method for the same

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200428