CN101082877A - Automatically testing interface of graphical user interface program and automatically testing method thereof - Google Patents

Automatically testing interface of graphical user interface program and automatically testing method thereof Download PDF

Info

Publication number
CN101082877A
CN101082877A CN 200610027059 CN200610027059A CN101082877A CN 101082877 A CN101082877 A CN 101082877A CN 200610027059 CN200610027059 CN 200610027059 CN 200610027059 A CN200610027059 A CN 200610027059A CN 101082877 A CN101082877 A CN 101082877A
Authority
CN
China
Prior art keywords
data
automatic test
mode
thread
pattern
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
CN 200610027059
Other languages
Chinese (zh)
Other versions
CN100468357C (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.)
KETAI CENTURY SCIENCE AND TECHNOLOGY Co Ltd SHANGHAI
Original Assignee
KETAI CENTURY SCIENCE AND TECHNOLOGY Co Ltd SHANGHAI
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 KETAI CENTURY SCIENCE AND TECHNOLOGY Co Ltd SHANGHAI filed Critical KETAI CENTURY SCIENCE AND TECHNOLOGY Co Ltd SHANGHAI
Priority to CNB2006100270595A priority Critical patent/CN100468357C/en
Publication of CN101082877A publication Critical patent/CN101082877A/en
Application granted granted Critical
Publication of CN100468357C publication Critical patent/CN100468357C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a self-testing interface between driving and affair analyzer and self-testing method of image boundary program for user, which comprises the following parts: multiple line paths, one or more data file, random affair and allocating file. The self-testing method comprises the following steps: obtaining the operating pattern of self-testing interface; affirming whether the operating pattern is common pattern, recording pattern, playback pattern or random pattern; writing the data read by data line path into ordered data file when the operating pattern is recording pattern; reading data from ordered data file through reading data line path when the operating pattern is playback pattern; transmitting the data to the affair analyzer; hanging the reading data line path when the operating pattern is random pattern; generating random pattern through random affair generating line path; transmitting the affair to the affair analyzer to process. The invention is convenient to record and play back the operation of mouse and keyboard with automatic regression test, which is fit for robustness and limit test.

Description

The automatic test interface and the automatic test approach thereof of graphical user interface program
Technical field
The present invention relates to a kind of automatic test interface that graphical user interface program is tested, this test interface can by data file to the operation of drivings such as user's mouse and keyboard write down, playback.The invention still further relates to this automatic test interface and carry out automatic test method.
Background technology
Graphic user interface is a program to finally the representing of user, and the appreciable program part of user also has only graphic user interface, so the quality of graphic user interface directly influenced user experience, has also directly determined the quality of program.Just because of graphic user interface has so importance in application program, the test of graphic user interface also is subjected to people more and more pays close attention to.
Graphic user interface and user's generally is by hardware such as mouse (or touch-screen) and keyboards alternately, therefore mainly being the Test Engineer to the test of graphic user interface clicks the mouse or beats keyboard and test according to design and the test case armrest that generates are moving, result according to reality compares with expected results then, and whether detect application program has complete functional, fault-tolerance and robustness etc.But the function of present software product becomes increasingly complex, more and more perfect, a general cover software all comprises abundant user interface, and each interface comprises a plurality of object elements again, so the test of graphic user interface relies on the manual test method can't reach test target fully.And after the regression test and product up-gradation in software test procedure, all need to carry out a large amount of graphic user interface tests, at this moment the efficient of manual test can't satisfy the test needs; When software product was carried out robustness or limit test, the deficiency of manual test was completely exposed especially.
The windows operating system of Microsoft provides a cover to be used for the automatic test interface of Windows graphic user interface: Hook (hook), this instrument can allow user oneself handle the various message that Windows operating system is sent out, and can realize record and the playback operated by this instrument.But API (application programming interfaces) and each message of using this instrument to be familiar with being correlated with, and want user oneself with manual each parameter of removing recording messages, this has increased testing cost undoubtedly, and this instrument is little for the effect of the robustness of graphic user interface and limit test.
Summary of the invention
The technical problem to be solved in the present invention provides a kind of graphical user's automatic test interface, and it has the record of mouse and keyboard operation and playback function, can be used for replacing Test Engineer's manual operations to carry out regression test, verifying software product functional; The present invention can also provide playback cycle and produce the random occurrence function, is used for software product is carried out robustness and limit test.For this reason, the present invention also will provide the method that a kind of this automatic test interface is tested.
For solving the problems of the technologies described above, the present invention is achieved by the following technical solutions: test interface comprises: a plurality of threads, one or more data file, random occurrence and a configuration file between driving and incident resolver automatically.
Described automatic test approach may further comprise the steps: obtain the operational mode of automatic test interface, determine that this operational mode is general mode, logging mode, playback mode or random pattern; When being logging mode, will write the data file that is used for preserving data of appointment from drive by the data that the reading of data thread reads; When being playback mode, the thread of reading of data reading of data from designated data files is issued these data the incident resolver then and is handled; When being random pattern, the reading of data thread is suspended, and produces thread by a random occurrence and produces random occurrence, and then incident is issued the incident resolver handle.
The present invention is owing to adopted technique scheme, has such beneficial effect, promptly realized record and playback function, improved the speed that needs the test done after regression test in the test process and the product up-gradation, and improved the test accuracy rate user's mouse and keyboard operation; And realized producing the function of random occurrence, thereby robustness and limit test have been realized to software product.
Description of drawings
Fig. 1 is the catenation principle figure of the automatic test interface of graphic user interface;
Fig. 2 is the inner structure schematic diagram of automatic test interface of the present invention;
Fig. 3 is according to event data form synoptic diagram of the present invention.
Embodiment
As shown in Figure 1, test interface is between driving and incident resolver automatically, and what the incident resolver was directly faced is automatic test interface, rather than drives, and it is transparent driving the incident resolver like this; And the incident resolver only is responsible for handling the data that automatic test interface sends.Automatically test interface comes to provide various data to resolver according to the difference of test-types.
As shown in Figure 2, this automatic test interface comprises: a plurality of threads, one or more data file, random occurrence and a configuration file.
Below in conjunction with specific embodiment automatic test interface of the present invention and automatic test approach implementation procedure thereof are further described:
At first, before starting the graphical interface of user program, pattern that automatic test interface need obtain operation this time is general mode, logging mode, playback mode or random pattern.Wherein, general mode refers to, directly data issued the incident resolver after keyboard or the mouse-driven reading of data to handle, and is equivalent to the test mode of prior art; Logging mode refers to that the data that obtain from described driving can be saved in it designated data files earlier; Playback mode refers to, direct reading of data from designated data files, rather than from drive reading of data, and then the incident resolver of issuing is handled; Random pattern refers to that test interface produces mouse and KeyEvent at random according to the speed of appointment in the described configuration file automatically, and the incident resolver is issued in this random occurrence handled.And the appointment of operational mode can realize by following dual mode: specify in configuration file or specify in order line, wherein the order line assigned priority is higher than the configuration file appointment.
For example,, in configuration file grafix.cfg, specify AutoTesttype=1, promptly be appointed as logging mode if need the program A by name of the graphical interface of user of operation, then can be with logging mode working procedure A; If but specified parameter during A again in operation is 2 to be appointed as playback mode, then because the order line assigned priority is higher than configuration file specifies, so at this moment can be with playback mode working procedure A.Wherein, the acquiescence operational mode is a general mode.
After obtaining concrete operational mode, obtain the thread of mouse and keyboard drive data and can carry out different operations according to different operational modes:
When this operational mode is logging mode, automatically the reading of data thread of test interface at first will be write the data file that is used for preserving data of appointment from the data that drivings such as mouse or keyboard obtain, the title of this data file is specified by the command line parameter of assignment graph program, as A-record.dat, then the file of appointment is called record.dat, if there is not the specified file name, then this document name can be defaulted as with program of the same name, as A/1, then with recording mode working procedure A, the file of appointment is called A.dat (A for not with the program name of suffix name).Because data are obtained by two threads, so need lock to file operation when these data are write file, avoid writing file bad.The record format of writing certain data in the file as shown in Figure 3, totally 3 parts, first is the zone bit of a position, the type of flag data, promptly to should be the mouse-driven data still be the keyboard drive data to Zhi Hou driving data.Second portion is the mouse that obtains or the driving data of keyboard from concrete driving, concrete size is by driving decision.Third part is interval time, represents the time interval of this incident and a last incident.After having moved program, can generate the data file of this record like this in current directory with recording mode.Also can be by clicking the button end record pattern of appointment, the situation of this end record pattern can be made as general mode with operational mode.
When operational mode is playback mode, the data that test interface can be preserved, obtain the driving data of mouse or keyboard automatically when designated data files is logging mode, then this driving data is issued the incident resolver and handled.When playback mode, the operation of keyboard has then been become control to playback, can quicken or deceleration-operation playback speed, also can control the current operation execution that whether circulates, if specified circulation to carry out, then can circulate and read data in the file, and data be issued the incident resolver handle.Its specific implementation method is as follows: mouse or keyboard thread that automatic test interface is used for reading of data then can not go to read corresponding driving, but from designated data files reading of data, the filename of this specified file is the same with filename in the above-mentioned logging mode is specified or the acquiescence name by order line.Simultaneously, test interface can be set up another a control thread and remove to read keyboard data automatically, is used for the control to playback, comprises control playback speed and time-out, continuation etc.When the graphical interface of user program start, automatically the main thread of test interface reads the zone bit of first data in the described data file earlier, this zone bit has determined that the reading of data thread still is the keyboard thread for the mouse thread, for example, if this zone bit is represented mouse, then the mouse thread is waken up, and the control of read data files is given the mouse thread, and the keyboard thread can only be waited for.Then, the mouse thread reads the mouse-driven data behind this zone bit successively, the zone bit of interval time and next data, wait for certain playback duration afterwards, this time is by obtaining according to a certain percentage the interval time that obtains, this ratio can be increased or reduced by the method for user by a beating keyboard, is mainly used in the control playback speed.After stand-by period arrives, again the mouse-driven data of obtaining are issued the incident resolver and handled.If the zone bit of next data that obtain this moment is identical with previous zone bit, then this thread continues reading of data; But if this moment next data of obtaining zone bit then wake other thread up for the zone bit of the reading of data thread of other type, as having obtained the keyboard zone bit in the mouse thread, then wake the keyboard thread up, allow the keyboard thread go to read next data, the mouse thread then enters waiting status.The rest may be inferred, and mouse thread and keyboard thread replace reading of data, run through until all data.After the ending of reading described data file,, then operational mode can be made as general mode, give the user control if program does not also withdraw from.If be shuffle data file pattern this moment, then can after a data file playback is intact, continue another data file of picked at random, play with continuation.
When operational mode was random pattern, mouse and keyboard thread all were suspended, and produced random occurrence but produce thread by an independent random occurrence.Automatically test interface produces mouse and KeyEvent at random according to the speed of appointment in the configuration file, and this incident is issued the incident resolver handle, also can specify the mouse zone and the key assignments that need filtration in the configuration file, the mouse event of Chan Shenging just can not carried out clicking operation in this zone so at random, also can not send the key assignments that needs filtration.Also can initiate a control thread during random pattern, be used to read the data of keyboard, to withdraw from or to proceed the operation of random test.
Engage specific embodiment below and illustrate in actual applications how to use automatic test interface of the present invention and method of testing thereof, the graphical interface of user program is tested.Before software product is tested automatically, at first need be by the Test Engineer according to the step described in the test cases, operation earlier is once when logging mode.After having moved, can generate data file, only need pattern be set to playback mode afterwards in current directory, and the preceding for it file that generates of specific data file, then can from this data file, obtain incident after the program run, realize playback to the last registration operation.
Also can carry out and repeatedly write down and save as different data files, carry out the shuffle file mode afterwards, like this data of this program in will these several data files of loop play same software.
When needs carry out robustness or limit test, can be set to the random occurrence pattern, can produce at random mouse and KeyEvent like this, mouse can be clicked the optional position in the interface, and send keyboard arbitrarily, and can move always, so just can be issued to robustness and limit test in the situation that does not need the people to intervene.

Claims (11)

1, a kind of automatic test interface of graphical user interface program is characterized in that, this automatic test interface comprises: a plurality of threads, one or more data file, a plurality of random occurrence and a configuration file between driving and incident resolver.
2, the automatic test interface of graphical user interface program according to claim 1 is characterized in that, the record format of data is in the described data file: zone bit, the type of flag data; The data of from concrete driving, obtaining; Interval time, the time interval between an expression current event and a last incident.
3, the automatic test interface of graphical user interface program according to claim 1 is characterized in that, described thread comprises that main thread, reading of data thread and random occurrence produce thread.
4, the automatic test approach of the automatic test interface of the described graphical user interface program of a kind of claim 1 is characterized in that, may further comprise the steps:
Obtain the operational mode of automatic test interface, determine that this operational mode is general mode, logging mode, playback mode or random pattern;
When described operational mode is logging mode, will write the data file that is used for preserving data of appointment from drive by the data that the reading of data thread reads;
When described operational mode is playback mode, reading of data from designated data files, and the data that read are issued the incident resolver handle;
When described operational mode was random pattern, the reading of data thread was suspended, and produced thread by a random occurrence and produced random occurrence, and then incident is issued the incident resolver handle.
5, the automatic test approach of the automatic test interface of graphical user interface program according to claim 4, it is characterized in that, described operational mode can be specified by following dual mode: in configuration file, specifies or in order line, specifies, and the priority difference of dual mode.
6, the automatic test approach of the automatic test interface of graphical user interface program according to claim 4 is characterized in that, the mode of button that can be by clicking appointment finishes described logging mode, and operational mode is made as general mode subsequently.
7, the automatic test approach of the automatic test interface of graphical user interface program according to claim 4 is characterized in that, when described playback mode, the process of reading of data comprises from designated data files:
(1) when the graphical interface of user program start, the main thread of test interface reads the zone bit of first data in the described data file automatically, the type of decision reading of data thread;
(2) corresponding reading of data thread reads the data in the described data file;
(3) during the data in the read data files, read the zone bit of driving data, interval time and next data successively, wait for certain playback duration then;
(4) after the playback duration, the driving data of obtaining is issued the incident resolver handle;
(5) if the zone bit of next data that reads this moment is identical with the zone bit of previous data, then enters step (6), otherwise wake other thread up, original reading of data thread then enters waiting status;
(6) repeating step (2), last data in reading file;
(7) when if when reading the ending of described data file,, then operational mode is made as general mode if program does not also withdraw from.
8, according to the automatic test approach of the automatic test interface of claim 4 or 7 described graphical user interface program; it is characterized in that; when described playback mode; automatically test interface also can be initiated a control thread; read keyboard data; the speed of control playback promptly is provided with playback duration or control and suspends or continuation.
9, according to the automatic test approach of the automatic test interface of claim 4 or 7 described graphical user interface program, it is characterized in that, described playback mode also can carry out playback by shuffle data file pattern, can after a data file playback be intact, continue another data file of picked at random and continue to play under this pattern.
10, the automatic test approach of the automatic test interface of graphical user interface program according to claim 4, it is characterized in that, when described operational mode is random pattern, in configuration file, specifies the generation speed of described random occurrence, and need the mouse zone and the key assignments of filtration.
11, according to the automatic test approach of the automatic test interface of claim 4 or 10 described graphical user interface program, it is characterized in that, when described operational mode is random pattern, also can initiate a control thread, be used to read the data of keyboard, to withdraw from or to proceed the operation of random test.
CNB2006100270595A 2006-05-30 2006-05-30 Automatically testing interface of graphical user interface program and automatically testing method thereof Expired - Fee Related CN100468357C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2006100270595A CN100468357C (en) 2006-05-30 2006-05-30 Automatically testing interface of graphical user interface program and automatically testing method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2006100270595A CN100468357C (en) 2006-05-30 2006-05-30 Automatically testing interface of graphical user interface program and automatically testing method thereof

Publications (2)

Publication Number Publication Date
CN101082877A true CN101082877A (en) 2007-12-05
CN100468357C CN100468357C (en) 2009-03-11

Family

ID=38912460

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2006100270595A Expired - Fee Related CN100468357C (en) 2006-05-30 2006-05-30 Automatically testing interface of graphical user interface program and automatically testing method thereof

Country Status (1)

Country Link
CN (1) CN100468357C (en)

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101493790A (en) * 2009-02-27 2009-07-29 北京中星微电子有限公司 Record playback system and record playback method
CN101930399A (en) * 2010-08-16 2010-12-29 于秀山 Method for recording software test
CN102141957A (en) * 2010-10-21 2011-08-03 华为技术有限公司 Auxiliary test method, device and system for remote real machine
CN102147756A (en) * 2010-02-05 2011-08-10 中国移动通信集团公司 Methods and systems for testing terminal
CN101620564B (en) * 2008-06-30 2011-10-19 福建升腾资讯有限公司 Method for automatically testing recording playback mode of terminal system
CN101620565B (en) * 2008-07-04 2012-05-09 福建升腾资讯有限公司 Method for automatically testing functions of terminal system
CN102591754A (en) * 2011-01-18 2012-07-18 智比特信息技术(镇江)有限公司 Automatic testing method for electronic product controlled by computer
CN102975749A (en) * 2012-11-21 2013-03-20 上海富欣智能交通控制有限公司 Event-driven-based rail transit automatic train supervision system and playback processing method
CN103186459A (en) * 2011-12-30 2013-07-03 迈普通信技术股份有限公司 JAVA graphical user interface automatic test method based on scripts
CN103268285A (en) * 2013-05-31 2013-08-28 百度在线网络技术(北京)有限公司 Method and device for automatic generation of robustness test case of API interface
CN103577322A (en) * 2012-08-08 2014-02-12 腾讯科技(深圳)有限公司 Click testing method and device
WO2014117320A1 (en) * 2013-01-29 2014-08-07 Hewlett-Packard Development Company, L.P. Generating test code to test executable code
CN103984625A (en) * 2014-05-12 2014-08-13 浪潮电子信息产业股份有限公司 System robustness testing method based on use rate analysis
CN104657141A (en) * 2015-02-12 2015-05-27 金光 GUI (Graphic User Interface) software wrapper based on computer vision and implementing method thereof
CN105718353A (en) * 2016-01-18 2016-06-29 深圳市同创国芯电子有限公司 Testing method, apparatus and system for graphic interface application
WO2016119398A1 (en) * 2015-01-26 2016-08-04 中兴通讯股份有限公司 Method, apparatus and system for detecting suspension and runaway faults of tested device
CN106325827A (en) * 2015-06-16 2017-01-11 深圳市中兴微电子技术有限公司 Random test program generation method and device
CN106886492A (en) * 2017-02-13 2017-06-23 北京趣拿软件科技有限公司 Method of testing and test device based on data readback
CN110351496A (en) * 2019-07-05 2019-10-18 晶晨半导体(上海)股份有限公司 A kind of analysis of shift method of signal source
CN111831559A (en) * 2020-06-24 2020-10-27 厦门亿联网络技术股份有限公司 QT interface program automatic detection method and device
CN112791387A (en) * 2021-01-08 2021-05-14 杭州雾联科技有限公司 Data processing method, device and medium based on mouse and keyboard

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101620564B (en) * 2008-06-30 2011-10-19 福建升腾资讯有限公司 Method for automatically testing recording playback mode of terminal system
CN101620565B (en) * 2008-07-04 2012-05-09 福建升腾资讯有限公司 Method for automatically testing functions of terminal system
CN101493790B (en) * 2009-02-27 2015-08-05 北京中星微电子有限公司 Record playback system and record back method
CN101493790A (en) * 2009-02-27 2009-07-29 北京中星微电子有限公司 Record playback system and record playback method
CN102147756B (en) * 2010-02-05 2013-04-03 中国移动通信集团公司 Methods and systems for testing terminal
CN102147756A (en) * 2010-02-05 2011-08-10 中国移动通信集团公司 Methods and systems for testing terminal
CN101930399A (en) * 2010-08-16 2010-12-29 于秀山 Method for recording software test
CN102141957B (en) * 2010-10-21 2015-03-11 华为技术有限公司 Auxiliary test method, device and system for remote real machine
CN102141957A (en) * 2010-10-21 2011-08-03 华为技术有限公司 Auxiliary test method, device and system for remote real machine
CN102591754A (en) * 2011-01-18 2012-07-18 智比特信息技术(镇江)有限公司 Automatic testing method for electronic product controlled by computer
CN103186459B (en) * 2011-12-30 2016-05-11 迈普通信技术股份有限公司 JAVA graphic user interface automatic test approach based on script
CN103186459A (en) * 2011-12-30 2013-07-03 迈普通信技术股份有限公司 JAVA graphical user interface automatic test method based on scripts
CN103577322B (en) * 2012-08-08 2015-08-12 腾讯科技(深圳)有限公司 A kind of hit testing method and apparatus
CN103577322A (en) * 2012-08-08 2014-02-12 腾讯科技(深圳)有限公司 Click testing method and device
US9286858B2 (en) 2012-08-08 2016-03-15 Tencent Technology (Shenzhen) Company Limited Hit testing method and apparatus
CN102975749A (en) * 2012-11-21 2013-03-20 上海富欣智能交通控制有限公司 Event-driven-based rail transit automatic train supervision system and playback processing method
WO2014117320A1 (en) * 2013-01-29 2014-08-07 Hewlett-Packard Development Company, L.P. Generating test code to test executable code
CN103268285A (en) * 2013-05-31 2013-08-28 百度在线网络技术(北京)有限公司 Method and device for automatic generation of robustness test case of API interface
CN103984625A (en) * 2014-05-12 2014-08-13 浪潮电子信息产业股份有限公司 System robustness testing method based on use rate analysis
WO2016119398A1 (en) * 2015-01-26 2016-08-04 中兴通讯股份有限公司 Method, apparatus and system for detecting suspension and runaway faults of tested device
CN104657141A (en) * 2015-02-12 2015-05-27 金光 GUI (Graphic User Interface) software wrapper based on computer vision and implementing method thereof
CN104657141B (en) * 2015-02-12 2017-09-26 金光 A kind of gui software wrapper and its implementation based on computer vision
CN106325827A (en) * 2015-06-16 2017-01-11 深圳市中兴微电子技术有限公司 Random test program generation method and device
CN106325827B (en) * 2015-06-16 2019-07-19 深圳市中兴微电子技术有限公司 A kind of random test program generation method and device
CN105718353A (en) * 2016-01-18 2016-06-29 深圳市同创国芯电子有限公司 Testing method, apparatus and system for graphic interface application
CN105718353B (en) * 2016-01-18 2019-01-29 深圳市紫光同创电子有限公司 It is a kind of for graphical interfaces application test method, apparatus and system
CN106886492A (en) * 2017-02-13 2017-06-23 北京趣拿软件科技有限公司 Method of testing and test device based on data readback
CN110351496A (en) * 2019-07-05 2019-10-18 晶晨半导体(上海)股份有限公司 A kind of analysis of shift method of signal source
WO2021004343A1 (en) * 2019-07-05 2021-01-14 晶晨半导体(上海)股份有限公司 Switching analysis method for signal source
CN110351496B (en) * 2019-07-05 2021-11-26 晶晨半导体(上海)股份有限公司 Switching analysis method of signal source
CN111831559A (en) * 2020-06-24 2020-10-27 厦门亿联网络技术股份有限公司 QT interface program automatic detection method and device
CN112791387A (en) * 2021-01-08 2021-05-14 杭州雾联科技有限公司 Data processing method, device and medium based on mouse and keyboard

Also Published As

Publication number Publication date
CN100468357C (en) 2009-03-11

Similar Documents

Publication Publication Date Title
CN100468357C (en) Automatically testing interface of graphical user interface program and automatically testing method thereof
JP6757385B2 (en) Programmable logic controller and main unit
JP2553307B2 (en) Process monitoring method
KR101072211B1 (en) Interactive progress display enabling modification to computer operations
US20120131456A1 (en) Capture and Playback for GUI-Based Tasks
JP2006018827A (en) Smart user interface record and reproduction framework
JP4295775B2 (en) GUI test support system and application program for test support
CN102147756B (en) Methods and systems for testing terminal
CN105634503B (en) Detect the method and device of keyboard key assignments
TW200405695A (en) Accessibility system events mechanism and method
JP2022016659A (en) Externally setting device, logging setting method and program
US7296273B2 (en) System, method and program tool to reset an application
JP2013143044A (en) Program, information processing method and information processing apparatus
US20120216031A1 (en) Method for configuring the generation and storage of output data, computer system, electromechanical device, operating system and data carrier
CN101727384B (en) Control method for automatically testing application software
KR102294578B1 (en) System for Searching Object for Robot Process Automation
JP2005208967A (en) Management computer and method for managing storage device
CN104914726A (en) Medical equipment control system and method
CN111126032B (en) Automatic document version generation method based on intelligent prediction of editing behaviors
CN100375955C (en) Program compiling device using computor
JP2549251B2 (en) How to create an annotation record for live data
JPH09223040A (en) System test supporting device for software and test scenario generator to be used for the same
JP6948450B2 (en) Programmable logic controller and main unit
JP6986125B2 (en) Programmable logic controller and main unit
JP2000132295A (en) Gui operation specification describing device, and gui controller and gui system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1109663

Country of ref document: HK

C14 Grant of patent or utility model
GR01 Patent grant
REG Reference to a national code

Ref country code: HK

Ref legal event code: GR

Ref document number: 1109663

Country of ref document: HK

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

Granted publication date: 20090311

Termination date: 20180530