CN108304326B - Automatic testing system and method for android intelligent terminal - Google Patents

Automatic testing system and method for android intelligent terminal Download PDF

Info

Publication number
CN108304326B
CN108304326B CN201810100212.5A CN201810100212A CN108304326B CN 108304326 B CN108304326 B CN 108304326B CN 201810100212 A CN201810100212 A CN 201810100212A CN 108304326 B CN108304326 B CN 108304326B
Authority
CN
China
Prior art keywords
test
module
testing
intelligent terminal
android intelligent
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810100212.5A
Other languages
Chinese (zh)
Other versions
CN108304326A (en
Inventor
林海新
喻红生
梁辉强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Telepower Communication Co ltd
Original Assignee
Guangdong Telepower Communication 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 Guangdong Telepower Communication Co ltd filed Critical Guangdong Telepower Communication Co ltd
Priority to CN201810100212.5A priority Critical patent/CN108304326B/en
Publication of CN108304326A publication Critical patent/CN108304326A/en
Application granted granted Critical
Publication of CN108304326B publication Critical patent/CN108304326B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • 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/368Test management for test version control, e.g. updating test cases to a new software version
    • 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
    • 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/3692Test management for test results analysis

Abstract

The invention provides an automatic android intelligent terminal testing system and method, which comprise a testing application module and a testing framework module, wherein the testing application module and the testing framework module are arranged in android intelligent terminal operating system firmware, the testing application module is used for providing a testing interface, and the testing framework module is used for executing testing. The method has the advantages of no need of ROOT (not damaging the system), no need of Android ADB connection (including USB debugging and WIFI debugging), simplicity and easiness in use, and can achieve the purposes of reducing the testing cost and improving the testing efficiency.

Description

Automatic testing system and method for android intelligent terminal
Technical Field
The invention relates to the technical field of android intelligent terminal testing, in particular to an automatic android intelligent terminal testing system and method.
Background
The automatic testing means of the android intelligent terminal mainly comprises two modes, one mode is that external hardware facilities such as robot testing and mechanical arm automatic simulation testing are used, and the mode is high in cost and is not suitable for large-scale development and simultaneous testing of multiple terminals; the other mode adopts a software form, wherein the software form mainly has two modes according to an operation mode:
one method is to use Android applications, such as key sprite applications, but the operation needs to be performed by ROOT on the system, but most Android intelligent terminals cannot be operated by ROOT, and simultaneously, the ROOT operation is damage and invasion on the Android system, so that the original Android system is changed, and the result obtained by the test is distorted.
Another method for performing automatic testing by using Android ADB, such as monkey runner and uiautomation, needs to open a developer mode on Android equipment, connects with a debugging tool ADB of the Android at a PC terminal through USB or WIFI, and sends a test instruction or a script to a terminal, which is also not beneficial to simultaneous testing of a large number of terminals, and meanwhile, tests in some specific environments cannot be satisfied, such as a radio frequency shielding room and a incubator cannot be connected with USB or WIFI for testing. In addition, the method needs a certain Android programming foundation and script writing capability for testers.
Therefore, the automatic test of the conventional android intelligent terminal is relatively complex, the test cost is high, and the test efficiency is relatively low.
Disclosure of Invention
In view of this, the invention aims to provide an automatic testing system and method for an android intelligent terminal, which are simple and easy to use and can achieve the purposes of reducing testing cost and improving testing efficiency.
In a first aspect, an embodiment of the present invention provides an automated testing system for an android intelligent terminal, including a test application module and a test framework module, which are built in an operating system firmware of the android intelligent terminal, where the test application module is configured to provide a test interface, and the test framework module is configured to execute a test.
With reference to the first aspect, an embodiment of the present invention provides a first possible implementation manner of the first aspect, where the test application module includes a test function conversion module and a test function interface configuration module;
the test function interface configuration module is used for configuring test contents;
and the test function conversion module is used for converting the test content into a test instruction script, storing the test instruction script as a test script file and sending the test script file to the test framework module.
With reference to the first possible implementation manner of the first aspect, an embodiment of the present invention provides a second possible implementation manner of the first aspect, where the test framework module includes a test script control module and a test service module;
the test script control module is used for analyzing the test script file and sending an opening instruction to the test service module according to the analyzed test script file;
and the test service module is used for executing test service according to the starting instruction.
With reference to the second possible implementation manner of the first aspect, an embodiment of the present invention provides a third possible implementation manner of the first aspect, where the test framework module further includes a test permission control module, and the test permission control module is configured to perform test permission control.
With reference to the first aspect, an embodiment of the present invention provides a fourth possible implementation manner of the first aspect, where the android intelligent terminal operating system opens the test permission control module in a password manner, and the test permission control module controls the test script control module and the test service module to be started according to a current permission state.
With reference to the fourth possible implementation manner of the first aspect, an embodiment of the present invention provides a fifth possible implementation manner of the first aspect, where after the firmware of the android intelligent terminal operating system is restored to a factory setting, a password entering the test permission control module is automatically cancelled, and the test permission control module controls the control test script control module and the test service module to be closed.
With reference to the second possible implementation manner of the first aspect, an embodiment of the present invention provides a sixth possible implementation manner of the first aspect, where the test framework module further includes a test log capture module;
the test log capturing module is used for automatically capturing the test logs in the process that the test service module executes the test service.
With reference to the sixth possible implementation manner of the first aspect, an embodiment of the present invention provides a seventh possible implementation manner of the first aspect, where the test service module is further configured to turn on or turn off the test log capture module.
In a second aspect, an embodiment of the present invention further provides an automated testing method for an android intelligent terminal, where the automated testing method is applied to the automated testing system for the android intelligent terminal, and the method includes:
the test function interface configuration module configures test contents;
and the test function conversion module converts the test content into a test instruction script, stores the test instruction script as a test script file and sends the test script file to the test framework module.
With reference to the second aspect, an embodiment of the present invention provides a first possible implementation manner of the second aspect, where the test framework module includes a test script control module and a test service module, and the method further includes:
the test script control module analyzes the test script file and sends an opening instruction to the test service module according to the analyzed test script file;
and the test service module executes test service according to the starting instruction.
The embodiment of the invention has the following beneficial effects:
the embodiment of the invention provides an automatic android intelligent terminal testing system which comprises a testing application module and a testing framework module, wherein the testing application module and the testing framework module are arranged in android intelligent terminal operating system firmware, the testing application module is used for providing a testing interface, and the testing framework module is used for executing testing. The method has the advantages of no need of ROOT (not damaging the system), no need of Android ADB connection (including USB debugging and WIFI debugging), simplicity and easiness in use, and can achieve the purposes of reducing the testing cost and improving the testing efficiency.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a schematic diagram of an automated testing system for an android intelligent terminal provided by an embodiment of the present invention;
fig. 2 is a flowchart of an automated testing method for an android intelligent terminal according to an embodiment of the present invention.
Icon:
10-a test frame module; 20-testing an application module; 11-a test service module; 12-a test script control module; 13-a test log capture module; 14-a test authority control module; 21-test function conversion module; 22-test function interface configuration module.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, but not all embodiments of the present invention. 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 invention.
At present, the automatic testing of the conventional Android intelligent terminal is relatively complex, the testing cost is high, and the testing efficiency is relatively low, so that the automatic testing system and the method for the Android intelligent terminal provided by the embodiment of the invention do not need ROOT (not damage the system), do not need Android ADB connection (including USB debugging and WIFI debugging), are simple and easy to use, and can achieve the purposes of reducing the testing cost and improving the testing efficiency.
In order to facilitate understanding of the embodiment, a detailed description is first given of an automated testing system for an android intelligent terminal disclosed in the embodiment of the present invention.
Example one
Fig. 1 shows a schematic diagram of an automated testing system for an android intelligent terminal provided by an embodiment of the present invention.
As shown in fig. 1, the embodiment provides an automated testing system for an android intelligent terminal, which includes a testing application module and a testing framework module, which are built in an operating system firmware of the android intelligent terminal, where the testing application module is configured to provide a testing interface, and the testing framework module is configured to execute a test.
Through the design of placing Android intelligent terminal operating system firmware in test frame module 10 and test application module 20, realization automated testing that can be convenient, need not carry out ROOT to the system and destroy, also need not connect Android ADB and test, can satisfy and test under various test environment, can replace robot/arm in the aspect of software test, and can catch the system log automatically, be convenient for problem location, very big reduction test manpower and test cost, efficiency of software testing has been improved greatly.
Further, the test application module includes a test function conversion module 21 and a test function interface configuration module 22;
a test function interface configuration module 22, configured to configure test contents;
and the test function conversion module 21 is configured to convert the test content into a test instruction script, store the test instruction script as a test script file, and send the test script file to the test framework module.
Further, the test framework module comprises a test script control module 12 and a test service module 11;
the test script control module 12 is configured to parse the test script file and send an opening instruction to the test service module according to the parsed test script file;
and the test service module is used for executing the test service according to the starting instruction.
Further, the testing framework module further includes a testing authority control module 14, and the testing authority control module 14 is configured to perform testing authority control.
After the firmware of the intelligent terminal system is programmed by default, the test permission is open, the test permission control module 14 starts the test application module 20, and a tester can set test contents such as test items, test time, test times and the like on the test function interface through the test function interface configuration module 22.
Specifically, the android intelligent terminal operating system opens the test permission control module 14 in a password manner, for example, the password manner includes: the tester clicks a certain module in the 'about mobile phone' item in the android intelligent terminal (the number of clicks can be set), that is, the test permission control module 14 is opened, and the test permission control module 14 controls the test script control module 12 and the test service module 11 to be started according to the current permission state. The current authority state comprises a pre-factory state and a factory state, and if the current authority state is the pre-factory state, the test script control module 12 and the test service module 11 are controlled to be started; if the state is factory state, it is not opened.
It should be noted that the test framework module 10 and the test application module 20 are embedded in the system firmware of the intelligent terminal, and can be directly programmed into the intelligent terminal to run an automated test, and after production is completed, factory settings are restored to automatically disable each test module, so that the test module becomes a shipment version.
After the firmware of the android intelligent terminal operating system is restored to factory settings, the password entering the test permission control module 14 is automatically cancelled, and the test permission control module 14 controls the test script control module 12 and the test service module 11 to be closed.
Further, the test framework module 10 further includes a test log capture module 13;
and the test log capturing module 13 is configured to automatically capture the test log in the process that the test service module executes the test service. The test service module is also used to turn on or off the test log capture module 13.
Specifically, the embodiment can realize the test mode to the mass production mode: the testing framework module 10 and the testing application module 20 are burnt into android intelligent terminal operating system firmware, a testing mode is entered after default burning, testing is completed, after factory setting is restored, the testing access is forbidden by the testing authority control module 14, and testing service is forbidden. And after the factory setting is restored, the product is changed into a delivery version which cannot be tested.
In the test mode, the working flow of the test application module 20 is as follows: entering a test mode, opening a test entrance, inputting a password, verifying whether the password is matched, if so, opening the test application module 20, inputting test contents, converting the test contents into a test script or directly importing the test script, and then starting the test service module to finish the test. And displaying the test result after the test is finished.
In the test mode, the work flow of the test framework module 10 is as follows: and starting the test script control module 12, analyzing the test script, sending a corresponding test instruction after the analysis is passed to start the test service module, executing the test instruction by the test service module, and storing the test result. In addition, the test log capture module 13 may be opened to save the operation log. And finally, sending a test result.
The android intelligent terminal automatic testing system of the embodiment has the following advantages:
1. the automatic test is separated into a communication mechanism of the test application and the test framework, so that the test application only provides a test interface without specific test execution permission, and the problem that the traditional test application module cannot be normally tested if the ROOT or ADB is required to extract the permission is solved.
2. Through the design of the built-in system of the test service module 11, the automatic test execution has the system authority, and the ROOT or ADB connection is not needed for the system to execute the test case.
3. Through the system cipher and the test authority control module 14, the test function of the same system firmware can be turned on and off, and the switching between the test mode and the production mode is achieved.
4. Through the log capturing module, logs can be automatically captured when the test service module 11 runs a test case, Bug analysis and problem positioning are greatly facilitated, and ADB (advanced data bus) capturing is not required to be connected.
Example two
Fig. 2 is a flowchart of an automated testing method for an android intelligent terminal according to an embodiment of the present invention.
As shown in fig. 2, in the automated testing method for the android intelligent terminal according to the embodiment, the automated testing system for the android intelligent terminal according to the embodiment is applied, and the method includes the following steps:
step S101, a test function interface configuration module 22 configures test contents;
in step S102, the test function conversion module 21 converts the test content into a test instruction script, stores the test instruction script as a test script file, and sends the test script file to the test framework module 10.
Further, the test framework module 10 includes a test script control module 12 and a test service module 11, and the method further includes:
step S103, the test script control module 12 analyzes the test script file and sends an opening instruction to the test service module 11 according to the analyzed test script file;
in step S104, the test service module 11 executes a test service according to the start instruction.
The android intelligent terminal automatic testing system provided by the embodiment of the invention has the same technical characteristics as the android intelligent terminal automatic testing method provided by the embodiment, so that the same technical problems can be solved, and the same technical effect can be achieved.
The embodiment of the invention provides an automatic android intelligent terminal testing system which comprises a testing application module and a testing framework module, wherein the testing application module and the testing framework module are arranged in android intelligent terminal operating system firmware, the testing application module is used for providing a testing interface, and the testing framework module is used for executing testing. The method has the advantages of no need of ROOT (not damaging the system), no need of Android ADB connection (including USB debugging and WIFI debugging), simplicity and easiness in use, and can achieve the purposes of reducing the testing cost and improving the testing efficiency.
The embodiment of the invention also provides electronic equipment which comprises a memory and a processor, wherein the memory stores a computer program capable of running on the processor, and the processor realizes the steps of the android intelligent terminal automatic testing method provided by the embodiment when executing the computer program.
The embodiment of the invention also provides a computer-readable storage medium, wherein a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the android intelligent terminal automatic testing method of the embodiment are executed.
In the description of the present invention, the terms "first", "second", and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
The computer program product for performing the automated android intelligent terminal testing method provided by the embodiment of the present invention includes a computer-readable storage medium storing a nonvolatile program code executable by a processor, where instructions included in the program code may be used to execute the method described in the foregoing method embodiment, and specific implementation may refer to the method embodiment, and will not be described herein again.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a non-volatile computer-readable storage medium executable by a processor. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (8)

1. An automated testing system for an android intelligent terminal is characterized by comprising a testing application module and a testing framework module, wherein the testing application module and the testing framework module are arranged in firmware of an operating system of the android intelligent terminal, the testing application module is used for providing a testing interface, and the testing framework module is used for executing testing;
the test framework module also comprises a test authority control module, a test script control module and a test service module, wherein the test authority control module is used for performing test authority control; the android intelligent terminal operating system opens the test permission control module in a password mode;
the test authority control module controls the test script control module and the test service module to be started according to a current authority state, wherein the current authority state comprises a pre-factory state and a factory state, if the current authority state is the pre-factory state, the test script control module and the test service module are controlled to be started, and if the current authority state is the factory state, the test script control module and the test service module are controlled to be stopped.
2. The automated android intelligent terminal testing system of claim 1, wherein the test application module comprises a test function conversion module and a test function interface configuration module;
the test function interface configuration module is used for configuring test contents;
and the test function conversion module is used for converting the test content into a test instruction script, storing the test instruction script as a test script file and sending the test script file to the test framework module.
3. The android intelligent terminal automated testing system of claim 2,
the test script control module is used for analyzing the test script file and sending an opening instruction to the test service module according to the analyzed test script file;
and the test service module is used for executing test service according to the starting instruction.
4. The android intelligent terminal automated testing system of claim 1, wherein when the android intelligent terminal operating system firmware is restored to factory settings, a password entering a testing permission control module is automatically cancelled, and the testing permission control module controls the testing script control module and the testing service module to be closed.
5. The automated android intelligent terminal testing system of claim 3, the test framework module further comprising a test log capture module;
the test log capturing module is used for automatically capturing the test logs in the process that the test service module executes the test service.
6. The android intelligent terminal automated testing system of claim 5, wherein the test service module is further configured to turn the test log capture module on or off.
7. An android intelligent terminal automation test method, which is characterized in that the android intelligent terminal automation test system of any one of claims 1 to 6 is applied, and the method comprises the following steps:
the test function interface configuration module configures test contents;
and the test function conversion module converts the test content into a test instruction script, stores the test instruction script as a test script file and sends the test script file to the test framework module.
8. The automated android intelligent terminal testing method of claim 7, wherein the testing framework module comprises a testing script control module and a testing service module, the method further comprising:
the test script control module analyzes the test script file and sends an opening instruction to the test service module according to the analyzed test script file;
and the test service module executes test service according to the starting instruction.
CN201810100212.5A 2018-01-30 2018-01-30 Automatic testing system and method for android intelligent terminal Active CN108304326B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810100212.5A CN108304326B (en) 2018-01-30 2018-01-30 Automatic testing system and method for android intelligent terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810100212.5A CN108304326B (en) 2018-01-30 2018-01-30 Automatic testing system and method for android intelligent terminal

Publications (2)

Publication Number Publication Date
CN108304326A CN108304326A (en) 2018-07-20
CN108304326B true CN108304326B (en) 2021-11-19

Family

ID=62850669

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810100212.5A Active CN108304326B (en) 2018-01-30 2018-01-30 Automatic testing system and method for android intelligent terminal

Country Status (1)

Country Link
CN (1) CN108304326B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110858171A (en) * 2018-08-23 2020-03-03 中移(杭州)信息技术有限公司 System, method and device for application test, terminal equipment and medium
CN109274807B (en) * 2018-11-21 2021-06-22 Oppo(重庆)智能科技有限公司 Test method, device and system
CN111581096A (en) * 2020-05-09 2020-08-25 上海锐伟电子科技有限公司 Automatic testing method for android system terminal equipment
CN111639000B (en) * 2020-06-03 2023-03-24 公安部第三研究所 Method for quickly extracting backup data of android mobile terminal and automatic backup system
CN112068918A (en) * 2020-09-14 2020-12-11 上海商米科技集团股份有限公司 Method for starting electronic equipment and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102880549A (en) * 2012-09-26 2013-01-16 广东欧珀移动通信有限公司 Method and device for production test
US8732529B2 (en) * 2010-12-10 2014-05-20 Helix Technology Inc. Mobile communication terminal capable of testing application and method thereof
CN104035873A (en) * 2014-06-30 2014-09-10 青岛海信电器股份有限公司 Method and device for generating testing codes
CN105898290A (en) * 2015-08-07 2016-08-24 乐视致新电子科技(天津)有限公司 Method and device for controlling intelligent device to enter factory test mode
CN106776213A (en) * 2016-12-12 2017-05-31 深圳铂睿智恒科技有限公司 The factory testing method of intelligent terminal, system and factory testing equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8732529B2 (en) * 2010-12-10 2014-05-20 Helix Technology Inc. Mobile communication terminal capable of testing application and method thereof
CN102880549A (en) * 2012-09-26 2013-01-16 广东欧珀移动通信有限公司 Method and device for production test
CN104035873A (en) * 2014-06-30 2014-09-10 青岛海信电器股份有限公司 Method and device for generating testing codes
CN105898290A (en) * 2015-08-07 2016-08-24 乐视致新电子科技(天津)有限公司 Method and device for controlling intelligent device to enter factory test mode
CN106776213A (en) * 2016-12-12 2017-05-31 深圳铂睿智恒科技有限公司 The factory testing method of intelligent terminal, system and factory testing equipment

Also Published As

Publication number Publication date
CN108304326A (en) 2018-07-20

Similar Documents

Publication Publication Date Title
CN108304326B (en) Automatic testing system and method for android intelligent terminal
US20200073744A1 (en) System and method for identifying operational disruptions in mobile computing devices
CN105094783B (en) method and device for testing stability of android application
CN109885480B (en) Automatic interface compatibility testing method and device based on debugging bridge
CN107783873B (en) Method for realizing automatic testing platform of burner
CN104281518A (en) Terminal application test method, device, system and platform and mobile terminal
CN103365770A (en) Mobile terminal software testing system and software testing method
CN108874677B (en) Android terminal and test method and system thereof
CN106776294B (en) Automatic android mobile phone testing method and system
CN103516559A (en) Method and system for testing application compatibility of intelligent terminal
CN103577309A (en) Automatic test method and device
US20160283356A1 (en) Event-driven automation testing for mobile devices
CN106126424A (en) A kind of visual automated testing method of script, device and mobile terminal
CN110209520B (en) Method and device for improving SSD (solid State disk) testing efficiency, computer equipment and storage medium
CN104794049A (en) Application program test method and device
CN109460359A (en) A kind of software version test method and system for embedded device
CN112231206A (en) Script editing method for application program test, computer readable storage medium and test platform
CN107797922B (en) Application page testing method, electronic device and electronic equipment
CN105760300B (en) A kind of automated testing method and test macro of STK/UTK business
Wang et al. Research on mobile application automation testing technology based on appium
CN113918197A (en) Firmware upgrading method, system, storage medium and equipment
CN107979690A (en) A kind of mobile terminal and its method and system for skipping start guide
CN104699607A (en) Automation testing method and system for mobile terminal
CN112861138A (en) Software security analysis method and analysis device, electronic device, and storage medium
CN112416734A (en) Test method, device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant