CN113835936A - Universal test system and method for Andriod equipment - Google Patents

Universal test system and method for Andriod equipment Download PDF

Info

Publication number
CN113835936A
CN113835936A CN202110987013.2A CN202110987013A CN113835936A CN 113835936 A CN113835936 A CN 113835936A CN 202110987013 A CN202110987013 A CN 202110987013A CN 113835936 A CN113835936 A CN 113835936A
Authority
CN
China
Prior art keywords
test
tested
equipment
android
testing
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
CN202110987013.2A
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.)
Qingdao Wintec System Co ltd
Original Assignee
Qingdao Wintec System 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 Qingdao Wintec System Co ltd filed Critical Qingdao Wintec System Co ltd
Priority to CN202110987013.2A priority Critical patent/CN113835936A/en
Publication of CN113835936A publication Critical patent/CN113835936A/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/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2273Test methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2205Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a universal test system and a method for Andriod equipment, wherein the system comprises the following steps: a background test management system: the system comprises a plurality of test tasks, a serial number SN of Android equipment to be tested is correspondingly written in each test task, items to be tested of each test task are configured according to the requirements of the equipment to be tested, and a test instruction is sent out, wherein N is greater than or equal to 1; production test software system: the production testing software system is installed on the Android equipment to be tested, is in communication connection with the background testing management system, writes a serial number SN into the production testing software system, identifies the serial number SN by the background testing management system, determines items to be tested of the Android equipment to be tested according to the serial number SN, and receives and issues a testing instruction; SDK test component: and the test software system is installed on the Android equipment to be tested, and based on the test instruction issued by the production test software system, the SDK is adopted to control the bottom hardware program of the Android equipment to be tested, so that the test of the Android equipment to be tested is completed. The invention can facilitate the management of the test software and reduce the workload of development and maintenance of the production test software.

Description

Universal test system and method for Andriod equipment
Technical Field
The invention relates to a test method and a test system thereof, in particular to a universal test method and a universal test system for Android equipment.
Background
At present, the number of models produced by enterprises is continuously increased according to customer requirements, the same model can provide different configurations according to different customer requirements, each model needs one production test software in the production process, and a plurality of production test software is inconvenient to manage and can increase the workload of developers when versions are changed.
Therefore, aiming at the characteristics of multiple models and versions of the increasing Android devices, the system test of the Android devices is always a pain point of research and development work. Android equipment of each model is required to be subjected to coverage testing, testing software is excessively complicated, management work is increasingly complicated if system testing software of a corresponding model is developed for each model, and development of testing software of multiple models consumes a large amount of research and development cost.
Meanwhile, the model of the Android device in the prior art is continuously updated, so that new system test software is continuously developed according to the requirements of the device, the cost is increased, and the method is only suitable for testing an X86 system. How to put forward a test suitable for Android system equipment; only one test software is needed, different machine types can be tested by matching with a background system, and the management is convenient.
The application method of the universal system test software on the Android device can be universal in the Android system device, and even if the Android device is a new type device, the functions required by the test can be called out only by identifying the device information, so that the system test software is more convenient to use and manage, and the application method becomes a technical problem to be solved urgently.
Therefore, in order to solve the above defects in the prior art, the present invention particularly provides a general test system and a method for Android devices, and a general automatic test method is added to solve the technical problems of the prior art that the test versions are many, the test efficiency is low, and the development of new test software is expensive, which results in resource waste.
Disclosure of Invention
The invention aims at the problem of various Android equipment versions in the prior art, and particularly provides a universal test system and a universal test method for Android equipment, and a universal automatic test method is added to solve the technical problems of various test versions, low test efficiency, high cost for developing new test software and resource waste in the prior art.
In order to achieve the purpose, the invention adopts the technical scheme that:
the specific embodiment of the invention provides a general test system of Andriod equipment, which comprises:
a background test management system: the system comprises a plurality of test tasks, a serial number SN of Android equipment to be tested is correspondingly written in each test task, items to be tested of each test task are configured according to the requirements of the equipment to be tested, and a test instruction is sent out, wherein N is greater than or equal to 1;
production test software system: the production testing software system is installed on the Android equipment to be tested, is in communication connection with the background testing management system, writes a serial number SN into the production testing software system, identifies the serial number SN by the background testing management system, determines items to be tested of the Android equipment to be tested according to the serial number SN, and receives and issues a testing instruction;
SDK test component: and the test software system is installed on the Android equipment to be tested, and based on the test instruction issued by the production test software system, the SDK is adopted to control the bottom hardware program of the Android equipment to be tested, so that the test of the Android equipment to be tested is completed.
In some embodiments of the present invention, the background test management system includes:
a task creation module: the device model creating system is used for creating N test tasks based on the device model of the Andriod device to be tested and writing a serial number SN corresponding to the device to be tested into each test task;
a test configuration module: the hardware sub-module is used for carrying out configuration management on the items to be tested of the hardware sub-module of the Andriod equipment to be tested;
a log management module: the Android device test log storage, viewing and management system is used for storing, viewing and managing test logs of the Android device to be tested;
a device status viewing module: the method is used for inquiring the equipment state of the Android equipment to be tested in the test process.
In some embodiments of the present invention, the production test software system includes:
a reading configuration module: reading the configuration of the item to be tested based on the serial number SN of the Android device to be tested, and storing the configuration of the item to be tested;
a test module: the test system is used for completing different test functions according to different test requirements.
In some embodiments of the present invention, the test module includes:
a self-service test module: completing automatic testing of the Android equipment to be tested based on the configuration of the items to be tested;
single item test module: testing a single test item of a submodule of the Android device to be tested;
an aging test module: and carrying out long-time repeated aging test on the sub-modules of the Android equipment to be tested.
In some embodiments of the present invention, the self-service test module includes:
preliminary examination test module: carrying out first self-service test on the Android equipment to be tested, and uploading a test log finished in each test to a background test management system;
and (4) testing the module after inspection: and carrying out second self-service test on the Android equipment to be tested, and modifying the factory state of the Android equipment to be tested if the Android equipment to be tested passes the test.
The specific embodiment of the present invention provides a general test method for an Andriod device, which adopts a general test system for an Andriod device as described in any one of the above items, and includes:
a background test management step: the system comprises a plurality of test tasks, a serial number SN of Android equipment to be tested is correspondingly written in each test task, items to be tested of each test task are configured according to the requirements of the equipment to be tested, and a test instruction is sent out, wherein N is greater than or equal to 1;
production and test steps: the production testing software system is installed on the Android equipment to be tested, is in communication connection with the background testing management system, writes a serial number SN into the production testing software system, identifies the serial number SN by the background testing management system, determines items to be tested of the Android equipment to be tested according to the serial number SN, and receives and issues a testing instruction;
and (3) SDK testing: and the test software system is installed on the Android equipment to be tested, and based on the test instruction issued by the production test software system, the SDK is adopted to control the bottom hardware program of the Android equipment to be tested, so that the test of the Android equipment to be tested is completed.
In some embodiments of the present invention, the background test management step includes:
a task creating step: the device model creating method comprises the steps that N task lists are created based on the device model of Andriod devices to be tested, and corresponding serial numbers of the devices to be tested are created in each task list;
a test configuration step: the hardware sub-module is used for configuring items to be tested for the android device to be tested;
log management step: the Android device test log storage and checking system is used for storing, checking and managing test logs of Android devices to be tested;
and a device state checking step: the method is used for inquiring the state of the Android device to be tested in the test process.
In some embodiments of the present invention, the above production testing step comprises:
reading configuration: reading the configuration of the item to be tested based on the serial number SN of the Android device to be tested, and storing the configuration of the item to be tested;
the testing steps are as follows: the test system is used for completing different test functions according to different test requirements.
In some embodiments of the present invention, the testing step comprises:
self-service test step: completing automatic testing of the Android equipment to be tested based on the configuration of the items to be tested;
single test procedure: carrying out single test item of the sub-module of the Android equipment to be tested;
and (3) aging test: and carrying out long-time repeatability test on the sub-modules of the Android equipment to be tested.
In some embodiments of the present invention, the self-service testing step includes:
initial detection testing: carrying out first self-service test on the Android equipment to be tested, and uploading a test log finished in each test to a background test management system;
and (4) testing the test: and carrying out second self-service test on the Android equipment to be tested, and modifying the factory state of the Android equipment to be tested if the Android equipment to be tested passes the test.
Compared with the prior art, the invention has the advantages and positive effects that:
(1) the method can be suitable for testing the android equipment;
(2) the invention only needs one test software, and can realize the test of different machine types by matching with a background test management system, and the management is convenient;
(3) the method and the device can be used universally in Android system equipment, and can call out functions required by testing only by identifying equipment information even if the equipment is of a new type, so that system testing software is more convenient to use and manage.
Drawings
FIG. 1 is a schematic diagram of a test system according to the present invention;
FIG. 2 is a schematic flow chart of a testing method according to the present invention;
FIG. 3 is a flowchart illustrating a background test management procedure according to an embodiment of the present invention;
FIG. 4 is a schematic flow chart of the production testing steps of the method of the present invention.
In the above figures:
100 universal test system
10. Background test management system 20 and production test software system
30. SDK test assembly
Detailed Description
The technical solutions in the embodiments of the present invention will be fully described in detail below with reference to the accompanying drawings. It is obvious that the described embodiments are only some specific embodiments, not all embodiments, of the general technical solution of the present invention. All other embodiments, which can be derived by a person skilled in the art from the general idea of the invention, fall within the scope of protection of the invention.
In the description of the present invention, it is to be understood that the terms "center", "upper", "lower", "front", "rear", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", and the like indicate orientations or positional relationships based on those shown in the drawings, and are only for convenience of description and simplicity of description, and do not indicate or imply that the referenced devices or elements must have a particular orientation, be constructed and operated in a particular orientation, and thus, are not to be construed as limiting the present invention.
The terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature.
In the description of the present invention, it should be noted that, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
The invention aims to provide a universal test system of Android equipment, and meanwhile, a universal automatic test method is added to solve the technical problems of various test versions, low test efficiency, high cost for developing new test software and resource waste in the prior art.
The invention can ensure that the background is used for controlling one piece of production test software to achieve the aim of testing different configuration equipment, and all test modules are in the SDK. The management of the test software is convenient, and the workload of development and maintenance of the production test software can be greatly reduced. The set of production test system can basically meet the production test requirements of all POS equipment.
The following describes a general test system and method for Android devices in detail with reference to specific embodiments and accompanying drawings:
fig. 1 is a schematic structural diagram of a test system of the present invention, and as shown in fig. 1, a general test system 100 of an Andriod device according to an embodiment of the present invention includes:
the background test management system 10: the system comprises a plurality of test tasks, a serial number SN of Android equipment to be tested is correspondingly written in each test task, items to be tested of each test task are configured according to the requirements of the equipment to be tested, and a test instruction is sent out, wherein N is greater than or equal to 1;
production test software system 20: the production testing software system is installed on the Android equipment to be tested, is in communication connection with the background testing management system, writes a serial number SN into the production testing software system, identifies the serial number SN by the background testing management system, determines items to be tested of the Android equipment to be tested according to the serial number SN, and receives and issues a testing instruction;
SDK test component 30: and the test software system is installed on the Android equipment to be tested, and based on the test instruction issued by the production test software system, the SDK is adopted to control the bottom hardware program of the Android equipment to be tested, so that the test of the Android equipment to be tested is completed.
The background test management system 10 includes:
a task creation module: the device model creating system is used for creating N test tasks based on the device model of the Andriod device to be tested and writing a serial number SN corresponding to the device to be tested into each test task;
a test configuration module: the hardware sub-module is used for carrying out configuration management on the items to be tested of the hardware sub-module of the Andriod equipment to be tested;
a log management module: the Android device test log storage, viewing and management system is used for storing, viewing and managing test logs of the Android device to be tested;
a device status viewing module: the method is used for inquiring the equipment state of the Android equipment to be tested in the test process.
The production test software system 20 includes:
a reading configuration module: reading the configuration of the item to be tested based on the serial number SN of the Android device to be tested, and storing the configuration of the item to be tested;
a test module: the test system is used for completing different test functions according to different test requirements.
Further, the test module includes:
a self-service test module: completing automatic testing of the Android equipment to be tested based on the configuration of the items to be tested;
single item test module: testing a single test item of a submodule of the Android device to be tested;
an aging test module: and carrying out long-time repeated aging test on the sub-modules of the Android equipment to be tested.
Further, the self-service test module comprises:
preliminary examination test module: carrying out first self-service test on the Android equipment to be tested, and uploading a test log finished in each test to a background test management system;
and (4) testing the module after inspection: and carrying out second self-service test on the Android equipment to be tested, and modifying the factory state of the Android equipment to be tested if the Android equipment to be tested passes the test.
Fig. 2 is a schematic flow chart of a testing method of the present invention, and as shown in fig. 2, a specific embodiment of the present invention provides a general testing method for Andriod equipment, where a general testing system for Andriod equipment according to any one of the above items is adopted, and includes:
background test management step S10: the system comprises a plurality of test tasks, a serial number SN of Android equipment to be tested is correspondingly written in each test task, items to be tested of each test task are configured according to the requirements of the equipment to be tested, and a test instruction is sent out, wherein N is greater than or equal to 1;
production test step S20: the production testing software system is installed on the Android equipment to be tested, is in communication connection with the background testing management system, writes a serial number SN into the production testing software system, identifies the serial number SN by the background testing management system, determines items to be tested of the Android equipment to be tested according to the serial number SN, and receives and issues a testing instruction;
SDK test step S30: and the test software system is installed on the Android equipment to be tested, and based on the test instruction issued by the production test software system, the SDK is adopted to control the bottom hardware program of the Android equipment to be tested, so that the test of the Android equipment to be tested is completed.
In some embodiments of the present invention, the background test management step S10 includes:
a task creating step: the device model creating method comprises the steps that N task lists are created based on the device model of Andriod devices to be tested, and corresponding serial numbers of the devices to be tested are created in each task list;
a test configuration step: the hardware sub-module is used for configuring items to be tested for the android device to be tested;
log management step: the Android device test log storage and checking system is used for storing, checking and managing test logs of Android devices to be tested;
and a device state checking step: the method is used for inquiring the state of the Android device to be tested in the test process.
In some embodiments of the present invention, the production test step S20 includes:
reading configuration: reading the configuration of the item to be tested based on the serial number SN of the Android device to be tested, and storing the configuration of the item to be tested;
the testing steps are as follows: the test system is used for completing different test functions according to different test requirements.
In some embodiments of the present invention, the testing step comprises:
self-service test step: completing automatic testing of the Android equipment to be tested based on the configuration of the items to be tested;
single test procedure: carrying out single test item of the sub-module of the Android equipment to be tested;
and (3) aging test: and carrying out long-time repeatability test on the sub-modules of the Android equipment to be tested.
In some embodiments of the present invention, the self-service testing step includes:
initial detection testing: carrying out first self-service test on the Android equipment to be tested, and uploading a test log finished in each test to a background test management system;
and (4) testing the test: and carrying out second self-service test on the Android equipment to be tested, and modifying the factory state of the Android equipment to be tested if the Android equipment to be tested passes the test.
The following describes the test method of the present invention in detail with reference to the accompanying drawings:
1) fig. 3 is a schematic diagram of a background test management procedure according to a specific embodiment of the present invention, and as shown in fig. 3, when logging in a background website, a machine model can be created, a task sheet can be created for a corresponding machine model, and a serial number of a device is created in batch for the task sheet. Different test items can be configured according to the equipment test requirements, and the corresponding test module can be selected.
2) And the equipment installs the SDK, then installs the production test software, writes the serial number corresponding to the task list, and double-clicks the version number at the upper right corner of the main interface in the state of connecting the network, so that the configuration can be read and stored. The configured test items are embodied in single item test and self-service detection. Note: and the background is connected with the equipment for data transceiving by identifying the serial number of the equipment.
3) Fig. 4 is a schematic diagram of a test step generated in the embodiment of the present invention, and as shown in fig. 4, the self-service detection is divided into a first detection and a complete detection, a test log can be uploaded to a background after each test is completed, and if the test log passes the complete detection, whether the device leaves a factory can be selected, and whether the device leaves the factory can be checked in the background device information correspondingly. In addition, the production test software also has the function of aging test.
Compared with the prior art, the method can be suitable for testing the android device; the invention only needs one testing software, and can realize the testing of different machine types by matching with a background system, and the management is convenient; the method and the device can be used universally in Android system equipment, and can call out functions required by testing only by identifying equipment information even if the equipment is of a new type, so that system testing software is more convenient to use and manage.
The above description is for the purpose of describing particular embodiments of the present invention, and is not intended to limit the scope of the present invention, which is defined by the claims and their equivalents, and all changes and modifications that can be made therein without departing from the spirit and scope of the present invention. It is noted that in the drawings and in the description, implementations not shown or described are all in a form known to those of ordinary skill in the art and are not described in detail. Furthermore, the above definitions of the various components and processes are not intended to be limited to the specific structures, shapes, or configurations shown in the examples.

Claims (10)

1. A universal test system for Andriod equipment, comprising:
a background test management system: the system comprises a plurality of test tasks, a serial number SN of the Android equipment to be tested is correspondingly written into each test task, an item to be tested of each test task is configured according to the requirement of the equipment to be tested, and a test instruction is sent out, wherein N is greater than or equal to 1;
production test software system: the production testing software system is arranged on the Android equipment to be tested, is in communication connection with the background testing management system, writes the serial number SN into the production testing software system, identifies the serial number SN, determines items to be tested of the Android equipment to be tested according to the serial number SN, and receives and issues the testing instruction;
SDK test component: and the test software system is arranged on the Android equipment to be tested, and based on a test instruction issued by the production test software system, the SDK is adopted to control a bottom hardware program of the Android equipment to be tested, so that the test of the Android equipment to be tested is completed.
2. The universal test system for Andriod devices under test as recited in claim 1, wherein the background test management system comprises:
a task creation module: the serial number SN is used for writing the serial number SN corresponding to the equipment to be tested into each test task;
a test configuration module: the hardware submodule is used for carrying out configuration management on the items to be tested of the hardware submodule of the Andriod equipment to be tested;
a log management module: the Android device to be tested is used for storing, checking and managing the test log of the Android device to be tested;
a device status viewing module: and the Android device to be tested is used for inquiring the device state of the Android device to be tested in the testing process.
3. The universal test system for Andriod equipment according to claim 1, wherein said production test software system comprises:
a reading configuration module: reading the configuration of the item to be tested based on the serial number SN of the Android device to be tested, and storing the configuration of the item to be tested;
a test module: the test system is used for completing different test functions according to different test requirements.
4. The universal test system for Andriod equipment according to claim 3, wherein the test module comprises:
a self-service test module: completing the automatic test of the Android equipment to be tested based on the configuration of the items to be tested;
single item test module: testing a single test item of the sub-module of the Android device to be tested;
an aging test module: and carrying out long-time repeated aging test on the sub-modules of the Android equipment to be tested.
5. The universal testing system for Andriod devices of claim 4, wherein the self-service testing module comprises:
preliminary examination test module: performing first self-service test on the Android equipment to be tested, and uploading a test log finished by each test to the background test management system;
and (4) testing the module after inspection: and carrying out second self-service test on the Android equipment to be tested, and modifying the factory state of the Android equipment to be tested if the Android equipment to be tested passes the test.
6. A universal test method for Andriod equipment, which adopts the universal test system for Andriod equipment as claimed in any one of claims 1-5, and is characterized by comprising the following steps:
a background test management step: the system comprises a plurality of test tasks, a serial number SN of the Android equipment to be tested is correspondingly written into each test task, an item to be tested of each test task is configured according to the requirement of the equipment to be tested, and a test instruction is sent out, wherein N is greater than or equal to 1;
production and test steps: the production testing software system is arranged on the Android equipment to be tested, is in communication connection with the background testing management system, writes the serial number SN into the production testing software system, identifies the serial number SN, determines items to be tested of the Android equipment to be tested according to the serial number SN, and receives and issues the testing instruction;
and (3) SDK testing: and the test software system is arranged on the Android equipment to be tested, and based on a test instruction issued by the production test software system, the SDK is adopted to control a bottom hardware program of the Android equipment to be tested, so that the test of the Android equipment to be tested is completed.
7. The universal testing method for the Andriod device to be tested according to claim 6, wherein the background test management step comprises:
a task creating step: the device model creating module is used for creating N task lists based on the device model of the Andriod device to be tested and creating a corresponding serial number of the device to be tested in each task list;
a test configuration step: the hardware submodule is used for configuring items to be tested for the hardware submodule of the Andriod device to be tested;
log management step: the Android device to be tested is used for storing, checking and managing the test log of the Android device to be tested;
and a device state checking step: and the Android device to be tested is used for inquiring the state of the Android device to be tested in the test process.
8. The universal testing method for Andriod equipment according to claim 6, wherein said production testing step comprises:
reading configuration: reading the configuration of the item to be tested based on the serial number SN of the Android device to be tested, and storing the configuration of the item to be tested;
the testing steps are as follows: the test system is used for completing different test functions according to different test requirements.
9. The universal testing method for Andriod equipment according to claim 8, wherein the testing step comprises:
self-service test step: completing the automatic test of the Android equipment to be tested based on the configuration of the items to be tested;
single test procedure: carrying out single test item of the sub-module of the Android device to be tested;
and (3) aging test: and carrying out long-time repeatability test on the sub-modules of the Android equipment to be tested.
10. The universal testing method for Andriod equipment according to claim 9, wherein the self-service testing step comprises:
initial detection testing: performing first self-service test on the Android equipment to be tested, and uploading a test log finished by each test to the background test management system;
and (4) testing the test: and carrying out second self-service test on the Android equipment to be tested, and modifying the factory state of the Android equipment to be tested if the Android equipment to be tested passes the test.
CN202110987013.2A 2021-08-26 2021-08-26 Universal test system and method for Andriod equipment Pending CN113835936A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110987013.2A CN113835936A (en) 2021-08-26 2021-08-26 Universal test system and method for Andriod equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110987013.2A CN113835936A (en) 2021-08-26 2021-08-26 Universal test system and method for Andriod equipment

Publications (1)

Publication Number Publication Date
CN113835936A true CN113835936A (en) 2021-12-24

Family

ID=78961303

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110987013.2A Pending CN113835936A (en) 2021-08-26 2021-08-26 Universal test system and method for Andriod equipment

Country Status (1)

Country Link
CN (1) CN113835936A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115033466A (en) * 2022-05-23 2022-09-09 珠海视熙科技有限公司 Batch flashing pressure testing method and device, storage medium and computer equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102495799A (en) * 2011-12-02 2012-06-13 刘伟 Automatic test system and method of movable terminal
CN102665093A (en) * 2012-03-13 2012-09-12 深圳市九洲电器有限公司 Test method for set top box and test system thereof
CN102845021A (en) * 2011-04-20 2012-12-26 华为技术有限公司 Measurement method, measurement server and measurement user terminal of internet protocol television (iptv) terminal
CN103713991A (en) * 2012-10-08 2014-04-09 腾讯科技(深圳)有限公司 Method and device for testing application programs on Android devices
CN111045940A (en) * 2019-12-09 2020-04-21 广东南方海岸科技服务有限公司 Software automation test method, device, architecture, server and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102845021A (en) * 2011-04-20 2012-12-26 华为技术有限公司 Measurement method, measurement server and measurement user terminal of internet protocol television (iptv) terminal
CN102495799A (en) * 2011-12-02 2012-06-13 刘伟 Automatic test system and method of movable terminal
CN102665093A (en) * 2012-03-13 2012-09-12 深圳市九洲电器有限公司 Test method for set top box and test system thereof
CN103713991A (en) * 2012-10-08 2014-04-09 腾讯科技(深圳)有限公司 Method and device for testing application programs on Android devices
CN111045940A (en) * 2019-12-09 2020-04-21 广东南方海岸科技服务有限公司 Software automation test method, device, architecture, server and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115033466A (en) * 2022-05-23 2022-09-09 珠海视熙科技有限公司 Batch flashing pressure testing method and device, storage medium and computer equipment
CN115033466B (en) * 2022-05-23 2023-04-07 珠海视熙科技有限公司 Batch flashing pressure testing method and device, storage medium and computer equipment

Similar Documents

Publication Publication Date Title
CN109361562B (en) Automatic testing method based on associated network equipment access
US20200241891A1 (en) Enhanced mobileq for ios and android
US20150100829A1 (en) Method and system for selecting and executing test scripts
US20150100832A1 (en) Method and system for selecting and executing test scripts
CN107135390A (en) Automatic testing method and system for television application
US8935576B2 (en) Automated cabling process for a complex environment
US20150100830A1 (en) Method and system for selecting and executing test scripts
US20150100831A1 (en) Method and system for selecting and executing test scripts
CN110013672A (en) Method, unit and the computer readable storage medium of the automatic test of game for machine operation
CN107391362A (en) Application testing method, mobile terminal and storage medium
CN113568833A (en) Test case determination method and device, computer equipment and readable storage medium
CN113835936A (en) Universal test system and method for Andriod equipment
CN112231206A (en) Script editing method for application program test, computer readable storage medium and test platform
CN102595461B (en) Performance of mobile communication system testing apparatus, system and method for testing
CN112506772B (en) Web automatic test method, device, electronic equipment and storage medium
CN117216032A (en) Database optimization inspection method, device, medium and equipment
CN115686575A (en) Edge controller firmware updating method, system, storage medium and server
CN107135120B (en) Automatic test method and device for HPC cluster
CN115422091A (en) Firmware debugging method and device, electronic equipment and storage medium
CN115168124A (en) Stability test method and device for concurrently executing multiple files on hard disk, computer equipment and medium
CN104678292A (en) Test method and device for CPLD (Complex Programmable Logic Device)
CN113986753A (en) Interface test method, device, equipment and storage medium
CN115437903A (en) Interface test method, device, apparatus, storage medium, and program
CN101976219A (en) Method and system for debugging automatic testing script and agent device
CN114217843A (en) Operation and maintenance method and device of system and server

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