CN102841845A - Automatic testing method of Android device software - Google Patents
Automatic testing method of Android device software Download PDFInfo
- Publication number
- CN102841845A CN102841845A CN2012102659620A CN201210265962A CN102841845A CN 102841845 A CN102841845 A CN 102841845A CN 2012102659620 A CN2012102659620 A CN 2012102659620A CN 201210265962 A CN201210265962 A CN 201210265962A CN 102841845 A CN102841845 A CN 102841845A
- Authority
- CN
- China
- Prior art keywords
- automatic test
- tested program
- device software
- script
- android device
- 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
Links
Landscapes
- Debugging And Monitoring (AREA)
Abstract
The invention relates to an automatic testing method of Android device software, and the automatic testing method comprises steps of automatic recording, replaying and verification of scripts, wherein the recording comprises following steps of (101) starting a tested program, and creating a layer of transparent View layer covering the tested program, wherein the transparent View layer is a subclass of android view View; (102) operating a screen or keys according to a test requirement; in the operation process, the transparent View layer captures and records a corresponding touch control/keystroke event, and an operation instruction is transmitted to the tested program through an analog touch control/keystroke event; and the tested program executing the operation instruction. The automatic testing method is based on an Android system and unnecessary for utilizing a shell order and a high-performance personal computer (pc), so that the test safety, reliability, universality and easiness in implementation can be enhanced.
Description
Technical field
The present invention relates to software Black-box Testing technology, be specifically related to tall and erect (Android) device software automatic test approach of a kind of peace, especially be applied to smart mobile phone.
Background technology
Existing; Roughly be divided into three kinds in the Android system software automated test tool; The first is that (such as present popular Juit (java unit testing) and Robotium (a kind of black box automated test frame based on Android), be used for automatic test again, such benefit is a workload of having saved the test man for the pre-designed testing tool of certain test path of certain program by test developer; But increased the workload of test developer widely; At first there are many test paths in a program, and test developer just must be come the design test instrument according to different test paths, if also just do not accomplish the comprehensive of program test like this.Also just do automatic test well so do the problems referred to above well, also can cause product to have serious risk and defective simultaneously.Perhaps you we can say and adopt artificial mode to test! So really, can solve the problem of automatic test, but conventional artificial test coverage rate is narrow, the cycle is long, and problems such as cost of labor height are again that each institute of manufacturer is unacceptable.
It two is to adopt computing machine (pc) to connect the mode at Android terminal; Its realization is that peace that Android carries is tall and erect to be driven (ADB) instrument or be connected with peripherals and configure socket (Socket) communications parameter through USB (USB) realization through on the pc machine, being equipped with; On the interface, come out through standard wicket tool box (swt)/jface tool display; Then generate corresponding test script at bottom through the information that the equipment tested program is obtained in shell (shell) order; Though can address the above problem like this, it has broken away from not computer, does not accomplish automatic test whenever and wherever possible; The non-constant of the convenience of instrument and practicality such as application number is: 201110446674.0 patent.
It three is authorities at the highest level through open equipment; The information that the shell-command that could use when obtaining the highest rights of using of this equipment obtains the equipment tested program generates corresponding test script; This mode is connected closely with the Android system bottom; The safety that is unfavorable for Android equipment is prone to become the instrument/technology of hacker attacks, and such as application number be: the safety problem of 201010616361.0 patent is just troubling.
All be not enough to carry out the automatic test of Android system thus in existing measuring technology in also, demand urgently improving.
Summary of the invention
The technical issues that need to address of the present invention are, how a kind of Android device software automatic test approach is provided, and need not use shell-command and high-performance pc to carry out automatic test, thereby promote test safety, reliable, extensive and easy implementation.
Above-mentioned technical matters of the present invention solves like this: make up a kind of Android device software automatic test approach, comprise that following automatic script records step:
101) start tested program, and create layer of transparent visual (View) layer; Said View layer is the subclass of android.view.View;
102) press test request function screen or button;
In operating process, corresponding touch-control/key-press event is write down in the intercepting of said transparent View layer, transmits operational order through send corresponding consistent simulation touch-control/key-press event to tested program again; Tested program is carried out said operational order.
According to Android device software automatic test approach provided by the invention, step 102) in send simulation touch-control/key-press event through call back function HandleEvent and automatic test frame Instrumention to tested program.
According to Android device software automatic test approach provided by the invention, step 102) in tested program carry out said operational order and comprise the renewal screen interface.
According to Android device software automatic test approach provided by the invention; When transparent View has listened to the UP action, temporarily remove earlier itself and transmit recorded information in call back function HandleEvent; Call back function HandleEvent then combines automated test frame Instrumention to send simulation touch-control/key-press event according to the information recorded to upgrade tested program interface, step 102) in the intercepting record comprise the corresponding screen interface of record.
According to Android device software automatic test approach provided by the invention, said automatic script is recorded step and is comprised that striding course records, and this can't accomplish in based on the mode of shell and pc.
According to Android device software automatic test approach provided by the invention; The said step of recording also comprises through predefined interactive mode and notifies transparent View layer to finish to record; Script is recorded in generation; Specifically: the said step of recording comprises that also end is recorded and notified backstage service RecordService to extract recorded information after transparent View has listened to the end recording request, generates and records script.
According to Android device software automatic test approach provided by the invention, this automatic test approach also comprises the script replay procedure: send a series of simulation touch-control/key-press event corresponding with recording script according to recording script to tested program.
According to Android device software automatic test approach provided by the invention, said script replay procedure repeatedly repeats.
According to Android device software automatic test approach provided by the invention, said replay procedure comprises that also script is resolved and validity detects substep.
According to Android device software automatic test approach provided by the invention, this automatic test approach also comprises the result verification step.
According to Android device software automatic test approach provided by the invention, the result verification step includes, but are not limited to following mode:
(1) said result verification step comprises the output of intercepting tested program screen and automatic/artificial image comparison;
(2) said result verification step comprises that the output of record tested program data is with numeric ratio is right automatically.
Android device software automatic test approach provided by the invention especially is applied to smart mobile phone, has the following advantages than prior art:
1, tested program can be recorded the test script of different test paths through the present invention; And need not write any code or revise test script, the script of avoiding manually recording different test paths solves program test path diversity and testing tool developer design tool is difficult, workload is big problem;
2, need not realize automatic recording, and not need the authority at the highest level of Android equipment by the pc machine; The utilization technology is simulated human-computer interaction function fully, can record the multifarious test script in program test path more than 90%, thereby reduces the exploitation amount of automated test tool and the input of human capital, has improved automatic test efficient widely;
3, carry out automatic test through gathering the element coordinate, owing to only can record test script when recording, record with the script playback and test so can carry out the script of striding course according to the switching at interface;
4, can be used for regression test, smoke test and functional test, more practical, safer, more convenient and more reliable.
Description of drawings
Further the present invention is elaborated below in conjunction with accompanying drawing and specific embodiment:
Fig. 1 is the program circuit synoptic diagram of the automatic test software on the preferred specific embodiment touch-screen of the present invention smart mobile phone.
Embodiment
At first, the present invention basis and crucial is described:
(1) basic thought
In recording process, the View that when tested program starts, creates layer of transparent simultaneously is positioned on the tested program.When incident takes place, monitor method that this View realized can the operation of recording tested program put touch coordinate that element belongs to perhaps this equipment key value and generate test script and be stored on the mobile phone memory card.During playback, combine Instrumentation (a kind of automated test frame of Android platform) to realize the playback test of striding course according to corresponding script analytical algorithm again.
(2) self-defined View layer
This self-defining transparent View inherits from android.view.View; The above SOME METHODS of the onTouchEvent () of key-press event onKeyDown (), onKeyUp (), onKeyLong () and touch-control incident through making carbon copies it is come the audiomonitor action event; Simultaneously this step also can be when starting this tested program the information (self-defined code name is 0) of the Target Package of tested program, Activity Name (the Bao Mingyu main classes name of tested program) and current device be packaged into a special character string (form is: " self-defined code name "+"; " + " TargetPackage "+"; " + " Activity Name "+", "+" XX ") adds among the StringBuffer (character string buffer zone that is similar to String among the java)).
The second, specify the present invention in conjunction with the preferred embodiments and specifically realize:
As shown in Figure 1, the automatic test software program on the preferred specific embodiment touch-screen of the present invention smart mobile phone specifically may further comprise the steps:
301) start-up routine; Selection begins to record that (realization of this step is to obtain all visible exercisable programs of current device and enumerate out to be presented on the screen; Click and select to start this program after a certain, also can create the self-defining transparent View of one deck simultaneously and cover on it; The Target Package of tested program, the information of Activity Name and current device is packaged into a special character string and adds among the StringBuffer when starting tested program;
302) in recording, optional point touch screen curtain (realization of this step is through after listening to some simulating keyboards/touch screen incident of current test man to this transparent View, the rule as follows:
If the code name (self-defined code name is 1) that key-press event is then got incident is with type of action (type is divided into: UP (upspringing), DOWN (pressing), LONG (long by)) and key value (key assignments such as " return key " of equipment is 4).
(type is divided into: UP (upspringing) with type of action if the touch-control incident is then got incident code name (self-defined code name is 2); DOWN (pressing), MOVE (moving)) and the coordinate of the residing X axle of this interface control element Y axle (annotate: an action of clicking is made up of with two actions of a UP a DOWN; And mobile action is made up of with a plurality of MOVE and a UP action a DOWN) and its value be packaged into a special character string (the one of which form is: " self-defined code name "+"; " + " type of action "+"; " + " X axial coordinate "+"; " + " Y axial coordinate ") add to respectively StringBuffer and List the set (a kind of orderly sequence among the java) in, simultaneously the type of action of this incident is judged, the rule as follows:
If type of action is the up type then temporarily removes this transparent view; After converting the character string array to, judge the value of the first element of this character string array when every character string is taken out in circulation from the List set then; If value is " 1 ", then gets the value of all elements thereafter and combine the sendKeySync () method of Instrumentation to send the simulating keyboard incident.If value is " 2 ", then gets the value of all elements thereafter and combine the sendPointerSync () method of Instrumentation to send the touch-control incident.And the exercises incident in the touch action on the transparent view/press device keys of having realized thus is (such as in that we see some control on the tested program interface under the transparent view; (this action is made up of with the up type down when you click; That is to say that this action is to press earlier to unclamp again) it is there be not reaction during certain control; Because click to as if transparent view, when in background program monitors just now click action, including the UP type of action, program can be temporary transient removes this transparent view; Take out the event information that just has been saved in the List set then; Combine the sendPointerSync () method of Instrumentation () to send click action through resolving the back, so just realize the redirect or the renewal at interface), transparent view covering on it and empty all values of List class this again after this action finishes; So the mode through going round and beginning again has so just realized recording of step, listen to until program exit command);
303) withdraw from the X that clicks the screen below when recording and monitor icon (realization of this step is to be written on the local storage card being kept at public temporary area information, has also just recorded through this automatic test script);
304) when step 303) accomplish the back program and can turn back to main interface, at this moment select to begin to test (mechanism of this step is through realizing a simple file manager, its objective is being used for managing the test script that the present invention records);
305) find the script just recorded and clicking, Automatic Program begin to detect (realization of this step is through after finding test script file, and then whether detect test script effective, if effectively would directly get into step 307);
306) if detect test script when invalid, program can point out the test man to record again or cancel (realization of this step is directly to get into step 302 if the test man has selected to record again), otherwise then cancels);
307) program gets into resolution phase, has resolved this test script file of then directly resolving of pointing out the test man that testing time and test time-delay or the redirect of click " cancellation " (if the realization of this step is by step 305) are set in the back and has also added every character string that parses in the List set to);
308) set after; After clicking " confirming " back program and can carrying out resolving in the automatic test (realization of this step is to obtain step 307) after the List class according to the information that is provided with; Take out each band through the method for circulation value the character string of event information and the spit (" through String arranged; ") method converts a character string array to and judges according to the value of the first element of this character string, rule as follows:
If value is " 0 ", then gets its second element and follow the value of the 3rd element to start tested program;
If value is " 1 ", then gets the value of all elements thereafter and combine send the KeySync () method of Instrumentation to send the simulating keyboard incident;
If value is " 2 ", then gets the value of all elements thereafter and combine send the PointerSync () method of Instrumentation to send the touch-control incident;
309) when automatic test, program can show testing progress on screen, also can manually stop test midway;
310) after test execution finishes, whether program can eject dialog box inquiry test man and continue;
311) if click continuation, then automatic test restarts, and stops if clicking, and automatic test then withdraws from;
312) finish.
At last, the above is merely preferred embodiment of the present invention, and all equalizations of being done according to claim scope of the present invention change and modify, and all should belong to the covering scope of claim of the present invention.
Claims (9)
1. an Android device software automatic test approach is characterized in that, comprises that following automatic script records step:
101) start tested program, and establishment one deck covers the transparent View layer on the tested program; Said View layer is the subclass of android.view.View;
102) press test request function screen or button;
In operating process, corresponding touch-control/key-press event is write down in the intercepting of said transparent View layer, transmits operational order through send corresponding consistent simulation touch-control/key-press event to tested program again; Tested program is carried out said operational order.
2. according to the said Android device software of claim 1 automatic test approach, it is characterized in that step 102) in the test script recorded through parsing combine automatic test frame to send simulation touch-control/key-press event to tested program.
3. according to the said Android device software of claim 2 automatic test approach; It is characterized in that; When transparent View has listened to the UP action, temporarily remove earlier itself and transmit recorded information in call back function HandleEvent; Call back function HandleEvent then combines automated test frame Instrumention to send simulation touch-control/key-press event according to the information recorded to upgrade tested program interface, step 102) in the intercepting record comprise the corresponding screen interface of record.
4. according to the said Android device software of claim 3 automatic test approach, it is characterized in that automatic script is recorded step and comprised that striding course records.
5. according to each said Android device software automatic test approach of claim 1-4; It is characterized in that; The said step of recording comprises that also end is recorded and notified backstage service RecordService to extract recorded information after transparent View has listened to the end recording request, generates and records script.
6. according to the said Android device software of claim 5 automatic test approach, it is characterized in that this automatic test approach also comprises the script replay procedure: send a series of simulation touch-control/key-press event corresponding to tested program with recording script according to recording script.
7. according to the said Android device software of claim 6 automatic test approach, it is characterized in that said replay procedure comprises that also script is resolved and validity detects substep.
8. according to the said Android device software of claim 6 automatic test approach, it is characterized in that this automatic test approach also comprises the result verification step, said result verification step comprises the output of intercepting tested program screen and automatic/artificial image comparison.
9. according to the said Android device software of claim 6 automatic test approach, it is characterized in that this automatic test approach also comprises the result verification step, said result verification step comprises that the output of record tested program data is with numeric ratio is right automatically.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201210265962.0A CN102841845B (en) | 2012-07-30 | 2012-07-30 | Automatic testing method of Android device software |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201210265962.0A CN102841845B (en) | 2012-07-30 | 2012-07-30 | Automatic testing method of Android device software |
Publications (2)
Publication Number | Publication Date |
---|---|
CN102841845A true CN102841845A (en) | 2012-12-26 |
CN102841845B CN102841845B (en) | 2015-02-11 |
Family
ID=47369235
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201210265962.0A Expired - Fee Related CN102841845B (en) | 2012-07-30 | 2012-07-30 | Automatic testing method of Android device software |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN102841845B (en) |
Cited By (30)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103226445A (en) * | 2013-05-10 | 2013-07-31 | 广东国笔科技股份有限公司 | Handwriting input method, system and terminal |
CN103365779A (en) * | 2013-07-09 | 2013-10-23 | 广东欧珀移动通信有限公司 | Software test method and system |
CN103928038A (en) * | 2014-04-29 | 2014-07-16 | 广东欧珀移动通信有限公司 | Electronic equipment test recording and playing back method |
CN103995718A (en) * | 2014-05-08 | 2014-08-20 | 百度在线网络技术(北京)有限公司 | Method and device for collecting program information |
CN104008047A (en) * | 2013-02-27 | 2014-08-27 | 腾讯科技(深圳)有限公司 | Intelligent terminal program testing method and system |
WO2014169565A1 (en) * | 2013-08-21 | 2014-10-23 | 中兴通讯股份有限公司 | Terminal testing method and device |
CN104239202A (en) * | 2013-06-09 | 2014-12-24 | 刘伟 | Non-Root testing method and system of interactive intelligent equipment |
CN104346276A (en) * | 2013-08-08 | 2015-02-11 | 腾讯科技(深圳)有限公司 | Method and device for software tests |
CN104407980A (en) * | 2014-12-17 | 2015-03-11 | 用友软件股份有限公司 | Mobile application automated testing device and method |
CN104679631A (en) * | 2015-03-23 | 2015-06-03 | 重庆蓝岸通讯技术有限公司 | Testing method and system for equipment based on Android system |
CN104699607A (en) * | 2015-03-06 | 2015-06-10 | 惠州Tcl移动通信有限公司 | Automation testing method and system for mobile terminal |
CN104866384A (en) * | 2014-02-20 | 2015-08-26 | 纬创资通股份有限公司 | Method and system for rapidly testing and detecting mobile device |
CN104899132A (en) * | 2014-03-05 | 2015-09-09 | 腾讯科技(深圳)有限公司 | Application software test method, apparatus and system |
TWI510913B (en) * | 2013-11-12 | 2015-12-01 | Inst Information Industry | Testing device and testing method thereof |
CN105183654A (en) * | 2015-09-18 | 2015-12-23 | 厦门美图移动科技有限公司 | Android automatic testing screen recording mechanism and system disengaged from PC |
CN105320595A (en) * | 2014-07-31 | 2016-02-10 | 腾讯科技(深圳)有限公司 | Application test method and device |
CN105335283A (en) * | 2014-08-01 | 2016-02-17 | 阿里巴巴集团控股有限公司 | Application testing method and device in terminal equipment |
CN105451077A (en) * | 2015-12-02 | 2016-03-30 | Tcl集团股份有限公司 | Key processing method and system based on module TV |
CN105653438A (en) * | 2014-11-12 | 2016-06-08 | 成都鼎桥通信技术有限公司 | Method and device for cross-process automated testing of Android device |
WO2016115801A1 (en) * | 2015-01-21 | 2016-07-28 | 中兴通讯股份有限公司 | Method and device for replaying user operation |
CN105930265A (en) * | 2016-04-11 | 2016-09-07 | 武汉卡比特信息有限公司 | Image recognition based software test method |
WO2017008744A1 (en) * | 2015-07-13 | 2017-01-19 | 西安中兴新软件有限责任公司 | Automation script acquisition method and device, and automation script application method and device |
CN106980575A (en) * | 2017-04-01 | 2017-07-25 | 深圳天珑无线科技有限公司 | A kind of event-handling method and device |
CN107491386A (en) * | 2016-06-13 | 2017-12-19 | 富士通株式会社 | The method and apparatus for recording test script |
CN108182131A (en) * | 2017-12-13 | 2018-06-19 | 东软集团股份有限公司 | Monitor method, apparatus, storage medium and the electronic equipment of application operation state |
CN108733555A (en) * | 2017-04-25 | 2018-11-02 | 中移信息技术有限公司 | A kind of application testing method and device |
CN109550232A (en) * | 2018-11-02 | 2019-04-02 | 北京硬壳科技有限公司 | Touch control device and its response method, device |
CN111143200A (en) * | 2019-12-12 | 2020-05-12 | 广州华多网络科技有限公司 | Method and device for recording and playing back touch event, storage medium and equipment |
CN111881054A (en) * | 2020-08-04 | 2020-11-03 | 携程计算机技术(上海)有限公司 | User interface automation test method, system, equipment and storage medium |
CN113157186A (en) * | 2021-05-20 | 2021-07-23 | 读书郎教育科技有限公司 | Method and equipment for generating long graphs of operation steps by Android terminal |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6067639A (en) * | 1995-11-09 | 2000-05-23 | Microsoft Corporation | Method for integrating automated software testing with software development |
CN101242621A (en) * | 2008-01-21 | 2008-08-13 | 中兴通讯股份有限公司 | An automatic testing method and system based on interface |
CN102314386A (en) * | 2011-09-05 | 2012-01-11 | 百度在线网络技术(北京)有限公司 | Method and equipment for testing mobile terminal |
JP2012103869A (en) * | 2010-11-09 | 2012-05-31 | Internatl Business Mach Corp <Ibm> | Software development support method, software development support device and software development support program |
-
2012
- 2012-07-30 CN CN201210265962.0A patent/CN102841845B/en not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6067639A (en) * | 1995-11-09 | 2000-05-23 | Microsoft Corporation | Method for integrating automated software testing with software development |
CN101242621A (en) * | 2008-01-21 | 2008-08-13 | 中兴通讯股份有限公司 | An automatic testing method and system based on interface |
JP2012103869A (en) * | 2010-11-09 | 2012-05-31 | Internatl Business Mach Corp <Ibm> | Software development support method, software development support device and software development support program |
CN102314386A (en) * | 2011-09-05 | 2012-01-11 | 百度在线网络技术(北京)有限公司 | Method and equipment for testing mobile terminal |
Cited By (44)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104008047A (en) * | 2013-02-27 | 2014-08-27 | 腾讯科技(深圳)有限公司 | Intelligent terminal program testing method and system |
CN103226445A (en) * | 2013-05-10 | 2013-07-31 | 广东国笔科技股份有限公司 | Handwriting input method, system and terminal |
CN104239202A (en) * | 2013-06-09 | 2014-12-24 | 刘伟 | Non-Root testing method and system of interactive intelligent equipment |
CN103365779A (en) * | 2013-07-09 | 2013-10-23 | 广东欧珀移动通信有限公司 | Software test method and system |
CN103365779B (en) * | 2013-07-09 | 2016-11-09 | 广东欧珀移动通信有限公司 | Method for testing software and system |
CN104346276A (en) * | 2013-08-08 | 2015-02-11 | 腾讯科技(深圳)有限公司 | Method and device for software tests |
WO2014169565A1 (en) * | 2013-08-21 | 2014-10-23 | 中兴通讯股份有限公司 | Terminal testing method and device |
CN104424089A (en) * | 2013-08-21 | 2015-03-18 | 中兴通讯股份有限公司 | Terminal testing method and device |
US9317413B2 (en) | 2013-11-12 | 2016-04-19 | Institute For Information Industry | Testing device and testing method thereof |
TWI510913B (en) * | 2013-11-12 | 2015-12-01 | Inst Information Industry | Testing device and testing method thereof |
CN104866384A (en) * | 2014-02-20 | 2015-08-26 | 纬创资通股份有限公司 | Method and system for rapidly testing and detecting mobile device |
TWI510918B (en) * | 2014-02-20 | 2015-12-01 | Wistron Corp | Method and system for quick testing and detectiing mobile devices |
CN104899132B (en) * | 2014-03-05 | 2018-09-25 | 腾讯科技(深圳)有限公司 | Application software testing method, apparatus and system |
CN104899132A (en) * | 2014-03-05 | 2015-09-09 | 腾讯科技(深圳)有限公司 | Application software test method, apparatus and system |
CN103928038A (en) * | 2014-04-29 | 2014-07-16 | 广东欧珀移动通信有限公司 | Electronic equipment test recording and playing back method |
CN103928038B (en) * | 2014-04-29 | 2017-06-30 | 广东欧珀移动通信有限公司 | The test recording of electronic equipment and back method |
CN103995718A (en) * | 2014-05-08 | 2014-08-20 | 百度在线网络技术(北京)有限公司 | Method and device for collecting program information |
CN103995718B (en) * | 2014-05-08 | 2017-05-10 | 百度在线网络技术(北京)有限公司 | Method and device for collecting program information |
CN105320595A (en) * | 2014-07-31 | 2016-02-10 | 腾讯科技(深圳)有限公司 | Application test method and device |
CN105335283A (en) * | 2014-08-01 | 2016-02-17 | 阿里巴巴集团控股有限公司 | Application testing method and device in terminal equipment |
CN105653438B (en) * | 2014-11-12 | 2018-11-09 | 成都鼎桥通信技术有限公司 | The striding course automated testing method and device of Android device |
CN105653438A (en) * | 2014-11-12 | 2016-06-08 | 成都鼎桥通信技术有限公司 | Method and device for cross-process automated testing of Android device |
CN104407980B (en) * | 2014-12-17 | 2017-07-11 | 用友网络科技股份有限公司 | Mobile solution automatic test device and method |
CN104407980A (en) * | 2014-12-17 | 2015-03-11 | 用友软件股份有限公司 | Mobile application automated testing device and method |
WO2016115801A1 (en) * | 2015-01-21 | 2016-07-28 | 中兴通讯股份有限公司 | Method and device for replaying user operation |
CN105868083A (en) * | 2015-01-21 | 2016-08-17 | 中兴通讯股份有限公司 | User operation playback method and apparatus |
CN104699607A (en) * | 2015-03-06 | 2015-06-10 | 惠州Tcl移动通信有限公司 | Automation testing method and system for mobile terminal |
CN104679631A (en) * | 2015-03-23 | 2015-06-03 | 重庆蓝岸通讯技术有限公司 | Testing method and system for equipment based on Android system |
CN104679631B (en) * | 2015-03-23 | 2018-02-23 | 重庆蓝岸通讯技术有限公司 | Method of testing and system for the equipment based on android system |
WO2017008744A1 (en) * | 2015-07-13 | 2017-01-19 | 西安中兴新软件有限责任公司 | Automation script acquisition method and device, and automation script application method and device |
CN105183654A (en) * | 2015-09-18 | 2015-12-23 | 厦门美图移动科技有限公司 | Android automatic testing screen recording mechanism and system disengaged from PC |
CN105451077A (en) * | 2015-12-02 | 2016-03-30 | Tcl集团股份有限公司 | Key processing method and system based on module TV |
CN105451077B (en) * | 2015-12-02 | 2019-01-29 | Tcl集团股份有限公司 | A kind of button processing method and system based on module TV |
CN105930265A (en) * | 2016-04-11 | 2016-09-07 | 武汉卡比特信息有限公司 | Image recognition based software test method |
CN107491386A (en) * | 2016-06-13 | 2017-12-19 | 富士通株式会社 | The method and apparatus for recording test script |
CN106980575A (en) * | 2017-04-01 | 2017-07-25 | 深圳天珑无线科技有限公司 | A kind of event-handling method and device |
CN108733555A (en) * | 2017-04-25 | 2018-11-02 | 中移信息技术有限公司 | A kind of application testing method and device |
CN108182131A (en) * | 2017-12-13 | 2018-06-19 | 东软集团股份有限公司 | Monitor method, apparatus, storage medium and the electronic equipment of application operation state |
CN108182131B (en) * | 2017-12-13 | 2021-11-26 | 东软集团股份有限公司 | Method and device for monitoring application running state, storage medium and electronic equipment |
CN109550232A (en) * | 2018-11-02 | 2019-04-02 | 北京硬壳科技有限公司 | Touch control device and its response method, device |
CN111143200A (en) * | 2019-12-12 | 2020-05-12 | 广州华多网络科技有限公司 | Method and device for recording and playing back touch event, storage medium and equipment |
CN111881054A (en) * | 2020-08-04 | 2020-11-03 | 携程计算机技术(上海)有限公司 | User interface automation test method, system, equipment and storage medium |
CN111881054B (en) * | 2020-08-04 | 2023-12-22 | 携程计算机技术(上海)有限公司 | User interface automatic test method, system, equipment and storage medium |
CN113157186A (en) * | 2021-05-20 | 2021-07-23 | 读书郎教育科技有限公司 | Method and equipment for generating long graphs of operation steps by Android terminal |
Also Published As
Publication number | Publication date |
---|---|
CN102841845B (en) | 2015-02-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN102841845B (en) | Automatic testing method of Android device software | |
Halpern et al. | Mosaic: cross-platform user-interaction record and replay for the fragmented android ecosystem | |
CN100472434C (en) | Smart gui activity recording and playback framework | |
CN102521118B (en) | Automatic testing method of Android program | |
US7627821B2 (en) | Recording/playback tools for UI-based applications | |
CN102053911A (en) | Automated testing method and system based on Android and mobile terminal | |
US20150058826A1 (en) | Systems and methods for efficiently and effectively detecting mobile app bugs | |
US20120284696A1 (en) | Method, Apparatuses and a System for Compilation | |
CN102147756B (en) | Methods and systems for testing terminal | |
CN103995769A (en) | Method for collecting error status information of an electronic device | |
CN105335283A (en) | Application testing method and device in terminal equipment | |
CN103729294B (en) | Method and device for testing performance script of application software | |
Borges Jr et al. | Droidmate-2: a platform for android test generation | |
CN108762837A (en) | Application program preloads method, apparatus, storage medium and terminal | |
TWI427965B (en) | Remote management system, kvm switch, and remote managing method | |
US20130138381A1 (en) | Handheld electronic device testing method | |
CN108763056A (en) | A kind of automatic test bullet frame processing method and terminal | |
CN112115038A (en) | Application testing method and device and storage medium | |
CN107844486B (en) | Method and system for analyzing webpage problems for client | |
CN102999419A (en) | Android test incident record and playback methods and device | |
US20160147439A1 (en) | Supporting Different Event Models using a Single Input Source | |
CN105453033A (en) | Program testing service | |
CN108984380A (en) | A kind of server test method, device and medium based on linux system | |
Wu et al. | AppCheck: a crowdsourced testing service for android applications | |
US20120259591A1 (en) | Keyboard testing method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
CP01 | Change in the name or title of a patent holder | ||
CP01 | Change in the name or title of a patent holder |
Address after: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18 Patentee after: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd. Address before: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18 Patentee before: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd. |
|
CF01 | Termination of patent right due to non-payment of annual fee | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20150211 |