CN101098200A - Method for implementing customizable test procedure - Google Patents

Method for implementing customizable test procedure Download PDF

Info

Publication number
CN101098200A
CN101098200A CNA2006100904637A CN200610090463A CN101098200A CN 101098200 A CN101098200 A CN 101098200A CN A2006100904637 A CNA2006100904637 A CN A2006100904637A CN 200610090463 A CN200610090463 A CN 200610090463A CN 101098200 A CN101098200 A CN 101098200A
Authority
CN
China
Prior art keywords
test
test item
item
testing process
module
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
CNA2006100904637A
Other languages
Chinese (zh)
Other versions
CN101098200B (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 CN200610090463.7A priority Critical patent/CN101098200B/en
Publication of CN101098200A publication Critical patent/CN101098200A/en
Application granted granted Critical
Publication of CN101098200B publication Critical patent/CN101098200B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a method for costuming test process, comprising that according to the characters of tested object, dividing all relative test processes into a plurality of test items, and for each test item, realizing relative test item modules, according to the test demand of object, defining an independent test process document relative to the test demand, when in test, test automatic software analyzes the test process document, and according to the analysis result of the document, distributing and executing test item module, to complete whole test. Compared with prior art, under same test item module, the invention can improve the adaptability of tester for different tests, and the invention sets the process character of each test item, to complete complex test process control, to meet the complex test conditions, and improve test efficiency.

Description

A kind of method that realizes customizable test procedure
Technical field
The present invention relates to the communication test field, particularly the method for flexible customization testing process in the communication test instrument.
Background technology
Along with the development of technology, for improving the efficient of production test, the use of automatic test instrument in the communication product production test more and more widely.According to the method for testing or the test index of test product, at first tested flow process is divided into a series of relatively independent and the test item of a definite sequence arranged; In test process, test automation software utilizes the test module of software and hardware to finish whole test automatically according to predefined test item order then.
Along with the complexity day by day of communication product, the difficulty of automated production test is also increasing, and traditional automatic test instrument can not solve the new problem that continues to bring out in the production test.
The modular construction of communication product proposes new problem to production test.Even with a kind of product, because different batches may adopt dissimilar submodules, its testing process and content can be variant.Traditional method of testing is designed to an independently testing software module to every kind of test product, when this product part changes, even trickle test item adjustment needs also to realize that a testing software module satisfies the demands again.This way not only efficient is low, and is unable to cope with following more variation of product.
In addition and since communication product do not stop upgrading, increasing version appears, the test process of these version production tests all is similar, even has only different that whether test item order and partial test item test.Because traditional method of testing has been fixed testing sequence when realizing test item, adjust testing process under the existing metastable structure flexibly so be difficult in.
Because the composition of communication product and function are complicated day by day, testing process is also complicated more.Fixing and simple testing process does not more and more satisfy customer requirements yet.In the testing process of complexity, some crucial test item as test crash, need withdraw from test at once in test process; Some test item is tested successfully or is failed, and will jump to specific test item; Whether each test item is carried out in this test, is the actual test result decision by other several test items; Some test item needs retest, and is consequently incorrect according to the statistics decision.Even so the measurand of same type, also can be because of the actual test case of measurand, and generate different test paths.Traditional automated testing method realizes that complexity like this and customizable testing process are quite difficult.
In sum, traditional automated testing method can't satisfy under metastable testing software structure flexible customization testing process and realize the demand of complicated flow process control.
Summary of the invention
The objective of the invention is in production test, to be difficult to flexible configuration and the problem of controlling complicated testing process, and a kind of method that freely customizes testing process and realize complicated flow process control is provided in order to overcome.
The method of realization customizable test procedure of the present invention, its core concept is: testing software is divided into testing process file and two separate parts of test item module, on the basis that does not influence the test item module, can customize the testing process file separately, finish flow process control complicated and changeable.
The present invention specifically is achieved in that
A kind of method that realizes customizable test procedure comprises the steps:
Step 1, be divided into a plurality of test items, and, realize test item module correspondingly at each test item according to characteristic of tested object all testing processs that it is relevant;
Step 2, according to the test request of measurand, define the independently testing process file corresponding with test request;
Step 3, when carrying out test, test automation software is resolved the testing process file, and according to the analysis result of testing process file, calls and carry out the test item module, finishes whole test.
Test item in the described step 1 comprises different batches, version under the measurand type or has all the elements under the situations such as different submodules.
If edition upgrading appears in measurand or the submodule replacing causes the test item change, can in existing test item module, add new content, needn't revise former test item code.
Testing process file in the described step 2 is by the file or the configuration file of a kind of set form of testing process editing machine generation, has comprised test item and testing process thereof that tested object will be tested;
Each test item comprises test item title, test item module file name, test item realization function name etc.
Described step 2 defines by the flow process attribute to each test item, finishes the definition of complicated testing process:
(1) precondition of definition test item promptly has only the precondition of satisfying, and this test item just can be tested;
(2) definition test item follow-up redirect, pending next test item after promptly defining current test item test and finishing;
(3) the retest attribute of definition test item promptly carries out the condition of this test item of retest;
Above steps is carried out in each test item, and order can be changed.
The definition of the precondition of described test item, by the test result of other test items is carried out with or operation finish, promptly each test item whether test by, failure or not element such as surveys with or make up.
The follow-up redirect attribute of described test item, i.e. test item follow-up to be measured behind intact this test item of nominative testing.
The follow-up redirect attribute of described test item, need respectively current test item by or define follow-up redirect path during failure;
Described follow-up redirect approach comprises three kinds, promptly continues test the next item down, jumps to specific items and EOT, is defaulted as to continue test the next item down.
Described step 3:
Test automation software at first is written into the testing process file, and each test item in the testing process and flow process attribute data thereof are read in the data structure;
From the test item data structure, obtain current test item,, the test item result as condition is carried out and exclusive disjunction according to the precondition of definition, obtain the Boolean whether precondition satisfies, when condition is a fictitious time, skip this test item, from data structure, read next test item data; When condition is true, then carry out the test of test item at once;
Begin test, at first check the test item data, obtain the test item module and the test function name thereof of this test item correspondence, then according to the dynamic link technology, call and carry out the test item function in the test item module, finish the actual test of test item, and test result is saved in the data structure;
After the test of current test item was finished, read test item number certificate according to test result, was sought the defined test item of the follow-up redirect attribute of test item in the testing process file in data structure; The new test item that obtains as current test item, is repeated above-mentioned process and tests.
On metastable test item module basis, can customize a plurality of testing process files fast according to different test requests, satisfy the complexity test of measurand.
By the present invention, the specific implementation and the testing process of test item is divided into two independent parts, the method for testing with traditional has the following advantages:
1, under identical test item module, testing process that can be different according to different requirements definitions has improved the constantly ability of change of adaptive testing instrument testing requirement;
2, by setting to the flow process attribute of each test item, can finish complicated testing process control, satisfy the harsh test condition of complicated measurand, improved testing efficiency.
Description of drawings
Fig. 1 is the concrete implementing procedure figure of the method for the invention.
Embodiment
Be described in further detail below in conjunction with the enforcement of accompanying drawing technical scheme:
The key that realizes customizable test procedure is whole test is divided into test item module and two separate structures of testing process file.The test item module only realizes the concrete test function of each test item; Testing process then is indifferent to the test item specific implementation, and only is concerned about the test item execution sequence and deposits information such as path.
One, divides test item and realize independent test item module
When needs are tested a kind of measurand, at first need according to characteristic of tested object, all relevant testing processs are divided into relatively independent a plurality of test items with it, each test item is finished the test to one or more indexs of measurand, and these test items should comprise different batches under the type, version or have all the elements under the situations such as different submodules; According to these test items, realize corresponding with it test item module, the test item module definition the concrete test process of test item, tested instrument calls finishes actual test.。
Suppose to have a kind of wireless communication module, comprise 1 data communication interface and 2 different wireless communication interfaces, as it is tested, radio-frequency power test, rf frequency test and data transmission error test, 7 test items altogether that can its testing process be divided into the communication test of data-interface, two wave points according to functions of modules.
According to the characteristic and the test procedure of measurand, realize all test item modules of this object.The form of test item module and implementation method can adopt various ways, as forms such as dynamic link library, COM.
Tested wireless communication module always has 7 test items, so also there are 7 test item modules corresponding with it, but in the reality exploitation, not necessarily develop 7 dynamic link libraries and realize test item, most applications is to adopt 1 dynamic link library, 7 software units of definition (as class, function etc.) are realized 7 test items respectively in this document, finally finish the exploitation of test item module.
Generally, edition upgrading or submodule occur as measurand and change and cause the test item change, can in existing test item module, add new content, needn't revise former test item code, like this, will make the different submodules of different editions can share the test item module.
Two, define independently testing process file
According to concrete test request, can create the testing process file corresponding with this test request.Even same tested object as the multiple testing process of needs, then can be created a plurality of testing process files.Forms such as the file of a kind of set form that the testing process file can be generated by special testing process editing machine (software) or configuration file have comprised test item and testing process thereof that tested object will be tested.
The basic composition unit of testing process file is a test item, and each test item information comprises test item title, test item module file name, test item realization function name etc. at least.
Test as above-mentioned wireless communication module, after having finished dynamic link library (being the test item module), 7 corresponding test items of available testing process editing machine definition, and give each test item nominative testing item title, corresponding dynamic link library file name and realize the function name of this test item.Like this, each test item in the testing process file can both be finished the actual test of test item by calling function in the dynamic link library.
The elementary cell of testing process file is a test item, and the data of each test item are the concrete test item module information of its correspondence of mandatory declaration all; And define by the flow process attribute of following steps to each test item, finish complicated testing process definition:
1. the precondition of definition test item promptly has only the precondition of satisfying, and this test item just can be tested;
2. definition test item follow-up redirect, pending next test item after promptly defining current test item test and finishing;
3. define the retest attribute of test item, promptly carry out the condition of this test item of retest.
Above steps is carried out in each test item, and order can be changed.
Its test precondition of the equal definable of each test item.Promptly in actual test process, have only this condition to satisfy and to carry out this test item, otherwise will skip this test item and carry out the next item down.Generally, the precondition of test item definition mainly by the test result of other test items is carried out with or operation finish, promptly each test item whether test by, failure or not element such as surveys with or make up.
The test item of tested wireless communication module " test of wave point 1 transmission error code ", this test item mainly is wave point 1 to be transmitted and receive data in the process whether error code is tested, and carry out this test, often need the radio-frequency receiving-transmitting function of wave point 1 normal, all test and pass through so can in flow file, define the precondition of this test item and be two test items in front, promptly as follows and operation expression:
(wave point 1 radio-frequency power _ test is by) ﹠amp; (wave point 1 rf frequency _ test is passed through)
Obviously, when carrying out the test of wave point 1 transmission error code, can judge earlier whether this condition satisfies, and as not satisfying, then skips this test item, carries out subsequent operation, as satisfying, then carries out the test of this test item.
Each test item is the follow-up redirect attribute of definable also, i.e. test item follow-up to be measured behind intact this test item of nominative testing.This attribute need respectively current test item by or define follow-up redirect path during failure, follow-up redirect definition generally comprises three kinds of approach, promptly continues test the next item down, jumps to specific items and EOT, is defaulted as to continue test the next item down.When selecting " jumping to specific items ", must specify one of them test item in the current testing process file.
Test item " test of wave point 1 radio-frequency power " as tested wireless communication module, when test crash, illustrate that this interface radio frequency function has had fault, then follow-up rf frequency and transmission error code also just have no way of testing, so can not continue the test of interface 1, directly jump to interface 2, the follow-up redirect attribute behind the test crash is set to " jumping to specific items ", and selects " test of wave point 2 radio-frequency powers " as specific items.In addition, can test item " data-interface communication test " follow-up redirect attribute after the failure be set to " EOT " because can't test follow-up all test items behind this data-interface Communications failure.
Except the precondition and the follow-up redirect attribute of definition test item, also the retest attribute of definable test item itself.The condition of retest promptly is set, up to eligible this test item that just withdraws from of this test item result's statistics.
The transmission error code test of tested wireless communication module is because its error code requires height, so taked repeatedly to test the method for judging according to its test result statistics then.Be " in maximum 10 times retests, when test reaches 8 times by accumulative total, withdrawing from retest " as the retest attribute that this test item can be set in the flow process editing machine.Then when reality was tested, the transmission error code test can repeat, till satisfying the condition that the retest attribute sets.
By defined test item and various flow process attribute thereof at the flow process editing machine after, just finished the testing process file, the testing process file is for measurand, and is not necessarily unique, can define a plurality of testing process files according to test request.Supposed to occur a kind of new model of this wireless communication module, on hardware, have only a data communication interface and wireless communication interface, when then it being tested, do not need to change the test item module, as long as testing process file of redetermination, the interface 2 dependence test items of above-mentioned testing process file and related procedure data thereof are removed get final product.
Three, resolve testing process, carry out test
On tester, test automation software is written into testing process file and test item module, need have testing process file and test item module simultaneously, and tester reads in the testing process file data, front and back order according to the test item definition, resolve the data of each test item successively, comprise test item precondition, follow-up redirect and retest attribute etc., and according to analysis result, in test, call and carry out the test item module, finish actual test, both are indispensable, until EOT.
Test automation software at first is written into the testing process file, and each test item in the testing process and flow process attribute data thereof are read in certain data structure.This data structure has not only comprised the data of reading from the testing process file as the data center of whole test, also will write down the result of each test item test simultaneously, and the realization of whole flow process relies on the read-write to this data structure.
From the test item data structure, obtain current test item,, the test item result as condition is carried out and exclusive disjunction according to the precondition of definition, obtain the Boolean whether precondition satisfies, when condition is a fictitious time, skip this test item, from data structure, read next test item data; When condition is true, then carry out the test of test item at once.
When beginning to test certain test item, at first check the test item data, obtain the test item module and the test function name thereof of this test item correspondence, i.e. dynamic link library file name and function name.According to the dynamic link technology, call and carry out the test item function in the test item module then, finish the actual test of test item, and test result is saved in the data structure.Define retest in the testing process as this test item, then repeated to call execution, and the test return results has also been added up, withdrawed from retest up to satisfying condition.
After the test of current test item was finished, read test item number certificate according to test result, was sought the defined test item of the follow-up redirect attribute of test item in the testing process file in data structure.The new test item that obtains as current test item, is repeated above-mentioned process and tests.
The method of this realization customizable test procedure, not only with testing process as an independent parts, from whole tester, extract, and the function of flow process being carried out complicated control be provided.Adopt the test item of this method exploitation said function, but can customize the production test flow process of various complexity, can tackle different system requirements and user's request, realize the personalization of tester, also satisfy simultaneously the complicated day by day production test requirement of communication product, improved testing efficiency.
The above; only be one and use specific embodiments of the invention; be not that any pro forma restriction is done in invention; this embodiment is schematic; rather than restrictive, those of ordinary skill in the art is not breaking away under the scope situation that this method aim and claim protect under enlightenment of the present invention; can also make and much comprise simple modification, be equal to replacement and be modified at interior distortion that these still belong within the protection of the present invention.

Claims (9)

1, a kind of method that realizes customizable test procedure is characterized in that, comprises the steps:
Step 1, be divided into a plurality of test items, and, realize test item module correspondingly at each test item according to characteristic of tested object all testing processs that it is relevant;
Step 2, according to the test request of measurand, define the independently testing process file corresponding with test request;
Step 3, when carrying out test, test automation software is resolved the testing process file, and according to the analysis result of testing process file, calls and carry out the test item module, finishes whole test.
2, the method for realization customizable test procedure as claimed in claim 1 is characterized in that:
Test item in the described step 1 comprises different batches, version under the measurand type or has all the elements under the situations such as different submodules.
3, the method for realization customizable test procedure as claimed in claim 2 is characterized in that:
If edition upgrading appears in measurand or the submodule replacing causes the test item change, can in existing test item module, add new content, needn't revise former test item code.
4, the method for realization customizable test procedure as claimed in claim 1 is characterized in that:
Testing process file in the described step 2 is by the file or the configuration file of a kind of set form of testing process editing machine generation, has comprised test item and testing process thereof that tested object will be tested;
Each test item comprises test item title, test item module file name, test item realization function name etc.
5, as the method for claim 1 or 4 described realization customizable test procedures, it is characterized in that:
Described step 2 defines by the flow process attribute to each test item, finishes the definition of complicated testing process:
(1) precondition of definition test item promptly has only the precondition of satisfying, and this test item just can be tested;
(2) definition test item follow-up redirect, pending next test item after promptly defining current test item test and finishing;
(3) the retest attribute of definition test item promptly carries out the condition of this test item of retest;
Above steps is carried out in each test item, and order can be changed.
6, the method for realization customizable test procedure as claimed in claim 5 is characterized in that:
The definition of the precondition of described test item, by the test result of other test items is carried out with or operation finish, promptly each test item whether test by, failure or not element such as surveys with or make up.
7, the method for realization customizable test procedure as claimed in claim 5 is characterized in that:
The follow-up redirect attribute of described test item, i.e. test item follow-up to be measured behind intact this test item of nominative testing.
8, the method for realization customizable test procedure as claimed in claim 7 is characterized in that:
The follow-up redirect attribute of described test item, need respectively current test item by or define follow-up redirect path during failure;
Described follow-up redirect approach comprises three kinds, promptly continues test the next item down, jumps to specific items and EOT, is defaulted as to continue test the next item down.
9, the method for realization customizable test procedure as claimed in claim 5 is characterized in that:
Described step 3:
Test automation software at first is written into the testing process file, and each test item in the testing process and flow process attribute data thereof are read in the data structure;
From the test item data structure, obtain current test item,, the test item result as condition is carried out and exclusive disjunction according to the precondition of definition, obtain the Boolean whether precondition satisfies, when condition is a fictitious time, skip this test item, from data structure, read next test item data; When condition is true, then carry out the test of test item at once;
Begin test, at first check the test item data, obtain the test item module and the test function name thereof of this test item correspondence, then according to the dynamic link technology, call and carry out the test item function in the test item module, finish the actual test of test item, and test result is saved in the data structure;
After the test of current test item was finished, read test item number certificate according to test result, was sought the defined test item of the follow-up redirect attribute of test item in the testing process file in data structure; The new test item that obtains as current test item, is repeated above-mentioned process and tests.
CN200610090463.7A 2006-06-27 2006-06-27 Method for implementing customizable test procedure Expired - Fee Related CN101098200B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200610090463.7A CN101098200B (en) 2006-06-27 2006-06-27 Method for implementing customizable test procedure

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200610090463.7A CN101098200B (en) 2006-06-27 2006-06-27 Method for implementing customizable test procedure

Publications (2)

Publication Number Publication Date
CN101098200A true CN101098200A (en) 2008-01-02
CN101098200B CN101098200B (en) 2014-02-19

Family

ID=39011757

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200610090463.7A Expired - Fee Related CN101098200B (en) 2006-06-27 2006-06-27 Method for implementing customizable test procedure

Country Status (1)

Country Link
CN (1) CN101098200B (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101867504A (en) * 2010-06-17 2010-10-20 中控科技集团有限公司 Method and device for testing consistency of automation fieldbus
CN103019922A (en) * 2011-09-22 2013-04-03 北京新媒传信科技有限公司 Realization method of component architecture capable of realizing independent testing
CN103364713A (en) * 2012-03-31 2013-10-23 中芯国际集成电路制造(上海)有限公司 Test method and apparatus for electrical failure analysis
CN104536431A (en) * 2014-11-27 2015-04-22 北京电子工程总体研究所 Display control method and display control device for aircraft launching process configuration
CN105808400A (en) * 2016-04-01 2016-07-27 浪潮电子信息产业股份有限公司 Server aging test method easy to apply
CN106940422A (en) * 2016-11-29 2017-07-11 湘潭大学 A kind of radiation effect universal test system and method for testing
CN107404418A (en) * 2017-07-26 2017-11-28 百度在线网络技术(北京)有限公司 Internet product method of testing, device, equipment and storage medium
CN107727959A (en) * 2017-09-22 2018-02-23 上海卫星工程研究所 Satellite test method based on test bag
CN108664295A (en) * 2017-03-30 2018-10-16 优甸网络科技(上海)有限公司 The flow production system of process for using editing machine
CN109117359A (en) * 2017-06-22 2019-01-01 深圳市中兴微电子技术有限公司 Serialize test method and device
CN109582577A (en) * 2018-11-30 2019-04-05 成都德辰博睿信息技术有限公司 Wireless device detection method, device, computer equipment and storage medium
CN109581991A (en) * 2019-01-24 2019-04-05 天津电气科学研究院有限公司 A kind of overall process automatic testing system having test custom feature
CN110749813A (en) * 2018-07-24 2020-02-04 华邦电子股份有限公司 Test system and method for generating adaptive test recipe
CN111090558A (en) * 2020-03-22 2020-05-01 武汉精立电子技术有限公司 Panel detection system
CN111970423A (en) * 2020-08-24 2020-11-20 苏州优米康通信技术有限公司 Portable wireless communication equipment debugging auxiliary device and using method thereof
CN113923442A (en) * 2021-09-24 2022-01-11 湖北三赢兴光电科技股份有限公司 Universal software testing method and system for camera module
CN115326421A (en) * 2022-07-29 2022-11-11 广州市斯睿特智能科技有限公司 Vehicle detection configuration method, system, device and storage medium
CN115756996A (en) * 2023-01-09 2023-03-07 苏州浪潮智能科技有限公司 Chip testing method, device and equipment and readable storage medium
CN116184802A (en) * 2023-04-26 2023-05-30 成都量子时频科技有限公司 Automatic debugging and testing device and method for atomic clock electrical parameters based on FPGA

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5995757A (en) * 1997-08-29 1999-11-30 Dell Usa, L.P. Software installation and testing for a build-to order computer system
CN1266605C (en) * 2002-12-23 2006-07-26 联想(北京)有限公司 Automatic assembling testing procedure for production
CN1297895C (en) * 2003-07-25 2007-01-31 英业达股份有限公司 Integral control and management system and method for computer production line
CN1570873A (en) * 2003-07-25 2005-01-26 英业达股份有限公司 Testing tool integration system and method for computer production line
CN100375057C (en) * 2004-08-31 2008-03-12 中国银联股份有限公司 Automatic test auxiliary system and corresponding software automatic test method
CN100340997C (en) * 2004-09-04 2007-10-03 华为技术有限公司 Automatic test method of application
CN100361079C (en) * 2005-11-09 2008-01-09 浪潮电子信息产业股份有限公司 Method for testing synchronous automatic installation for system including multiple complete computers

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101867504A (en) * 2010-06-17 2010-10-20 中控科技集团有限公司 Method and device for testing consistency of automation fieldbus
CN103019922A (en) * 2011-09-22 2013-04-03 北京新媒传信科技有限公司 Realization method of component architecture capable of realizing independent testing
CN103019922B (en) * 2011-09-22 2016-09-28 北京新媒传信科技有限公司 A kind of can the component architecture implementation method of independent test
CN103364713A (en) * 2012-03-31 2013-10-23 中芯国际集成电路制造(上海)有限公司 Test method and apparatus for electrical failure analysis
CN104536431A (en) * 2014-11-27 2015-04-22 北京电子工程总体研究所 Display control method and display control device for aircraft launching process configuration
CN104536431B (en) * 2014-11-27 2017-02-22 北京电子工程总体研究所 Display control method and display control device for aircraft launching process configuration
CN105808400A (en) * 2016-04-01 2016-07-27 浪潮电子信息产业股份有限公司 Server aging test method easy to apply
CN106940422A (en) * 2016-11-29 2017-07-11 湘潭大学 A kind of radiation effect universal test system and method for testing
CN106940422B (en) * 2016-11-29 2019-12-06 湘潭大学 Radiation effect universal test system and test method
CN108664295A (en) * 2017-03-30 2018-10-16 优甸网络科技(上海)有限公司 The flow production system of process for using editing machine
CN109117359A (en) * 2017-06-22 2019-01-01 深圳市中兴微电子技术有限公司 Serialize test method and device
CN107404418B (en) * 2017-07-26 2020-12-11 百度在线网络技术(北京)有限公司 Internet product testing method, device, equipment and storage medium
CN107404418A (en) * 2017-07-26 2017-11-28 百度在线网络技术(北京)有限公司 Internet product method of testing, device, equipment and storage medium
CN107727959A (en) * 2017-09-22 2018-02-23 上海卫星工程研究所 Satellite test method based on test bag
CN110749813A (en) * 2018-07-24 2020-02-04 华邦电子股份有限公司 Test system and method for generating adaptive test recipe
CN109582577A (en) * 2018-11-30 2019-04-05 成都德辰博睿信息技术有限公司 Wireless device detection method, device, computer equipment and storage medium
CN109581991A (en) * 2019-01-24 2019-04-05 天津电气科学研究院有限公司 A kind of overall process automatic testing system having test custom feature
CN111090558A (en) * 2020-03-22 2020-05-01 武汉精立电子技术有限公司 Panel detection system
CN111970423A (en) * 2020-08-24 2020-11-20 苏州优米康通信技术有限公司 Portable wireless communication equipment debugging auxiliary device and using method thereof
CN113923442A (en) * 2021-09-24 2022-01-11 湖北三赢兴光电科技股份有限公司 Universal software testing method and system for camera module
CN115326421A (en) * 2022-07-29 2022-11-11 广州市斯睿特智能科技有限公司 Vehicle detection configuration method, system, device and storage medium
CN115756996A (en) * 2023-01-09 2023-03-07 苏州浪潮智能科技有限公司 Chip testing method, device and equipment and readable storage medium
CN116184802A (en) * 2023-04-26 2023-05-30 成都量子时频科技有限公司 Automatic debugging and testing device and method for atomic clock electrical parameters based on FPGA

Also Published As

Publication number Publication date
CN101098200B (en) 2014-02-19

Similar Documents

Publication Publication Date Title
CN101098200B (en) Method for implementing customizable test procedure
US8392884B2 (en) Test case automatic generation method for testing proactive GSM application on SIM cards
US8103982B2 (en) System and method for statistical design rule checking
CN101071378A (en) Source code generation method, apparatus and program
CN106293664A (en) Code generating method and device
CN1973253A (en) Method and apparatus for generating configuration data
CN102375778A (en) Method and system for automatically testing digital signal processor (DSP)
CN102495797A (en) Smart card testing device and method
CN101989227A (en) Test case generating method and device
CN102609241A (en) Hot patching method and device
CN102118281A (en) Method, device and network equipment for automatic testing
CN100483429C (en) Verification operation supporting system and method of the same
CN110471696A (en) Clear data readback comparison method, device, computer equipment and storage medium
CN101645745A (en) Control appliance of comprehensive tester and testing method thereof
CN109324838B (en) Execution method and execution device of single chip microcomputer program and terminal
CN104536897A (en) Automatic testing method and system based on keyword
US6970816B1 (en) Method and system for efficiently generating parameterized bus transactions
CN101536561B (en) Policy execution in communication device
CN112988603B (en) Big data test case generation method and device
CN114676113A (en) Heterogeneous database migration method and system based on task decomposition
CN114282464A (en) Collaborative simulation method in chip simulation verification and application
CN103198017A (en) Method and device for testing data integrity protection
CN106293801A (en) Mobile terminal and data updating method, system and upgrading data generating device
CN100595771C (en) Pictruized nuclear magnet resonance pulse sequence compiling apparatus
CN100571161C (en) A kind of analytic method of complex implementation procedure 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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20140219

Termination date: 20170627