CN105138463A - Testing method and system for mobile terminal software - Google Patents

Testing method and system for mobile terminal software Download PDF

Info

Publication number
CN105138463A
CN105138463A CN201510623698.7A CN201510623698A CN105138463A CN 105138463 A CN105138463 A CN 105138463A CN 201510623698 A CN201510623698 A CN 201510623698A CN 105138463 A CN105138463 A CN 105138463A
Authority
CN
China
Prior art keywords
control
mobile terminal
coordinate value
test
click
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
CN201510623698.7A
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.)
CHENGDU THUNDERSOFT SOFTWARE TECHNOLOGY Co Ltd
Original Assignee
CHENGDU THUNDERSOFT SOFTWARE TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by CHENGDU THUNDERSOFT SOFTWARE TECHNOLOGY Co Ltd filed Critical CHENGDU THUNDERSOFT SOFTWARE TECHNOLOGY Co Ltd
Priority to CN201510623698.7A priority Critical patent/CN105138463A/en
Publication of CN105138463A publication Critical patent/CN105138463A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a testing method and system for mobile terminal software. The testing method includes the following steps: confirming first click coordinate values on a testing interface of the mobile terminal; confirming controls corresponding to the first click coordinate values referring to the corresponding relationship between the preset first click coordinate values and controls; generating testing script according to the confirmed controls, and testing the mobile terminal software through replaying the testing script, thereby obtaining the testing result. Compared with the prior art that the entire specific significance of coordinate values is vague, the testing method and system have the advantages that controls and attribute information thereof can provide clear and specific information for testing staff, so that the readability of the testing script is high, and the usability of the testing script is good; besides, in the technical scheme, the testing script is automatically generated, so that the script is quickly generated compared with the prior art that script is manually written by technical staff with code base knowledge.

Description

A kind of method for testing software of mobile terminal and system
Technical field
The present invention relates to software testing technology field, particularly relate to a kind of method for testing software and system of mobile terminal.
Background technology
Now, mobile terminal obtains the favor of a large number of users because of its good convenience, and it has become the important sources of people's obtaining information.But in the application process of mobile terminal, have many BUG and produce, software test is indispensable pith, software test effectively can find the defect existed, the quality of guarantee.And automatic test is based upon on traditional-handwork test, according to the testing requirement of software, reduce the workload of manual testing, within the limited time, strengthen a kind of method of test mass.
The method for testing software of existing mobile terminal can realize the automatic test course to mobile terminal substantially, but can only the most basic function be ensured, particularly, this part automated testing method is by being first recorded in the click coordinate on mobile terminal screen, then by there being the manual compile script of the technician of code base, the principle that last playback script carries out testing carries out realizing.But due to the concrete meaning that unclear each coordinate comprises, the script causing click coordinate to be recorded is readable poor, will have no way of doing it change for coordinate in the whole text, and then script is caused to be not easy to maintenance and script is unfavorable for continuing to use transplanting; Further, need the manual compile script of technician of code base, take time and effort, testing efficiency is low.
Summary of the invention
In view of this, the invention provides a kind of method of testing and system of mobile terminal software, to reach quick generation script and the readable high object of script.
For solving the problems of the technologies described above, the invention provides a kind of method of testing of mobile terminal software, comprising:
Determine the first click coordinate value on the test interface of described mobile terminal;
With reference to the corresponding relation presetting the first click coordinate value and control, determine the control corresponding with described first click coordinate value;
Generate test script according to the control determined, and by test script described in playback, described mobile terminal software is tested, obtain test result.
In said method, preferably, the corresponding relation of the first click coordinate value and control is preset in described reference, determines the control corresponding with described first click coordinate value, comprising:
With reference to the corresponding relation presetting the first click coordinate value and control ID, determine the control ID corresponding with described first click coordinate value;
Utilize the control ID determined, search the control corresponding with the described control ID determined.
In said method, preferably, the first click coordinate value on the described test interface determining described mobile terminal, comprising:
The test interface of described mobile terminal is thrown the software viewing area of screen to PC;
Determine that second on the test interface after throwing screen in described software viewing area clicks coordinate figure;
With reference to the corresponding relation presetting PC click coordinate value and mobile terminal click coordinate value, determine to click described first click coordinate value corresponding to coordinate figure with described second.
In said method, preferably, by test script described in playback on the mobile terminal, described mobile terminal software is tested, obtain described test result.
In said method, preferably, described test script is Python script.
Present invention also offers a kind of test macro of mobile terminal software, comprising:
Coordinate figure determining unit, the first click coordinate value on the test interface determining described mobile terminal;
Control determining unit, for reference to the corresponding relation presetting the first click coordinate value and control, determines the control corresponding with described first click coordinate value;
Test cell, for generating test script according to the control determined, and being tested described mobile terminal software by test script described in playback, obtaining test result.
In said system, preferably, described control determining unit comprises:
Control ID determines subelement, for reference to the corresponding relation presetting the first click coordinate value and control ID, determines the control ID corresponding with described first click coordinate value;
Control determination subelement, for utilizing the control ID determined, searches the control corresponding with the described control ID determined.
In said system, preferably, described coordinate figure determining unit comprises:
Throw screen subelement, for the test interface of described mobile terminal is thrown the software viewing area of screen to PC;
Second clicks coordinate figure determination subelement, for determining that second on the test interface after throwing screen in described software viewing area clicks coordinate figure;
First click coordinate value determination subelement, for reference to the corresponding relation presetting PC click coordinate value and mobile terminal click coordinate value, determines to click described first click coordinate value corresponding to coordinate figure with described second.
In said system, preferably, described test cell, specifically for being tested described mobile terminal software by test script described in playback on the mobile terminal, obtains described test result.
In said system, preferably, described test script is Python script.
Above in the method for testing of a kind of mobile terminal software provided by the invention and system, after by tester the test interface on mobile terminal being carried out to click and determining the first click coordinate value, determine the control corresponding with this first click coordinate value, the attribute information that control comprises may be used for test; Then, automatically generate test script fast according to the control determined, and by this test script of playback, mobile terminal software is tested, obtain test result.Technique scheme of the present invention establishes the corresponding relation between the first click coordinate value on mobile terminal and control, the unclear coordinate figure of concrete meaning in the whole text in prior art, the attribute information of control and control can provide clear concrete information for tester, such that test script readability is high, ease for use is strong.Further, be automatically perform the process generating test script in technique scheme, compare in prior art the manual compile script of the technician needing code base, reach the object of quick generation script.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only embodiments of the invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to the accompanying drawing provided.
The process flow diagram of the method for testing of a kind of mobile terminal software that Fig. 1 provides for the embodiment of the present invention;
The process flow diagram of the detailed process of step S100 in Fig. 1 that Fig. 2 provides for the embodiment of the present invention;
The process flow diagram of the detailed process of step S200 in Fig. 2 that Fig. 3 provides for the embodiment of the present invention;
The structured flowchart schematic diagram of the test macro of a kind of mobile terminal software that Fig. 4 provides for the embodiment of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
Core of the present invention is to provide a kind of method of testing and system of mobile terminal software, to reach quick generation script and the readable high object of script.
In order to make those skilled in the art person understand the present invention program better, below in conjunction with the drawings and specific embodiments, the present invention is described in further detail.
First, below the concept that hereinafter will relate to is described:
(1) screen is thrown: the picture above mobile terminal is presented on computer screen, realizes real-time update.
(2) record: by face operation on mobile terminals, or operation in automatic test software, record is carried out in the action of operation, forms script.
(3) playback: the script recorded before is play, the action of recording before making mobile terminal display.
(4) DDmlib: be the ddmlib storehouse provided by google, adt-bundle sdk under tools catalogue, provide all api of adb associative operation.
(5) RunnerDebugBridge: ADB is encapsulated, achieves following functions:
1. the shell (order line) of operational outfit;
2. the port mapping of management simulation device or equipment;
3./download file is uploaded between computing machine and equipment;
4. local apk software is mounted to android equipment.
(6)UIXmlUtils:
1. the document object after resolving local xml is obtained;
2. by the conversion of source tree with bearing-age tree, write xml.
Please refer to Fig. 1, Fig. 1 shows the process flow diagram of the method for testing of a kind of mobile terminal software that the embodiment of the present invention provides, and the method specifically can comprise the steps:
Step S100, the first click coordinate value determined on the test interface of mobile terminal;
Particularly, tester carries out click to the test interface on mobile terminal and determines the first click coordinate value.
The corresponding relation of step S101, the default first click coordinate value of reference and control, determines the control corresponding with the first click coordinate value;
Wherein, the attribute information that control comprises may be used for test, the unclear coordinate figure of concrete meaning in the whole text in prior art, the attribute information of control and control can provide clear concrete information for tester, such that test script readability is high, ease for use is strong.Particular content for control and the particular content according to control carry out the technical scheme of testing, can with reference to prior art, and the present invention is not described in detail at this.
In the present invention, corresponding relation between the first click coordinate value on mobile terminal and control can be set up by control ID, particularly, after step S100 obtains the first click coordinate value, first, with reference to the corresponding relation presetting the first click coordinate value and control ID, determine the control ID corresponding with the first click coordinate value; Then, utilize the control ID determined, search the control corresponding with the control ID determined.The present invention realizes on the basis that the first click coordinate value and control ID establish corresponding relation, in fact, in practical application, the situation that there is not control ID for the first click coordinate value is in prior art the situation utilizing coordinate to carry out generation script, in this case conventionally generation script is carried out, certainly, this is not emphasis place of the present invention.
The control that step S102, foundation are determined generates test script, and is tested mobile terminal software by playback test script, obtains test result.
Particularly, with reference to the clicking operation of tester on test interface and the attribute information of the control utilizing step S101 to determine and control record and generate test script.In addition, on mobile terminals, testing software (i.e. above-mentioned mobile terminal software) playback test script automatically can be utilized, to realize the test to this software, and then obtains test result.
Further, above-mentioned test script is Python script, namely utilizes Python to write and automatically generates test sample book.
Technique scheme of the present invention establishes the corresponding relation between the first click coordinate value on mobile terminal and control, the unclear coordinate figure of concrete meaning in the whole text in prior art, the attribute information of control and control can provide clear concrete information for tester, make that test script readability is high, ease for use is strong, be conducive to the maintenance of script and continue to use transplanting.
Further, be automatically perform the process generating test script in technique scheme, compare in prior art the manual compile script of the technician needing code base, reach the object of quick generation script.
Based on the technical scheme disclosed in the invention described above embodiment, in another embodiment of the present invention, for above-mentioned steps S100, determine the first click coordinate value on the test interface of mobile terminal, the test interface of tester's clicking operation can be exactly on the display screen of mobile terminal, consider mobile terminal, such as mobile phone, the display screen of pad etc. is less, tester's clicking operation is got up more limited, also can be the test interface on the display screen on mobile terminal is thrown screen on the larger terminal of other display screen, carry out clicking operation, such as PC (personalcomputer, personal computer) etc., for the implementation adopting PC, with reference to figure 2, specifically comprise following content:
Step S200, the test interface of mobile terminal is thrown screen to the software viewing area of PC;
Particularly, mobile terminal can be connected PC by USB connecting line, and then realize throwing screen.
Step S201, the second click coordinate figure determined on the test interface after throwing screen in software viewing area;
Particularly, test interface throw screen in the software viewing area of PC after shows the Lable (label) of test, tester can use mouse to click Lable, then the mouse click event mouseclicked in DisplayScreenlabel is used to get the coordinate (x of label, y), coordinate (x, y) namely second clicks coordinate figure.
The corresponding relation of step S202, the default PC click coordinate value of reference and mobile terminal click coordinate value, determines to click the first click coordinate value corresponding to coordinate figure with second.
Above-mentioned steps S202 is and realizes the coordinate (x of label, y) revert on mobile terminal, particularly, the coordinate points X1 on mobile terminal is obtained by this computing formula of ImageTemp.getScaleX () * X, the coordinate points Y1 on mobile terminal is obtained by this computing formula of ImageTemp.getScaleY () * Y, the coordinate (X1, Y1) obtained is the first click coordinate value corresponding to coordinate (x, y).
Determining coordinate (X1, Y1) after, according to coordinate (X1, Y1) corresponding control is found, particularly, bag name and the Resourceid of corresponding control and control is searched by the method for UIXmlUtils.SetTouchCoordinate (X1, Y1) .ViewAclControl ().Then, the Python script being shown as ID and being as the criterion is generated by outPutDocument.insertString method.
In the present embodiment, based on foregoing, test result is obtained for carrying out test by playback test script to mobile terminal software in step S102, particularly, first select Python script, use the PlaybackScriptsAction event of the playbackScriptMenuItem control in PlaybackScriptFrame to carry out playback Python script.Then perform the process of playback, show on the mobile terminal device and perform an action accordingly, realize testing with this and obtain result.
It should be noted that, become language, only give an example for the function related in the present invention program, code etc., those skilled in the art can according to function or function designed, designed corresponding to code, and the present invention does not do considered critical at this.
Based on the step S200 disclosed in above-described embodiment, the test interface of mobile terminal is thrown the throwing screen technology of shielding and relating in the software viewing area of PC, below the present invention, an embodiment has been described in detail again, and with reference to figure 3, particular content is as follows:
Step S300, connection device prepare to start: employ the pickDevice method inside RunnerDebugBrige, identify whether to be connected to equipment.
Step S301, use DDmlib screenshotss: employ UIXmlUtils and obtain current arrangements's file, generation system temporal layout file.And carry out screenshotss by takeScreenShotWithRawImage method.
Step S302, the image data obtained by screenshotss pass to PC: by the way of takeScreenShotWithRawImage screenshotss, obtain rreturn value, and the data of rreturn value RawImage are passed to PC.
Step S303, be depicted as equal proportion picture according to image data convergent-divergent: become thumbnail bufferimage according to the Plotting data of RawImage.
Such as, the resolution of mobile terminal is 800x400, the resolution of PC is 500x320, with reference to the ratio of both resolution, corresponding convergent-divergent is carried out to image data, making same image data, such as test interface, is all that tester seems effect more clearly in mobile terminal and the display on PC.
Step S304, convergent-divergent is drawn the picture obtained be presented at UI (UserInterface, user interface) upper: by DisplayScreenlabel.setIcon method, thumbnail bufferimage is as parameter, and the picture of generation is presented on UI, namely throws screen on software.
The method of testing of the mobile terminal software provided based on the invention described above embodiment is corresponding, and the embodiment of the present invention additionally provides a kind of test macro of mobile terminal software, and with reference to figure 4, this system 400 can comprise following content:
Coordinate figure determining unit 401, the first click coordinate value on the test interface determining mobile terminal;
Control determining unit 402, for reference to the corresponding relation presetting the first click coordinate value and control, determines the control corresponding with the first click coordinate value;
Test cell 403, for generating test script according to the control determined, and being tested mobile terminal software by playback test script, obtaining test result.
In said system 400, control determining unit 402 comprises:
Control ID determines subelement, for reference to the corresponding relation presetting the first click coordinate value and control ID, determines the control ID corresponding with the first click coordinate value;
Control determination subelement, for utilizing the control ID determined, searches the control corresponding with the control ID determined.
In said system 400, coordinate figure determining unit 401 comprises:
Throw screen subelement, for the test interface of mobile terminal is thrown the software viewing area of screen to PC;
Second clicks coordinate figure determination subelement, for determining that second on the test interface after throwing screen in software viewing area clicks coordinate figure;
First click coordinate value determination subelement, for reference to the corresponding relation presetting PC click coordinate value and mobile terminal click coordinate value, determines to click the first click coordinate value corresponding to coordinate figure with second.
In said system 400, test cell, specifically for being tested mobile terminal software by playback test script on mobile terminals, obtains test result.
In said system 400, test script is Python script.
It should be noted that, each embodiment in this instructions all adopts the mode of going forward one by one to describe, and what each embodiment stressed is the difference with other embodiment, between each embodiment identical similar part mutually see.For system class embodiment, due to itself and embodiment of the method basic simlarity, so describe fairly simple, relevant part illustrates see the part of embodiment of the method.
Above the method for testing of a kind of mobile terminal software provided by the present invention and system are described in detail.Apply specific case herein to set forth principle of the present invention and embodiment, the explanation of above embodiment just understands method of the present invention and core concept thereof for helping.It should be pointed out that for those skilled in the art, under the premise without departing from the principles of the invention, can also carry out some improvement and modification to the present invention, these improve and modify and also fall in the protection domain of the claims in the present invention.

Claims (10)

1. a method of testing for mobile terminal software, is characterized in that, comprising:
Determine the first click coordinate value on the test interface of described mobile terminal;
With reference to the corresponding relation presetting the first click coordinate value and control, determine the control corresponding with described first click coordinate value;
Generate test script according to the control determined, and by test script described in playback, described mobile terminal software is tested, obtain test result.
2. the method for claim 1, is characterized in that, the corresponding relation of the first click coordinate value and control is preset in described reference, determines the control corresponding with described first click coordinate value, comprising:
With reference to the described corresponding relation presetting the first click coordinate value and control ID, determine the control ID corresponding with described first click coordinate value;
Utilize the control ID determined, search the control corresponding with the described control ID determined.
3. method as claimed in claim 1 or 2, it is characterized in that, the first click coordinate value on the described test interface determining described mobile terminal, comprising:
The test interface of described mobile terminal is thrown the software viewing area of screen to PC;
Determine that second on the test interface after throwing screen in described software viewing area clicks coordinate figure;
With reference to the corresponding relation presetting PC click coordinate value and mobile terminal click coordinate value, determine to click described first click coordinate value corresponding to coordinate figure with described second.
4. method as claimed in claim 3, is characterized in that, is tested, obtain described test result by test script described in playback on the mobile terminal to described mobile terminal software.
5. method as claimed in claim 4, it is characterized in that, described test script is Python script.
6. a test macro for mobile terminal software, is characterized in that, comprising:
Coordinate figure determining unit, the first click coordinate value on the test interface determining described mobile terminal;
Control determining unit, for reference to the corresponding relation presetting the first click coordinate value and control, determines the control corresponding with described first click coordinate value;
Test cell, for generating test script according to the control determined, and being tested described mobile terminal software by test script described in playback, obtaining test result.
7. system as claimed in claim 6, it is characterized in that, described control determining unit comprises:
Control ID determines subelement, for reference to the corresponding relation presetting the first click coordinate value and control ID, determines the control ID corresponding with described first click coordinate value;
Control determination subelement, for utilizing the control ID determined, searches the control corresponding with the described control ID determined.
8. system as claimed in claims 6 or 7, it is characterized in that, described coordinate figure determining unit comprises:
Throw screen subelement, for the test interface of described mobile terminal is thrown the software viewing area of screen to PC;
Second clicks coordinate figure determination subelement, for determining that second on the test interface after throwing screen in described software viewing area clicks coordinate figure;
First click coordinate value determination subelement, for reference to the corresponding relation presetting PC click coordinate value and mobile terminal click coordinate value, determines to click described first click coordinate value corresponding to coordinate figure with described second.
9. system as claimed in claim 8, is characterized in that, described test cell, specifically for being tested described mobile terminal software by test script described in playback on the mobile terminal, obtains described test result.
10. system as claimed in claim 9, it is characterized in that, described test script is Python script.
CN201510623698.7A 2015-09-25 2015-09-25 Testing method and system for mobile terminal software Pending CN105138463A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510623698.7A CN105138463A (en) 2015-09-25 2015-09-25 Testing method and system for mobile terminal software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510623698.7A CN105138463A (en) 2015-09-25 2015-09-25 Testing method and system for mobile terminal software

Publications (1)

Publication Number Publication Date
CN105138463A true CN105138463A (en) 2015-12-09

Family

ID=54723817

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510623698.7A Pending CN105138463A (en) 2015-09-25 2015-09-25 Testing method and system for mobile terminal software

Country Status (1)

Country Link
CN (1) CN105138463A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104175669A (en) * 2014-09-02 2014-12-03 苏州斯迪克新材料科技股份有限公司 Luminescent film and preparation method thereof
CN105740874A (en) * 2016-03-04 2016-07-06 网易(杭州)网络有限公司 Method and device for determining operation coordinate of automation test script during playback
CN106021099A (en) * 2016-05-12 2016-10-12 上海联彤网络通讯技术有限公司 System and method for achieving UI automatic test of intelligent terminal
CN107835398A (en) * 2017-09-27 2018-03-23 苏州车萝卜汽车电子科技有限公司 A kind of customization navigation information display methods based on throwing screen, device
CN109871172A (en) * 2019-01-23 2019-06-11 广州杰赛科技股份有限公司 Mouse click method, device and readable storage medium storing program for executing in a kind of automatic test
CN113626301A (en) * 2020-05-06 2021-11-09 北京字节跳动网络技术有限公司 Method and device for generating test script

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130055181A (en) * 2011-11-18 2013-05-28 고려대학교 산학협력단 Software testing device and method thereof
CN103324424A (en) * 2012-03-23 2013-09-25 百度在线网络技术(北京)有限公司 Remote simulation multi-point touch method and system
CN103365779A (en) * 2013-07-09 2013-10-23 广东欧珀移动通信有限公司 Software test method and system
CN103544106A (en) * 2013-10-31 2014-01-29 广东欧珀移动通信有限公司 Method and device for generating script based on control
CN103744763A (en) * 2013-12-25 2014-04-23 广东明创软件科技有限公司 Mobile terminal synchronous control method of PC (personal computer) end in automated testing
US8990774B2 (en) * 2009-12-01 2015-03-24 Cinnober Financial Technology Ab Methods and apparatus for automatic testing of a graphical user interface
CN104461894A (en) * 2014-12-17 2015-03-25 用友软件股份有限公司 Android App operating recording device and method
CN104699591A (en) * 2013-12-06 2015-06-10 腾讯科技(深圳)有限公司 Reappearing method and device of test scenes
CN104881364A (en) * 2015-06-26 2015-09-02 上海斐讯数据通信技术有限公司 Automated testing method and system applied to Android system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8990774B2 (en) * 2009-12-01 2015-03-24 Cinnober Financial Technology Ab Methods and apparatus for automatic testing of a graphical user interface
KR20130055181A (en) * 2011-11-18 2013-05-28 고려대학교 산학협력단 Software testing device and method thereof
CN103324424A (en) * 2012-03-23 2013-09-25 百度在线网络技术(北京)有限公司 Remote simulation multi-point touch method and system
CN103365779A (en) * 2013-07-09 2013-10-23 广东欧珀移动通信有限公司 Software test method and system
CN103544106A (en) * 2013-10-31 2014-01-29 广东欧珀移动通信有限公司 Method and device for generating script based on control
CN104699591A (en) * 2013-12-06 2015-06-10 腾讯科技(深圳)有限公司 Reappearing method and device of test scenes
CN103744763A (en) * 2013-12-25 2014-04-23 广东明创软件科技有限公司 Mobile terminal synchronous control method of PC (personal computer) end in automated testing
CN104461894A (en) * 2014-12-17 2015-03-25 用友软件股份有限公司 Android App operating recording device and method
CN104881364A (en) * 2015-06-26 2015-09-02 上海斐讯数据通信技术有限公司 Automated testing method and system applied to Android system

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104175669A (en) * 2014-09-02 2014-12-03 苏州斯迪克新材料科技股份有限公司 Luminescent film and preparation method thereof
CN104175669B (en) * 2014-09-02 2017-02-15 苏州斯迪克新材料科技股份有限公司 Luminescent film and preparation method thereof
CN105740874A (en) * 2016-03-04 2016-07-06 网易(杭州)网络有限公司 Method and device for determining operation coordinate of automation test script during playback
CN105740874B (en) * 2016-03-04 2019-04-16 网易(杭州)网络有限公司 Determine the method and device of operation coordinate when automatic test script playback
CN106021099A (en) * 2016-05-12 2016-10-12 上海联彤网络通讯技术有限公司 System and method for achieving UI automatic test of intelligent terminal
CN107835398A (en) * 2017-09-27 2018-03-23 苏州车萝卜汽车电子科技有限公司 A kind of customization navigation information display methods based on throwing screen, device
CN109871172A (en) * 2019-01-23 2019-06-11 广州杰赛科技股份有限公司 Mouse click method, device and readable storage medium storing program for executing in a kind of automatic test
CN109871172B (en) * 2019-01-23 2020-09-15 广州杰赛科技股份有限公司 Mouse clicking method and device in automatic test and readable storage medium
CN113626301A (en) * 2020-05-06 2021-11-09 北京字节跳动网络技术有限公司 Method and device for generating test script

Similar Documents

Publication Publication Date Title
CN105138463A (en) Testing method and system for mobile terminal software
US11561887B2 (en) Test script debugging using an automated testing framework and UI rendering tree
CN103049375B (en) A kind of camera on-line debugging method
CN104615538A (en) Mobile phone application testing method based on mobile phone interface control elements
TW201518933A (en) Testing device and testing method thereof
CN105094783A (en) Method and device for testing Android application stability
CN103268289B (en) Record the method and system of application testing script on mobile terminals
CN103164300A (en) Mobile terminal touch screen automatic testing method and device
CN111045653B (en) System generation method and device, computer readable medium and electronic equipment
CN103984626A (en) Method and device for generating test-case script
CN110532159A (en) Data decryptor method, apparatus, equipment and computer readable storage medium
CN102467442A (en) Software testing method, system and equipment
CN110837474A (en) Script recording method, device, terminal and storage medium
CN110020231A (en) Webpage capture method and device thereof
CN104915297A (en) APP electricity consumption automatic test method for android device
CN103123605A (en) Android platform automation integration testing method and device
US11551328B2 (en) Graphics energy profiling system and method
CN112015468B (en) Interface document processing method and device, electronic equipment and storage medium
CN109840201B (en) UI test method, device, electronic equipment and computer readable storage medium
CN104007984A (en) Data converting method and device
CN102622233A (en) System and method for automatically generating user interface applicable to certain interactive terminal equipment
CN105653441A (en) Method and system for UI traversal testing
WO2018205390A1 (en) Control layout display control method, system, and apparatus, and computer readable storage medium
CN110795330A (en) Monkey pressure testing method and device
CN110851313B (en) Sensor debugging method, intelligent terminal, storage medium and electronic equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20151209