CN104123221A - Response time test method and device - Google Patents

Response time test method and device Download PDF

Info

Publication number
CN104123221A
CN104123221A CN201310157757.7A CN201310157757A CN104123221A CN 104123221 A CN104123221 A CN 104123221A CN 201310157757 A CN201310157757 A CN 201310157757A CN 104123221 A CN104123221 A CN 104123221A
Authority
CN
China
Prior art keywords
picture
pictures
application program
response time
collection
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
CN201310157757.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.)
Tencent Technology Shenzhen 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 CN201310157757.7A priority Critical patent/CN104123221A/en
Publication of CN104123221A publication Critical patent/CN104123221A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses a response time test method and device and belongs to the technical field of computers. The method includes the steps that when an application program runs, at least two pictures used for recording changes of a screen are acquired; the times when the at least two pictures are acquired are recorded; the first picture corresponding to operation start is recognized; the second picture corresponding to operation end is recognized; the difference between the acquisition time of the first picture and the acquisition time of the second picture is calculated and used as the response time of the application program. According to the response time test method and device, by acquiring and recognizing the two pictures corresponding to operation start and operation end of the application program in the running process, calculating the difference between the acquisition times of the two pictures and using the difference as the response time of the application program, the problems that in the prior art, the response time test period is long, and relevant codes for testing the response speed are prone to being left in source codes are solved, and the response time of the application program can be obtained conveniently and fast.

Description

The method of testing of response time and device
Technical field
The present invention relates to field of computer technology, particularly the method for testing of a kind of response time and device.
Background technology
In process of application development, in order to analyze and judge performance and the availability of application program, need the response time of application programs to test.The response time of application program is this application program from the time of the end of run that brings into operation.
Existing a kind of method of testing is: in the source code of application program, add the test that correlative code completes the response time, concrete, correlative code is by the time that record operation starts when application program brings into operation, in application program end of run, record the time of end of run, the difference of the time of calculating the time of end of run and bringing into operation, the response time using difference as application program.
In realizing process of the present invention, inventor finds that prior art at least exists following shortcoming: in the source code of application program, adding correlative code need to be very familiar to source code, so cause test period of response time of application programs longer, and then affect the performance history of application program, and easily in source code, leave over the correlative code that carries out the test response time.
Summary of the invention
In order to solve, in the source code of application program, to add correlative code meet with a response test period of response time of the application program that causes in the process of time longer, and then affect the performance history of application program, and the easy problem of leaving over the correlative code that carries out the test response time in source code, the embodiment of the present invention provides method of testing and the device of a kind of response time.Described technical scheme is as follows:
First aspect, provides the method for testing of a kind of response time, and described method comprises:
When application program is moved, gather for recording at least two pictures of screen change;
Described in record, the collection separately of at least two pictures constantly;
From described at least two pictures, identification is corresponding to the first picture bringing into operation;
From described at least two pictures, identification is corresponding to the second picture of end of run;
Calculate the collection moment of described the first picture and the difference between the collection constantly of described second picture, the response time using described difference as described application program.
Second aspect, provides the proving installation of a kind of response time, and described device comprises:
Acquisition module, for when application program is moved, gathers for recording at least two pictures of screen change;
Logging modle, for recording the collection separately of at least two pictures that described acquisition module collects constantly;
The first identification module, identifies corresponding to the first picture bringing into operation at least two pictures that collect from described acquisition module;
The second identification module, identifies the second picture corresponding to end of run at least two pictures that collect from described acquisition module;
Computing module, the difference for the collection of calculating the first picture that described the first identification module identifies constantly and between the collection constantly of the second picture that identifies of described the second identification module, the response time using described difference as described application program.
The beneficial effect that the technical scheme that the embodiment of the present invention provides is brought is:
By gathering and identify in application program operational process corresponding to bringing into operation and two pictures of end of run, calculate the difference between two pictures collections constantly, response time using described difference as application program, solved that in the source code of application program, to add correlative code meet with a response test period of response time of the application program that causes in the process of time longer, and then affect the performance history of application program, and the easy problem of leaving over the correlative code that carries out test response speed in source code, reached the effect of the response time of the program that is conveniently applied.
Accompanying drawing explanation
In order to be illustrated more clearly in the technical scheme in the embodiment of the present invention, below the accompanying drawing of required use during embodiment is described is briefly described, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skills, do not paying under the prerequisite of creative work, can also obtain according to these accompanying drawings other accompanying drawing.
Fig. 1 is the method flow diagram of the method for testing of response time of providing of the embodiment of the present invention one;
Fig. 2 is the method flow diagram of the method for testing of response time of providing of the embodiment of the present invention two;
Fig. 3 is the apparatus structure schematic diagram of the proving installation of response time of providing of the embodiment of the present invention three;
Fig. 4 is the apparatus structure schematic diagram of the proving installation of response time of providing of the embodiment of the present invention four.
Embodiment
For making the object, technical solutions and advantages of the present invention clearer, below in conjunction with accompanying drawing, embodiment of the present invention is described further in detail.
Embodiment mono-
Please refer to Fig. 1, it shows the method flow diagram of the method for testing of a kind of response time that the embodiment of the present invention one provides.The method of testing of this response time, comprising:
Step 101, when application program is moved, gathers for recording at least two pictures of screen change;
When application program is moved in terminal, gather for recording at least two pictures of the screen change of terminal.
Step 102, the collection separately of record at least two pictures is constantly;
Gathering for when recording at least two pictures of screen change, the collection separately of record at least two pictures constantly.
Step 103, from least two pictures, identification is corresponding to the first picture bringing into operation;
From identifying corresponding to the first picture bringing into operation for recording at least two pictures of screen change of collecting.
Step 104, from least two pictures, identification is corresponding to the second picture of end of run;
From what collect, for recording at least two pictures of screen change, identify the second picture corresponding to end of run.
Step 105, calculates the collection moment of the first picture and the difference between the collection constantly of second picture, the response time using difference as application program;
Calculating corresponding to the collection of the first picture bringing into operation constantly with corresponding to the difference between the collection constantly of the second picture of end of run, the response time using difference as application program.
In sum, the method of testing of the response time that the embodiment of the present invention provides, by gathering and identify in application program operational process corresponding to bringing into operation and two pictures of end of run, calculate the difference between two pictures collections constantly, response time using described difference as application program, solved that in the source code of application program, to add correlative code meet with a response test period of response time of the application program that causes in the process of time longer, and then affect the performance history of application program, and the easy problem of leaving over the correlative code that carries out test response speed in source code, reached the effect of the response time of the program that is conveniently applied.
Embodiment bis-
Please refer to Fig. 2, it shows the method flow diagram of the method for testing of a kind of response time that the embodiment of the present invention two provides.The method of testing of this response time, comprising:
Step 201, obtains one group of template picture;
Obtain one group of template picture, template picture when application program is moved to schedule interval gather, for recording a picture group sheet of screen change.Such as, will be to being applied to the response time of certain application program on mobile phone while testing, a picture group sheet of the variation of mobile phone screen is recorded in collection from this application program brings into operation end of run process, can be when the operation of this application program starts to schedule interval this mobile phone screen is carried out to sectional drawing, until till this program end of run.Obtain one group in this application program operational process, record the picture of screen change, at least comprise two pictures; Suppose in application program operational process, mobile phone screen has been carried out to sectional drawing seven times, obtained seven pictures, this seven pictures is template picture.
Step 202, receives the first marking signal, and first when the pictures mark in template picture is brought into operation corresponding to application program according to the first marking signal is with reference to screen shots;
Obtain after one group of template picture, receive the first marking signal, and the picture when bringing into operation corresponding to application program in template picture is labeled as first with reference to screen shots according to the first marking signal.Such as, receiving the first marking signal that tester sends, the screenshot capture according to the first marking signal when records application program brings into operation in this picture group sheet is labeled as first with reference to screen shots; Suppose that the second pictures in seven pictures is the screenshot capture of application program while bringing into operation, and is labeled as first with reference to screen shots by the second pictures.
Step 203, receives the second marking signal, according to the second marking signal by another pictures mark in template picture second during corresponding to application program end of run with reference to screen shots;
Obtain after one group of template picture, receive the second marking signal, and according to the second marking signal, the picture during corresponding to application program end of run in template picture is labeled as to second with reference to screen shots.Such as, receive the second marking signal that tester sends, according to the second marking signal, screenshot capture during records application program end of run in this picture group sheet is labeled as to second with reference to screen shots; Suppose in seven pictures the 6th screenshot capture during for application program end of run, the 6th pictures is labeled as to second with reference to screen shots.
Need to describe, receive the first marking signal and receive ordinal relation between the second marking signal to the embodiment of the present invention and have no effect.The present embodiment is first to receive the first marking signal, and according to the first marking signal, marking first is that example describes with reference to screen shots.
Step 204, when application program is moved, gathers for recording at least two pictures of screen change;
Marked first with reference to screen shots and second after the template picture with reference to screen shots obtaining, while being captured in application program operation for recording at least two pictures of screen change.Such as, this application program is moved on mobile phone, in application program operational process, mobile phone screen is carried out to sectional drawing, record the variation of mobile phone screen in this application program operational process, collect for recording at least two pictures of screen change, suppose in application program operational process, mobile phone screen has been carried out to sectional drawing ten times, collected ten for recording the picture of screen change.
Step 205, the collection separately of record at least two pictures is constantly;
Record the collection separately of above-mentioned at least two pictures that collect constantly.Such as, in step 204, collect in application program operational process and record ten pictures that mobile phone screen changes, record ten pictures acquisition time separately, record the intercepting time of every sectional drawing.
Need to describe, gather for recording at least two pictures and the collection separately of record at least two pictures of screen change and constantly carry out simultaneously.
Step 206, obtains default first while bringing into operation corresponding to application program with reference to screen shots;
Obtain default first while bringing into operation corresponding to application program with reference to screen shots, from marking first, with reference to screen shots and second, the template picture with reference to screen shots, obtain first with reference to screen shots.Such as, obtain in above-mentioned seven template picture as first the second pictures with reference to screen shots.
Step 207, mates with first each picture at least two pictures respectively with reference to screen shots;
By mating with reference to screen shots with first respectively for recording at least two pictures of screen change of collecting in step 204.Such as, by what collect in step 204, for recording ten photos of screen change, be labeled as first the second pictures with reference to screen shots with step 202 respectively and mate.
Step 208, using the picture that the match is successful as the first picture;
Using in step 204, collect at least two pictures neutralizations first of recording screen change with reference to the screen shots picture that the match is successful as the first picture, such as in ten pictures that collect in step 204 through overmatching, find the 3rd pictures and first the highest with reference to the similarity of screen shots, using the 3rd pictures in ten pictures as the first picture.
Step 209, obtains default second during corresponding to application program end of run with reference to screen shots;
Obtain default second while bringing into operation corresponding to application program with reference to screen shots, from marking first, with reference to screen shots and second, the template picture with reference to screen shots, obtain second with reference to screen shots.Such as, obtain in above-mentioned seven template picture as the second the 6th pictures with reference to screen shots.
Step 210, mates with second each picture at least two pictures respectively with reference to screen shots;
By mating with reference to screen shots with second respectively for recording at least two pictures of screen change of collecting in step 204.Such as, by what collect in step 204, for recording ten photos of screen change, be labeled as the second the 6th pictures with reference to screen shots with step 203 respectively and mate.
Step 211, using the picture that the match is successful as second picture;
Using in step 204, collect at least two pictures neutralizations second of recording screen change with reference to the screen shots picture that the match is successful as second picture, such as in ten pictures that collect in step 204 through overmatching, find the 8th pictures and second the highest with reference to the similarity of screen shots, using the 8th pictures in ten pictures as second picture.
What need to describe is, step 206 to step 208 completes the acquisition process of the first picture, step 209 to step 211 completes the acquisition process of second picture, obtain the first picture and obtain order between second picture to the embodiment of the present invention and have no effect, the embodiment of the present invention be take and first obtained the first picture and describe as example.
Step 212, calculates the collection moment of the first picture and the difference between the collection constantly of second picture, the response time using difference as this application program;
The difference of the collection of the first picture getting in calculation procedure 208 constantly and between the collection of the second picture getting in step 211 constantly, the response time using difference as application program.Such as, the collection of the 3rd pictures in step 205 in ten pictures of conduct first picture of record is 15: 28: 03 constantly, the collection of the 8th pictures in step 205 in ten pictures of conduct first picture of record is 15: 28: 15 constantly, the difference of the collection of the first picture constantly and between the collection of second picture is constantly 12 seconds, and this difference is the response time of this application program for 12 seconds.
What need to describe is, in step 212, only obtained one group of difference, response time using this difference as application program, in actual applications, often need to obtain at least two group differences, each group at least two group differences by the collection corresponding to the first picture in the same time and/or on different terminals constantly and the collection of second picture constantly do not calculate; Calculate the mean value of at least two group differences, the response time using mean value as application program.Such as, on at least two mobile phones, run application, or operation at least twice on same mobile phone, obtain at least two group differences, suppose that the first group of difference obtaining is 15 seconds, second group of difference is 13 seconds, using first group of difference 15 seconds and 14 seconds response times as application program of second group of difference mean value of 13 seconds.
In sum, the method of testing of the response time that the embodiment of the present invention provides, by gathering and identify in application program operational process corresponding to bringing into operation and two pictures of end of run, calculate the difference between two pictures collections constantly, response time using described difference as application program, solved that in the source code of application program, to add correlative code meet with a response test period of response time of the application program that causes in the process of time longer, and then affect the performance history of application program, and the easy problem of leaving over the correlative code that carries out test response speed in source code, reached the effect of the response time of the program that is conveniently applied.Also by obtaining in advance one group of template picture, then by the picture that gets in test process and the coupling of template picture, can obtain bringing into operation and two pictures of end of run corresponding to application program, and then obtain the difference of the acquisition time of two pictures, response time using this difference as application program, the process of above-mentioned coupling and calculating can directly be completed by computing machine, thus the response time of the more convenient program that is applied.
Embodiment tri-
Please refer to Fig. 3, it shows the apparatus structure schematic diagram of the proving installation of a kind of response time that the embodiment of the present invention three provides.The proving installation of this response time, comprising: acquisition module 301, logging modle 302, the first identification module 303, the second identification module 304 and computing module 305.
Described acquisition module 301, for when application program is moved, gathers for recording at least two pictures of screen change.
Described logging modle 302, for recording the collection separately of at least two pictures that described acquisition module 301 collects constantly.
Described the first identification module 303, identifies corresponding to the first picture bringing into operation at least two pictures that collect from described acquisition module 301.
Described the second identification module 304, identifies the second picture corresponding to end of run at least two pictures that collect from described acquisition module 301.
Described computing module 305, difference for the collection of calculating the first picture that described the first identification module 303 identifies constantly and between the collection constantly of the second picture that identifies of described the second identification module 304, the response time using described difference as described application program.
In sum, the proving installation of the response time that the embodiment of the present invention provides, by gathering and identify in application program operational process corresponding to bringing into operation and two pictures of end of run, calculate the difference between two pictures collections constantly, response time using described difference as application program, solved that in the source code of application program, to add correlative code meet with a response test period of response time of the application program that causes in the process of time longer, and then affect the performance history of application program, and the easy problem of leaving over the correlative code that carries out test response speed in source code, reached the effect of the response time of the program that is conveniently applied.
Embodiment tetra-
Please refer to Fig. 4, it shows the apparatus structure schematic diagram of the proving installation of a kind of response time that the embodiment of the present invention four provides.The proving installation of this response time, comprising: acquisition module 401, the first receiver module 402, the first mark module 403, the second receiver module 404, the second mark module 405, acquisition module 406, logging modle 407, the first identification module 408, the second identification module 409 and computing module 410.
Described acquisition module 401, for obtaining one group of template picture, described template picture when the operation of described application program to schedule interval gather, for recording a picture group sheet of screen change.
Described the first receiver module 402, for receiving the first marking signal.
Described the first mark module 403, first when a pictures mark of the template picture described acquisition module 401 being got for the first marking signal receiving according to described the first receiver module 402 brings into operation corresponding to described application program is with reference to screen shots.
Described the second receiver module 404, for receiving the second marking signal.
Described the second mark module 405, another pictures mark of the template picture described acquisition module 401 being got for the second marking signal receiving according to described the second receiver module 404 second during corresponding to described application program end of run is with reference to screen shots.
Described acquisition module 406, for when application program is moved, gathers for recording at least two pictures of screen change.
Described logging modle 407, for recording the collection separately of at least two pictures that described acquisition module 406 collects constantly.
Described the first identification module 408, identifies corresponding to the first picture bringing into operation at least two pictures that collect from described acquisition module 406.
Concretely, described the first identification module 408, specifically comprises:
The first acquiring unit 408a, the first matching unit 408b and first are as unit 408c.
Described the first acquiring unit 408a, for obtaining default first while bringing into operation corresponding to described application program with reference to screen shots;
Described the first matching unit 408b, what for each picture of at least two pictures that described acquisition module 406 is collected, get respectively with described the first acquiring unit 408a first mates with reference to screen shots;
Described first as unit 408c, for using described the first matching unit 408b picture that the match is successful as described the first picture.
Described the second identification module 409, identifies the second picture corresponding to end of run at least two pictures that collect from described acquisition module.
Concretely, described the second identification module 409, specifically comprises:
Second acquisition unit 409a, the second matching unit 409b and second are as unit 409c.
Described second acquisition unit 409a, for obtaining default second during corresponding to described application program end of run with reference to screen shots;
Described the second matching unit 409b, what for each picture of at least two pictures that described acquisition module 406 is collected, get respectively with described second acquisition unit 409a second mates with reference to screen shots;
Described second as unit 409c, for using described the second matching unit 409b picture that the match is successful as described second picture.
Described computing module 410, difference for the collection of calculating the first picture that described the first identification module 408 identifies constantly and between the collection constantly of the second picture that identifies of described the second identification module 409, the response time using described difference as described application program.
Concretely, described computing module 410, specifically comprises:
The 3rd acquiring unit 410a and computing unit 410b.
Described the 3rd acquiring unit 410a, for obtaining at least two group differences, each group in described at least two group differences by the collection corresponding to described the first picture in the same time and/or on different terminals constantly and the collection of described second picture constantly do not calculate;
Described computing unit 410b, for calculating the mean value of at least two group differences that described the 3rd acquiring unit 410a gets, the response time using described mean value as described application program.
In sum, the proving installation of the response time that the embodiment of the present invention provides, by gathering and identify in application program operational process corresponding to bringing into operation and two pictures of end of run, calculate the difference between two pictures collections constantly, response time using described difference as application program, solved that in the source code of application program, to add correlative code meet with a response test period of response time of the application program that causes in the process of time longer, and then affect the performance history of application program, and the easy problem of leaving over the correlative code that carries out test response speed in source code, reached the effect of the response time of the program that is conveniently applied.Also by obtaining in advance one group of template picture, then by the picture that gets in test process and the coupling of template picture, can obtain bringing into operation and two pictures of end of run corresponding to application program, and then obtain the difference of the acquisition time of two pictures, response time using this difference as application program, the process of above-mentioned coupling and calculating can directly be completed by computing machine, thus the response time of the more convenient program that is applied.
It should be noted that: the proving installation of the response time that above-described embodiment provides is at test response during the time, only the division with above-mentioned each functional module is illustrated, in practical application, can above-mentioned functions be distributed and by different functional modules, completed as required, the inner structure that is about to device is divided into different functional modules, to complete all or part of function described above.In addition, the proving installation of the response time that above-described embodiment provides and the method for testing embodiment of response time belong to same design, and its specific implementation process refers to embodiment of the method, repeats no more here.
The invention described above embodiment sequence number, just to describing, does not represent the quality of embodiment.
One of ordinary skill in the art will appreciate that all or part of step that realizes above-described embodiment can complete by hardware, also can come the hardware that instruction is relevant to complete by program, described program can be stored in a kind of computer-readable recording medium, the above-mentioned storage medium of mentioning can be ROM (read-only memory), disk or CD etc.
The foregoing is only preferred embodiment of the present invention, in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of doing, be equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (10)

1. the method for testing of response time, is characterized in that, described method comprises:
When application program is moved, gather for recording at least two pictures of screen change;
Described in record, the collection separately of at least two pictures constantly;
From described at least two pictures, identification is corresponding to the first picture bringing into operation;
From described at least two pictures, identification is corresponding to the second picture of end of run;
Calculate the collection moment of described the first picture and the difference between the collection constantly of described second picture, the response time using described difference as described application program.
2. method according to claim 1, is characterized in that, described from described at least two pictures identification corresponding to the first picture bringing into operation, comprising:
Obtain default first while bringing into operation corresponding to described application program with reference to screen shots;
Each picture in described at least two pictures is mated with reference to screen shots with described first respectively;
Using the picture that the match is successful as described the first picture.
3. method according to claim 1, is characterized in that, described from described at least two pictures identification corresponding to the second picture of end of run, comprising:
Obtain default second during corresponding to described application program end of run with reference to screen shots;
Each picture in described at least two pictures is mated with reference to screen shots with described second respectively;
Using the picture that the match is successful as described second picture.
4. according to the arbitrary described method of claims 1 to 3, it is characterized in that, described from described at least two pictures identification corresponding to the first picture bringing into operation; From described at least two pictures, before the second picture of identification corresponding to end of run, also comprise;
Obtain one group of template picture, described template picture when the operation of described application program to schedule interval gather, for recording a picture group sheet of screen change;
Receive the first marking signal;
When the pictures mark in described template picture is brought into operation corresponding to described application program according to described the first marking signal first is with reference to screen shots;
Receive the second marking signal;
According to described the second marking signal by another pictures mark in described template picture second during corresponding to described application program end of run with reference to screen shots.
5. method according to claim 1, is characterized in that, the difference of the collection of described the first picture of described calculating constantly and between the collection of described second picture constantly, the response time using described difference as described application program, comprising:
Obtain at least two group differences, each group in described at least two group differences by the collection corresponding to described the first picture in the same time and/or on different terminals constantly and the collection of described second picture constantly do not calculate;
The mean value of at least two group differences described in calculating, the response time using described mean value as described application program.
6. the proving installation of response time, is characterized in that, described device comprises:
Acquisition module, for when application program is moved, gathers for recording at least two pictures of screen change;
Logging modle, for recording the collection separately of at least two pictures that described acquisition module collects constantly;
The first identification module, identifies corresponding to the first picture bringing into operation at least two pictures that collect from described acquisition module;
The second identification module, identifies the second picture corresponding to end of run at least two pictures that collect from described acquisition module;
Computing module, the difference for the collection of calculating the first picture that described the first identification module identifies constantly and between the collection constantly of the second picture that identifies of described the second identification module, the response time using described difference as described application program.
7. device according to claim 6, is characterized in that, described the first identification module, comprising:
The first acquiring unit, for obtaining default first while bringing into operation corresponding to described application program with reference to screen shots;
The first matching unit, what for each picture of at least two pictures that described acquisition module is collected, get respectively with described the first acquiring unit first mates with reference to screen shots;
First as unit, for using described the first matching unit picture that the match is successful as described the first picture.
8. device according to claim 6, is characterized in that, described the second identification module, comprising:
Second acquisition unit, for obtaining default second during corresponding to described application program end of run with reference to screen shots;
The second matching unit, what for each picture of at least two pictures that described acquisition module is collected, get respectively with described second acquisition unit second mates with reference to screen shots;
Second as unit, for using described the second matching unit picture that the match is successful as described second picture.
9. according to the arbitrary described device of claim 6 to 8, it is characterized in that, described device, also comprises;
Acquisition module, for obtaining one group of template picture, described template picture when the operation of described application program to schedule interval gather, for recording a picture group sheet of screen change;
The first receiver module, for receiving the first marking signal;
The first mark module, first when a pictures mark of the template picture described acquisition module being got for the first marking signal receiving according to described the first receiver module brings into operation corresponding to described application program is with reference to screen shots;
The second receiver module, for receiving the second marking signal;
The second mark module, another pictures mark of the template picture described acquisition module being got for the second marking signal receiving according to described the second receiver module second during corresponding to described application program end of run is with reference to screen shots.
10. device according to claim 6, is characterized in that, described computing module, comprising:
The 3rd acquiring unit, for obtaining at least two group differences, each group in described at least two group differences by the collection corresponding to described the first picture in the same time and/or on different terminals constantly and the collection of described second picture constantly do not calculate;
Computing unit, for calculating the mean value of at least two group differences that described the 3rd acquiring unit gets, the response time using described mean value as described application program.
CN201310157757.7A 2013-04-28 2013-04-28 Response time test method and device Pending CN104123221A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310157757.7A CN104123221A (en) 2013-04-28 2013-04-28 Response time test method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310157757.7A CN104123221A (en) 2013-04-28 2013-04-28 Response time test method and device

Publications (1)

Publication Number Publication Date
CN104123221A true CN104123221A (en) 2014-10-29

Family

ID=51768641

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310157757.7A Pending CN104123221A (en) 2013-04-28 2013-04-28 Response time test method and device

Country Status (1)

Country Link
CN (1) CN104123221A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104834597A (en) * 2015-03-06 2015-08-12 深信服网络科技(深圳)有限公司 Method and system for measuring application response duration
CN106570847A (en) * 2016-10-24 2017-04-19 广州酷狗计算机科技有限公司 Image processing method and image processing device
CN106681898A (en) * 2015-11-05 2017-05-17 广州市动景计算机科技有限公司 Method and device for acquiring application performance data
CN106908258A (en) * 2015-12-23 2017-06-30 阿里巴巴集团控股有限公司 The method and device of performance test
CN107329883A (en) * 2017-06-19 2017-11-07 中国信息通信研究院 The automatic calculating method and system of intelligent terminal application program interaction response time delay
CN107609434A (en) * 2017-07-28 2018-01-19 福建联迪商用设备有限公司 A kind of method and its system for testing barcode scanning equipment performance
CN107678895A (en) * 2017-09-11 2018-02-09 上海斐讯数据通信技术有限公司 A kind of method of testing and system of intelligent terminal page jump time
CN108072805A (en) * 2017-10-31 2018-05-25 东莞华贝电子科技有限公司 The test system and method for response time
CN108664281A (en) * 2018-03-13 2018-10-16 广东美晨通讯有限公司 It obtains application and starts time method, electronic equipment and the device with store function
CN109165167A (en) * 2018-09-07 2019-01-08 苏宁智能终端有限公司 A kind of test method and device of response time
WO2019019356A1 (en) * 2017-07-25 2019-01-31 上海壹账通金融科技有限公司 Application program test method and apparatus, computer device and storage medium
CN109766250A (en) * 2017-11-09 2019-05-17 广东欧珀移动通信有限公司 Mobile terminal and its response performance test method, device and storage medium
CN110716530A (en) * 2019-10-11 2020-01-21 山东中实易通集团有限公司 DCS response time testing device and method
CN110888812A (en) * 2019-11-26 2020-03-17 国核自仪系统工程有限公司 System and method for testing response time of terminal page
CN110908887A (en) * 2018-09-14 2020-03-24 飞狐信息技术(天津)有限公司 Method and system for automatically testing response speed of application program
CN111352817A (en) * 2020-02-28 2020-06-30 北京百度网讯科技有限公司 Response time testing method, response time testing device and electronic equipment
CN112199261A (en) * 2019-07-08 2021-01-08 腾讯科技(深圳)有限公司 Application program performance analysis method and device and electronic equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1209567A1 (en) * 2000-11-21 2002-05-29 Siemens Information and Communication Networks S.p.A. Method and system for real time debugging a source program, particularly for DSP
US6694509B1 (en) * 1999-12-28 2004-02-17 Ge Medical Systems Global Technology Company Llc Automated regression testing of workstation software
CN1588302A (en) * 2004-08-05 2005-03-02 深圳市友邻通讯设备有限公司 Computer screen catching monitoring and recording method
CN102662839A (en) * 2012-03-29 2012-09-12 奇智软件(北京)有限公司 Testing method and device for software interface state change time
CN102902625A (en) * 2012-11-14 2013-01-30 北京奇虎科技有限公司 Software performance test system and method
CN102929782A (en) * 2012-11-14 2013-02-13 北京奇虎科技有限公司 Device and method for testing software performances

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6694509B1 (en) * 1999-12-28 2004-02-17 Ge Medical Systems Global Technology Company Llc Automated regression testing of workstation software
EP1209567A1 (en) * 2000-11-21 2002-05-29 Siemens Information and Communication Networks S.p.A. Method and system for real time debugging a source program, particularly for DSP
CN1588302A (en) * 2004-08-05 2005-03-02 深圳市友邻通讯设备有限公司 Computer screen catching monitoring and recording method
CN102662839A (en) * 2012-03-29 2012-09-12 奇智软件(北京)有限公司 Testing method and device for software interface state change time
CN102902625A (en) * 2012-11-14 2013-01-30 北京奇虎科技有限公司 Software performance test system and method
CN102929782A (en) * 2012-11-14 2013-02-13 北京奇虎科技有限公司 Device and method for testing software performances

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104834597A (en) * 2015-03-06 2015-08-12 深信服网络科技(深圳)有限公司 Method and system for measuring application response duration
CN104834597B (en) * 2015-03-06 2017-12-26 深信服网络科技(深圳)有限公司 Using the measuring method and system of response time
CN106681898A (en) * 2015-11-05 2017-05-17 广州市动景计算机科技有限公司 Method and device for acquiring application performance data
CN106908258A (en) * 2015-12-23 2017-06-30 阿里巴巴集团控股有限公司 The method and device of performance test
CN106570847A (en) * 2016-10-24 2017-04-19 广州酷狗计算机科技有限公司 Image processing method and image processing device
CN107329883A (en) * 2017-06-19 2017-11-07 中国信息通信研究院 The automatic calculating method and system of intelligent terminal application program interaction response time delay
WO2019019356A1 (en) * 2017-07-25 2019-01-31 上海壹账通金融科技有限公司 Application program test method and apparatus, computer device and storage medium
CN107609434A (en) * 2017-07-28 2018-01-19 福建联迪商用设备有限公司 A kind of method and its system for testing barcode scanning equipment performance
CN107609434B (en) * 2017-07-28 2020-05-19 福建联迪商用设备有限公司 Method and system for testing performance of code scanning equipment
CN107678895A (en) * 2017-09-11 2018-02-09 上海斐讯数据通信技术有限公司 A kind of method of testing and system of intelligent terminal page jump time
CN108072805A (en) * 2017-10-31 2018-05-25 东莞华贝电子科技有限公司 The test system and method for response time
CN109766250A (en) * 2017-11-09 2019-05-17 广东欧珀移动通信有限公司 Mobile terminal and its response performance test method, device and storage medium
CN108664281A (en) * 2018-03-13 2018-10-16 广东美晨通讯有限公司 It obtains application and starts time method, electronic equipment and the device with store function
CN109165167A (en) * 2018-09-07 2019-01-08 苏宁智能终端有限公司 A kind of test method and device of response time
CN110908887A (en) * 2018-09-14 2020-03-24 飞狐信息技术(天津)有限公司 Method and system for automatically testing response speed of application program
CN110908887B (en) * 2018-09-14 2023-09-12 飞狐信息技术(天津)有限公司 Method and system for automatically testing response speed of application program
CN112199261A (en) * 2019-07-08 2021-01-08 腾讯科技(深圳)有限公司 Application program performance analysis method and device and electronic equipment
CN112199261B (en) * 2019-07-08 2023-12-26 腾讯科技(深圳)有限公司 Application program performance analysis method and device and electronic equipment
CN110716530A (en) * 2019-10-11 2020-01-21 山东中实易通集团有限公司 DCS response time testing device and method
CN110888812A (en) * 2019-11-26 2020-03-17 国核自仪系统工程有限公司 System and method for testing response time of terminal page
CN110888812B (en) * 2019-11-26 2023-11-07 国核自仪系统工程有限公司 Test system and test method for response time of terminal page
CN111352817A (en) * 2020-02-28 2020-06-30 北京百度网讯科技有限公司 Response time testing method, response time testing device and electronic equipment
CN111352817B (en) * 2020-02-28 2023-04-07 北京百度网讯科技有限公司 Response time testing method, response time testing device and electronic equipment

Similar Documents

Publication Publication Date Title
CN104123221A (en) Response time test method and device
CN102904996B (en) The method and device of a kind of handset touch panel performance test, system
CN103198010A (en) Software testing method, device and system
CN104866414A (en) Method, device and system for testing application program
CN203502040U (en) Test system for vehicle multimedia terminal
CN109871326A (en) A kind of method and apparatus that script is recorded
CN105373479A (en) Automatic test method and device of memory leakage and mobile terminal
CN104270275A (en) Auxiliary analysis method for causes of exceptions, server and intelligent equipment
CN104517606A (en) Method and device for recognizing and testing speech
CN104869203A (en) Unsmooth running testing method and device, and testing equipment
CN104008031A (en) Method and device for testing response time of capacitive touch screen
CN103871419A (en) Information processing method and electronic equipment
CN105022694A (en) Test case generation method and system for mobile terminal test
WO2022017197A1 (en) Intelligent product quality inspection method and apparatus
CN106972983B (en) Automatic testing device and method for network interface
CN104123212B (en) The system detection method of USB chips
CN103237108A (en) Test method and test terminal for mobile terminal
CN109408309A (en) The test method and device of multiple terminals
CN104112003A (en) Method and system for detecting performance of game terminals
CN104182445A (en) Method and device for detecting equipment quality of train running monitoring device
CN111402220B (en) Method and device for acquiring information
CN115203004A (en) Code coverage rate testing method and device, storage medium and electronic equipment
CN104318283A (en) Mobile terminal type test instrument management system and method
CN106844211A (en) A kind of method for testing software, apparatus and system
CN204795439U (en) A predistortion test card molding system for image acquisition system that distorts greatly

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

Application publication date: 20141029

RJ01 Rejection of invention patent application after publication