CN101482849A - Test monitoring method and apparatus - Google Patents

Test monitoring method and apparatus Download PDF

Info

Publication number
CN101482849A
CN101482849A CNA2009100784944A CN200910078494A CN101482849A CN 101482849 A CN101482849 A CN 101482849A CN A2009100784944 A CNA2009100784944 A CN A2009100784944A CN 200910078494 A CN200910078494 A CN 200910078494A CN 101482849 A CN101482849 A CN 101482849A
Authority
CN
China
Prior art keywords
program
automatized script
script program
monitoring
execution thread
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
CNA2009100784944A
Other languages
Chinese (zh)
Other versions
CN101482849B (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 wisdom Albert Technology Development Co., Ltd.
Original Assignee
Beijing Star Net Ruijie Networks 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 Star Net Ruijie Networks Co Ltd filed Critical Beijing Star Net Ruijie Networks Co Ltd
Priority to CN2009100784944A priority Critical patent/CN101482849B/en
Publication of CN101482849A publication Critical patent/CN101482849A/en
Application granted granted Critical
Publication of CN101482849B publication Critical patent/CN101482849B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The present invention discloses a testing monitoring method and a device thereof, wherein the testing monitoring method comprises the following steps: actuating an outer monitoring program, and actuating an automatic script program by the outer monitoring program; monitoring the automatic script program by the outer monitoring program; opening an inner monitoring program and an execution thread by the automatic script program; and monitoring the execution thread by an inner monitoring program. The testing monitoring device comprises a program actuating module, an outer monitoring module, a thread opening module and an inner monitoring module. The invention settles the problem that the operation of automatic script program can not continue because of the unanticipated phenomenon in the operating process of automatic script program. The automatic script program can effectively deal with the generation of unanticipated phenomenon. The continuous operating of automatic script program is guaranteed.

Description

Test monitoring method and device
Technical field
The present invention relates to automatization testing technique, relate in particular to a kind of test monitoring method and device.
Background technology
Along with the continuous development of software engineering, software testing technology is as the means that guarantee software quality, and its importance is also more and more higher.Software test is divided into two types of manual test and automatic tests, because the repeated characteristics of software test cause bigger workload, manual test can not satisfy actual needs, and automatization testing technique has become the inexorable trend of software test development.When adopting automatization testing technique, test procedure can run without interruption, and has overcome the deficiency that the tester need have a rest when adopting the manual test technology, but also can save cost of human resources, improves the efficient of test.Yet the program of automatic test is not an artificial intelligence, and it has strict requirement for the window that moves in the test macro, when unpredictable situation occurring, can cause program run to be obstructed, and can't continue operation.
Have a kind of be obstructed method of problem of automatized script program run that solves in the prior art, Fig. 1 is the rough schematic view of monitoring processing procedure of the prior art, as shown in Figure 1, after starting the automatized script program, starts watchdog routine; Watchdog routine was also in operation when the automatized script program was carried out relevant use-case operation; Watchdog routine is the operation conditions of monitoring automation shell script regularly; if monitor the unusual or off-duty of automatized script program run; then call predefined fault-tolerant processing program and handle, whether continue to move the automatized script program by the decision of fault-tolerant processing program.Be illustrated in figure 2 as the detail flowchart of monitoring processing procedure in the prior art, Fig. 2 is specializing monitoring processing procedure in the prior art shown in Figure 1.Adopt the fault-tolerant processing technology can solve the problem that unexpected phenomenon causes in the automatized script program operation process automatized script program can't continue to move substantially, when causing the fault-tolerant processing program also can't continue to move, then still can cause the automatized script program can't continue operation but if the fault-tolerant processing program also runs into unexpected phenomenon in operational process.
Summary of the invention
The object of the present invention is to provide a kind of test monitoring method and device, the fault-tolerant processing program that solves the automatized script program runs into unexpected phenomenon and the problem that causes the automatized script program to continue to move in operational process, make the automatized script program can successfully manage the generation of unexpected phenomenon, guarantee the continuous service of automatized script program.
To achieve these goals, the invention provides a kind of test monitoring method, comprising:
Start the outer monitoring program, and by described outer monitoring program start automatized script program;
By described outer monitoring program described automatized script program is monitored;
Open internal control program and execution thread by described automatized script program;
By described internal control program described execution thread is monitored.
The present invention also provides a kind of test monitoring device, comprising:
The program start module is used to start the outer monitoring program;
The outer monitoring module comprises described outer monitoring program, is used to start the automatized script program, and described automatized script program is monitored;
The thread opening module is used to open internal control program and execution thread;
The internal control module comprises described internal control program, is used for described execution thread is monitored.
A kind of test monitoring method provided by the invention and device, by two-layer monitoring mechanism is set, by internal control program monitoring execution thread, by outer monitoring program monitoring automatized script program, the fault-tolerant processing program that has solved the automatized script program runs into unexpected phenomenon and the problem that causes the automatized script program to continue to move in operational process, make the automatized script program can successfully manage the generation of unexpected phenomenon, guaranteed the continuous service of automatized script program.
Description of drawings
Fig. 1 is the rough schematic view of monitoring processing procedure of the prior art;
Fig. 2 is the detail flowchart of monitoring processing procedure in the prior art;
Fig. 3 a unusual synoptic diagram one occurs for the automatized script program;
Fig. 3 b unusual synoptic diagram two occurs for the automatized script program;
Fig. 4 is the process flow diagram of test monitoring method first embodiment of the present invention;
Fig. 5 is the rough schematic view of the monitoring processing procedure of test monitoring method first embodiment of the present invention;
Fig. 6 is the process flow diagram of test monitoring method second embodiment of the present invention;
Fig. 7 is the structural drawing of test monitoring device embodiment of the present invention.
Embodiment
Below by drawings and Examples, technical scheme of the present invention is described in further detail.
In the test monitoring method that present embodiment provides, in former automatic test flow process, increase a monitoring mechanism again, guarantee that by two-layer monitoring mechanism automatic test continues fault-tolerant operation incessantly.When adopting automatization testing technique to carry out software test, although the automatized script program can replace the tester to carry out repeated labor to a certain extent fully, if but when in the automatized script program process, running into unpredictable situation then may to cause program to occur unusual, can not finish normal operational process.Fig. 3 a unusual synoptic diagram one occurs for the automatized script program, Fig. 3 b unusual synoptic diagram two occurs for the automatized script program, shown in Fig. 3 a and Fig. 3 b, illustrate that with a concrete example unusual situation appears in the automatized script program, in this example, user's group is added in being operating as that the automatized script program will be finished on a network (web) page, create a user then under new user's group of adding.Generally speaking, add, during the operation of deletion etc., that test macro can eject is similar " determine to add * * *? " prompt window, have only by clicking " determining " just can add accordingly, deletion action and enter the corresponding page, to continue to move follow-up test procedure.When the tester knows above-mentioned this abnormal conditions may occur the time in advance, just can in test macro, increase the predefined fault-tolerant processing program of a correspondence.When the automatized script program run, when watchdog routine is found above-mentioned abnormal conditions by automated procedures are monitored, call predefined fault-tolerant processing program, automatically this window is caught and closed to the prompt window that ejects.But may eject more than one window sometimes, after clicking " determining ", also may eject and " add and insert user's group (aaa) success as shown in Figure 3! " prompt window, for this situation, if adopt one deck monitoring mechanism of the prior art then still can cause the automatized script program can't continue operation, the state of program " ossified " appears.And the two-layer monitoring mechanism in the test monitoring method of employing present embodiment then can address the above problem well.
Fig. 4 is the process flow diagram of test monitoring method first embodiment of the present invention, and as shown in Figure 4, a kind of test monitoring method that present embodiment provides specifically comprises the steps:
Step 401 starts the outer monitoring program, and by outer monitoring program start automatized script program.
The two-layer monitoring mechanism of indication is outer monitoring mechanism and internal control mechanism in the present embodiment, and outer monitoring mechanism is implemented by the monitoring of outer monitoring program, and internal control mechanism is implemented by the monitoring of internal control program.When carrying out test monitoring method provided by the invention, at first carry out the operation in this step, promptly start the outer monitoring program earlier, and by outer monitoring program start automatized script program.The outer monitoring program is a watchdog routine newly-increased in the present embodiment, starts after the outer monitoring program, comes to call automatically the automatized script program that needs to carry out again by this outer monitoring program and begins automatic test course.
Step 402 is monitored the automatized script program by the outer monitoring program.
After starting outer monitoring program and automatized script program, utilize the operational process of the whole automatized script program of outer monitoring program monitoring simultaneously, promptly the scope of outer monitoring program monitoring comprises automatized script program itself and follow-up fault-tolerant processing program.The outer monitoring program can adopt the mode of regularly monitoring that the operation conditions of automatized script program is monitored, and controls the operation of automatized script program according to snoop results.
Step 403 is opened internal control program and execution thread by the automatized script program.
Start after the automatized script program, open the internal control program by the automatized script program, and the operation of opening execution thread, wherein internal control program and execution thread all belong to the internal thread of automatized script program, and execution thread just begins to carry out the use-case associative operation after opening.
Step 404 is monitored execution thread by the internal control program.
After opening the internal control program, by the internal control program execution thread to be monitored, the internal control program can adopt the mode of regularly monitoring that the operation conditions of execution thread is monitored, and according to snoop results execution thread is carried out control corresponding.
It is to be noted, step 402 in the present embodiment and step 404 can walk abreast in the process of implementation, promptly when the internal control program is monitored execution thread, the outer monitoring program is monitored the whole service process of automatized script program, when internal control routine call fault-tolerant processing program, the outer monitoring program is monitored the fault-tolerant processing program simultaneously.
Be illustrated in figure 5 as the rough schematic view of the monitoring processing procedure of test monitoring method first embodiment of the present invention, Fig. 5 has reflected the schematic relationships between each program and thread among this test monitoring method embodiment, as can be seen from Figure 5, this test monitoring method starts the outer monitoring program earlier; Watchdog routine operation time externally,, and open its internal control program and execution thread by the automatized script program by outer monitoring program start automatized script program; In the associative operation of execution thread, the operation conditions of execution thread is monitored by the internal control program to the system under test (SUT) implementation of test cases; Occur when unusual when the internal control program listens to execution thread, can come the unusual of processing execution thread by starting the fault-tolerant processing program; Simultaneously, by the outer monitoring program whole service situation of automatized script program is monitored, the fault-tolerant processing program that comprises automatized script program itself and subsequent calls, when listening to the automatized script program, the outer monitoring program occurs when unusual, the outer monitoring program is with this automatized script program hard closing, and write down the numbering of this automatized script program automatically, in this automatized script stop, by the next automatized script program of outer monitoring program start, continue the operation of next automatic script program.
Present embodiment provides a kind of test monitoring method, by two-layer monitoring mechanism is set, by internal control program monitoring execution thread, by outer monitoring program monitoring automatized script program, solved that the automatized script program runs into unexpected phenomenon in operational process and the problem that causes the automatized script program to continue to move, make the automatized script program can successfully manage the generation of unexpected phenomenon, guaranteed the continuous service of automatized script program.
Fig. 6 is the process flow diagram of test monitoring method second embodiment of the present invention, and as shown in Figure 6, present embodiment provides a kind of concrete test monitoring method on the basis of test monitoring method shown in Figure 4 first embodiment, specifically comprises the steps:
Step 601 starts the outer monitoring program, and by outer monitoring program start automatized script program.
When carrying out test monitoring method provided by the invention, at first carry out the operation in this step, promptly start the outer monitoring program earlier, and by outer monitoring program start automatized script program.The outer monitoring program is a watchdog routine newly-increased in the present embodiment, starts after the outer monitoring program, comes to call automatically the automatized script program that needs to carry out again by this outer monitoring program and begins automatic test course.
Step 602, the outer monitoring program judges regularly according to the outer monitoring cycle of setting whether the automatized script program occurs unusually, if then execution in step 603, otherwise execution in step 605.
The outer monitoring program is when monitoring the automatized script program, can adopt the regularly mode of monitoring, set the outer monitoring cycle earlier, this outer monitoring cycle can be set to 2-3 times of automatized script program total run time, suppose that it is 0.5 hour that the automatized script program is finished the T.T. of once operation, then the outer monitoring cycle can be set to 1 hour, the operation conditions of automatized script program is monitored with this outer monitoring cycle.When externally watchdog routine is moved, whether real-time judge reaches the outer monitoring cycle its working time, if, then the operation conditions of automatized script program is monitored, otherwise do not monitor the automatized script program, the mode of this timing monitoring both can realize the monitoring to the automatized script program, can reduce the CPU usage of snoop-operations again, avoided the normal operation of test macro is exerted an influence.Externally in the process that watchdog routine is monitored the automatized script program, unusual when finding that the automatized script program occurs, find that promptly the automatized script program is in the off-duty state, then carry out subsequent step 603, otherwise execution in step 605.It is pointed out that unusual reason appears in the automatized script program may be for following several: this has run into situation about can not expect the automatized script program in operational process; Also may be for its executive routine has run into situation about can not expect in operational process, and the fault-tolerant processing program of not pre-defined this situation of processing; Also may in operational process, occur by calling predefined fault-tolerant processing program this being handled unusually, but in the fault-tolerant processing program operation process, having occurred new situation about can not expect etc. again when unusual for executive routine.In a word,, calling program is ended in operational process no matter the automatized script program is because above the sort of former thereby to cause it to occur unusual, if the outer monitoring program monitor the automatized script program occur unusual, just execution in step 603 is handled accordingly.
Step 603 is preserved the numbering of automatized script program and is carried out the scene, finishes the automatized script program, and starts next automatized script program.
When listening to the automatized script program, the outer monitoring program occurs when unusual, the numbering of this automatized script program and the current execution scene of automatized script program are preserved, it is the numbering of logging program, current unusual condition is carried out screenshotss preserve, and this automatized script program of hard closing.By the next automatized script program of outer monitoring program start, continue the next automatic script program of operation simultaneously, and it is monitored, up to all whole end of runs of automatized script program, the outer monitoring program just finishes operation automatically.
Step 604, the tester is on-the-spot according to the numbering and the execution of the automatized script program of preserving, and defines corresponding fault-tolerant processing program.
After the automatized script stop that appearance is unusual, the tester defines corresponding fault-tolerant processing program according to the numbering and the automatized script program implementation scene of the automatized script program of preserving, and carries out subsequent step 606.Be that the tester analyzes the situation about can not expect that the unusual automatized script program of this appearance is occurred, redefine this unusual fault-tolerant processing program of processing, and the fault-tolerant processing program added in the automatized script program, enrich the function library of program, to improve this automatized script program, when moving this automatized script program once more, above-mentioned situation occurring then can call the fault-tolerant processing program automatically and handle, and can not cause the automatized script program to occur once more unusually, make calling program " ossified ".
Step 605 continues to carry out the automatized script program.
When outer monitoring program when externally monitoring period arrives, operation conditions to the automatized script program is monitored, when finding that this automatized script program is still normally moved, then the outer monitoring program is not carried out any operation, but wait for the arrival in next outer monitoring cycle, this automatized script program then continues to carry out.
Step 606, the internal control program judges regularly according to the internal control cycle of setting whether execution thread occurs unusually, if then execution in step 607, otherwise execution in step 608.
The internal control program is when monitoring execution thread, can adopt the regularly mode of monitoring, set earlier the internal control cycle, the 2-3 that this internal control cycle can be set to the execution thread total run time doubly monitors the operation conditions of execution thread with this internal control cycle.When the internal control program run, whether real-time judge reaches the internal control cycle its working time, if then the operation conditions of execution thread is monitored, otherwise do not monitored execution thread.In the process that the internal control program is monitored execution, unusual when finding that execution thread occurs, find that promptly execution thread is in the off-duty state, then carry out subsequent step 607, otherwise execution in step 608.
Step 607 is called predefined fault-tolerant processing routine processes execution thread.
When listening to execution thread, the internal control program occurs then calling predefined fault-tolerant processing program the unusual condition of this execution thread being handled when unusual.This fault-tolerant processing program is that just predefined is good before the automatized script program run.After the fault-tolerant processing program was handled, execution thread still continued operation, can generating routine " ossified ".
Step 608 continues to carry out execution thread.
When the internal control program when the internal control cycle arrives, operation conditions to execution thread is monitored, and when finding that this execution thread still normally moves, then internal control program is not carried out any operation, but wait for the arrival in next internal control cycle, this execution thread then continues to carry out.
Present embodiment provides a kind of test monitoring method, by two-layer monitoring mechanism is set, by internal control program monitoring execution thread, by outer monitoring program monitoring automatized script program, solved that the automatized script program runs into unexpected phenomenon in operational process and the problem that causes the automatized script program to continue to move, make the automatized script program can successfully manage the generation of unexpected phenomenon, by constantly replenishing the fault-tolerant processing program, make finally fault-tolerant operation continuously of automatized script program, simultaneously, by fault-tolerant processing, farthest eliminated the influence that to expect that situation is produced automatized script program run progress.
Fig. 7 is the structural drawing of test monitoring device embodiment of the present invention, and as shown in Figure 7, present embodiment provides a kind of test monitoring device, comprises program start module 1, outer monitoring module 2, thread opening module 3 and internal control module 4.Wherein, program start module 1 is used to start the outer monitoring program.Outer monitoring module 2 comprises the outer monitoring program, is used to start the automatized script program, and the automatized script program is monitored.Thread opening module 3 is used to open internal control program and execution thread.Internal control module 4 comprises the internal control program, is used for execution thread is monitored.
Particularly, outer monitoring module 2 comprises external setting-up unit 21, outside judging unit 22 and external control unit 23.Wherein, external setting-up unit 21 is used to set the outer monitoring cycle.Outside judging unit 22 is used for judging regularly according to the outer monitoring cycle that external setting-up unit 21 is set whether the automatized script program occurs unusually.External control unit 23 is used for occurring when unusual for the automatized script program when the judged result of outside judging unit 22, preserves the numbering of automatized script program and carries out on-the-spotly, finishes the automatized script program, and starts next automatized script program; When the judged result of outside judging unit 22 is that the automatized script program does not occur continuing to carry out the automatized script program when unusual.
Further, the test monitoring device that present embodiment provides also comprises program definition module 5, program definition module 5 is used for occurring when unusual for the automatized script program when the judged result of outside judging unit 22, the numbering of the automatized script program of preserving according to external control unit 23 and carry out on-the-spotly defines corresponding fault-tolerant processing program.
Particularly, internal control module 4 comprises inner setting unit 41, internal judgment unit 42 and internal control unit 43.Wherein, inner setting unit 41 is used to set the internal control cycle.Internal judgment unit 42 is used for judging regularly according to the internal control cycle that inner setting unit 41 is set whether execution thread occurs unusually.It is that execution thread occurs calling predefined fault-tolerant processing routine processes execution thread when unusual that internal control unit 43 is used for judged result when internal judgment unit 42; When the judged result of internal judgment unit 42 is that execution thread does not occur continuing to carry out execution thread when unusual.
Further, the test monitoring device that present embodiment provides also comprises program predefine module 6, program predefine module 6 is used for pre-defined fault-tolerant processing program, the judged result of internal control unit 43 in internal judgment unit 42 is that execution thread occurs when unusual, according to program predefine module 6 predefined fault-tolerant processing routine processes execution threads.
Present embodiment provides a kind of test monitoring device, by two-layer monitoring mechanism is set, by internal control program monitoring execution thread, by outer monitoring program monitoring automatized script program, solved that the automatized script program runs into unexpected phenomenon in operational process and the problem that causes the automatized script program to continue to move, make the automatized script program can successfully manage the generation of unexpected phenomenon, by constantly replenishing the fault-tolerant processing program, make finally fault-tolerant operation continuously of automatized script program, simultaneously, by fault-tolerant processing, farthest eliminated the influence that to expect that situation is produced automatized script program run progress.
It should be noted that at last: above embodiment only in order to technical scheme of the present invention to be described, is not intended to limit; Although with reference to previous embodiment the present invention is had been described in detail, those of ordinary skill in the art is to be understood that: it still can be made amendment to the technical scheme that previous embodiment is put down in writing, and perhaps part technical characterictic wherein is equal to replacement; And these modifications or replacement do not make the essence of appropriate technical solution break away from the spirit and scope of embodiment of the invention technical scheme.

Claims (10)

1, a kind of test monitoring method is characterized in that, comprising:
Start the outer monitoring program, and by described outer monitoring program start automatized script program;
By described outer monitoring program described automatized script program is monitored;
Open internal control program and execution thread by described automatized script program;
By described internal control program described execution thread is monitored.
2, method according to claim 1, it is characterized in that, described described automatized script program the monitoring by described outer monitoring program is specially: judge regularly according to the outer monitoring cycle of setting whether described automatized script program occurs unusually by described outer monitoring program, if, then preserve the numbering of described automatized script program and carry out on-the-spot, finish described automatized script program, and start next automatized script program; Otherwise continue to carry out described automatized script program.
3, method according to claim 2 is characterized in that, also comprises: on-the-spot by the tester according to the numbering and the execution of the described automatized script program of preserving, define corresponding fault-tolerant processing program.
4, method according to claim 1, it is characterized in that, described described execution thread the monitoring by described internal control program is specially: judge regularly according to the internal control cycle of setting whether described execution thread occurs unusually by described internal control program, if then call the described execution thread of predefined fault-tolerant processing routine processes; Otherwise continue to carry out described execution thread.
5, method according to claim 4 is characterized in that, also comprises: pre-defined described fault-tolerant processing program.
6, a kind of test monitoring device is characterized in that, comprising:
The program start module is used to start the outer monitoring program;
The outer monitoring module comprises described outer monitoring program, is used to start the automatized script program, and described automatized script program is monitored;
The thread opening module is used to open internal control program and execution thread;
The internal control module comprises described internal control program, is used for described execution thread is monitored.
7, device according to claim 6 is characterized in that, described outer monitoring module comprises:
The external setting-up unit is used to set the outer monitoring cycle;
Outside judging unit is used for judging regularly according to the outer monitoring cycle that described external setting-up unit is set whether described automatized script program occurs unusually;
The external control unit, being used for judged result when described outside judging unit and being described automatized script program occurs when unusual, preserve the numbering of described automatized script program and carry out on-the-spot, finish described automatized script program, and start next automatized script program, when the judged result of described outside judging unit is that described automatized script program does not occur continuing to carry out described automatized script program when unusual.
8, device according to claim 7, it is characterized in that, also comprise: the program definition module, being used for judged result when described outside judging unit and being described automatized script program occurs when unusual, the numbering of the described automatized script program of preserving according to described external control unit and carry out on-the-spotly defines corresponding fault-tolerant processing program.
9, device according to claim 6 is characterized in that, described internal control module comprises:
The inner setting unit is used to set the internal control cycle;
The internal judgment unit is used for judging regularly according to the internal control cycle that described inner setting unit is set whether described execution thread occurs unusually;
The internal control unit, being used for judged result when described internal judgment unit and being described execution thread occurs when unusual, call the described execution thread of predefined fault-tolerant processing routine processes, when the judged result of described internal judgment unit is that described execution thread does not occur continuing to carry out described execution thread when unusual.
10, device according to claim 9, it is characterized in that, also comprise: program predefine module, be used for pre-defined fault-tolerant processing program, the judged result of described internal control unit in described internal judgment unit is that described execution thread occurs when unusual, according to the described execution thread of the predefined described fault-tolerant processing routine processes of described program predefine module.
CN2009100784944A 2009-02-24 2009-02-24 Test monitoring method and apparatus Expired - Fee Related CN101482849B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2009100784944A CN101482849B (en) 2009-02-24 2009-02-24 Test monitoring method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2009100784944A CN101482849B (en) 2009-02-24 2009-02-24 Test monitoring method and apparatus

Publications (2)

Publication Number Publication Date
CN101482849A true CN101482849A (en) 2009-07-15
CN101482849B CN101482849B (en) 2011-08-17

Family

ID=40879968

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2009100784944A Expired - Fee Related CN101482849B (en) 2009-02-24 2009-02-24 Test monitoring method and apparatus

Country Status (1)

Country Link
CN (1) CN101482849B (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102855173A (en) * 2011-06-27 2013-01-02 北京新媒传信科技有限公司 Method and device for testing software performance
CN103218289A (en) * 2013-03-29 2013-07-24 北京控制工程研究所 Satellite-borne software test automatic executing method
CN103516557A (en) * 2012-06-26 2014-01-15 腾讯科技(深圳)有限公司 Method and system for testing
CN103559136A (en) * 2013-11-22 2014-02-05 北京云测信息技术有限公司 Method and test system for intelligently executing script on mobile terminal
CN103701657A (en) * 2012-09-28 2014-04-02 中国银联股份有限公司 Device and method for monitoring and processing dysfunction of continuously running data processing system
CN104123226A (en) * 2014-07-30 2014-10-29 深圳市共进电子股份有限公司 Processing method for popup form in automatic testing
CN104239208A (en) * 2014-09-19 2014-12-24 福建星海通信科技有限公司 Recovery method for exceptions during automation execution
CN104967904A (en) * 2014-04-10 2015-10-07 腾讯科技(深圳)有限公司 Method for recording and playing back terminal video and apparatus thereof
CN103559136B (en) * 2013-11-22 2016-11-30 北京云测信息技术有限公司 A kind of intelligence on mobile terminals performs method and the test system of script
CN106326114A (en) * 2016-08-16 2017-01-11 北京控制工程研究所 Automatic aerospace software testing method for approximately natural language testing case script
CN104035865B (en) * 2014-05-30 2017-02-01 同济大学 Method for deployment optimization of monitoring points in operating process of programs
CN106708505A (en) * 2016-11-15 2017-05-24 武汉烽火网络有限责任公司 WEB page-based batch operation interface application method and system
CN110630449A (en) * 2019-09-25 2019-12-31 三一重能有限公司 Method, device and system for testing safety strategy of wind generating set
CN111027164A (en) * 2018-10-08 2020-04-17 长城汽车股份有限公司 Automatic simulation analysis method and device based on STAR-CCM +

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102855173A (en) * 2011-06-27 2013-01-02 北京新媒传信科技有限公司 Method and device for testing software performance
CN102855173B (en) * 2011-06-27 2015-10-28 北京新媒传信科技有限公司 A kind of software performance testing method and device
CN103516557A (en) * 2012-06-26 2014-01-15 腾讯科技(深圳)有限公司 Method and system for testing
CN103701657A (en) * 2012-09-28 2014-04-02 中国银联股份有限公司 Device and method for monitoring and processing dysfunction of continuously running data processing system
CN103218289A (en) * 2013-03-29 2013-07-24 北京控制工程研究所 Satellite-borne software test automatic executing method
CN103218289B (en) * 2013-03-29 2015-07-08 北京控制工程研究所 Satellite-borne software test automatic executing method
CN103559136A (en) * 2013-11-22 2014-02-05 北京云测信息技术有限公司 Method and test system for intelligently executing script on mobile terminal
CN103559136B (en) * 2013-11-22 2016-11-30 北京云测信息技术有限公司 A kind of intelligence on mobile terminals performs method and the test system of script
US10453493B2 (en) 2014-04-10 2019-10-22 Tencent Technology (Shenzhen) Company Limited Method and apparatus for recording and replaying video of terminal
CN104967904A (en) * 2014-04-10 2015-10-07 腾讯科技(深圳)有限公司 Method for recording and playing back terminal video and apparatus thereof
CN104967904B (en) * 2014-04-10 2018-08-17 腾讯科技(深圳)有限公司 The method and device of terminal video recording and playback
CN104035865B (en) * 2014-05-30 2017-02-01 同济大学 Method for deployment optimization of monitoring points in operating process of programs
CN104123226A (en) * 2014-07-30 2014-10-29 深圳市共进电子股份有限公司 Processing method for popup form in automatic testing
CN104123226B (en) * 2014-07-30 2017-02-08 深圳市共进电子股份有限公司 Processing method for popup form in automatic testing
CN104239208B (en) * 2014-09-19 2017-02-15 福建星海通信科技有限公司 Recovery method for exceptions during automation execution
CN104239208A (en) * 2014-09-19 2014-12-24 福建星海通信科技有限公司 Recovery method for exceptions during automation execution
CN106326114A (en) * 2016-08-16 2017-01-11 北京控制工程研究所 Automatic aerospace software testing method for approximately natural language testing case script
CN106708505A (en) * 2016-11-15 2017-05-24 武汉烽火网络有限责任公司 WEB page-based batch operation interface application method and system
CN106708505B (en) * 2016-11-15 2019-09-06 烽火通信科技股份有限公司 A kind of application method and system at the batch operation interface based on WEB page
CN111027164A (en) * 2018-10-08 2020-04-17 长城汽车股份有限公司 Automatic simulation analysis method and device based on STAR-CCM +
CN111027164B (en) * 2018-10-08 2023-12-29 长城汽车股份有限公司 STAR-CCM+ based automatic simulation analysis method and device
CN110630449A (en) * 2019-09-25 2019-12-31 三一重能有限公司 Method, device and system for testing safety strategy of wind generating set

Also Published As

Publication number Publication date
CN101482849B (en) 2011-08-17

Similar Documents

Publication Publication Date Title
CN101482849B (en) Test monitoring method and apparatus
CN104486100B (en) Fault treating apparatus and method
CN108897676B (en) Flight guidance control software reliability analysis system and method based on formalization rules
CN104572422A (en) Memory monitoring achievement method based on startup and shutdown of Linux system
CN107046598A (en) The method and mobile terminal of a kind of control VOLTE functions based on mobile terminal
CN106598740A (en) System and method for limiting CPU (Central Processing Unit) occupancy rate of multi-thread program
CN104216776A (en) Quick starting method for Android operating system based on BLCR (Berkeley lab checkpoint restart) technology
CN104239208B (en) Recovery method for exceptions during automation execution
CN117032903B (en) Simulation debugging method and device, storage medium and electronic equipment
CN112015348B (en) IO (input/output) silencing method, device and medium for data volume
CN113076213B (en) Method and system for optimizing system management interrupt handling hardware error time
CN102222036A (en) Automatic testing method and equipment
CN102521132A (en) Automated testing method and automated testing system for real-time output logs
CN107844395B (en) Reboot test control method and system
CN109684229B (en) Chain dependency analysis method and system of directed acyclic graph
CN112596938A (en) Abnormity monitoring method and device
CN102306109B (en) Method for realizing logic programming in communication management machine
CN103093529A (en) Method for dynamically refreshing data
JP2010286889A (en) Communication controller
CN112905484B (en) Self-adaptive closed-loop performance test method, system and medium
CN1544744A (en) Full-automatic washing machine washing process
CN101539766A (en) Program debugging method and device thereof
CN105682160B (en) A kind of selection method and device of communication network
CN103970571A (en) Running error recovery method and system for control software of aircraft engine
CN114625623A (en) Log asynchronous processing method of middlebox service arrangement system based on RabbitMQ

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
ASS Succession or assignment of patent right

Owner name: BEIJING CHIH-HAO WEIYE TECHNOLOGY DEVELOPMENT CO.,

Free format text: FORMER OWNER: BEIJING XINGWANG RUIJIE NETWORK TECHNOLOGIES CO., LTD.

Effective date: 20140725

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 100036 HAIDIAN, BEIJING TO: 100091 HAIDIAN, BEIJING

TR01 Transfer of patent right

Effective date of registration: 20140725

Address after: 100091 Beijing Haidian District city car red flag outside the east gate of No. 1 Building No. 17 room 209, a retired cadres

Patentee after: Beijing wisdom Albert Technology Development Co., Ltd.

Address before: 100036 Beijing Haidian District City 33 Fuxing Road Cuiwei East 1106

Patentee before: Beijing Xingwang Ruijie Network Technologies Co., Ltd.

EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20090715

Assignee: Beijing Xingwang Ruijie Network Technologies Co., Ltd.

Assignor: Beijing wisdom Albert Technology Development Co., Ltd.

Contract record no.: 2014990000738

Denomination of invention: Communication terminal testing and monitoring method and device

Granted publication date: 20110817

License type: Common License

Record date: 20140904

LICC Enforcement, change and cancellation of record of contracts on the licence for exploitation of a patent or utility model
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20110817

Termination date: 20170224

CF01 Termination of patent right due to non-payment of annual fee