Movatterモバイル変換


[0]ホーム

URL:


CN101620564B - Method for automatically testing recording playback mode of terminal system - Google Patents

Method for automatically testing recording playback mode of terminal system
Download PDF

Info

Publication number
CN101620564B
CN101620564BCN200810071298XACN200810071298ACN101620564BCN 101620564 BCN101620564 BCN 101620564BCN 200810071298X ACN200810071298X ACN 200810071298XACN 200810071298 ACN200810071298 ACN 200810071298ACN 101620564 BCN101620564 BCN 101620564B
Authority
CN
China
Prior art keywords
script
control
automatically
information
client
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.)
Expired - Fee Related
Application number
CN200810071298XA
Other languages
Chinese (zh)
Other versions
CN101620564A (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.)
Fujian Centerm Information Co Ltd
Original Assignee
Fujian Centerm Information 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 Fujian Centerm Information Co LtdfiledCriticalFujian Centerm Information Co Ltd
Priority to CN200810071298XApriorityCriticalpatent/CN101620564B/en
Publication of CN101620564ApublicationCriticalpatent/CN101620564A/en
Application grantedgrantedCritical
Publication of CN101620564BpublicationCriticalpatent/CN101620564B/en
Expired - Fee Relatedlegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Landscapes

Abstract

The invention relates to a method for automatically testing a recording playback mode of a terminal system, which comprises the following steps: 10, recording actual operation of a user, which comprises mouse operation and keyboard operation, and automatically generating a script which is easily understood by the user and can be edited manually; 20, in the recording process in the step 10, inserting a check point of which the state is required to be checked in an automatic test; 30, playing the script generated in the step 10 back, automatically executing the test, and recording the state of the check point; and 40, finishing the playback of the script, analyzing the recorded state of the check point, summarizing test results, and automatically generating a test report. The method has the advantages of being suitable for automatic functional tests of terminal embedded systems and non-embedded systems, supporting tests for functions of protocols such as ICA, RDP and the like, providing reliable check points for testing GUI functions, and saving testing time.

Description

The method for automatically testing recording playback mode of terminal system
[technical field]
The invention relates to a kind of functional test of embedded system, be meant a kind of method for automatically testing recording playback mode that can test the GUI function of embedded system especially.
[background technology]
In the test of embedded system, functional test accounts for the proportion more than 90%.Therefore, realize the robotization of functional test, for reducing testing cost, the quality that improves product plays a part very important.
Method for automatically testing functions is relative manual test, mainly is to wait by Software Testing Tool, script to realize having characteristics such as good action row, repeatability and high efficiency.Present functional test software has only been realized C/S (client end/server end), B/S (server end/client) and the test of WEB software functions such as (internets), and all be based on and realize on specific windows platform or the Linux platform, be not suitable for the functional test of embedded system such as Windows CE.In addition, all functions testing tool is not all supported any agreement, can't satisfy the functional test of agreements such as RDP, ICA to terminal embedded type system, Telnet.
[summary of the invention]
Technical matters to be solved by this invention is to provide the functional test from embedded system to start with, and can satisfy the method for automatically testing recording playback mode of terminal system of functional test of the agreement such as RDP, ICA, Telnet of embedded system.
The present invention solves the problems of the technologies described above by the following technical programs: a kind of method for automatically testing recording playback mode of terminal system comprises the following step of carrying out successively:
Step 10: the practical operation to the user is recorded, and this practical operation comprises mouse action, and keyboard operation generates the script that the user understands easily then automatically, but the script edit;
Step 20: in the process thatstep 10 is recorded, insert the checkpoint, need check the state of this point when testing automatically;
Step 30:, and automatically perform test, the state of record check point with the script playback ofstep 10 generation;
Step 40: the script playback finishes, and the checkpointed state of record is analyzed, and gathered test result, generates test report automatically.
This invention further is specially:
Describedstep 10 specifically comprises the following step of carrying out successively:
Program starts fromstep 102;
Step 104: the user begins practical operation, records, and when the user operated object, each service end all will produce corresponding window events, uses the change of this window events in client notification application user interface;
Step 106: service end send window incident is given client;
Step 108: client terminal start-up event notice hook in the time of execution instep 104, monitor service end send window incident is given the window events notice of client, client is by the window events of event notice hook selective reception, and the incident of selecting handled accordingly, the information of the service end of obtaining by object interface entersstep 110 andstep 112 simultaneously;
Step 110: generation script enters step 114 then;
Step 112: generate and hint obliquely at file, enter step 114 then;
EOP (end of program) is in step 114.
In the describedstep 106, specifically comprise the steps: service end send window incident, give all interested clients with the window events notification broadcast, service end will be called the event notice function, and the information of transmission identified event type and the UI element of this incident of application, client can use this information to retrieve an object of UI element, and collects more information.
In the describedstep 108, when the condition of appointment is mated in the generation of incident, service end will be called the call back function of client, and this moment, the customer end adopted call back function received event notice, and processing events.
Describedstep 112 specifically comprises the steps: to obtain the object interface that sends the window events notice in the call back function of window events hook, and obtains the attribute of object, these attributes is passed to generate mapped file in the mapping generator.
Described mapped file has comprised the details of object and the sequence number of object.
Describedstep 110 specifically comprises the steps: in the call back function of window events hook, obtain the object interface that sends the window events notice, and obtain the attribute of object, the operation that these attributes are reached object is sent in the script generator equally, and script generator is realized the generation and the output of script sentence.
Two kinds of scenario generation methods have been adopted in the generation of described script sentence: linear scenario generation method and key word drive scenario generation method.
Describedstep 30 specifically comprises the following step of carrying out successively:
Step 302: the script resolver parses script sentence from script file, analyzes each component of script sentence, as control title and sequence number, and event type or the like relevant information;
Step 304: mapping resolver the control title that obtains from script sentence and sequence number find this control in mapped file the detailed attributes information and the unique identification of control;
Step 306: with the unique identification of control, the operation that the attribute information of control reaches control passes to the event replay device, the event replay device finds the interface of control according to the unique identification of control, and according to the operation of control control is sent corresponding operation information, the attribute checkpoint that can insert control simultaneously;
Step 308: simulating keyboard and mouse input, the control when running into incomplete support windows messaging and interface method can adopt the input of simulating keyboard and mouse;
EOP (end of program) is instep 310.
Describedstep 40 specifically comprises the following step of carrying out successively:
Step 402: record current time in system during test run, operator and testing total working time;
Step 404: when the script playback was failed, misregistration information can navigate to the position of script;
Step 406: the check-up through statistical means dotted state, when checkpoint verification is failed, misregistration information, and record expection and actual result's contrast;
Step 408: the time of adding up state, operation result and the operation of every script operation;
Step 410: show the last test result: success or failure;
Step 412: the form of above-mentioned test result with text shown, and distinguished, support print result with certain color.
The advantage of the method for automatically testing recording playback mode of terminal system of the present invention is: because this method is based on showing that the control operation realizes automatic test, and and operating system independent, so applicable to terminal embedded type system, also go for the automation function test of non-embedded system; Adopt automatic generation script mode, the operation of test exists with the form of script, provides strong checkpoint for test result simultaneously; ICA, RDP are based on the host-host protocol of image, the image resource of server is delivered to the client use in the mode of detecing, and this method is the image resource of server to be delivered to client in the mode of detecing use, and this method also is based on demonstration control realization automation mechanized operation, so this method of testing is supported the test of protocol functions such as ICA, RDP; Test for the GUI function provides reliable checkpoint; The function automatic test can be saved the time of test, the mistake of avoiding manual test to cause, thus shortened cycle of developing and the quality of having guaranteed product.
[description of drawings]
The invention will be further described in conjunction with the embodiments with reference to the accompanying drawings.
Fig. 1 is the process flow diagram of the method for automatically testing recording playback mode of terminal system of the present invention.
Fig. 2 is the particular flow sheet ofstep 10 among Fig. 1.
Fig. 3 is the particular flow sheet ofstep 30 among Fig. 1.
Fig. 4 is the particular flow sheet ofstep 40 among Fig. 1.
[embodiment]
See also Fig. 1, the method for automatically testing recording playback mode of terminal system of the present invention comprises the following step of carrying out successively:
Step 10: the practical operation to the user is recorded, and this practical operation comprises mouse action, and keyboard operation generates the script that the user understands easily then automatically, but the script edit;
Step 20: in the process thatstep 10 is recorded, insert the checkpoint, need check the state of this point when testing automatically;
Step 30:, and automatically perform test, the state of record check point with the script playback ofstep 10 generation;
Step 40: the script playback finishes, and the checkpointed state of record is analyzed, and gathered test result, generates test report automatically.
See also Fig. 2, describedstep 10 specifically comprises the following step of carrying out successively:
Program starts fromstep 102.
Step 104: the user begins practical operation, record, when the user operates object, each object/window (also claiming service end) all will produce corresponding window events (WinEvent), use the change of this window events in client notification application user interface, for example, create and the deployment object, perhaps change title, state or the value of UI element;
Step 106: service end send window incident is given client;
Step 108: client terminal start-up event notice hook (WindowsHook) in the time of execution instep 104, monitor service end send window incident is given the window events notice of client, client is by the window events of event notice hook selective reception, and the incident of selecting handled accordingly, the information of the service end of obtaining by object interface entersstep 110 andstep 112 simultaneously;
Step 110: generation script enters step 114 then;
Step 112: generate mapped file, enter step 114 then;
EOP (end of program) is in step 114.
In the describedstep 106, specifically comprise the steps: service end send window incident, give all interested clients with the window events notification broadcast, service end will be called the event notice function, and the information of transmission identified event type and the UI element of this incident of application, client can use this information to retrieve an object of UI element, and collects more information.
In the describedstep 108, during client receive window incident, according to the difference of tested object, the user can oneself remove the selective reception validity event, and following several selection is arranged: receive all incidents or one group of special event; Reception is from the incident of all threads or certain particular thread; Reception is from the incident of all processes or certain specific process; In the treatment progress or the outer incident of process.
When the condition of appointment is mated in the generation of incident, service end will be called the call back function of client, and this moment, the customer end adopted call back function received event notice, and processing events.
Describedstep 112 specifically comprises the steps:
In the call back function of window events hook, obtain the object interface that sends the window events notice, and obtain title, the type of object ... Deng attribute, these attributes are passed to generate mapped file in the mapping generator.
Mapped file is shape such as F={{N, V, R, S, L, D, K, A, P, C ..., the set of n}}, N title wherein, the V value, R role, the S state, the L position, D describes, K shortcut, A default-action, P parent window, C class, n sequence number etc.File structure has comprised the details of object and the sequence number of object.
Object uniquely identified method: at first activate the window at object place, for the object of the same window, by " role-name " identification, and when running into similar object of the same name, discern by the formation object sequence number again, sequence number adds 1 successively since 0.
Describedstep 110 specifically comprises the steps:
In the call back function of window events hook, obtain the object interface that sends the window events notice, and obtain title, the type of object ... Deng attribute, the operation that these attributes are reached object is sent in the script generator equally, and script generator is realized the generation and the output of script sentence.
Linear scenario generation method is adopted in the generation of described script sentence.
Linear scenario generation method: linear script is the script that obtains when recording the test of carrying out by hand, and this linear script comprises the operating key of all keystrokes, function key, control testing software and the numerical key of input data etc.The object sequence number of this incident of reception that finds with the attribute of the incident recorded and object and from mapped file is converted into script sentence, and every script sentence all tackles it current window is set, and makes things convenient for the application of script playback in thestep 30.
The type of inserting the checkpoint in thestep 20 comprises following several:
Text checkpoint: can obtain that the checkpoint is caught and the value of letter, literal and numeral relatively from single file or Multiline Edit frame and other objects.Comprise CheckBox, Generic GroupBox, Label, PushButton, RadioButton, ToolBar, Window etc.;
Object data checkpoint: the data in the object are verified;
Object properties checkpoint: after adding this type of checkpoint, will demonstrate the tabulation of captive object and respective attributes thereof, from the tabulation of object, select to want the attribute of checking then;
Bitmap checkpoint: can analyze contrast screen and screen area image;
There is the checkpoint in window: whether window is occurred verifying as expection;
Audio frequency checkpoint: the audio frequency that expection occurs is verified.
See also Fig. 3, describedstep 30 specifically comprises the following step of carrying out successively:
Step 302: the script resolver parses script sentence from script file, analyzes each component of script sentence, as control title and sequence number, and event type or the like relevant information;
Step 304: mapping resolver the control title that obtains from script sentence and sequence number find this control in mapped file the detailed attributes information and the unique identification of control;
Step 306: with the unique identification of control, the operation that the attribute information of control reaches control passes to the event replay device, the event replay device finds the interface of control according to the unique identification of control, and according to the operation of control control is sent corresponding operation information, the attribute checkpoint that can insert control simultaneously;
Step 308: simulating keyboard and mouse input, when the control that runs into incomplete support windows messaging and interface mode, can adopt the input of simulating keyboard and mouse, the GUI control generally has two kinds, a kind of control can be supported Windows directly to send out message to control, or Windows has and provides the interface function of this control to control, we will operate this control by Automatic Program, only need find the unique identification of this control accurately, and send message or call the interface function that Windows provides at its, another control is not supported windows messaging and interface mode, and keyboard and mouse are as input mode, can only simulating keyboard and the operation of mouse, could operate this control by Automatic Program, carried out clicking operation as mouse at so-and-so coordinate of screen, this operation has been recorded in the script, directly carried out when move next time by this operation;
EOP (end of program) is instep 310.
See also Fig. 4, describedstep 40 specifically comprises the following step of carrying out successively:
Step 402: record current time in system during test run, operator and testing total working time;
Step 404: when the script playback was failed, misregistration information can navigate to the position of script;
Step 406: the check-up through statistical means dotted state, when checkpoint verification is failed, misregistration information, and record expection and actual result's contrast;
Step 408: the time of adding up state, operation result and the operation of every script operation;
Step 410: show the last test result: success or failure;
Step 412: the form of above-mentioned test result with text shown, and distinguished, support print result with certain color.
Though more than described the specific embodiment of the present invention; but being familiar with those skilled in the art is to be understood that; our described specific embodiment is illustrative; rather than be used for qualification to scope of the present invention; those of ordinary skill in the art are in the modification and the variation of the equivalence of doing according to spirit of the present invention, all should be encompassed in the scope that claim of the present invention protects.

Claims (7)

CN200810071298XA2008-06-302008-06-30Method for automatically testing recording playback mode of terminal systemExpired - Fee RelatedCN101620564B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN200810071298XACN101620564B (en)2008-06-302008-06-30Method for automatically testing recording playback mode of terminal system

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN200810071298XACN101620564B (en)2008-06-302008-06-30Method for automatically testing recording playback mode of terminal system

Publications (2)

Publication NumberPublication Date
CN101620564A CN101620564A (en)2010-01-06
CN101620564Btrue CN101620564B (en)2011-10-19

Family

ID=41513811

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN200810071298XAExpired - Fee RelatedCN101620564B (en)2008-06-302008-06-30Method for automatically testing recording playback mode of terminal system

Country Status (1)

CountryLink
CN (1)CN101620564B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN102541735A (en)*2011-12-282012-07-04云海创想信息技术(天津)有限公司Automatic software test method

Families Citing this family (48)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN101853204A (en)*2010-06-012010-10-06华南理工大学 A Complicated Control Testing System in Windows Environment
CN101937393A (en)*2010-08-312011-01-05中山大学 Method and system for browser regression testing
CN102004693A (en)*2010-11-242011-04-06北京世纪高通科技有限公司System performance test method and device
CN102568529B (en)*2010-12-102015-06-03金蝶软件(中国)有限公司Recording and playing back method, device and system of operation process
CN103019923B (en)*2011-09-222015-10-21腾讯科技(深圳)有限公司The method and system of simulation hit testing
CN102508762A (en)*2011-09-292012-06-20用友软件股份有限公司Data interaction control device and data interaction control method
CN102519514B (en)*2011-11-162015-01-14中国电子科技集团公司第四十一研究所One-click automatic testing realization method of electronic test instrument
CN102541734B (en)*2011-12-272014-12-17Tcl集团股份有限公司Method and device for testing pressure of equipment based on android platform
CN102419732B (en)*2011-12-272015-03-18Tcl集团股份有限公司Android-platform-based automated testing method and testing tool
CN103019700A (en)*2012-11-262013-04-03广东欧珀移动通信有限公司Method and system for automatically collecting user experience information
CN104956339B (en)*2013-01-312018-04-03慧与发展有限责任合伙企业 Generate software test scripts from videos
CN104008045B (en)*2013-02-252017-06-09阿里巴巴集团控股有限公司Step identification method and system in script recording operation
CN104008047A (en)*2013-02-272014-08-27腾讯科技(深圳)有限公司Intelligent terminal program testing method and system
CN104572428A (en)*2013-10-162015-04-29陆璐Complicated control testing method based on windows operating system
JP5870126B2 (en)*2014-01-292016-02-24株式会社Sji Application test system, method and program
CN103928038B (en)*2014-04-292017-06-30广东欧珀移动通信有限公司The test recording of electronic equipment and back method
CN105302700B (en)*2014-06-132018-11-13阿里巴巴集团控股有限公司A kind of method and apparatus for the user's operation being recorded on touch terminal
CN105335283B (en)*2014-08-012018-07-06阿里巴巴集团控股有限公司application testing method and device in terminal device
CN104486517A (en)*2014-11-282015-04-01北京佳讯飞鸿电气股份有限公司Method for intelligently restoring operation of telephone operator
CN104572447B (en)*2014-12-192017-09-29中国电子科技集团公司第十五研究所Operation flow recording and replaying method and system based on Android operation system
CN105868096B (en)*2015-01-222019-09-10阿里巴巴集团控股有限公司For showing the method, device and equipment of web page test result in a browser
CN104778119B (en)*2015-03-182019-01-18微梦创科网络科技(中国)有限公司 A kind of LBS automatic testing method and device based on simulated positioning
CN106155648B (en)*2015-03-312019-07-26北京奇虎科技有限公司 Method and device for recording keyboard and mouse scripts
CN104915244B (en)*2015-06-302018-02-16北京奇虎科技有限公司The method and device of key mouse script playback
CN105138458A (en)*2015-09-102015-12-09上海斐讯数据通信技术有限公司Method and system for recording automatic testing scripts by combining intelligent terminal and computer terminal
CN105224456B (en)*2015-09-292019-05-31北京奇虎科技有限公司 A test script generation method, device and system
CN105740154A (en)*2016-03-032016-07-06北京白鹭时代信息技术有限公司Webgame test script generation method and device
CN106021099A (en)*2016-05-122016-10-12上海联彤网络通讯技术有限公司System and method for achieving UI automatic test of intelligent terminal
CN106445819A (en)*2016-09-202017-02-22湖南明康中锦医疗科技发展有限公司GUI (graphical user interface) intelligent test method and test system for ventilator
CN106649102A (en)*2016-11-252017-05-10天津津航计算技术研究所Graphical interface program testing log record and replay method based on hook function
CN106844453B (en)*2016-12-202020-09-08江苏瀚远科技股份有限公司Electronic file format conversion method
CN106598867A (en)*2016-12-222017-04-26深圳中兴网信科技有限公司Testing method and testing device of user interface
CN107733735B (en)*2017-06-012022-03-04云智慧(北京)科技有限公司Script recording system and method implanted in pressure measurement device
CN107153599B (en)*2017-06-142021-02-26上海点融信息科技有限责任公司Method and equipment for recording and playing back user operation
CN108337503B (en)*2018-01-252020-06-23深圳创维数字技术有限公司 Digital TV live environment simulation method, terminal and computer readable medium
CN108490336B (en)*2018-03-142021-07-16广州视源电子科技股份有限公司 Board testing method, system, readable storage medium and computer equipment
CN109684196B (en)*2018-11-012024-01-09北京中清龙图网络技术有限公司Test method and device
CN109815132B (en)*2018-12-282022-07-08河南思维轨道交通技术研究院有限公司Method and storage medium for automatically converting manual test process into test script
CN111522608B (en)*2019-02-032023-09-22北京数聚鑫云信息技术有限公司Method and device for improving execution rate of analog operation
CN109857507B (en)*2019-02-212022-03-08成都安恒信息技术有限公司Method for automatically and remotely executing Windows program
CN110221983B (en)*2019-06-192024-01-16深圳市腾讯网域计算机网络有限公司Test method, test device, computer readable storage medium and computer equipment
CN112579431A (en)*2019-09-302021-03-30南京大学Cross-platform script recording and playback method based on image recognition
CN110825605B (en)*2019-11-062020-09-11北京博睿宏远数据科技股份有限公司Method, device, equipment and storage medium for simulating user operation
CN111444091B (en)*2020-03-232023-06-09北京字节跳动网络技术有限公司Test case generation method and device
CN113076251A (en)*2021-04-162021-07-06北京京东拓先科技有限公司Test method and device
CN113468050B (en)*2021-06-302024-12-03杭州群核信息技术有限公司 Canvas-based testing method, device, computer equipment and storage medium
CN114138650A (en)*2021-12-032022-03-04中国船舶工业系统工程研究院 User interface testing method, apparatus, electronic device and medium for Kylin system
CN115237813A (en)*2022-09-192022-10-25平安银行股份有限公司Script generation and test method, electronic device and computer storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN1601483A (en)*2004-10-222005-03-30中国工商银行 An Automated Software Testing System Based on Script Interpretation Tool
CN101082877A (en)*2006-05-302007-12-05上海科泰世纪科技有限公司Automatically testing interface of graphical user interface program and automatically testing method thereof
CN101175284A (en)*2006-11-012008-05-07联想移动通信科技有限公司Function testing method of portable electronic apparatus

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN1601483A (en)*2004-10-222005-03-30中国工商银行 An Automated Software Testing System Based on Script Interpretation Tool
CN101082877A (en)*2006-05-302007-12-05上海科泰世纪科技有限公司Automatically testing interface of graphical user interface program and automatically testing method thereof
CN101175284A (en)*2006-11-012008-05-07联想移动通信科技有限公司Function testing method of portable electronic apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN102541735A (en)*2011-12-282012-07-04云海创想信息技术(天津)有限公司Automatic software test method

Also Published As

Publication numberPublication date
CN101620564A (en)2010-01-06

Similar Documents

PublicationPublication DateTitle
CN101620564B (en)Method for automatically testing recording playback mode of terminal system
CN101620565B (en)Automatic function testing method of terminal system
US8312322B2 (en)System for automated generation of computer test procedures
CN101620563B (en)Automatic test method for input playback mode of terminal system
US7644312B2 (en)Virtual machine monitoring for application operation diagnostics
US20050278728A1 (en)Recording/playback tools for UI-based applications
CN111104315A (en)Test script generation method and device and computer readable storage medium
US20050120112A1 (en)Intelligent knowledge management and content delivery system
CN105302722B (en)CTS automatic testing method and device
US10459830B2 (en)Executable code abnormality detection
CN102184138A (en)Method and system for automatically reproducing and positioning software error
CN111190827A (en)Interface automation test method and device, storage medium and electronic equipment
CN108628739A (en)A kind of method that Lua scripts are debugged, client, server and debugger
CN106354629A (en)Construction method of iOS system mobile application automatic test system based on multiple stages of servers
CN101706752B (en)Method and device for in-situ software error positioning
CN118519920B (en) Automated testing method, device, equipment and storage medium
CN109388577A (en)A kind of software project management method driven with quality testing numerical approach
CN118921308A (en)Multithreading website anomaly detection method and terminal
CN109614337B (en)Performance test system and test tool based on linux system
CN111966394B (en)ETL-based data analysis method, device, equipment and storage medium
CN116756053A (en)Front-end project test problem reporting distribution method and system based on screen recording playback
CN116991724A (en)Interface testing method and device based on monitoring log, electronic equipment and storage medium
CN115933612A (en)Diagnostic test method, device, equipment and storage medium for vehicle equipment
CN115587028A (en)Interface automation test method, system, medium and terminal
CN1353835A (en)Protocol acknowledgment between homogeneous systems

Legal Events

DateCodeTitleDescription
C06Publication
PB01Publication
C10Entry into substantive examination
SE01Entry into force of request for substantive examination
C14Grant of patent or utility model
GR01Patent grant
CF01Termination of patent right due to non-payment of annual fee

Granted publication date:20111019

Termination date:20140630

EXPYTermination of patent right or utility model

[8]ページ先頭

©2009-2025 Movatter.jp