CN101141319A - Function operation packaging based automatization test script implementing method and apparatus - Google Patents

Function operation packaging based automatization test script implementing method and apparatus Download PDF

Info

Publication number
CN101141319A
CN101141319A CNA2007101076296A CN200710107629A CN101141319A CN 101141319 A CN101141319 A CN 101141319A CN A2007101076296 A CNA2007101076296 A CN A2007101076296A CN 200710107629 A CN200710107629 A CN 200710107629A CN 101141319 A CN101141319 A CN 101141319A
Authority
CN
China
Prior art keywords
test
function
script
feature operation
operation unit
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
CNA2007101076296A
Other languages
Chinese (zh)
Other versions
CN100589420C (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN200710107629A priority Critical patent/CN100589420C/en
Publication of CN101141319A publication Critical patent/CN101141319A/en
Application granted granted Critical
Publication of CN100589420C publication Critical patent/CN100589420C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The utility model discloses an automatic test script method and device based on the functional package. The method comprises the steps as follows: the test target collected from the test cases is decomposed according to the functions and each function can be decomposed into a basic operational unit; separate the operational logic from the operational data in the basic operational unit; package the basic operational unit function based on the operational data and establish the basic operational unit function bank; constitute the basic operational unit function with the same function and set the parameters of all the basic operational unit functions as the parameters of the function, so as to establish the functional bank; according to the test cases, constitute the functions into the automatic test scripts for the test cases; also, abstract the test data of the case scripts, so as to establish the automatic test scripts database. The utility model can enhance the compatibility of the case scripts and reduce the workload of script maintenance as well as the script writing difficulty.

Description

Automatic test script implementation method and device based on the feature operation encapsulation
Technical field
The present invention relates to the automatization test system of network communication apparatus test, especially relate to automatic test script implementation method and device based on the feature operation encapsulation.
Background technology
At present, in the test of network communication apparatus, the manual test means that are based on webmaster that the tester adopts usually: at first on webmaster, equipment under test is configured, carry out corresponding test signal input operation then on instrument, the responsive state by manually checking equipment under test and the test result of instrument judge whether test case is passed through at last.
Generally speaking, when test item less and test operation is uncomplicated, repeatability more after a little while, can test by aforementioned method of testing, but all need the such manual test of tester as hundreds of use-case, testing efficiency will be very low, on the one hand because the submission of beta version, what the tester will do is the repeated labor identical with last revision, on the other hand, the tester is because the difference of intrasubject technical quality, may have different understanding to identical test case, also possibility is different thereby cause test result.
Present available these problems that solves of many automation tools that have in the field of business, the principle of these automation tools is roughly similar, all be based on the test thought of recording and playback, solve problem by the method for taking to record with case script, but still there is following deficiency in these method of testings:
The first, poor with the case script versatility, the script of recording is not separated test execution and test data and test environment, and use-case depends critically upon the test environment when recording, if test environment changes, then needs to record again script.
The second, maintainable poor, because script depends on network management interface, if the interface is changed, then every script that relates to this interface all needs manual change.
Three, automated test tool developer and tester's role reversal, high-quality script needs the script personnel of writing to split a language grasp preferably, so common in the industry way is the automated test tool developer writes and uses case script, and because the automated test tool developer lacks actual test experience, the script of writing does not out often satisfy tester's fc-specific test FC demand, has influenced the popularization of automatic test.
Summary of the invention
In order to overcome problems of the prior art, the present invention proposes automatic test script implementation method and the device based on the feature operation encapsulation, and purpose is the versatility that improves with case script, reduces the maintenance workload of script, reduces script and writes difficulty.
The present invention specifically is achieved in that
A kind of automatic test script implementation method based on the feature operation encapsulation may further comprise the steps:
The first step, decompose the test operation object from test case, extract, each feature operation is decomposed into basic operation unit, separate operation logic and operating data in the basic operation unit according to feature operation;
Second step, based on operating data encapsulation basic operation unit function, and set up the basic operation unit function library;
The 3rd step, the basic operation unit function of same feature operation is made up, and with all basic operation unit function parameters of this feature operation as the feature operation function parameters, set up the feature operation function library;
The 4th step, the feature operation function is combined to form automatic test script towards test case, and takes out test data, set up the automatic test script database with case script according to test case.
Described automatic test script implementation method based on feature operation encapsulation, when the version regression test, the automatic test script database of having set up by inquiry finds the corresponding case script of using, and with test data compose to case script to finish test.
Described automatic test script implementation method based on feature operation encapsulation in described second step, after all basic operation unit function encapsulation are finished, is set up the basic operation unit function library.
Described automatic test script implementation method based on feature operation encapsulation, in described the 3rd step, with all feature operation functions write finish after, set up the feature operation function library.
Described automatic test script implementation method based on the feature operation encapsulation, in described the 4th step, also can be combined to form automatic test script to the basic operation unit function according to test case towards test case, and take out the test data of test case script, set up the automatic test script database.
Based on the automatic test script implement device of feature operation encapsulation, comprise the decomposing module, separation module, the package module that connect successively, write module and composite module;
Described decomposing module, the test operation object that will extract from test case decomposes according to feature operation, and each feature operation is decomposed into basic operation unit;
Described separation module separates the operation logic in the described basic operation unit with operating data;
Described package module as function parameter, encapsulates described operating data the basic operation unit function, and sets up the basic operation function library;
The described module of writing, after the basic operation unit function of same feature operation made up, write the feature operation function, all basic operation unit function parameters of described feature operation as the feature operation function parameters, and are set up the feature operation function library;
Described composite module is combined to form automatic test script towards test case to the feature operation function according to test case, and sets up the automatic test script database.
In the automatic test script implement device based on the feature operation encapsulation of the present invention, described composite module, also can be combined to form automatic test script to the basic operation unit function, set up the automatic test script database according to test case towards test case.
Adopt the present invention, overcome the test execution and the unsegregated shortcoming of test data of simple employing recording and playback means of testing, improved versatility and testing efficiency with case script; Simultaneously, because the present invention has adopted the method for basic operation unit encapsulation, thereby the change that has solved the measurand interface has reduced the script maintenance workload to existing influence with case script; In addition, in script exploitation and implementation, realized automated test tool developer and tester's rational division of work, reduced the script development difficulty, improved the tester and used the case script development quality.
Description of drawings
Fig. 1 is based on the test macro schematic diagram of the automatic test script realization of feature operation encapsulation;
Fig. 2 is the automatic test script realization flow figure that the feature operation of the SDH group road plate alarm test of the preferred embodiments of the present invention encapsulates;
Fig. 3 is the automatic test script implement device structure chart based on the feature operation encapsulation of the present invention.
Embodiment
Below in conjunction with accompanying drawing the specific embodiment of the present invention is elaborated.
Fig. 1 has provided the test macro schematic diagram of realizing based on the automatic test script of feature operation encapsulation.What be in the bottom is the basic operation unit function library, a basic operation unit of the feature operation of the corresponding test operation object of each function, the basic operation unit function of test operation object of the same race can be combined into a feature operation, forms the feature operation function library.
In order to reduce the degree of coupling of module, the basic operation unit that this layer stopped between the different test operation objects makes up.The tester writes by calling function handling function storehouse and uses case script, can directly call the basic operation unit function according to the needs of testing.
As shown in Figure 2, in conjunction with specific embodiments implementation method of the present invention is elaborated, its concrete implementation step is as follows:
The first step, analytical test use-case extract the test operation object, and the test operation object is decomposed according to feature operation, and each feature operation is decomposed into suitable basic operation unit;
In the step 201, to the test case analysis, isolate each test operation object by the tester.
Concerning the SDH testing of equipment, generally need two kinds of test operation objects: webmaster, instrument, also might comprise extra Wireless Test Toolset, present embodiment belongs to common situation.
Step 202 is decomposed from feature operation each test operation object, forms the feature operation module collection.
In the present embodiment, feature operation can be decomposed into lower module: webmaster time slot configuration, the configuration of instrument mapping path, instrument Error detection, instrument alarm insertion/cancellation, network management alarm detection, instrument alarm detection, webmaster are provided with alarm shield/cancellation alarm shield.
In the step 203, each feature operation is decomposed suitable basic operation unit.
In the present embodiment, increasing alarm shield/deletion alarm shield with webmaster is that example is set forth the basic operation unit decomposition principle.Webmaster increases the alarm shield operation four fundamentals: alarm detection plate, alarm detection point, alarm cause, alarm come source plate, i.e. webmaster increase alarm shield is made up of four basic operation unit handling functions; Webmaster cancellation alarm shield is similar with it, and two differences are operational motion type difference, and one is to increase alarm shield, and one is the deletion alarm shield.Other feature operations are also carried out basic operation unit according to above-mentioned this method and are decomposed.
Second step, basic operation unit is carried out abstract, operation logic is separated with operating data;
Step 204 is analyzed the basic operation unit after decomposing, and operation logic is separated with operating data.
In the present embodiment, the operation logic of alarm detection point is that to select test point, operating data on the interface be the test point type, and other basic operation units are analyzed equally.
The 3rd step, encapsulation basic operation unit function as function parameter, are set up the basic operation unit function library with operating data;
Step 205, encapsulation basic operation unit function, with operating data as its parameter.
Utilize the third party to record instrument and record the alarm detection point operation, the script of recording is edited again, be packaged into function, with the test point type as function parameter.Other basic operation units encapsulate equally, obtain four basic operation unit functions: alarm detection plate handling function, alarm detection point operation function, alarm cause handling function, alarm come the source plate handling function.
Set up the basic operation unit function library after the encapsulation of all basic operation unit finished.
The 4th step, the basic operation unit function of same feature operation is made up, and with all basic operation unit function parameters of this feature operation as the feature operation parameter, set up the feature operation function library;
Step 206, to the basic operation unit combination of function of same feature operation, with all basic operation unit function parameters of this feature operation as its parameter.
Through the combination to basic operation unit, alarm shield feature operation function false code is as follows:
Function?AlarmShield(Slot,Port,CheckPoint,AlarmRsn,Aug,Au,ActionType)
// judgement type of action
If?ActioTypenMode=Add?then
// selection alarm detection plate
If?SelectCheckBoard(Slot)=False?then
Return?False
End?if
// selection alarm detection point
If?SelectCheckPoint(CheckPoint)=False?then
Return?False
End?if
// selection alarm cause
If?SelectAlarmRsn(AlarmRsn)=False?then
Return?False
End?if
// select alarm to come source plate
If?SelectAlarmSourceBoard(Slot,Port,AUG,AU)=False?then
Return?False
End?if
// increase alarm shield
If?AddAlarmShield=False?then
Return?False
End?if
Else
// deletion alarm shield
If?DelAlarmShield=False?then
Return?False
End?if
End?if
Return?True
End?Function
All feature operations are write set up the feature operation function library after finishing.
The 5th step, according to test case the feature operation function is carried out organic assembling and form automatic test script, and take out test data, set up the automatic test script storehouse with case script towards test case;
Step 207 is carried out the automatic test script of organic assembling formation towards test case to the feature operation function according to test case.
In an embodiment, the handling function that need write has: webmaster time slot configuration, the configuration of instrument mapping path, instrument Error detection, instrument alarm insertion/cancellation, network management alarm detection, instrument alarm detection, webmaster are provided with alarm shield/cancellation alarm shield.
Can find out thus, only need to be grasped the most basic programming grammar and promptly can write out automatic test script high-quality, that satisfy actual testing requirement.
Step 208 takes out the test data with case script, submits to and uses case script.
Fig. 3 is the automatic test script implement device based on feature operation encapsulation of the present invention, and described device comprises the decomposing module, separation module, the package module that connect successively, writes module and composite module;
Described decomposing module, the test operation object that will extract from test case decomposes according to feature operation, and each feature operation is decomposed into basic operation unit; Described separation module separates the operation logic in the described basic operation unit with operating data; Described package module as function parameter, encapsulates described operating data the basic operation unit function, and sets up the basic operation function library; The described module of writing, after the basic operation unit function of same feature operation made up, write the feature operation function, all basic operation unit function parameters of described feature operation as the feature operation function parameters, and are set up the feature operation function library; Described composite module is combined to form automatic test script towards test case to the feature operation function according to test case, and sets up the automatic test script database.
Composite module wherein also can be combined to form automatic test script towards test case to the basic operation unit function according to test case, sets up the automatic test script database.
In the present embodiment, for certain the concrete alarm of group road plate, alarm detection point and alarm cause all determine, so abstract test data of coming out has single-board slot, port, AUG number, AU number.For the version regression test, find this to use case script by Query Database, this test data is composed to finishing alarm test with case script.

Claims (7)

1. based on the automatic test script implementation method of feature operation encapsulation, it is characterized in that, may further comprise the steps:
The first step, decompose the test operation object from test case, extract, each feature operation is decomposed into basic operation unit, separate operation logic and operating data in the basic operation unit according to feature operation;
Second step, based on operating data encapsulation basic operation unit function, and set up the basic operation unit function library;
The 3rd step, the basic operation unit function of same feature operation is made up, and with all basic operation unit function parameters of this feature operation as the feature operation function parameters, set up the feature operation function library;
The 4th step, the feature operation function is combined to form automatic test script towards test case, and takes out test data, set up the automatic test script database with case script according to test case.
2. the automatic test script implementation method based on the feature operation encapsulation as claimed in claim 1 is characterized in that:
When the version regression test, find the corresponding case script of using by the automatic test script database set up of inquiry, and with test data compose to case script to finish test.
3. the automatic test script implementation method based on the feature operation encapsulation as claimed in claim 1 or 2 is characterized in that:
In described second step, after the encapsulation of all basic operation unit function finished, set up the basic operation unit function library.
4. the automatic test script implementation method based on the feature operation encapsulation as claimed in claim 1 or 2 is characterized in that:
Described the 3rd the step in, with all feature operation functions write finish after, set up the feature operation function library.
5. the automatic test script implementation method based on the feature operation encapsulation as claimed in claim 1 or 2 is characterized in that:
In described the 4th step, also can be combined to form automatic test script to the basic operation unit function, and take out the test data of test case script according to test case towards test case, set up the automatic test script database.
6. based on the automatic test script implement device of feature operation encapsulation, it is characterized in that, comprise the decomposing module, separation module, the package module that connect successively, write module and composite module;
Described decomposing module, the test operation object that will extract from test case decomposes according to feature operation, and each feature operation is decomposed into basic operation unit;
Described separation module separates the operation logic in the described basic operation unit with operating data;
Described package module as function parameter, encapsulates described operating data the basic operation unit function, and sets up the basic operation function library;
The described module of writing, after the basic operation unit function of same feature operation made up, write the feature operation function, all basic operation unit function parameters of described feature operation as the feature operation function parameters, and are set up the feature operation function library;
Described composite module is combined to form automatic test script towards test case to the feature operation function according to test case, and sets up the automatic test script database.
7. the automatic test script implement device based on the feature operation encapsulation as claimed in claim 6 is characterized in that:
Described composite module also can be combined to form automatic test script towards test case to the basic operation unit function according to test case, sets up the automatic test script database.
CN200710107629A 2007-05-23 2007-05-23 Function operation packaging based automatization test script implementing method and apparatus Expired - Fee Related CN100589420C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200710107629A CN100589420C (en) 2007-05-23 2007-05-23 Function operation packaging based automatization test script implementing method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200710107629A CN100589420C (en) 2007-05-23 2007-05-23 Function operation packaging based automatization test script implementing method and apparatus

Publications (2)

Publication Number Publication Date
CN101141319A true CN101141319A (en) 2008-03-12
CN100589420C CN100589420C (en) 2010-02-10

Family

ID=39193082

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200710107629A Expired - Fee Related CN100589420C (en) 2007-05-23 2007-05-23 Function operation packaging based automatization test script implementing method and apparatus

Country Status (1)

Country Link
CN (1) CN100589420C (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102063355A (en) * 2010-12-20 2011-05-18 创新科存储技术有限公司 Automatic test server and system of disk array
WO2012068718A1 (en) * 2010-11-22 2012-05-31 中兴通讯股份有限公司 Method and device for generating test cases
CN102495799A (en) * 2011-12-02 2012-06-13 刘伟 Automatic test system and method of movable terminal
CN102810142A (en) * 2011-12-20 2012-12-05 北京安天电子设备有限公司 System and method for searching and killing malicious codes based on expandable mode
CN102929627A (en) * 2012-10-29 2013-02-13 无锡江南计算技术研究所 Automatic testing program generating method based on ATE (Automatic Test Equipment) and ATE testing method
CN102999320A (en) * 2011-09-15 2013-03-27 阿里巴巴集团控股有限公司 Automatic test case generation method and system
CN103023717A (en) * 2012-11-27 2013-04-03 广东欧珀移动通信有限公司 Method for testing performance of cross-language server
CN103399761A (en) * 2013-07-22 2013-11-20 珠海全志科技股份有限公司 Firmware burn method and firmware burn device
CN104142883A (en) * 2013-05-08 2014-11-12 阿里巴巴集团控股有限公司 Testing method and recording tool
CN105335287A (en) * 2015-10-15 2016-02-17 广东欧珀移动通信有限公司 Automatic test method and device
CN105530140A (en) * 2014-09-30 2016-04-27 中兴通讯股份有限公司 Cloud scheduling system, method and device for removing tight coupling of use case and environment
CN105792239A (en) * 2014-12-25 2016-07-20 展讯通信(上海)有限公司 SIM (Subscriber Identity Module) card compatibility test system and control method thereof
CN106569953A (en) * 2016-11-03 2017-04-19 武汉烽火网络有限责任公司 Method for enhancing the transportability and robustness of communication device automated test scripts
CN107391378A (en) * 2017-07-27 2017-11-24 郑州云海信息技术有限公司 The generation method and device of a kind of test script
CN108427636A (en) * 2018-01-09 2018-08-21 阿里巴巴集团控股有限公司 Test method, system and the electronic equipment of application
CN108459958A (en) * 2017-12-08 2018-08-28 平安科技(深圳)有限公司 The creation method of function and performance test script, device, equipment and storage medium
CN108733554A (en) * 2017-04-21 2018-11-02 北京京东尚科信息技术有限公司 Mock method and apparatus
CN112256595A (en) * 2020-12-22 2021-01-22 成都新希望金融信息有限公司 Heterogeneous system testing method and device and electronic equipment
CN112506756A (en) * 2020-11-11 2021-03-16 东风汽车集团有限公司 Vehicle controller test case script generation method and device

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103049378A (en) * 2012-12-18 2013-04-17 惠州市亿能电子有限公司 Program debugging method without emulator

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012068718A1 (en) * 2010-11-22 2012-05-31 中兴通讯股份有限公司 Method and device for generating test cases
CN102063355B (en) * 2010-12-20 2014-12-10 创新科存储技术有限公司 Automatic test server and system of disk array
CN102063355A (en) * 2010-12-20 2011-05-18 创新科存储技术有限公司 Automatic test server and system of disk array
CN102999320B (en) * 2011-09-15 2016-09-21 阿里巴巴集团控股有限公司 Automatic example generation method and system
CN102999320A (en) * 2011-09-15 2013-03-27 阿里巴巴集团控股有限公司 Automatic test case generation method and system
CN102495799A (en) * 2011-12-02 2012-06-13 刘伟 Automatic test system and method of movable terminal
CN102810142A (en) * 2011-12-20 2012-12-05 北京安天电子设备有限公司 System and method for searching and killing malicious codes based on expandable mode
CN102810142B (en) * 2011-12-20 2015-10-21 北京安天电子设备有限公司 Based on the malicious code killing system and method for Scalable mode
CN102929627A (en) * 2012-10-29 2013-02-13 无锡江南计算技术研究所 Automatic testing program generating method based on ATE (Automatic Test Equipment) and ATE testing method
CN102929627B (en) * 2012-10-29 2015-08-12 无锡江南计算技术研究所 Based on test procedure automatic generation method and the ATE method of testing of ATE
CN103023717B (en) * 2012-11-27 2015-08-05 广东欧珀移动通信有限公司 A kind of server performance method of testing across language
CN103023717A (en) * 2012-11-27 2013-04-03 广东欧珀移动通信有限公司 Method for testing performance of cross-language server
CN104142883A (en) * 2013-05-08 2014-11-12 阿里巴巴集团控股有限公司 Testing method and recording tool
CN104142883B (en) * 2013-05-08 2017-04-12 阿里巴巴集团控股有限公司 Testing method and recording tool
CN103399761A (en) * 2013-07-22 2013-11-20 珠海全志科技股份有限公司 Firmware burn method and firmware burn device
CN103399761B (en) * 2013-07-22 2016-11-23 珠海全志科技股份有限公司 Firmware burning method and device thereof
CN105530140A (en) * 2014-09-30 2016-04-27 中兴通讯股份有限公司 Cloud scheduling system, method and device for removing tight coupling of use case and environment
CN105792239A (en) * 2014-12-25 2016-07-20 展讯通信(上海)有限公司 SIM (Subscriber Identity Module) card compatibility test system and control method thereof
CN105335287A (en) * 2015-10-15 2016-02-17 广东欧珀移动通信有限公司 Automatic test method and device
CN105335287B (en) * 2015-10-15 2018-01-26 广东欧珀移动通信有限公司 A kind of automated testing method and device
CN106569953A (en) * 2016-11-03 2017-04-19 武汉烽火网络有限责任公司 Method for enhancing the transportability and robustness of communication device automated test scripts
CN108733554A (en) * 2017-04-21 2018-11-02 北京京东尚科信息技术有限公司 Mock method and apparatus
CN107391378A (en) * 2017-07-27 2017-11-24 郑州云海信息技术有限公司 The generation method and device of a kind of test script
CN108459958A (en) * 2017-12-08 2018-08-28 平安科技(深圳)有限公司 The creation method of function and performance test script, device, equipment and storage medium
CN108427636A (en) * 2018-01-09 2018-08-21 阿里巴巴集团控股有限公司 Test method, system and the electronic equipment of application
CN112506756A (en) * 2020-11-11 2021-03-16 东风汽车集团有限公司 Vehicle controller test case script generation method and device
CN112256595A (en) * 2020-12-22 2021-01-22 成都新希望金融信息有限公司 Heterogeneous system testing method and device and electronic equipment
CN112256595B (en) * 2020-12-22 2021-03-12 成都新希望金融信息有限公司 Heterogeneous system testing method and device and electronic equipment

Also Published As

Publication number Publication date
CN100589420C (en) 2010-02-10

Similar Documents

Publication Publication Date Title
CN100589420C (en) Function operation packaging based automatization test script implementing method and apparatus
CN109885488B (en) Automatic test method and system for satellite orbit calculation software driven by case table
CN104778124B (en) A kind of software application automated testing method
CN100395724C (en) Graphic user interface test method and system
CN100349134C (en) Method and system for testing drive software
CN104198868A (en) Intelligent tool capable of being flexibly expanded and dynamically configured
CN104914818B (en) The control method of transacter and the transacter
CN100375057C (en) Automatic test auxiliary system and corresponding software automatic test method
CN106646315B (en) A kind of Auto-Test System and its test method of digital measuring instruments
CN105760296A (en) Automation testing control method, device and terminal
CN108460199A (en) CNI modelings
CN112182077A (en) Intelligent operation and maintenance system based on data middling platform technology
CN101030160B (en) Tester and method for testing unified series interface command
CN102063372A (en) Main key driven modularized automated test method
CN113934804A (en) Automatic interpretation method for remote measurement parameters of control subsystem of deep space exploration spacecraft
CN109885493A (en) A kind of automation combination frame reflected based on Android platform and Java
CN103569421B (en) A kind of equipment data acquisition analyzing for cigarette packer
CN100469171C (en) A test system for multiple mode mobile terminal and its test method
CN111752806A (en) Method for acquiring IO (input/output) indexes of virtual disk in cloud environment
CN110286882B (en) Foreground system design and verification method based on model detection
CN202765320U (en) Data collecting and analyzing device used for cigarette packing machine
CN116186147A (en) Intelligent classification experimental data collection and storage system
CN109522217A (en) The internal storage testing method and terminal device of application program
CN104317704A (en) Measuring software integration method for production line automatic test system
CN112699035B (en) Multi-partition airborne application software association index testing method and device

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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20100210

Termination date: 20150523

EXPY Termination of patent right or utility model