CN103019923A - Method and system of simulated click test - Google Patents

Method and system of simulated click test Download PDF

Info

Publication number
CN103019923A
CN103019923A CN2011102838999A CN201110283899A CN103019923A CN 103019923 A CN103019923 A CN 103019923A CN 2011102838999 A CN2011102838999 A CN 2011102838999A CN 201110283899 A CN201110283899 A CN 201110283899A CN 103019923 A CN103019923 A CN 103019923A
Authority
CN
China
Prior art keywords
simulation
control
control information
click
module
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
CN2011102838999A
Other languages
Chinese (zh)
Other versions
CN103019923B (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.)
Shenzhen Tencent Computer Systems Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201110283899.9A priority Critical patent/CN103019923B/en
Publication of CN103019923A publication Critical patent/CN103019923A/en
Application granted granted Critical
Publication of CN103019923B publication Critical patent/CN103019923B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a method and a system of a simulated click test. The method of the simulated click test comprises the following steps of: setting control information in a control event handler; carrying out the simulated click on an interface; judging whether a control is clicked in the simulated click, if so, triggering a control event handler and obtaining and recording the control information and the trigger time corresponding to the control, if not, continuing to carry out the simulated click; judging whether an error occurs on the interface, if so, stopping the simulated click, if not, continuing to carry out the simulated click; and obtaining the recorded control information and the trigger time, and processing the control information and the trigger time to generate click track timing information. According to the method and the system of the simulated click test, the problem tracking and the abnormal process repeating can be realized according to the click track timing information, the problem tracking cost is greatly saved, and the fault finding efficiency is improved.

Description

The method and system of simulation hit testing
[technical field]
The present invention relates to the software test field, particularly a kind of method and system of simulating hit testing.
[background technology]
In the software development process, need that the control in the software is tested it and whether can normally carry out.What extensively use is the simulation hit testing of robotization, and this simulation hit testing need not manual intervention, can test manually to be difficult to the scene of testing, and has greatly improved the efficient of testing and the coverage rate of test point.
Yet the simulation hit testing of robotization has randomness or randomness, is unfavorable for that the tester carries out track problems, and can not preserve and simulate the unusual track of appearance when clicking, and can't realize the exception procedure recurrence.
[summary of the invention]
Based on this, be necessary to provide a kind of method of simulating hit testing, can problem of implementation follow the trail of and the exception procedure recurrence.
A kind of method of simulating hit testing may further comprise the steps:
Control information is set in the control event handling function;
Carrying out simulation points at the interface hits;
Judge whether described simulation click clicks control, if, then trigger the control event handling function, obtain and record and the corresponding control information of described control and triggered time, click otherwise proceed simulation;
Whether judgement mistake occurs on described interface, if, then stop simulation and click, click otherwise proceed simulation;
Obtain control information and the triggered time of record, described control information and triggered time are processed, generate and click the track time sequence information.
Preferably, described control information comprises the operational order that control name, control position, control place window name, control are triggered.
Preferably, describedly carry out the step that simulation points hits at the interface and be specially: produce at random clicking point by random number, and carry out simulation points at the interface by described at random clicking point and hit.
Preferably, the step that also comprises the threshold value of the record control information content that storage is set, also comprise step: whether judge the control information content of record greater than described threshold value, if then delete the control information that surpasses number of thresholds according to the sequencing in triggered time.
Preferably, also comprise step: the click track time sequence information of described generation is deposited in the unusual trail file folder; Check the click track time sequence information in the described unusual trail file folder or recur simulation according to the click track time sequence information in the described unusual trail file folder and click.
In addition, also be necessary to provide a kind of system of simulating hit testing, can problem of implementation follow the trail of and the exception procedure recurrence.
A kind of system of simulating hit testing comprises:
Application program module is used at the control event handling function control information being set;
Module is clicked in simulation, is used for carrying out simulation points at the interface and hits;
Described application program also is used for receiving described simulation to be clicked, and judges whether described simulation click clicks control, and when clicking control, triggers the control event handling function, obtains and the corresponding control information of described control and triggered time;
The shared drive module is used for recording described control information and triggered time;
Described application program module also is used for judging mistake whether occurs on described interface, when mistake occurring, notifies described simulation click module to stop simulation and clicks;
Described simulation is clicked module and also is used for from control information and triggered time that described shared drive module is obtained record, processes to generate and clicks the track time sequence information.
Preferably, described control information comprises the operational order that control name, control position, control place window name, control are triggered.
Preferably, described simulation is clicked module and is also produced at random clicking point by random number, and carries out simulation points by described at random clicking point at the interface and hit.
Preferably, described shared drive module also is used for the threshold value of the record control information content of storage setting; Whether described shared drive module also be used for judges the control information content of record greater than described threshold value, and during greater than described threshold value, surpasses the control information of number of thresholds at the control information content of judging record according to the sequencing deletion in triggered time.
Preferably, comprise also and check module and/or recur module that described simulation is clicked module and also is used for depositing the click track time sequence information of described generation in unusual trail file folder; The described module of checking is used for checking the click track time sequence information of described unusual trail file folder; Described recurrence module is used for recurring simulation according to the click track time sequence information of described unusual trail file folder and clicks.
The method and system of above-mentioned simulation hit testing, control information is established in employing in the control event handling function, by simulation clicking trigger control, record control information and the triggered time of the control that is triggered, and when the interface appearance is wrong, stopping simulation clicking, control information and triggered time according to record generate click track time sequence information, track time sequence information problem of implementation is followed the trail of and exception procedure is recurred thereby can click according to this, greatly save the track problems cost, improved the efficient of looking up the fault.
[description of drawings]
Fig. 1 is the method flow diagram of simulation hit testing among the embodiment;
Fig. 2 is the structural representation of the system of simulation hit testing among the embodiment;
Fig. 3 is the structural representation of the system of simulation hit testing among another embodiment.
[embodiment]
Below in conjunction with specific embodiment and accompanying drawing technical scheme is described in detail.
As shown in Figure 1, among the embodiment, a kind of method of simulating click may further comprise the steps:
Step S101 arranges control information in the control event handling function.
Have the control event handling function in the program code of application program, control information is set in the control event handling function, after the application program operation, on the interface of application program, will have corresponding control.Control information comprises the operational order that control name, control position (with respect to the position of place window), control place window name, control are triggered.Be provided with the control information such as " insertion ", " picture " in the control event handling function such as the word application program, " picture " control will be carried out the operation of insert pictures at the first row the 3rd row of " insertion " window after " picture " control is triggered.Accordingly " insertion " and " picture " control are arranged at the word interface.
Step S103 carries out simulation points at the interface and hits.
In one embodiment, step S103 is specially: produce at random clicking point according to random number, and by this at random clicking point carry out simulation points at the interface and hit.By simulation click program random number is processed and to be produced at random clicking point.Clicking point analog mouse on the interface of application program is clicked at random.
Step S105 judges whether this simulation click clicks control, if, execution in step S107, otherwise return step S103.
When clicking point is clicked at random, be not that all clicks can both be clicked control on the interface, only have and click behind control, just can trigger the control event handling function.
Step S107 triggers the control event handling function, obtains and records and the corresponding control information of this control and triggered time.
Click is behind control, and application program captures this click, triggers the control event handling function, from the control event handling function, obtain and the corresponding control information of this control, obtain the triggered time simultaneously, then record this control information and triggered time, so that follow-up the processing.
Step S109 judges mistake whether occurs on the interface, if, execution in step S111, otherwise return step S103.
Obtained control information and after the triggered time; carry out corresponding control logic; mistake may appear in the control logic implementation; cause occurring on the interface unusual or application crash; because judging mistake whether occurs on the interface, if mistake occurs, then program stopped simulation click is clicked in the application notification simulation; if there is not mistake, then proceeds simulation and click.
Step S111 stops simulation and clicks.
Step S113, control information and the triggered time of obtaining record, this control information and triggered time are processed, generate and click the track time sequence information.
Simulation is clicked after mistake appears in the interface, stopping simulation clicking, recorded in the front all clicks of appearance wrong (comprising when mistake occurring) and arrived control information and the triggered time of control, obtain control information and the triggered time of this record, control information and triggered time to this record process, generate and click the track time sequence information, the control information that is triggered that namely forms according to the time order and function ordering.
In one embodiment, before the corresponding control information of the record among the step S107 and this control and the step in triggered time, also comprise step: the threshold value of the record control information content that storage is set.Preset the maximum number of quantity of the control information of record, i.e. threshold value.This threshold value can be set by system or user, defines the threshold value of quantity of the control information of record, avoid control information too much occupy memory headroom.
After record and the corresponding control information of this control and the step in triggered time, also comprise: judge that whether the control information content of record is greater than this threshold value, if then the sequencing deletion according to the triggered time surpasses the control information of number of thresholds, otherwise does not delete.The quantity of record control information surpasses threshold value, then the total quantity of record is deducted the quantity that threshold value obtains the control information that will delete, according to the sequencing deletion control information in triggered time of control.
In one embodiment, also comprise step after step S113: the click track time sequence information that will generate deposits in the unusual trail file folder; Check the click track time sequence information in the unusual trail file folder or recur simulation according to the click track time sequence information in this unusual trail file folder and click.
The click track time sequence information that generates is deposited in the unusual trail file folder, to make things convenient for the user to check tracing problem based or to recur simulation click process.
As shown in Figure 2, in one embodiment, a kind of system of simulating hit testing comprises application program module 210, simulation click module 220 and shared drive module 230.
Application program module 210 is used at the control event handling function control information being set.Control information comprises the operational order that control name, control position (with respect to the position of place window), control place window name, control are triggered.Be provided with the control information such as " choosing ", " transmission instant messages " in the control event handling function such as Instant Messenger (IM) software, " transmission instant messages " control will eject dialog box in the first row the first row of " choosing " window after " transmission instant messages " control is triggered.Have at the instant communication client interface and " to choose " accordingly and " transmission instant messages " control.
Simulation is clicked module 220 and is hit for carrying out simulation points at the interface.Simulation is clicked 220 pairs of random numbers of module and is processed and produce at random clicking point, and by this at random clicking point carry out simulation points at the interface and hit.Simulation is clicked at random clicking point analog mouse on the interface of application program of module 220 generations and is clicked.
Application program module 210 also is used for receiving this simulation to be clicked, and judges whether this simulation click clicks control, and when clicking control, triggers the control event handling function, obtains and the corresponding control information of described control and triggered time.When clicking point is clicked at random, be not that all clicks can both be clicked control on the interface, only have and click behind control, just can trigger the control event handling function.Click is behind control, and application program module 210 captures this click, triggers the control event handling function, obtains from the control event handling function and the corresponding control information of this control, obtains the triggered time simultaneously.
Shared drive module 230 is used for this control information and triggered time of record.Such as clicked the arriving of control " transmission instant messages ", the control information of this control comprises that control name " transmission instant messages ", control are positioned at the first row the first row of " choosing A " window, the operational order that control is triggered " ejection dialog box ", 10: 10: 10 on the 10th June of 2011 triggered time, 230 record control information and the triggered times of shared drive module.
Application program module 210 is used for also judging mistake whether occurs on the interface that when mistake occurring, the notice simulation is clicked module 220 and stopped the simulation click.Application program module 210 has been obtained control information and after the triggered time; carry out corresponding control logic; mistake may appear in the control logic implementation; cause occurring on the interface unusual or application crash; and then judge mistake on the interface, whether to occur, if mistake occurs, then application program module 210 notice simulations are clicked modules 220 and are stopped simulation and click; if there is not mistake, then simulation is clicked module 220 and is continued to carry out simulation points at the interface and hit.
Simulation is clicked module 220 and also is used for from control information and triggered time that shared drive module 230 is obtained record, processes to generate and clicks the track time sequence information.Simulation is clicked after mistake appears in the interface, stopping simulation clicking, recorded in the front all clicks of appearance wrong (comprising when mistake occurring) and arrived control information and the triggered time of control, obtain control information and the triggered time of this record, control information and triggered time to this record process, generate and click the track time sequence information, the control information that is triggered that namely forms according to the time order and function ordering.
In the preferred embodiment, shared drive module 230 also is used for the threshold value of the record control information content of storage setting, be used for also judging that whether the control information content of record is greater than this threshold value, and during greater than this threshold value, surpass the control information of number of thresholds at the control information content of judging record according to the sequencing deletion in triggered time.This threshold value can be set by system or user, defines the threshold value of quantity of the control information of record, avoid control information too much occupy memory headroom.The quantity of record control information surpasses threshold value, and shared drive module 230 deducts the quantity that threshold value obtains the control information that will delete with the total quantity of record, according to the sequencing deletion control information in triggered time of control.
In one embodiment, the system of above-mentioned simulation hit testing clicks module 220 and shared drive module 230 except comprising application program module 210, simulation, also comprises and checks module 240 and/or recur module 250.
Simulation is clicked module 220 and is also deposited unusual trail file folder in for the click track time sequence information that will generate.
Check that module 240 is used for checking the click track time sequence information of this unusual trail file folder.The user can check click track time sequence information in the unusual trail file by seeing module 240, searches error reason.
Recurring module 250 is used for clicking according to the click track time sequence information recurrence simulation of this unusual trail file folder.
The method and system of above-mentioned simulation hit testing, control information is established in employing in the control event handling function, by simulation clicking trigger control, record control information and the triggered time of the control that is triggered, and when the interface appearance is wrong, stopping simulation clicking, control information and triggered time according to record generate click track time sequence information, track time sequence information problem of implementation is followed the trail of and exception procedure is recurred thereby can click according to this, greatly save the track problems cost, improved the efficient of looking up the fault.
In addition, by the immediately clicking point that random number produces, simulate click, be easy to immediately pinpoint the problems; The threshold value of setting recording control information content can improve the utilization rate of internal memory; Be stored in the special-purpose abnormal document folder clicking the track time sequence information, conveniently check and recur.
The above embodiment has only expressed several embodiment of the present invention, and it describes comparatively concrete and detailed, but can not therefore be interpreted as the restriction to claim of the present invention.Should be pointed out that for the person of ordinary skill of the art without departing from the inventive concept of the premise, can also make some distortion and improvement, these all belong to protection scope of the present invention.Therefore, the protection domain of patent of the present invention should be as the criterion with claims.

Claims (10)

1. method of simulating hit testing may further comprise the steps:
Control information is set in the control event handling function;
Carrying out simulation points at the interface hits;
Judge whether described simulation click clicks control, if, then trigger the control event handling function, obtain and record and the corresponding control information of described control and triggered time, click otherwise proceed simulation;
Whether judgement mistake occurs on described interface, if, then stop simulation and click, click otherwise proceed simulation;
Obtain control information and the triggered time of record, described control information and triggered time are processed, generate and click the track time sequence information.
2. the method for simulation hit testing according to claim 1 is characterized in that, described control information comprises the operational order that control name, control position, control place window name, control are triggered.
3. the method for simulation hit testing according to claim 1 and 2 is characterized in that, describedly carries out the step that simulation points hits at the interface and is specially: produce at random clicking point by random number, and carry out simulation points at the interface by described at random clicking point and hit.
4. the method for simulation hit testing according to claim 1 and 2, it is characterized in that, the step that also comprises the threshold value of the record control information content that storage is set, also comprise step: judge that whether the control information content of record is greater than described threshold value, if then delete the control information that surpasses number of thresholds according to the sequencing in triggered time.
5. the method for simulation hit testing according to claim 1 and 2 is characterized in that, also comprises step: the click track time sequence information of described generation is deposited in the unusual trail file folder; Check the click track time sequence information in the described unusual trail file folder or recur simulation according to the click track time sequence information in the described unusual trail file folder and click.
6. a system of simulating hit testing is characterized in that, comprising:
Application program module is used at the control event handling function control information being set;
Module is clicked in simulation, is used for carrying out simulation points at the interface and hits;
Described application program also is used for receiving described simulation to be clicked, and judges whether described simulation click clicks control, and when clicking control, triggers the control event handling function, obtains and the corresponding control information of described control and triggered time;
The shared drive module is used for recording described control information and triggered time;
Described application program module also is used for judging mistake whether occurs on described interface, when mistake occurring, notifies described simulation click module to stop simulation and clicks;
Described simulation is clicked module and also is used for from control information and triggered time that described shared drive module is obtained record, processes to generate and clicks the track time sequence information.
7. the system of simulation hit testing according to claim 6 is characterized in that, described control information comprises the operational order that control name, control position, control place window name, control are triggered.
8. according to claim 6 or the system of 7 described simulation hit testings, it is characterized in that described simulation is clicked module and also produced at random clicking point by random number, and carries out simulation points by described at random clicking point at the interface and hit.
9. according to claim 6 or the system of 7 described simulation hit testings, it is characterized in that described shared drive module also is used for the threshold value of the record control information content that storage sets; Whether described shared drive module also be used for judges the control information content of record greater than described threshold value, and during greater than described threshold value, surpasses the control information of number of thresholds at the control information content of judging record according to the sequencing deletion in triggered time.
10. according to claim 6 or the system of 7 described simulation hit testings, it is characterized in that, also comprise and check module and/or recur module that described simulation is clicked module and also is used for depositing the click track time sequence information of described generation in unusual trail file folder; The described module of checking is used for checking the click track time sequence information of described unusual trail file folder; Described recurrence module is used for recurring simulation according to the click track time sequence information of described unusual trail file folder and clicks.
CN201110283899.9A 2011-09-22 2011-09-22 The method and system of simulation hit testing Active CN103019923B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110283899.9A CN103019923B (en) 2011-09-22 2011-09-22 The method and system of simulation hit testing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110283899.9A CN103019923B (en) 2011-09-22 2011-09-22 The method and system of simulation hit testing

Publications (2)

Publication Number Publication Date
CN103019923A true CN103019923A (en) 2013-04-03
CN103019923B CN103019923B (en) 2015-10-21

Family

ID=47968549

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110283899.9A Active CN103019923B (en) 2011-09-22 2011-09-22 The method and system of simulation hit testing

Country Status (1)

Country Link
CN (1) CN103019923B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104156305A (en) * 2013-05-15 2014-11-19 腾讯科技(深圳)有限公司 Application program testing method and device
CN104866413A (en) * 2014-02-24 2015-08-26 腾讯科技(深圳)有限公司 Multi-process testing method and device
CN105512023A (en) * 2014-09-26 2016-04-20 腾讯科技(深圳)有限公司 Method and device for Monkey testing
CN106569938A (en) * 2016-10-27 2017-04-19 厦门美图之家科技有限公司 Pressure testing method and apparatus of application program
CN107193733A (en) * 2017-05-12 2017-09-22 微梦创科网络科技(中国)有限公司 Simulate the methods, devices and systems of Monkey tests
CN107562611A (en) * 2016-06-30 2018-01-09 阿里巴巴集团控股有限公司 A kind of method and device for realizing simulation test
CN107977306A (en) * 2016-10-25 2018-05-01 百度在线网络技术(北京)有限公司 Method and apparatus for testing Android application stability
CN108957171A (en) * 2018-05-30 2018-12-07 太仓鸿策拓达科技咨询有限公司 A kind of touch screen number of clicks test macro
CN109345383A (en) * 2018-08-13 2019-02-15 兴业证券股份有限公司 Security software information service monitoring method and storage medium
CN114780437A (en) * 2022-05-24 2022-07-22 广州掌动智能科技有限公司 Auxiliary correction method and system for software automatic test script
CN115658552A (en) * 2022-12-26 2023-01-31 海马云(天津)信息技术有限公司 Test data recommendation method and device, storage medium and electronic equipment
CN117850403A (en) * 2024-03-06 2024-04-09 西安晟昕科技股份有限公司 Dynamic detection method for initiating and controlling system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001071535A2 (en) * 2000-03-23 2001-09-27 Vividence Corporation Automated target-market sampler
US20090024461A1 (en) * 2007-07-16 2009-01-22 Willner Barry E Cursor path vector analysis for detecting click fraud
CN101620564A (en) * 2008-06-30 2010-01-06 福建升腾资讯有限公司 Method for automatically testing recording playback mode of terminal system
CN101930399A (en) * 2010-08-16 2010-12-29 于秀山 Method for recording software test

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001071535A2 (en) * 2000-03-23 2001-09-27 Vividence Corporation Automated target-market sampler
US20090024461A1 (en) * 2007-07-16 2009-01-22 Willner Barry E Cursor path vector analysis for detecting click fraud
CN101620564A (en) * 2008-06-30 2010-01-06 福建升腾资讯有限公司 Method for automatically testing recording playback mode of terminal system
CN101930399A (en) * 2010-08-16 2010-12-29 于秀山 Method for recording software test

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104156305A (en) * 2013-05-15 2014-11-19 腾讯科技(深圳)有限公司 Application program testing method and device
CN104156305B (en) * 2013-05-15 2018-01-09 腾讯科技(深圳)有限公司 A kind of applied program testing method and device
CN104866413B (en) * 2014-02-24 2018-09-28 腾讯科技(深圳)有限公司 The method and device of multi-process test
CN104866413A (en) * 2014-02-24 2015-08-26 腾讯科技(深圳)有限公司 Multi-process testing method and device
CN105512023A (en) * 2014-09-26 2016-04-20 腾讯科技(深圳)有限公司 Method and device for Monkey testing
CN105512023B (en) * 2014-09-26 2019-02-19 腾讯科技(深圳)有限公司 A kind of Monkey test method and device
CN107562611A (en) * 2016-06-30 2018-01-09 阿里巴巴集团控股有限公司 A kind of method and device for realizing simulation test
CN107977306A (en) * 2016-10-25 2018-05-01 百度在线网络技术(北京)有限公司 Method and apparatus for testing Android application stability
CN106569938B (en) * 2016-10-27 2019-07-05 厦门美图之家科技有限公司 The method for testing pressure and device of application program
CN106569938A (en) * 2016-10-27 2017-04-19 厦门美图之家科技有限公司 Pressure testing method and apparatus of application program
CN107193733A (en) * 2017-05-12 2017-09-22 微梦创科网络科技(中国)有限公司 Simulate the methods, devices and systems of Monkey tests
CN108957171A (en) * 2018-05-30 2018-12-07 太仓鸿策拓达科技咨询有限公司 A kind of touch screen number of clicks test macro
CN109345383A (en) * 2018-08-13 2019-02-15 兴业证券股份有限公司 Security software information service monitoring method and storage medium
CN114780437A (en) * 2022-05-24 2022-07-22 广州掌动智能科技有限公司 Auxiliary correction method and system for software automatic test script
CN115658552A (en) * 2022-12-26 2023-01-31 海马云(天津)信息技术有限公司 Test data recommendation method and device, storage medium and electronic equipment
CN117850403A (en) * 2024-03-06 2024-04-09 西安晟昕科技股份有限公司 Dynamic detection method for initiating and controlling system
CN117850403B (en) * 2024-03-06 2024-05-17 西安晟昕科技股份有限公司 Dynamic detection method for initiating and controlling system

Also Published As

Publication number Publication date
CN103019923B (en) 2015-10-21

Similar Documents

Publication Publication Date Title
CN103019923B (en) The method and system of simulation hit testing
CN101295280B (en) Automatic software debugging method and system
CN104268055B (en) The monitoring method and device of a kind of program exception
CN103268251B (en) A kind of Parallel Discrete Event Simulation method for synchronizing time dammed based on time stamp
CN102323873B (en) In order to trigger the method and system that icon is replied in instant messaging
CN104009964B (en) Network linking detection method and system
CN104866296B (en) Data processing method and device
CN111885268B (en) Testing method and device for conversation platform, electronic equipment and storage medium
CN114095966B (en) Vehicle-road collaborative simulation test implementation method
CN106874763B (en) Android software malicious behavior triggering system and method for simulating user behavior
CN103353858B (en) A kind of automated testing method based on action touch simulation and device
CN107678940A (en) Automation exploratory testing method and system based on Android APP
CN112688860B (en) Message processing method and device, storage medium and electronic equipment
CN105512562B (en) Vulnerability mining method and device and electronic equipment
CN102999417A (en) Automatic test management system and method
CN109061585B (en) Radar data storage method and device
CN111680290B (en) Code pile inserting frame system based on Ether house virtual machine
CN112596934A (en) Fault testing method and device
CN111464507A (en) APT detection method based on network alarm information
CN104142885B (en) A kind of method and apparatus for carrying out abnormality test to tested program
CN100487669C (en) Locating method and system for repeated memory release
CN115827373A (en) Method, system, terminal device and storage medium for recording and positioning problems of application program breakdown
CN108491740A (en) A kind of TF card performance method of real-time
CN113836013A (en) Embedded point testing method and device, computer equipment and computer readable storage medium
CN108763039B (en) Service fault simulation method, device and 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
C14 Grant of patent or utility model
GR01 Patent grant
C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20151231

Address after: The South Road in Guangdong province Shenzhen city Fiyta building 518000 floor 5-10 Nanshan District high tech Zone

Patentee after: Shenzhen Tencent Computer System Co., Ltd.

Address before: Shenzhen Futian District City, Guangdong province 518044 Zhenxing Road, SEG Science Park 2 East Room 403

Patentee before: Tencent Technology (Shenzhen) Co., Ltd.