CN103353858A - Automatic testing method and device based on action touch simulation - Google Patents

Automatic testing method and device based on action touch simulation Download PDF

Info

Publication number
CN103353858A
CN103353858A CN2013102225132A CN201310222513A CN103353858A CN 103353858 A CN103353858 A CN 103353858A CN 2013102225132 A CN2013102225132 A CN 2013102225132A CN 201310222513 A CN201310222513 A CN 201310222513A CN 103353858 A CN103353858 A CN 103353858A
Authority
CN
China
Prior art keywords
touch
event
sequence
touch event
uievent
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
CN2013102225132A
Other languages
Chinese (zh)
Other versions
CN103353858B (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.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and 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 Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN201310222513.2A priority Critical patent/CN103353858B/en
Publication of CN103353858A publication Critical patent/CN103353858A/en
Application granted granted Critical
Publication of CN103353858B publication Critical patent/CN103353858B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides an automatic testing method and device based on action touch simulation. The method comprises the following steps: generating touch events meeting the testing status, sending the sequence of the touch events to an event transmit object of a tested system after combining the touch events into the sequence of the touch events of the touch action, and transmitting the touch events in the sequence by the event transmit object. The method and the device, provided by the invention, have the advantages that the Monkey testing can be executed, without the connection with a PC side, so that resources are saved, and in addition, the dependence on the Instruments memory is eliminated, so that the testing quality is improved.

Description

A kind of automated testing method and device based on the action touch simulation
[technical field]
The present invention relates to the computer testing technology field, particularly a kind of automated testing method and device based on the action touch simulation.
[background technology]
The Monkey test is to click the operations such as screen, slip, button to come the program on the equipment is carried out pressure test by Monkey process simulation user.The Monkey automatic test of iOS product need to by connect the Instruments instrument of PC end (Mac machine), then start the javascript script and carry out the Monkey automatic test at present.There is following defective in this mode:
1) the Mac machine must be connected and Monkey test, the resource that occupying volume is outer can be carried out.
2) request memory to the Instruments instrument is higher, and test stops if low memory may cause Monkey, and test mass can't be guaranteed.
[summary of the invention]
In view of this, the invention provides a kind of automated testing method and device based on the action touch simulation, so that economize on resources and improve test mass.
Concrete technical scheme is as follows:
A kind of automated testing method based on the action touch simulation, the method comprises:
S1, generation meet the touch event of test mode and are combined into the touch event sequence of touch action;
S2, the touch event sequence is sent to the event forwarding object of tested system, by the event forwarding object touch event in the sequence is transmitted.
According to one preferred embodiment of the present invention, described step S1 specifically comprises:
S11, from test case, obtain touch action information;
The touch action information calculations touch track that S12, basis are obtained;
S13, according to the touch action direction, correspondence position in touch track inserts the touch event corresponding with the touch action type of this position every the Preset Time interval, obtains the touch event sequence.
According to one preferred embodiment of the present invention, described touch action information adopts the multiple parameters group to be described, and described multiple parameters group comprises: the position of starting point and end point, speed, acceleration, duration and number of clicks.
According to one preferred embodiment of the present invention, if being the N point, described touch action type touches, then described touch action information adopts N multiple parameters group to be described, in described step S12, obtain N bar touch track, there be N coordinate points in the position that each touch event inserts in described step S13, and N is positive integer.
According to one preferred embodiment of the present invention, when inserting the touch event corresponding with the touch action type of this position, insert the touch event of down state in initial point position, insert the touch event of the state of upspringing in the end point position, the touch event of mobile status is inserted in each position between starting point and end point.
According to one preferred embodiment of the present invention, if described tested system is the iSO system, then described touch event is UIEvent, and described event forwarding object is UIApplication, and described UIApplication is distributed to target view with the UIEvent in the UIEvent sequence;
If described tested system is the Android system, then described touch event is MotionEvent, described event forwarding object is Instrumentation, described Instrumentation is transmitted to the Android system with the MotionEvent in the MotionEvent sequence, is broadcast to the Application of monitoring for the Android service system.
A kind of automatic test device based on the action touch simulation, this device comprises:
The event generation unit is used for generating the touch event sequence that meets the touch event of test mode and be combined into touch action;
The event transmitting element for the event forwarding object that described touch event sequence is sent to tested system, is transmitted the touch event in the sequence by the event forwarding object.
According to one preferred embodiment of the present invention, described event generation unit specifically comprises:
The acquisition of information subelement is used for obtaining touch action information from test case;
The track computation subunit is used for according to described touch action information calculations touch track;
Event intron unit is used for according to the touch action direction, and correspondence position in touch track inserts the touch event corresponding with the touch action type of this position every the Preset Time interval, obtains the touch event sequence.
According to one preferred embodiment of the present invention, described touch action information adopts the multiple parameters group to be described, and described multiple parameters group comprises: the position of starting point and end point, speed, acceleration, duration and number of clicks.
According to one preferred embodiment of the present invention, if being the N point, described touch action type touches, then described touch action information adopts N multiple parameters group to be described, described track computation subunit obtains N bar touch track, described event intron unit is when inserting touch event, there be N coordinate points in the position that each touch event inserts, and N is positive integer.
According to one preferred embodiment of the present invention, described event intron unit is when inserting the touch event corresponding with the touch action type of this position, insert the touch event of down state in initial point position, insert the touch event of the state of upspringing in the end point position, the touch event of mobile status is inserted in each position between starting point and end point.
According to one preferred embodiment of the present invention, if described tested system is the iSO system, then described touch event is UIEvent, and described event forwarding object is UIApplication, and described UIApplication is distributed to target view with the UIEvent in the UIEvent sequence;
If described tested system is the Android system, then described touch event is MotionEvent, described event forwarding object is Instrumentation, described Instrumentation is transmitted to the Android system with the MotionEvent in the MotionEvent sequence, is broadcast to the Application of monitoring for the Android service system.
As can be seen from the above technical solutions, method and apparatus provided by the invention need not to connect the PC end just can carry out the Monkey test, has saved resource; In addition, break away from the dependence to Instruments instrument internal memory, improved test mass.
[description of drawings]
The automated testing method process flow diagram that Fig. 1 provides for the embodiment of the invention one;
Touch track and UIEvent synoptic diagram for slip that Fig. 2 provides for the embodiment of the invention one;
Touch track and UIEvent synoptic diagram for two finger extruding that Fig. 3 provides for the embodiment of the invention one;
The automatic test device structural drawing that Fig. 4 provides for the embodiment of the invention two.
[embodiment]
In order to make the purpose, technical solutions and advantages of the present invention clearer, describe the present invention below in conjunction with the drawings and specific embodiments.
Because being exactly the random call function interface relevant with screen processing, the basic procedure of Monkey automatic test triggers various screen touch actions, screen touch behavior with analog subscriber, and the screen touch of iOS action is in essence by the UIEvent(user interface event) forms UIEvent sequence of a touch action correspondence namely.When user's touch screen, iOS generates corresponding UIEvent; Then UIAplication(user-interface application) object is distributed the UIEvent sequence that receives; At last, the target view that is distributed to can touch logical process to UIEvent.Based on above-mentioned principle, core concept of the present invention is the UIEvent sequence that is combined into touch action by the UIEvent that establishment meets test mode, and the UIEvent sequence is sent to the UIAplication object, carries out distribution processor by the UIAplication object.Be described in detail below by a pair of method provided by the invention of embodiment.
Embodiment one,
The method flow diagram that Fig. 1 provides for the embodiment of the invention one, the case(test case that provides based on the user in this embodiment) behavioral test of analog subscriber carries out automatic test, and as shown in Figure 1, the method may further comprise the steps:
Step 101: from case, obtain touch action information.
In case, usually can comprise information such as tested object, test environment; because the test in the embodiment of the invention is the Monkey test; therefore also can comprise touch action information among the case; the touch action that simulated of follow-up needs namely; in view of touch action may comprise polytype; for example click, slip, multiple point touching etc.; but for event type; mainly contain the division of two dimensions; first dimension is number of clicks; namely click, double-click, multi-hit etc., second dimension is touch point quantity, namely is single-point, 2 points, multiple spot etc.Touch action at this each type can adopt the multiple parameters group to be described.This multiple parameters group comprises: the position of starting point and end point, speed, acceleration, duration and number of clicks.The below gives some instances:
Suppose to test and click screen coordinate (100,100) and locate, continue 1.5s, the touch action information that comprises among the case so can be following multiple parameters group:
<(100,100),(100,100),0,0,1.5,1>
Suppose to test from screen coordinate (100,100) sliding into (150,200), continue 2s, sliding speed is 10m/s, and the touch action information that comprises among the case so can be following multiple parameters group:
<(100,100),(150,200),10,0,2,1>
For multiple point touching, suppose to test two extruding that refer to, from screen coordinate (100,100) and (180,100) be expressed to screen coordinate (140,120) and (160,120), can have two movement locus, the touch action information that comprises among the case so can be following two multiple parameters groups:
<(100,100),(140,120),10,0,2,1>
<(180,100),(160,120),10,0,2,1>
Step 102: according to the touch action information calculations touch track of obtaining, according to the touch action direction, correspondence position in touch track inserts the UIEvent corresponding with the touch action type of this position every the Preset Time interval, obtains the UIEvent sequence.
When calculating touch track, employing be traditional mathematical method, namely
Figure BDA00003309449900051
Wherein, Y is the position of release point, and X is the position of action starting point,
Figure BDA00003309449900052
Be velocity vector, Be vector acceleration, t is the time.
When inserting UIEvent, mainly need three factors, position, first insertion point, it two is touch action types, it three is operating states.Insert according to the Preset Time interval owing to insert UIEvent, therefore can determine the position (be the formula of substitution above-mentioned touch track) of time point in touch track of insertion.Touch action type mistake described above is mainly reflected in two dimensions: number of clicks and touch point quantity, number of clicks can directly be obtained in the multiple parameters group from case, the quantity of multiple parameters group among the corresponding case of touch point quantity.Operating state mainly comprises three kinds: down state, mobile status and the state of upspringing.Operating state in initial point position when inserting UIEvent is down state, and the operating state of end point position is the state of upspringing, and the operating state of each insertion point in the touch track between starting point and the end point is mobile status.
The below refers to that with two extruding is as example to slide respectively:
Sliding action: from case, can know to test from the A point to slide into the touch action that B is ordered, after going out touch track according to the touch action information calculations among the case, in touch track, insert UIEvent according to time sequencing with regular time interval 0.05s, be specially: calculate the position, insertion point every the 0.05s time point, be about to 0,0.05s, 0.1s, 0.15s the like the position of each time point in touch track determine respectively, according to the touch action information among the case as can be known its type of action belong to single-point and click that (number of clicks is 1, movement locus also is 1), the A point inserts the UIEvent that single-point is clicked down state in each insertion point, insert the UIEvent that single-point is clicked the state of upspringing at the B point, the UIEvent that single-point is clicked mobile status is inserted in each position, insertion point in the middle of A and B, thereby obtain the UIEvent sequence according to the time sequencing arrangement, the position (x of i UIEvent in this sequence i, y i) be:
( x i , y i ) = ( x 0 , y 0 ) + v &RightArrow; * ( i - 1 ) &Delta;t ,
(x wherein 0, y 0) being the coordinate of action starting point A, Δ t is for inserting the time interval of UIEvent, and the UIEvent synoptic diagram of generation is as shown in Figure 2.
Two finger extruding actions:
From case, can know and to test two actions that refer to extruding, have two groups of multiple parameters groups, therefore two groups of multiple parameters groups be calculated respectively touch track, two touch track have just been obtained, as shown in Figure 3, two touch track are respectively from A1 to B1, from A2 to B2.In touch track, insert UIEvent according to time sequencing with regular time interval 0.05s, be about to 0,0.05s, 0.1s, 0.15s the like the position of each time point in touch track determine respectively, according to the touch action information among the case as can be known its type of action belong to multiple spot and click that (number of clicks is 1, movement locus also is 2), position, corresponding two insertion points of each UIEvent, insert the UIEvent that two point is clicked down state at A1 and A2 point, insert the UIEvent that two point is clicked the state of upspringing at B1 and B2 point, the UIEvent that two point is clicked mobile status is inserted in middle each position, insertion point.Thereby in the UIEvent sequence that obtains arranging according to time sequencing.Position (the x1 of i UIEvent in this sequence i, y1 i) and (x2 i, y2 i) be:
( x 1 i , y 1 i ) = ( x 1 0 , y 1 0 ) + v &RightArrow; 1 * ( i - 1 ) &Delta;t
( x 2 i , y 2 i ) = ( x 2 0 , y 2 0 ) + v &RightArrow; 2 * ( i - 1 ) &Delta;t
(x1 0, y1 0) be the coordinate of A1, (x2 0, y2 0) be the coordinate of A2,
Figure BDA00003309449900072
Be velocity vector corresponding from A1 to B1,
Figure BDA00003309449900073
Be velocity vector corresponding from A2 to B2, Δ t is for inserting the time interval of UIEvent.
In embodiments of the present invention can different numbers of clicks and touch point quantity make up, simulate different touch action, also different case can be made up, be about to the UIEvent sequence that different case obtain and merge, thereby simulate more complicated action.
Step 103: the UIEvent sequence is sent to the UIAplication object, carry out distribution processor by the UIAplication object.
The description that the above embodiment of the present invention is all carried out as an example of the iSO system example, mode and platform independence in view of above-mentioned generation touch event, therefore method provided by the invention can also be applied to such as other systems such as android, just touch event is not UIEvent but MotionEvent in Android system, the MotionEvent sequence that generates is not to send to the UIAplication object, but send to Instrumentation, by Instrumentation the MotionEvent sequence is transmitted to the Android system, is offered the Application(application of monitoring by the Android system by the mode of system broadcasts).No longer give unnecessary details one by one for other system at this.
More than be the detailed description that method provided by the invention is carried out, be described in detail below by two pairs of automatic test devices provided by the invention of embodiment.
Embodiment two,
The structure drawing of device that Fig. 4 provides for the embodiment of the invention two, as shown in Figure 4, this device mainly comprises event generation unit 00 and event transmitting element 10.
Event generation unit 00 is responsible for generating the touch event sequence that meets the touch event of test mode and be combined into touch action.
Event transmitting element 10 is responsible for the touch event sequence is sent to the event forwarding object of tested system, by the event forwarding object touch event in the sequence is transmitted.
Device provided by the invention can be used to tested systems such as iSO system, Android system, particularly, if tested system is the iSO system, then touch event is UIEvent, the event forwarding object is UIApplication, and UIApplication is distributed to target view with the UIEvent in the UIEvent sequence.If tested system is the Android system, then touch event is MotionEvent, the event forwarding object is Instrumentation, Instrumentation is transmitted to the Android system with the MotionEvent in the MotionEvent sequence, is broadcast to the Application of monitoring for the Android service system.In the subsequent descriptions of present embodiment, only be described as an example of the iSO system example.
Usually when carrying out automatic test, be based on case and carry out, event generation unit 00 can specifically comprise in this case: acquisition of information subelement 01, track computation subunit 02 and event intron unit 03.
In case, usually can comprise information such as tested object, test environment, because the test in the embodiment of the invention is the Monkey test, so also can comprise touch action information among the case.At first acquisition of information subelement 01 obtains touch action information from case.In view of touch action may comprise polytype, for example click, slip, multiple point touching etc., but for event type, mainly contain the division of two dimensions, first dimension is number of clicks, namely click, double-click, multi-hit etc., second dimension is touch point quantity, namely is single-point, 2 points, multiple spot etc.Touch action at this each type can adopt the multiple parameters group to be described, particularly, the multiple parameters group can comprise: the position of starting point and end point, speed, acceleration, duration and number of clicks, object lesson is no longer described, referring to embodiment one.
Then track computation subunit 02 is according to touch action information calculations touch track, when calculating touch track, employing be traditional mathematical method, namely
Figure BDA00003309449900081
Wherein, Y is the position of release point, and X is the position of action starting point,
Figure BDA00003309449900082
Be velocity vector,
Figure BDA00003309449900083
Be vector acceleration, t is the time.
Last event intron unit 03 is touching the correspondence position insertion UIEvent corresponding with the touch action type of this position in the rail according to the touch action direction every the Preset Time interval, obtains the UIEvent sequence.When inserting UIEvent, mainly need three factors, position, first insertion point, it two is event types, it three is operating states.Insert according to the Preset Time interval owing to insert UIEvent, therefore can determine the position (be the formula of substitution above-mentioned touch track) of time point in touch track of insertion.Event type mistake described above is mainly reflected in two dimensions: number of clicks and touch point quantity, number of clicks can directly be obtained in the multiple parameters group from case, the quantity of multiple parameters group among the corresponding case of touch point quantity.Operating state mainly comprises three kinds: down state, mobile status and the state of upspringing.Operating state in initial point position when inserting UIEvent is down state, and the operating state of end point position is the state of upspringing, and the operating state of each insertion point in the touch track between starting point and the end point is mobile status.
If being the N point, the touch action type touches, then touch action information adopts N multiple parameters group to be described, and track computation subunit 02 obtains N bar touch track, and event intron unit 03 is when inserting UIEvent, there be N coordinate points in the position that each UIEvent inserts, and N is positive integer.
No longer enumerate concrete example at this, can be referring to the description among the said method embodiment one.
In several embodiment provided by the present invention, should be understood that disclosed apparatus and method can realize by another way.For example, device embodiment described above only is schematically, and for example, the division of described unit only is that a kind of logic function is divided, and during actual the realization other dividing mode can be arranged.
In addition, each functional unit in each embodiment of the present invention can be integrated in the processing unit, also can be that the independent physics of unit exists, and also can be integrated in the unit two or more unit.Above-mentioned integrated unit both can adopt the form of hardware to realize, the form that also can adopt hardware to add SFU software functional unit realizes.
The above-mentioned integrated unit of realizing with the form of SFU software functional unit can be stored in the computer read/write memory medium.Above-mentioned SFU software functional unit is stored in the storage medium, comprise that some instructions are with so that a computer equipment (can be personal computer, server, the perhaps network equipment etc.) or processor (processor) carry out the part steps of the described method of each embodiment of the present invention.And aforesaid storage medium comprises: the various media that can be program code stored such as USB flash disk, portable hard drive, ROM (read-only memory) (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disc or CD.
The above only is preferred embodiment of the present invention, and is in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of making, is equal to replacement, improvement etc., all should be included within the scope of protection of the invention.

Claims (12)

  1. One kind based on the action touch simulation automated testing method, it is characterized in that the method comprises:
    S1, generation meet the touch event of test mode and are combined into the touch event sequence of touch action;
    S2, the touch event sequence is sent to the event forwarding object of tested system, by the event forwarding object touch event in the sequence is transmitted.
  2. 2. method according to claim 1 is characterized in that, described step S1 specifically comprises:
    S11, from test case, obtain touch action information;
    The touch action information calculations touch track that S12, basis are obtained;
    S13, according to the touch action direction, correspondence position in touch track inserts the touch event corresponding with the touch action type of this position every the Preset Time interval, obtains the touch event sequence.
  3. 3. method according to claim 2 is characterized in that, described touch action information adopts the multiple parameters group to be described, and described multiple parameters group comprises: the position of starting point and end point, speed, acceleration, duration and number of clicks.
  4. 4. method according to claim 3, it is characterized in that, if being the N point, described touch action type touches, then described touch action information adopts N multiple parameters group to be described, in described step S12, obtain N bar touch track, there be N coordinate points in the position that each touch event inserts in described step S13, and N is positive integer.
  5. 5. method according to claim 2, it is characterized in that, when inserting the touch event corresponding with the touch action type of this position, insert the touch event of down state in initial point position, insert the touch event of the state of upspringing in the end point position, the touch event of mobile status is inserted in each position between starting point and end point.
  6. 6. according to claim 1 to the described method of 5 arbitrary claims, it is characterized in that, if described tested system is the iSO system, then described touch event is UIEvent, described event forwarding object is UIApplication, and described UIApplication is distributed to target view with the UIEvent in the UIEvent sequence;
    If described tested system is the Android system, then described touch event is MotionEvent, described event forwarding object is Instrumentation, described Instrumentation is transmitted to the Android system with the MotionEvent in the MotionEvent sequence, is broadcast to the Application of monitoring for the Android service system.
  7. One kind based on the action touch simulation automatic test device, it is characterized in that this device comprises:
    The event generation unit is used for generating the touch event sequence that meets the touch event of test mode and be combined into touch action;
    The event transmitting element for the event forwarding object that described touch event sequence is sent to tested system, is transmitted the touch event in the sequence by the event forwarding object.
  8. 8. device according to claim 7 is characterized in that, described event generation unit specifically comprises:
    The acquisition of information subelement is used for obtaining touch action information from test case;
    The track computation subunit is used for according to described touch action information calculations touch track;
    Event intron unit is used for according to the touch action direction, and correspondence position in touch track inserts the touch event corresponding with the touch action type of this position every the Preset Time interval, obtains the touch event sequence.
  9. 9. device according to claim 8 is characterized in that, described touch action information adopts the multiple parameters group to be described, and described multiple parameters group comprises: the position of starting point and end point, speed, acceleration, duration and number of clicks.
  10. 10. device according to claim 9, it is characterized in that, if being the N point, described touch action type touches, then described touch action information adopts N multiple parameters group to be described, described track computation subunit obtains N bar touch track, described event intron unit is when inserting touch event, and there be N coordinate points in the position that each touch event inserts, and N is positive integer.
  11. 11. device according to claim 8, it is characterized in that, described event intron unit is when inserting the touch event corresponding with the touch action type of this position, insert the touch event of down state in initial point position, insert the touch event of the state of upspringing in the end point position, the touch event of mobile status is inserted in each position between starting point and end point.
  12. 12. according to claim 7 to the described device of 11 arbitrary claims, it is characterized in that, if described tested system is the iSO system, then described touch event is UIEvent, described event forwarding object is UIApplication, and described UIApplication is distributed to target view with the UIEvent in the UIEvent sequence;
    If described tested system is the Android system, then described touch event is MotionEvent, described event forwarding object is Instrumentation, described Instrumentation is transmitted to the Android system with the MotionEvent in the MotionEvent sequence, is broadcast to the Application of monitoring for the Android service system.
CN201310222513.2A 2013-06-06 2013-06-06 A kind of automated testing method based on action touch simulation and device Active CN103353858B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310222513.2A CN103353858B (en) 2013-06-06 2013-06-06 A kind of automated testing method based on action touch simulation and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310222513.2A CN103353858B (en) 2013-06-06 2013-06-06 A kind of automated testing method based on action touch simulation and device

Publications (2)

Publication Number Publication Date
CN103353858A true CN103353858A (en) 2013-10-16
CN103353858B CN103353858B (en) 2016-03-16

Family

ID=49310232

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310222513.2A Active CN103353858B (en) 2013-06-06 2013-06-06 A kind of automated testing method based on action touch simulation and device

Country Status (1)

Country Link
CN (1) CN103353858B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104090836A (en) * 2014-02-17 2014-10-08 腾讯科技(深圳)有限公司 Response test method and device of application program for system broadcast
CN104765680A (en) * 2015-03-13 2015-07-08 安一恒通(北京)科技有限公司 Method and device for automatically testing software
CN105279052A (en) * 2014-07-04 2016-01-27 福建天晴数码有限公司 IOS stability test method and apparatus
CN105975367A (en) * 2016-04-29 2016-09-28 腾讯科技(深圳)有限公司 Mobile equipment test method and device
CN106528412A (en) * 2016-10-27 2017-03-22 南京大学 Test framework for putting of related gesture of android application
CN111142470A (en) * 2019-12-31 2020-05-12 连云港新东方国际货柜码头有限公司 Automatic analog control system for wharf equipment and fault detection method
CN112817790A (en) * 2021-03-02 2021-05-18 腾讯音乐娱乐科技(深圳)有限公司 Method for simulating user behavior

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080250051A1 (en) * 2007-04-05 2008-10-09 Accenture Global Services Gmbh Automatic test generation for reference testing
CN102073590A (en) * 2011-01-11 2011-05-25 百度在线网络技术(北京)有限公司 Event simulation-based user interface test method and device
CN102141960A (en) * 2011-03-18 2011-08-03 广东欧珀移动通信有限公司 Automatic test method based on Android
CN102541734A (en) * 2011-12-27 2012-07-04 Tcl集团股份有限公司 Method and device for testing pressure of equipment based on android platform
CN103049371A (en) * 2012-11-07 2013-04-17 青岛海信传媒网络技术有限公司 Testing method and testing device of Android application programs
US20130138381A1 (en) * 2011-11-25 2013-05-30 Askey Computer Corp. Handheld electronic device testing method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080250051A1 (en) * 2007-04-05 2008-10-09 Accenture Global Services Gmbh Automatic test generation for reference testing
CN102073590A (en) * 2011-01-11 2011-05-25 百度在线网络技术(北京)有限公司 Event simulation-based user interface test method and device
CN102141960A (en) * 2011-03-18 2011-08-03 广东欧珀移动通信有限公司 Automatic test method based on Android
US20130138381A1 (en) * 2011-11-25 2013-05-30 Askey Computer Corp. Handheld electronic device testing method
CN102541734A (en) * 2011-12-27 2012-07-04 Tcl集团股份有限公司 Method and device for testing pressure of equipment based on android platform
CN103049371A (en) * 2012-11-07 2013-04-17 青岛海信传媒网络技术有限公司 Testing method and testing device of Android application programs

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
刘冠琼: ""基于OPhoneOS平台的MTBF测试研究与应用"", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
熊斌: "《iOS开发从入门到精通》", 31 January 2013, 北京希望电子出版社 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104090836A (en) * 2014-02-17 2014-10-08 腾讯科技(深圳)有限公司 Response test method and device of application program for system broadcast
CN104090836B (en) * 2014-02-17 2016-04-13 腾讯科技(深圳)有限公司 Application program is to the response test method of system broadcasts and device
CN105279052A (en) * 2014-07-04 2016-01-27 福建天晴数码有限公司 IOS stability test method and apparatus
CN104765680A (en) * 2015-03-13 2015-07-08 安一恒通(北京)科技有限公司 Method and device for automatically testing software
CN104765680B (en) * 2015-03-13 2017-11-03 安一恒通(北京)科技有限公司 Method and device for automatically testing software
CN105975367A (en) * 2016-04-29 2016-09-28 腾讯科技(深圳)有限公司 Mobile equipment test method and device
CN106528412A (en) * 2016-10-27 2017-03-22 南京大学 Test framework for putting of related gesture of android application
CN106528412B (en) * 2016-10-27 2019-01-08 南京大学 A kind of related gesture dispensing test frame of Android application
CN111142470A (en) * 2019-12-31 2020-05-12 连云港新东方国际货柜码头有限公司 Automatic analog control system for wharf equipment and fault detection method
CN112817790A (en) * 2021-03-02 2021-05-18 腾讯音乐娱乐科技(深圳)有限公司 Method for simulating user behavior

Also Published As

Publication number Publication date
CN103353858B (en) 2016-03-16

Similar Documents

Publication Publication Date Title
CN103353858A (en) Automatic testing method and device based on action touch simulation
CN104484273B (en) The method of testing of application program, equipment and system
US9483383B2 (en) Injecting faults at select execution points of distributed applications
CN102148844B (en) Memory leak positioning method, server, client and system
CN106604362B (en) A kind of Wireless Fidelity Wi-Fi scan method and mobile terminal
CN108268364A (en) Anomalous event back method, device and equipment
CN105487987B (en) A kind of concurrent sequence of processing reads the method and device of IO
CN105577722A (en) Credit exchange method and apparatus thereof
CN103984619A (en) Performance monitoring method of network storage system
CN105975367B (en) Test method and device for mobile equipment
CN107608609A (en) A kind of event object sending method and device
CN107741902A (en) Program application detection method and program application detection means
CN104182683A (en) Method, device and system for monitoring online transactions
CN109034867A (en) click traffic detection method, device and storage medium
CN110096413A (en) A kind of disk localization method, system and electronic equipment and storage medium
CN103888306A (en) Message forwarding system performance test method and performance test device
CN105872767A (en) Method and apparatus for guiding sharing based on user behaviors
CN106708710A (en) Thread jamming identification method and apparatus
CN105243013A (en) Software testing method and system
CN104331229A (en) Information processing method and electronic equipment
CN103279408A (en) RAID (redundant array of inexpensive disk) performance testing method
CN107018039B (en) Method and device for testing performance bottleneck of server cluster
CN104866282B (en) A kind of method and electronic equipment of control electronics
CN106201753A (en) A kind of based on the processing method of PCIE mistake in linux and system
CN103685084B (en) A kind of method generating Frame and device

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