CN112783756A - Automatic test method, terminal, system and storage medium - Google Patents

Automatic test method, terminal, system and storage medium Download PDF

Info

Publication number
CN112783756A
CN112783756A CN201911092946.4A CN201911092946A CN112783756A CN 112783756 A CN112783756 A CN 112783756A CN 201911092946 A CN201911092946 A CN 201911092946A CN 112783756 A CN112783756 A CN 112783756A
Authority
CN
China
Prior art keywords
test
terminal
tested
test case
cloud
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
CN201911092946.4A
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.)
Shenzhen TCL Digital Technology Co Ltd
Original Assignee
Shenzhen TCL Digital 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 Shenzhen TCL Digital Technology Co Ltd filed Critical Shenzhen TCL Digital Technology Co Ltd
Priority to CN201911092946.4A priority Critical patent/CN112783756A/en
Publication of CN112783756A publication Critical patent/CN112783756A/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/3688Test management for test execution, e.g. scheduling of test suites

Abstract

The invention discloses an automatic test method, a terminal, a system and a storage medium, wherein the method comprises the following steps: receiving a trigger instruction, and acquiring a test case from a cloud; analyzing the test case, and executing the test case to test the device to be tested; and outputting a test result obtained by executing the test case. According to the invention, the triggering instruction sent by the user is received, the testing process is started, the test case is obtained from the cloud, analyzed and judged to be effective, then the test case is executed, the device to be tested is tested, and the test result is output, so that the full-automatic testing is realized after the user sends the triggering instruction, and the testing efficiency is improved.

Description

Automatic test method, terminal, system and storage medium
Technical Field
The invention relates to the technical field of software testing, in particular to an automatic testing method, a terminal, a system and a storage medium.
Background
The current software testing methods are black box testing and white box testing. The black box test is to detect whether each function can be normally used by a test in which the program is regarded as a black box that cannot be opened, and a test is performed at the program interface without considering the internal structure and internal characteristics of the program at all, which checks whether only the program function is normally used as specified in the specification of the requirements and whether the program can properly receive input data to generate correct output information. The white box test is a test performed on source code, and the main contents of the test include lexical analysis and syntax analysis, static error analysis, dynamic detection and the like.
However, both the black box test and the white box test need manual testing, with the rise and maturity of android TVs, television systems and functions become more and more complex and huge, the requirements on testers are far greater than those of developers, and the manual testing efficiency is low, which becomes the bottleneck of project development.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide an automatic testing method, terminal, system and storage medium for solving the above-mentioned defects in the prior art, and to solve the problems of large workload and low efficiency of manually testing software in the prior art.
The technical scheme adopted by the invention for solving the technical problem is as follows:
an automatic test method, comprising:
receiving a trigger instruction, and acquiring a test case from a cloud;
analyzing the test case, and executing the test case to test the device to be tested;
and outputting a test result obtained by executing the test case.
The automatic test method, wherein the receiving the trigger instruction and obtaining the test case from the cloud further comprises:
acquiring registration information, wherein the registration information comprises: address information, identity information and information of software to be tested;
and sending the registration information to a cloud for registration.
The automatic testing method, wherein the sending the registration information to the cloud for registration includes:
establishing connection with a cloud terminal through a socket;
and sending the registration information to the cloud based on an HTTP (hyper text transport protocol).
The automatic test method, wherein the executing the test case to test the device to be tested comprises:
and sending the test case to the equipment to be tested so that the equipment to be tested executes the test case.
The automatic test method, wherein the executing the test case to test the device to be tested comprises:
initializing peripheral equipment, wherein the peripheral equipment is in communication connection with the equipment to be tested;
and configuring test parameters of the peripheral equipment, and starting the peripheral equipment to test the equipment to be tested.
The automatic test method, wherein outputting the test result obtained by executing the test case comprises:
receiving a log returned by the equipment to be tested and extracting a test result in the log; or
And capturing a return value of the test case executed by the equipment to be tested and analyzing a test result according to the return value.
The automatic test method, wherein after outputting the test result obtained by executing the test case, further comprises:
sending a test result obtained by the test case to the cloud;
and receiving a test report sent by the cloud, wherein the test report is generated by the cloud according to the test result.
The present invention also provides a terminal, comprising: a processor, a memory, and a communication bus;
the memory having stored thereon an automatic test program executable by the processor;
the communication bus realizes communication connection between the processor and the memory;
the automatic test program, when executed by the processor, implements the steps of the automatic test method as described in any one of the above.
The present invention also provides an automatic test system, comprising:
a terminal that executes the automatic test method according to any one of the above;
the cloud end is in communication connection with the terminal and used for sending the test case to the terminal when the terminal requests to acquire the test case, receiving the test result sent by the terminal after the test is finished and generating a test report;
the device to be tested is in communication connection with the terminal and is used for receiving and executing the test case sent by the terminal;
and the server is in communication connection with the terminal and is used for storing and managing the test case codes.
And the peripheral equipment is in communication connection with the terminal, and is used for being controlled by the terminal to test the equipment to be tested.
The present invention also provides a computer readable storage medium having stored thereon an automatic test program executable by one or more processors to implement an automatic test method as described in any one of the above.
Has the advantages that: according to the automatic test method, the automatic test system and the storage medium, the test process is started by receiving the trigger instruction sent by the user, the test case is obtained from the cloud, the test case is executed after the test case is analyzed and judged to be effective, the test is carried out on the device to be tested, the test result is obtained and reported to the cloud, the automatic test is carried out after the user sends the trigger instruction, and the test efficiency is improved.
Drawings
FIG. 1 is a flow chart of an automatic test method of the present invention.
FIG. 2 is a functional schematic of an automatic test system of the present invention.
FIG. 3 is a diagram of an automatic test method according to the present invention.
Fig. 4 is a functional block diagram of a terminal of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer and clearer, the present invention is further described in detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, fig. 1 is a flow chart of an automatic testing method according to a preferred embodiment of the invention. An automatic test method shown in fig. 1 includes:
s100, receiving a trigger instruction, and acquiring a test case from a cloud;
in the embodiment of the application, the execution main body of the automatic test method is a terminal, the terminal can be a computer, a mobile phone or other intelligent devices, the trigger instruction is sent by a user, when the user needs to test the device to be tested, a button used for starting the test is clicked on a terminal page, of course, a developer can set a plurality of buttons on the page, each button represents different test methods, the corresponding test method can be started by clicking the button, for example, the page is provided with a button 1, a button 2 and a button 3, when the button 1 is clicked, the page receives the trigger instruction and sends a request to the cloud, the request contains information that the user needs to perform sound setting function detection on the device to be tested, the cloud receives the request and analyzes the request, then test cases in the cloud are searched according to the analyzed result, and test cases used for performing sound setting function detection on the device to be tested are found, and the test data is sent to the terminal, and when the button 2 or the button 3 is clicked, other requests are sent to the cloud end, and other test methods are obtained from the cloud end.
In some embodiments of the present application, the step S100 of receiving the trigger instruction further includes, before obtaining the test case from the cloud:
acquiring registration information, wherein the registration information comprises: address information, identity information and information of software to be tested;
and sending the registration information to the cloud for registration.
Wherein, have a large amount of different test cases on the high in the clouds, be used for respectively to the equipment that awaits measuring of difference, different system that awaits measuring tests, different equipment can be TV, refrigerator, washing machine, air conditioner etc, different systems can be Android system, the Linux system, use the equipment that awaits measuring for the TV of installing the Android system as the example, when terminal start, can acquire the registration information that is used for registering at the high in the clouds, terminal and equipment that awaits measuring communication connection, preferably, communicate through the serial ports between terminal and the equipment that awaits measuring, registration information includes: the terminal self address information and identity information also comprise address information, identity information and software information to be tested of the equipment to be tested, wherein the address information is an IP address and an MAC address, the cloud receives the registration information, the terminal and the equipment to be tested can be found according to the IP address or the MAC address in the registration information to communicate, the identity information is a name, each terminal and the equipment to be tested have names of the terminal and the equipment to be tested, identity recognition can be carried out according to the name, the software information to be tested comprises programming language types, which can be C + +, Java, Python and the like, preferably, the registration information also comprises product information of the equipment to be tested, such as product models, delivery dates and the like, the cloud can select an optimal test case according to the product information, and test accuracy is improved. After the registration information is obtained, the terminal packs the registration information and sends the registration information to the cloud so that the terminal and the device to be tested are registered in the cloud, and after registration, the cloud can find the test cases corresponding to the device to be tested and the terminal according to the registration information.
In some embodiments of the present application, sending the registration information to the cloud for registration includes:
establishing connection with the cloud through a socket;
and sending the registration information to the cloud based on an HTTP (hyper text transport protocol).
The terminal actively requests to be connected with the cloud end through a Socket (Socket), the cloud end continuously monitors whether a connection request exists through the Socket service, when the Socket connection request of the terminal is monitored, the cloud end is in communication connection with the terminal, the terminal writes collected registration information into a message body of an HTTP message, and sends the registration information to the cloud end through I/O (input/output) flow so as to complete registration.
S200, analyzing the test case, and executing the test case to test the device to be tested;
in the embodiment of the application, when the terminal acquires the test case sent by the cloud, the test case is analyzed, whether the test case is valid or not is checked, for example, when the test case is actually an unexecutable file such as a picture, a video and a character, the test case is judged to be invalid, when the test case has a grammar error, the terminal receives the invalid test case, information of the invalid test case is reported to the cloud, the cloud performs corresponding processing, the test case is marked to be invalid, developers are prompted to modify the test case, meanwhile, backup test cases are stored in the cloud, and the cloud selects the backup test cases and sends the backup test cases to the terminal again.
After the terminal analyzes the test case and judges that the test case is valid, executing the test case, running the test case, starting to test the device to be tested, taking the device to be tested as a TV provided with an Android system as an example, running the test case, calling an Android system interface on the TV, and enabling the TV execution system to have corresponding functions, such as executing an automatic channel searching function, wherein the execution flow of the test case comprises the following steps: configuring test parameters, starting channel searching, monitoring channel searching completion information, counting channel searching process time and total number of searched channels, and returning test results.
In some embodiments of the present application, executing the test case to test the device to be tested includes:
and sending the test case to the equipment to be tested so that the equipment to be tested executes the test case.
The terminal sends the test case to the equipment to be tested, the example is that the equipment to be tested is a TV provided with an Android system, the TV starts to execute the test case after receiving the test case, and the execution flow comprises the following steps: the test case calls an android system interface on the TV, so that a corresponding case execution plug-in on the TV is called to complete the test of the TV function, and the test of the TV function can be a TV sound setting test, a backlight setting test and test whether the basic function of the TV is normal or not.
In some embodiments of the present application, executing the test case to test the device to be tested includes:
initializing peripheral equipment, wherein the peripheral equipment is in communication connection with the equipment to be tested;
and configuring test parameters of the peripheral equipment, and starting the peripheral equipment to test the equipment to be tested.
The terminal executes a test case by taking the to-be-tested equipment as an example of a TV provided with an Android system, and tests the TV by means of peripheral equipment, wherein the peripheral equipment can be a television self-band device such as a simulation remote controller, a switch control device, a light control device and a television information source simulation plug-in and pull-out device, and can also be a professional test instrument, and the professional test instrument can finish code stream playing tests, image quality tests, sound tests, network tests and the like of the TV. For example, when a user needs to test whether the sound parameters of the TV under the HDMI reach the standard, the user needs to rely on the sound tester to assist, and the terminal executes a test case to complete the following procedures: initializing the sound tester, switching a TV signal source to the HDMI, setting the sound of the TV to be 100, configuring the test parameters of the sound tester, and starting the sound tester to test the sound of the TV.
And S300, outputting a test result obtained by executing the test case.
In the embodiment of the application, after the test case is executed, an execution result is generated, the terminal reads the execution result, and analyzes the execution result to obtain a final test result, wherein the test result includes two states: when the test result is PASSED, the PASSED and FAILED show that the test is PASSED and the tested function of the equipment to be tested has no problem; and when the test result is FAILED, it indicates that the test is FAILED, the function of the device to be tested has a problem, and meanwhile, the test result includes a reason that the test is FAILED, for example, the reason that the test is FAILED is that a null pointer abnormality occurs in a program of the device to be tested.
In some embodiments of the present application, obtaining a test result obtained by executing the test case includes:
and receiving a log returned by the equipment to be tested and extracting a test result in the log.
After the device to be tested executes the test case, a LOG file (LOG file) is automatically generated, the reason that the test is unqualified and the position where the test is problematic are recorded in the LOG file, and the terminal receives the LOG file returned by the device to be tested and extracts the test result recorded in the LOG file.
In some embodiments of the present application, obtaining a test result obtained by executing the test case includes:
and capturing a return value of the test case executed by the equipment to be tested and analyzing a test result according to the return value.
For example, when the test case tests the automatic TV channel searching function, the return value is the total number of channels searched by the automatic channel searching, the terminal captures the return value, compares the return value with the expected total number of channels searched, and if the return value is greatly different from the expected value, the terminal determines that the test is not qualified, for example, the return value is 0, which represents that the total number of channels searched is 0, and the expected total number of channels searched is 100, determines that the test is not qualified.
In some embodiments of the present application, after obtaining a test result obtained by executing the test case and forwarding the test result to the cloud, the method further includes:
sending a test result obtained by the test case to the cloud;
and receiving a test report sent by the cloud, wherein the test report is generated by the cloud according to the test result.
And after the terminal acquires the test result, the test result is sent to the cloud. After the cloud end obtains the test result sent by the terminal, a test report is generated according to the test result, and the test report comprises the content of the test result.
As shown in fig. 3-4, based on the above automatic testing method, the present invention further provides a terminal, where the terminal may be a desktop computer, a notebook, a palm computer, a server, or other computing devices, and the PC terminal in fig. 3 is the terminal. The terminal comprises a processor 201, a memory 202 and a display screen 203, wherein the processor 201 is connected with the memory 202 through a communication bus 205, and the display screen 203 is connected with the processor 201 through the communication bus 205. Fig. 4 shows only some of the components of the terminal, but it is to be understood that not all of the shown components are required to be implemented, and that more or fewer components may be implemented instead.
The memory 202 may in some embodiments be an internal storage unit of the terminal, such as a memory of the terminal. The memory 202 may also be an external storage device of the terminal in other embodiments, such as a plug-in usb disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like provided on the terminal. Further, the memory 202 may also include both an internal storage unit and an external storage device of the terminal. The memory 202 is used for storing application software installed in the terminal and various data, such as program codes of the installation terminal. The memory 202 may also be used to temporarily store data that has been output or is to be output. In one embodiment, the memory 202 stores an automatic test program 204, and the automatic test program 204 can be executed by the processor 201 to implement the automatic test method of the present application.
The processor 201 may be, in some embodiments, a Central Processing Unit (CPU), a microprocessor or other data Processing chip, which is used to run program codes stored in the memory 202 or process data, such as executing the automatic test method.
The display 203 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like in some embodiments. The display 203 is used for displaying information at the terminal and for displaying a visual user interface. The components 201 and 203 of the terminal communicate with each other via a system bus.
In one embodiment, the steps of the automatic test method according to any of the above embodiments are implemented when the processor 201 executes the automatic test program 204 in the memory 202.
As shown in fig. 2, based on the above automatic testing method, the present invention further provides an automatic testing system, which includes:
a terminal that executes the automatic test method according to any one of the above embodiments;
the cloud end is in communication connection with the terminal and used for sending the test case to the terminal when the terminal requests to acquire the test case, receiving the test result sent by the terminal after the test is finished and generating a test report;
the device to be tested is in communication connection with the terminal and is used for receiving and executing the test case sent by the terminal;
the server is in communication connection with the terminal and is used for storing and managing test case codes;
and the peripheral equipment is in communication connection with the terminal, and is used for being controlled by the terminal to test the equipment to be tested, as specifically described above.
The terminal 20 may be a desktop computer, a notebook, a palm computer, or other computing devices. The terminal 20 is respectively in communication connection with the cloud 10, the server 30, the device to be tested 50 and the peripheral device 40, the server 30 stores test case codes, when a tester develops a new test case or modifies the test case, the new test case can be uploaded to the server 30, preferably, the server 30 is an SVN server, and when the test case of the cloud 10 needs to be updated, the terminal 20 obtains the test case from the SVN server and reports the test case to the cloud 10, so that the update of the test case of the cloud 10 is completed. The device under test 50 may be a television including a refrigerator, a washing machine, an air conditioner, etc., and when the device under test is an air conditioner, the test case may test a temperature adjustment function of the air conditioner.
Based on the above automatic testing method, the present invention further provides a computer-readable storage medium, where one or more programs are stored, and the one or more programs are executable by one or more processors to implement the steps in the automatic testing method according to any one of the above embodiments, specifically as described above.
The invention provides an automatic test method, a terminal, a system and a storage medium, wherein the method comprises the following steps: receiving a trigger instruction, and acquiring a test case from a cloud; analyzing the test case, judging whether the test case is effective or not, and if so, executing the test case to test the equipment to be tested; and obtaining a test result obtained by executing the test case and forwarding the test result to the cloud. According to the invention, the triggering instruction sent by the user is received, the testing process is started, the test case is obtained from the cloud, the test case is executed after the test case is analyzed and judged to be effective, the device to be tested is tested, and the test result is obtained and reported to the cloud, so that the testing is automatically performed after the user sends the triggering instruction, and the testing efficiency is improved.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (10)

1. An automatic test method, comprising:
receiving a trigger instruction, and acquiring a test case from a cloud;
analyzing the test case, and executing the test case to test the device to be tested;
and outputting a test result obtained by executing the test case.
2. The automatic test method according to claim 1, wherein before the receiving the trigger instruction and obtaining the test case from the cloud, the method further comprises:
acquiring registration information, wherein the registration information comprises: address information, identity information and information of software to be tested;
and sending the registration information to a cloud for registration.
3. The automatic test method of claim 2, wherein sending the registration information to a cloud for registration comprises:
establishing connection with a cloud terminal through a socket;
and sending the registration information to the cloud based on an HTTP (hyper text transport protocol).
4. The automatic test method of claim 1, wherein the executing the test case to test the device under test comprises:
and sending the test case to the equipment to be tested so that the equipment to be tested executes the test case.
5. The automatic test method of claim 1, wherein the executing the test case to test the device under test comprises:
initializing peripheral equipment, wherein the peripheral equipment is in communication connection with the equipment to be tested;
and configuring test parameters of the peripheral equipment, and starting the peripheral equipment to test the equipment to be tested.
6. The automatic test method of claim 1, wherein outputting the test result from executing the test case comprises:
receiving a log returned by the equipment to be tested and extracting a test result in the log; or
And capturing a return value of the test case executed by the equipment to be tested and analyzing a test result according to the return value.
7. The automatic test method according to claim 1, wherein the outputting the test result obtained by executing the test case further comprises:
sending a test result obtained by the test case to the cloud;
and receiving a test report sent by the cloud, wherein the test report is generated by the cloud according to the test result.
8. A terminal, comprising: a processor, a memory, and a communication bus;
the memory having stored thereon an automatic test program executable by the processor;
the communication bus realizes communication connection between the processor and the memory;
the automatic test program when executed by the processor implements the steps in the automatic test method of any one of claims 1 to 7.
9. An automatic test system, comprising:
a terminal performing the automatic test method according to any one of claims 1 to 7;
the cloud end is in communication connection with the terminal and used for sending the test case to the terminal when the terminal requests to acquire the test case, receiving the test result sent by the terminal after the test is finished and generating a test report;
the device to be tested is in communication connection with the terminal and is used for receiving and executing the test case sent by the terminal;
the server is in communication connection with the terminal and is used for storing and managing test case codes;
and the peripheral equipment is in communication connection with the terminal, and is used for being controlled by the terminal to test the equipment to be tested.
10. A computer-readable storage medium having stored thereon an automatic test program executable by one or more processors to implement an automatic test method as recited in any one of claims 1-7.
CN201911092946.4A 2019-11-11 2019-11-11 Automatic test method, terminal, system and storage medium Pending CN112783756A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911092946.4A CN112783756A (en) 2019-11-11 2019-11-11 Automatic test method, terminal, system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911092946.4A CN112783756A (en) 2019-11-11 2019-11-11 Automatic test method, terminal, system and storage medium

Publications (1)

Publication Number Publication Date
CN112783756A true CN112783756A (en) 2021-05-11

Family

ID=75749574

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911092946.4A Pending CN112783756A (en) 2019-11-11 2019-11-11 Automatic test method, terminal, system and storage medium

Country Status (1)

Country Link
CN (1) CN112783756A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113342644A (en) * 2021-05-31 2021-09-03 中国工商银行股份有限公司 Test script automatic generation method and device based on syntax analysis technology
CN113656304A (en) * 2021-08-16 2021-11-16 上海浦东发展银行股份有限公司 Method and device for testing front-end application program and storage medium
CN113993157A (en) * 2021-10-27 2022-01-28 深圳市芯中芯科技有限公司 Bluetooth transparent transmission-based cellular Internet of things network parameter online detection system and method
CN116610511A (en) * 2023-07-18 2023-08-18 合肥康芯威存储技术有限公司 Storage test equipment and test method thereof
CN113656304B (en) * 2021-08-16 2024-04-30 上海浦东发展银行股份有限公司 Testing method, device and storage medium of front-end application program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113342644A (en) * 2021-05-31 2021-09-03 中国工商银行股份有限公司 Test script automatic generation method and device based on syntax analysis technology
CN113342644B (en) * 2021-05-31 2024-03-26 中国工商银行股份有限公司 Automatic test script generation method and device based on grammar analysis technology
CN113656304A (en) * 2021-08-16 2021-11-16 上海浦东发展银行股份有限公司 Method and device for testing front-end application program and storage medium
CN113656304B (en) * 2021-08-16 2024-04-30 上海浦东发展银行股份有限公司 Testing method, device and storage medium of front-end application program
CN113993157A (en) * 2021-10-27 2022-01-28 深圳市芯中芯科技有限公司 Bluetooth transparent transmission-based cellular Internet of things network parameter online detection system and method
CN116610511A (en) * 2023-07-18 2023-08-18 合肥康芯威存储技术有限公司 Storage test equipment and test method thereof
CN116610511B (en) * 2023-07-18 2024-04-05 合肥康芯威存储技术有限公司 Storage test equipment and test method thereof

Similar Documents

Publication Publication Date Title
CN109302522B (en) Test method, test device, computer system, and computer medium
CN110347587B (en) APP compatibility testing method and device, computer equipment and storage medium
CN111026645B (en) User interface automatic test method and device, storage medium and electronic equipment
CN108984389B (en) Application program testing method and terminal equipment
CN112783756A (en) Automatic test method, terminal, system and storage medium
WO2019169757A1 (en) Test control and test execution device and method, and computer storage medium
US20170344449A1 (en) Testing method of electronic devices
CN112052169A (en) Test management method, system, device and computer readable storage medium
CN110659210A (en) Information acquisition method and device, electronic equipment and storage medium
CN111654495B (en) Method, apparatus, device and storage medium for determining traffic generation source
CN106815150B (en) Server-side interface test system and method
CN111338951A (en) Wireless intelligent household appliance detection method and system
CN109032705B (en) Application program execution method and device, electronic equipment and readable storage medium
CN111190791A (en) Application exception reporting method and device and electronic equipment
CN108845924B (en) Control response area display control method, electronic device, and storage medium
CN113760242A (en) Data processing method, device, server and medium
CN112817869A (en) Test method, test device, test medium, and electronic apparatus
CN110399209B (en) Data processing method, system, electronic device and storage medium
KR20150030297A (en) Verification apparatus, terminal device, system, method and computer-readable medium for verifying application
CN105339974B (en) Analog sensor
CN111385661A (en) Method and terminal for controlling full-screen playing through voice
CN110968519A (en) Game testing method, device, server and storage medium
CN112346994A (en) Test information correlation method and device, computer equipment and storage medium
US20160275002A1 (en) Image capture in application lifecycle management for documentation and support
CN112437348A (en) State information acquisition method, storage medium and smart television

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