CN105653438A - Method and device for cross-process automated testing of Android device - Google Patents

Method and device for cross-process automated testing of Android device Download PDF

Info

Publication number
CN105653438A
CN105653438A CN201410637702.0A CN201410637702A CN105653438A CN 105653438 A CN105653438 A CN 105653438A CN 201410637702 A CN201410637702 A CN 201410637702A CN 105653438 A CN105653438 A CN 105653438A
Authority
CN
China
Prior art keywords
test
touch screen
action
sequence
devices
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.)
Granted
Application number
CN201410637702.0A
Other languages
Chinese (zh)
Other versions
CN105653438B (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.)
TD Tech Ltd
TD Tech Chengdu Co Ltd
Original Assignee
TD Tech 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 TD Tech Ltd filed Critical TD Tech Ltd
Priority to CN201410637702.0A priority Critical patent/CN105653438B/en
Publication of CN105653438A publication Critical patent/CN105653438A/en
Application granted granted Critical
Publication of CN105653438B publication Critical patent/CN105653438B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Telephone Function (AREA)

Abstract

Embodiments of the invention provide a method and a device for cross-process automated testing of an Android device. The test method comprises: according to a preset test case of a to-be-tested device, calling an application programming interface API of the to-be-tested device, decomposing the test case into an action sequence formed by actions corresponding to each key touch screen event; according to test requirement and the action sequence, customizing at least a key touch screen event sequence, wherein each key touch screen event sequence comprises at least an action corresponding to the key touch screen event; obtaining access permission of the to-be-tested device, and according to a preset test number, repeatedly executing the action corresponding to each key touch screen event in the at least a key touch screen event sequence, and recording a log of each key touch screen event. Since keys and the key touch screen events are independent to a controlled program, cross-process test on the to-be-tested device under a condition of not connecting with USB is realized, and stability of the automated testing is effectively improved.

Description

The striding course automated testing method of Android device and device
Technical field
The present embodiments relate to computer technology, particularly relate to a kind of Android (English: Android) the striding course automated testing method of equipment and device.
Background technology
The modes such as the analogue-key of currently common Android device and the automated testing method of touch screen event have Monkey, MonkeyRunner, Adbshell script, Robotium.
Concrete, the essence of Monkey method is to use Adbshell order, stochastic simulation button or touch screen event, it is necessary to USB connects Android device. Monkeyrunner is that an application programming interface is (English: ApplicationProgrammingInterface, it is called for short: API) tool kit, can based on Python module and program development whole set of system, Android device is controlled, it is necessary to USB connects Android device to be tested with this. Adbshell script is to connect on computers by equipment by USB, and analogue-key and touch screen event carry out automatic test. Robotium, tests carry out black box automatization, simulated operation and the gesture of each application program of Android device.
But, existing method of testing, or need exclusive USB, Android device is connected on test equipment, or the application program of each Android device can only be tested one by one, make the test scene of Android device is compared limitation, and measuring stability is relatively low.
Summary of the invention
The striding course automated testing method of the Android device that the embodiment of the present invention provides and device, solve in prior art the method for testing of Android device needing exclusive USB or each application program individually can only be tested, the problem that the measuring stability that causes is relatively low.
Embodiment of the present invention first aspect provides the striding course automated testing method of a kind of Android device, including:
According to the test case pre-setting Devices to test, call the application programming interface API of described Devices to test, described test case is decomposed into the action sequence of the action composition corresponding with each button touch screen event;
According to testing requirement and described action sequence, customize at least one button touch screen sequence of events; Wherein, each button touch screen sequence of events includes the action that at least one button touch screen event is corresponding;
Obtain the access rights of described Devices to test, and according to the testing time pre-set, repeat action that at least one button touch screen sequence of events described, each button touch screen event is corresponding and record the daily record of each button touch screen event.
Embodiment of the present invention second aspect provides the striding course automatic test device of a kind of Android device, including:
Processing module, for according to the test case pre-setting Devices to test, calling the application programming interface API of described Devices to test, is decomposed into the action sequence of the action composition corresponding with each button touch screen event by described test case;
Described processing module is additionally operable to according to testing requirement and described action sequence, customizes at least one button touch screen sequence of events; Wherein, each button touch screen sequence of events includes the action that at least one button touch screen event is corresponding;
Acquisition module, for obtaining the access rights of described Devices to test;
Described processing module is additionally operable to according to described access rights, the testing time that pre-sets, repeats action that at least one button touch screen sequence of events described, each button touch screen event is corresponding and records the daily record of each button touch screen event.
The striding course automated testing method of the Android device that the embodiment of the present invention provides and device, by according to before equipment test experience being arranged test case, call Devices to test hiding API and test case is decomposed into the sequence of the multiple actions corresponding with button touch screen event, then the device under test button touch screen sequence of events for testing is customized according to testing requirement and action sequence, obtain the contact action authority of Devices to test and perform the event in button touch screen sequence of events, complete the test of device under test, this test process need not connect USB, and owing to button and button touch screen event are independently of controlled processing procedure sequence, so multiple application programs can be controlled striding course simultaneously, it is effectively increased the stability of automatic test.
Accompanying drawing explanation
In order to be illustrated more clearly that the embodiment of the present invention or technical scheme of the prior art, the accompanying drawing used required in embodiment or description of the prior art will be briefly described below, apparently, accompanying drawing in the following describes is some embodiments of the present invention, for those of ordinary skill in the art, under the premise not paying creative work, it is also possible to obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is the flow chart of the striding course automated testing method embodiment one of Android device of the present invention;
Fig. 2 is the flow chart of the striding course automated testing method embodiment two of Android device of the present invention;
Fig. 3 is the structural representation of the striding course automatic test device embodiment one of Android device of the present invention.
Detailed description of the invention
For making the purpose of the embodiment of the present invention, technical scheme and advantage clearly, below in conjunction with the accompanying drawing in the embodiment of the present invention, technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is a part of embodiment of the present invention, rather than whole embodiments. Based on the embodiment in the present invention, the every other embodiment that those of ordinary skill in the art obtain under not making creative work premise, broadly fall into the scope of protection of the invention.
The technical scheme that the embodiment of the present invention provides may be used for all kinds of terminal units to Android system and is simulated the automatic test of button and button touch screen event, this kind equipment includes: mobile phone, flat board, intelligent terminal etc., it is also possible to reference to the which testing equipment to other system type.
Fig. 1 is the flow chart of the striding course automated testing method embodiment one of Android device of the present invention, as it is shown in figure 1, the concretely comprising the following steps of striding course automated testing method of Android device that the present embodiment provides:
S101: according to the test case pre-setting Devices to test, call the application programming interface API of described Devices to test, is decomposed into the action sequence of the action composition corresponding with each button touch screen event by described test case.
In the present embodiment, for Android device, it is possible to use Android hides API Calls, the test case of Android device is decomposed into one group of self-contained continuous action sequence, action sequence is mapped as button or button touch screen event.
S102: according to testing requirement and described action sequence, customizes at least one button touch screen sequence of events; Wherein, each button touch screen sequence of events includes the action that at least one button touch screen event is corresponding.
In the present embodiment, button or button touch screen sequence of events, it is possible to carry out customization arbitrarily according to testing requirement: key-press event can be passed through event behavior and (press, lift, long by), and the key assignments that the Devices to test of Androd system provides is customized.
S103: obtain the access rights of described Devices to test, and according to the testing time pre-set, repeats action that at least one button touch screen sequence of events described, each button touch screen event is corresponding and records the daily record of each button touch screen event.
In the present embodiment, in sequence customizes, the number of repetition that automatic test is conventional can be added, and the waiting time between modeling event, Devices to test, according to number of repetition or waiting time, performs each action in button touch screen sequence of events in order, and according to existing recording mode, record the daily record of execution action, determine the situation of Devices to test for tester according to this daily record.
The striding course automated testing method of the Android device that the present embodiment provides, by according to before equipment test experience being arranged test case, call Devices to test hiding API and test case is decomposed into the sequence of the multiple actions corresponding with button touch screen event, then the device under test button touch screen sequence of events for testing is customized according to testing requirement and action sequence, obtain the contact action authority of Devices to test and perform the event in button touch screen sequence of events, complete the test of device under test, this test process need not connect USB, and owing to button and button touch screen event are independently of controlled processing procedure sequence, so multiple application programs can be controlled striding course simultaneously, it is effectively increased the stability of automatic test.
Fig. 2 is the flow chart of the striding course automated testing method embodiment two of Android device of the present invention, as in figure 2 it is shown, on the basis of above-described embodiment one, the step that implements of the striding course automated testing method of this Android device is:
S201: the system platform version according to described Devices to test, obtains the system platform source code of described Devices to test, completes described API Calls.
S202: obtain the button of described Devices to test and the control authority of touch screen.
In the present embodiment, the Android platform version that Devices to test according to android system uses, obtain corresponding Android platform source code, compiling obtains classes.jar completely, we use in jar bag IWindowManager interface (after AndroidV4.2, interface changes IInputManager into), the method using this interface in the application program of Devices to test, it is thus achieved that the control to button and touch screen.
S203: according to the test case pre-setting Devices to test, call the application programming interface API of described Devices to test, is decomposed into the action sequence of the action composition corresponding with each button touch screen event by described test case.
In the present embodiment, Android can be used to hide API Calls, the test case of Android device being decomposed into one group of self-contained continuous action sequence, action sequence is mapped as button or touch screen event, namely this button touch screen event had both included key-press event and had also included touch screen event.
S204: inquire about described action sequence according to testing requirement, obtain at least one action that described testing requirement is corresponding.
S205: at least one action corresponding according to described testing requirement and the pixel of the X-axis of the touch screen of described Devices to test and Y-axis, obtains the pixel set that each action corresponding to described testing requirement is corresponding.
In the present embodiment, button touch screen event can pass through touch screen behavior (press, lift, mobile, length is pressed), and the pixel of the X-axis of screen and Y-axis is customized.
S206: pixel set corresponding for described each action corresponding for described testing requirement is generated at least one button touch screen sequence of events according to the customization of described testing requirement; Wherein, the pixel set that each described button touch screen sequence of events includes at least one button touch screen event action is corresponding.
In the present embodiment, button or button touch screen sequence of events, it is possible to carry out customization arbitrarily according to testing requirement: key-press event can pass through event behavior (press, lift, length is pressed), and the key assignments that Androd equipment provides is customized; In sequence customizes, the number of repetition that automatic test is conventional and the waiting time between modeling event can be added. The combination of the button touch screen sequence of events that one group of button and touch screen determine can abstract further be a primitive acts. The operation that such as group is exhaled can be combined by button one group fixing and button touch screen sequence of events.
S207: the system platform version according to described Devices to test, obtains the system platform signature of described Devices to test.
In the present embodiment, in order to obtain the underlying device access rights to corresponding platform, in addition it is also necessary to obtain the signature of platform.
S208: sign according to the system platform of described Devices to test and carry out platform signature operation, obtain the access rights of described Devices to test.
In the present embodiment, employing analogue-key and touch screen event interface in test, if Android regulation application employs this interface, be necessary for application is carried out Android platform signature, the test program after signature can be installed in Android device.
The access rights of described Devices to test include the analogue-key of described Devices to test and use authority and touch screen event interface to use authority.
S209: according to the testing time pre-set, repeats action that at least one button touch screen sequence of events described, each button touch screen event is corresponding and records the daily record of each button touch screen event.
In the present embodiment, writing test script, this test script defines the execution action sequence of use-case. The abstraction hierarchy of definition action can be concrete button or touch screen sequence of events, it is also possible to abstract in primitive acts. Devices to test resolves the test script write, being mapped as concrete button or touch screen event, call hiding api interface, analog subscriber inputs, because button or touch screen event are independently of controlled application program, it is possible to striding course controls multiple application programs simultaneously.
In any of the above-described embodiment, off-line simulation button and touch screen event scheme are different from traditional modeling event automated testing method, maximum difference is in that, off-line simulation need not connect USB line, just can be simulated button and touch screen event, and traditional be all need to connect USB line, off-line method has broken away from the restriction of USB line, and this is of great importance for Android device automatic test.
The striding course automated testing method of the Android device that the present embodiment provides, the control authority of button and touch screen by obtaining Devices to test, according to before equipment being tested experience, test case is set, call Devices to test hiding API and test case is decomposed into the sequence of the multiple actions corresponding with button touch screen event, then the device under test button touch screen sequence of events for testing is customized according to testing requirement and action sequence, and device under test carries out platform signature and just does, obtain the contact action authority of Devices to test and perform the event in button touch screen sequence of events, complete the test to Android device to be measured, the automated testing method of off-line simulation button touch screen event, fundamentally break away from the USB restriction connected, USB is not used to connect any analogue-key touch screen sequence being achieved that any number of repetition of arbitrary sequence and waiting time, and the method does not rely on certain specific application program, it is possible to across program joint test, the perfect coverage of automatic test scene, drastically increase the stability of Android device automatic test.
Fig. 3 be the structural representation of the striding course automatic test device embodiment one of Android device of the present invention as it is shown on figure 3, the striding course automatic test device 10 of this Android device, including processing module 10 and acquisition module 12, concrete:
Processing module 11, for according to the test case pre-setting Devices to test, calling the application programming interface API of described Devices to test, is decomposed into the action sequence of the action composition corresponding with each button touch screen event by described test case; Described processing module 11 is additionally operable to according to testing requirement and described action sequence, customizes at least one button touch screen sequence of events; Wherein, each button touch screen sequence of events includes the action that at least one button touch screen event is corresponding; Acquisition module 12, for obtaining the access rights of described Devices to test; Described processing module 11 is additionally operable to according to described access rights, the testing time that pre-sets, repeats action that at least one button touch screen sequence of events described, each button touch screen event is corresponding and records the daily record of each button touch screen event.
The striding course automatic test device of the Android device that the present embodiment provides, for performing the technical scheme of the embodiment of the method shown in Fig. 1, its technique effect is with to realize principle similar, by according to before equipment test experience being arranged test case, call Devices to test hiding API and test case is decomposed into the sequence of the multiple actions corresponding with button touch screen event, then the device under test button touch screen sequence of events for testing is customized according to testing requirement and action sequence, obtain the contact action authority of Devices to test and perform the event in button touch screen sequence of events, complete the test of device under test, this test process need not connect USB, and owing to button and button touch screen event are independently of controlled processing procedure sequence, so multiple application programs can be controlled striding course simultaneously, it is effectively increased the stability of automatic test.
In the embodiment two of the striding course automatic test device of Android device of the present invention, on the basis of above-mentioned embodiment illustrated in fig. 3, described acquisition module 12 is additionally operable to: the system platform version according to described Devices to test, obtain the system platform source code of described Devices to test, complete described API Calls;
Obtain the button of described Devices to test and the control authority of touch screen.
Optionally, described processing module 11 specifically for: according to testing requirement inquire about described action sequence, obtain at least one action that described testing requirement is corresponding;
At least one action corresponding according to described testing requirement and the pixel of the X-axis of the touch screen of described Devices to test and Y-axis, obtain the pixel set that each action corresponding to described testing requirement is corresponding;
Pixel set corresponding for described each action corresponding for described testing requirement is generated at least one button touch screen sequence of events according to the customization of described testing requirement; Wherein, the pixel set that each described button touch screen sequence of events also includes at least one button touch screen event action is corresponding.
Optionally, described processing module 11 also particularly useful for:
System platform version according to described Devices to test, obtains the system platform signature of described Devices to test;
System platform signature according to described Devices to test carries out platform signature operation, obtains the access rights of described Devices to test; Wherein, the access rights of described Devices to test include analogue-key use authority and the touch screen event interface use authority of described Devices to test.
The striding course automatic test device of Android device that the present embodiment provides, for performing the technical scheme of the embodiment of the method shown in Fig. 1 or Fig. 2, its technique effect, with to realize principle similar, does not repeat them here.
One of ordinary skill in the art will appreciate that: all or part of step realizing above-mentioned each embodiment of the method can be completed by the hardware that programmed instruction is relevant. Aforesaid program can be stored in a computer read/write memory medium. This program upon execution, performs to include the step of above-mentioned each embodiment of the method; And aforesaid storage medium includes: the various media that can store program code such as ROM, RAM, magnetic disc or CDs.
Last it is noted that various embodiments above is only in order to illustrate technical scheme, it is not intended to limit; Although the present invention being described in detail with reference to foregoing embodiments, it will be understood by those within the art that: the technical scheme described in foregoing embodiments still can be modified by it, or wherein some or all of technical characteristic is carried out equivalent replacement; And these amendments or replacement, do not make the essence of appropriate technical solution depart from the scope of various embodiments of the present invention technical scheme.

Claims (8)

1. the striding course automated testing method of an Android device, it is characterised in that including:
According to the test case pre-setting Devices to test, call the application programming interface API of described Devices to test, described test case is decomposed into the action sequence of the action composition corresponding with each button touch screen event;
According to testing requirement and described action sequence, customize at least one button touch screen sequence of events; Wherein, each button touch screen sequence of events includes the action that at least one button touch screen event is corresponding;
Obtain the access rights of described Devices to test, and according to the testing time pre-set, repeat action that at least one button touch screen sequence of events described, each button touch screen event is corresponding and record the daily record of each button touch screen event.
2. method according to claim 1, it is characterized in that, described basis pre-sets the test case of Devices to test, call the application programming interface API of described Devices to test, before described test case is decomposed into the action sequence of the action composition corresponding with each button touch screen event, described method also includes:
System platform version according to described Devices to test, obtains the system platform source code of described Devices to test, completes described API Calls;
Obtain the button of described Devices to test and the control authority of touch screen.
3. method according to claim 2, it is characterised in that described according to testing requirement with described action sequence, customizes at least one button touch screen sequence of events, including:
Inquire about described action sequence according to testing requirement, obtain at least one action that described testing requirement is corresponding;
At least one action corresponding according to described testing requirement and the pixel of the X-axis of the touch screen of described Devices to test and Y-axis, obtain the pixel set that each action corresponding to described testing requirement is corresponding;
Pixel set corresponding for described each action corresponding for described testing requirement is generated at least one button touch screen sequence of events according to the customization of described testing requirement;
Wherein, the pixel set that each described button touch screen sequence of events includes at least one button touch screen event action is corresponding.
4. method according to claim 3, it is characterised in that the access rights of the described Devices to test of described acquisition, including:
System platform version according to described Devices to test, obtains the system platform signature of described Devices to test;
System platform signature according to described Devices to test carries out platform signature operation, obtains the access rights of described Devices to test;
Wherein, the access rights of described Devices to test include analogue-key use authority and the touch screen event interface use authority of described Devices to test.
5. the striding course automatic test device of an Android device, it is characterised in that including:
Processing module, for according to the test case pre-setting Devices to test, calling the application programming interface API of described Devices to test, is decomposed into the action sequence of the action composition corresponding with each button touch screen event by described test case;
Described processing module is additionally operable to according to testing requirement and described action sequence, customizes at least one button touch screen sequence of events; Wherein, each button touch screen sequence of events includes the action that at least one button touch screen event is corresponding;
Acquisition module, for obtaining the access rights of described Devices to test;
Described processing module is additionally operable to according to described access rights, the testing time that pre-sets, repeats action that at least one button touch screen sequence of events described, each button touch screen event is corresponding and records the daily record of each button touch screen event.
6. device according to claim 5, it is characterised in that described acquisition module is additionally operable to:
System platform version according to described Devices to test, obtains the system platform source code of described Devices to test, completes described API Calls;
Obtain the button of described Devices to test and the control authority of touch screen.
7. device according to claim 6, it is characterised in that described processing module specifically for:
Inquire about described action sequence according to testing requirement, obtain at least one action that described testing requirement is corresponding;
At least one action corresponding according to described testing requirement and the pixel of the X-axis of the touch screen of described Devices to test and Y-axis, obtain the pixel set that each action corresponding to described testing requirement is corresponding;
Pixel set corresponding for described each action corresponding for described testing requirement is generated at least one button touch screen sequence of events according to the customization of described testing requirement;
Wherein, the pixel set that each described button touch screen sequence of events also includes at least one button touch screen event action is corresponding.
8. device according to claim 7, it is characterised in that described processing module also particularly useful for:
System platform version according to described Devices to test, obtains the system platform signature of described Devices to test;
System platform signature according to described Devices to test carries out platform signature operation, obtains the access rights of described Devices to test;
Wherein, the access rights of described Devices to test include analogue-key use authority and the touch screen event interface use authority of described Devices to test.
CN201410637702.0A 2014-11-12 2014-11-12 The striding course automated testing method and device of Android device Active CN105653438B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410637702.0A CN105653438B (en) 2014-11-12 2014-11-12 The striding course automated testing method and device of Android device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410637702.0A CN105653438B (en) 2014-11-12 2014-11-12 The striding course automated testing method and device of Android device

Publications (2)

Publication Number Publication Date
CN105653438A true CN105653438A (en) 2016-06-08
CN105653438B CN105653438B (en) 2018-11-09

Family

ID=56478585

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410637702.0A Active CN105653438B (en) 2014-11-12 2014-11-12 The striding course automated testing method and device of Android device

Country Status (1)

Country Link
CN (1) CN105653438B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106776327A (en) * 2016-12-21 2017-05-31 北京奇虎科技有限公司 A kind of application program regression testing method and device
CN107102949A (en) * 2017-06-30 2017-08-29 上海木爷机器人技术有限公司 Application program off-line test method and instrument
CN109032947A (en) * 2018-07-27 2018-12-18 广州视源电子科技股份有限公司 Test method, device, equipment and storage medium for operating system
WO2019019955A1 (en) * 2017-07-25 2019-01-31 深圳壹账通智能科技有限公司 Gesture test method and apparatus, computer device and storage medium
CN109684213A (en) * 2018-12-21 2019-04-26 惠州Tcl移动通信有限公司 A kind of test method, device and storage medium
CN109901597A (en) * 2017-12-08 2019-06-18 中国科学院沈阳自动化研究所 A kind of equipment automatic controller and control method suitable for underwater robot
CN110347581A (en) * 2019-05-20 2019-10-18 菜鸟智能物流控股有限公司 Test method and device and electronic equipment
CN111198687A (en) * 2018-11-19 2020-05-26 成都鼎桥通信技术有限公司 Compiling method of android system application program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102053911A (en) * 2010-12-30 2011-05-11 东莞宇龙通信科技有限公司 Automated testing method and system based on Android and mobile terminal
CN102419732A (en) * 2011-12-27 2012-04-18 Tcl集团股份有限公司 Android-platform-based automated testing method and testing tool
CN102841845A (en) * 2012-07-30 2012-12-26 广东欧珀移动通信有限公司 Automatic testing method of Android device software
KR20140033580A (en) * 2012-09-06 2014-03-19 주식회사 퓨전소프트 Method for generating activity based state diagram of android applications

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102053911A (en) * 2010-12-30 2011-05-11 东莞宇龙通信科技有限公司 Automated testing method and system based on Android and mobile terminal
CN102419732A (en) * 2011-12-27 2012-04-18 Tcl集团股份有限公司 Android-platform-based automated testing method and testing tool
CN102841845A (en) * 2012-07-30 2012-12-26 广东欧珀移动通信有限公司 Automatic testing method of Android device software
KR20140033580A (en) * 2012-09-06 2014-03-19 주식회사 퓨전소프트 Method for generating activity based state diagram of android applications

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
吴倩,赵晨啸,郭莹: "《Android安全机制解析与应用实践》", 31 May 2013, 北京:机械工业出版社 *
施懿民: "《Android应用测试与调试实战》", 30 April 2014, 北京:机械工业出版社 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106776327A (en) * 2016-12-21 2017-05-31 北京奇虎科技有限公司 A kind of application program regression testing method and device
CN107102949A (en) * 2017-06-30 2017-08-29 上海木爷机器人技术有限公司 Application program off-line test method and instrument
CN107102949B (en) * 2017-06-30 2020-06-09 上海木木聚枞机器人科技有限公司 Application program offline testing method and tool
WO2019019955A1 (en) * 2017-07-25 2019-01-31 深圳壹账通智能科技有限公司 Gesture test method and apparatus, computer device and storage medium
CN109901597A (en) * 2017-12-08 2019-06-18 中国科学院沈阳自动化研究所 A kind of equipment automatic controller and control method suitable for underwater robot
CN109901597B (en) * 2017-12-08 2021-05-25 中国科学院沈阳自动化研究所 Equipment automatic controller and control method suitable for underwater robot
CN109032947A (en) * 2018-07-27 2018-12-18 广州视源电子科技股份有限公司 Test method, device, equipment and storage medium for operating system
CN111198687A (en) * 2018-11-19 2020-05-26 成都鼎桥通信技术有限公司 Compiling method of android system application program
CN109684213A (en) * 2018-12-21 2019-04-26 惠州Tcl移动通信有限公司 A kind of test method, device and storage medium
CN109684213B (en) * 2018-12-21 2022-04-22 惠州Tcl移动通信有限公司 Test method, test device and storage medium
CN110347581A (en) * 2019-05-20 2019-10-18 菜鸟智能物流控股有限公司 Test method and device and electronic equipment

Also Published As

Publication number Publication date
CN105653438B (en) 2018-11-09

Similar Documents

Publication Publication Date Title
CN105653438A (en) Method and device for cross-process automated testing of Android device
CN105653056B (en) The test method and device of input method
CN103984626A (en) Method and device for generating test-case script
CN102053911A (en) Automated testing method and system based on Android and mobile terminal
CN102419732A (en) Android-platform-based automated testing method and testing tool
CN105426298A (en) ADB (Android debug bridge)-based software test method and system
CN104899132B (en) Application software testing method, apparatus and system
CN103455413A (en) Method, device and system for interaction scenario test data processing of communication terminals
CN105515883A (en) Test method and system
CN102999419B (en) A kind of Android test incident record back method and device
CN104820565B (en) Slide command processing method and terminal
CN105320595A (en) Application test method and device
CN106776327A (en) A kind of application program regression testing method and device
CN104780407A (en) Automatic testing method and automatic testing system for set top box
CN103268289A (en) Method and system for transcribing and applying test script on mobile terminal
CN109543409B (en) Method, device and equipment for detecting malicious application and training detection model
CN104915297A (en) APP electricity consumption automatic test method for android device
CN102968371A (en) Method and device for testing JAVA API unit component
CN109711972A (en) Contract generation method, device, equipment and readable storage medium storing program for executing
CN105138463A (en) Testing method and system for mobile terminal software
CN102929688B (en) The simulator of a kind of simulated touch screen realizes method and this simulator
CN105760300A (en) Automatic STK/UTK service testing method and system
CN111385661B (en) Method, device, terminal and storage medium for voice control of full screen playing
CN103605610A (en) System and method for software testing based on Hadoop
CN104834586A (en) Automatic test method, device and system of Android interface

Legal Events

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