CN100377109C - Method for completing product automation test utilizing test kit - Google Patents

Method for completing product automation test utilizing test kit Download PDF

Info

Publication number
CN100377109C
CN100377109C CNB2005101011790A CN200510101179A CN100377109C CN 100377109 C CN100377109 C CN 100377109C CN B2005101011790 A CNB2005101011790 A CN B2005101011790A CN 200510101179 A CN200510101179 A CN 200510101179A CN 100377109 C CN100377109 C CN 100377109C
Authority
CN
China
Prior art keywords
test
logic
environment
suite
current
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
CNB2005101011790A
Other languages
Chinese (zh)
Other versions
CN1851665A (en
Inventor
林培兴
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CNB2005101011790A priority Critical patent/CN100377109C/en
Publication of CN1851665A publication Critical patent/CN1851665A/en
Application granted granted Critical
Publication of CN100377109C publication Critical patent/CN100377109C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The present invention relates to a method using a test set to complete a product automation test in automatic test technology. In order to solve the problems of execution orders, execution times, etc., which are not controlled by the existing method, a test set of the present invention is used for defining controlled messages, such as test environments, test logic, execution orders of test case data, execution times, etc. After an engine is run to read the test set, one test environment is taken every time according to the execution orders of the test environments, then, the test logic is taken every time for testing according to the execution orders of the test logic under the present test environment, a set of test case data is taken every time according to the execution orders of the test case data under the present test logic, and the present test logic is executed so as to realize a test function. Analogically the tests of all the test environments, the test logic and the test case data are completed, and thereby, the test environments, the test logic, the execution times of the test case data and the execution orders can be controlled. The present invention has the advantages of strong transplantation, etc.

Description

A kind of method of utilizing test suite to finish the product automation test
Technical field
The present invention relates to automatization testing technique, more particularly, relate to a kind of method of utilizing test suite to finish the product automation test.
Background technology
In the process that telecommunication apparatus or software are tested, typically use Key-Word Driven (key word driving) technology, it is based on the Robot tool platform of Rational company and realizes, is applied to usually in the automatic test of GUI (graphic user interface).
In the key word Driving technique, the tester can use the form of similar Excel worksheet, sets up test case in the mode of input key word (Key-Word).The whole process (comprising function) of this method is all driven by key word, and whole test process controlled in key word.
It shown in the table one an exemplary test case.
Table one
COLUMN1 KeyWord1 COLUMN2 Field/Screen?Name COLUMN3 Input/Verification?Data COLUMN4 Comment COLUMN5 Pass/Fail
Start_Test: Screen Main?Menu Verify?Starting?Point
Enter: Selection 3 Select?Payment?Option
Action: Press_Key F4 Access?Payment?Screen
Verify: Screen Payment?Posting Verify?Screen?accessed
Enter: Payment?Amount 125.87 Enter?Payment?Data
Payment?Method Check
Action: Press_Key F9 Process?Payment
Verify: Screen Payment?Screen Verify?Screen?remains
Verify_Data: Payment?Amount $125.87 Verify?updated?data
Current?Balance $1,309.77
Status?Message Payment?Posted
Action: Press_Key F12 Retum?to?Main?Menu
Verify: Screen Main?Menu Verify?retum?to?Menu
Wherein, first row are key words, are used to illustrate the action that will carry out; Second to the 4th row are necessary parameters of action of carrying out first row; The 5th row are used to represent whether this step is passed through.
As shown in Figure 1, the operating mechanism of key word Driving technique is as follows:
(1) tester sets up as shown in Table 1 test case file with Excel, but called after KeyWords_Web.xls for example; Test case file is made up of key word (as Enter, Action, Verify etc.) and parameter thereof.
When (2) test case is moved, drive script (Drive TSL script) and can move initialization script (LogonTSL script), for initial work is made in whole test, and be written into control documents (Run.txt), to obtain the current test case that will move (* .xls, for example aforementioned KeyWords_Web.xls).
(3) drive script (Drive TSL script) after initial work is finished, start-up control script (Controller TSL script), originally be responsible for resolving the key word of whole test case file by control pin, for example Enter, Action, Verify etc., and call corresponding with it realization script (User Defined TSL script) according to these key words.
(4) Utility script (promptly realizing the TSL script) is actual carries out each test action, and uses other row as parameter, after executing the result is returned to the control script.When controlling script executing delegation to the end, whole test case just finishes to carry out.
(5) all the use-case files (* .xls) in control documents (Run.txt) have all moved and have finished, and then this test process finishes.
From the above, in the process that telecommunication apparatus or software are tested, existing key word Driving technique has following shortcoming:
(1) is mainly used in the GUI automatic test, and based on the Robot tool platform of Rational company and realize, (a) its cross-platform (refering in particular to operating system) transplantability is more weak, (b) it is also more weak to stride the tool platform transplantability, (c) and be not suitable for being applied to the automatic test of communication facilities series products.
(2) in the process of test, can only control the execution sequence of test case, the execution sequence of uncontrollable test environment, test logic, test case data, execution number of times etc.
Summary of the invention
At the above-mentioned defective of prior art, the present invention will solve that the transplantability of existing automated testing method is weak, the execution sequence of uncontrollable test environment, test logic, test case data, carry out the problem of number of times etc.
For solving the problems of the technologies described above, the solution of the present invention provides a kind of method of utilizing test suite to finish the product automation test, comprising following steps:
(S1) runtime engine reads in the test suite that will move;
(S2) runtime engine is got a kind of test environment at every turn and is tested according to the execution sequence of the test environment that defines in the described test suite, then:
(S2-1) according to the execution sequence of the test logic under the current test environment that defines in the described test suite, get a test logic at every turn and test, then:
(S2-1-1), get a cover test case data at every turn and carry out current test logic according to the execution sequence of the test case data under the current test logic that defines in the described test suite;
(S2-1-2) repeating said steps (S2-1-1) is until the test of finishing all test case data under the current test logic;
(S2-2) repeating said steps (S2-1) is until the test of finishing all test logics under the current test environment;
(S3) repeating said steps (S2), the test of all test environments in finishing current test suite.
In the method for the present invention, (S3) also can comprise afterwards in described step:
(S4) at carrying out all test case data of failing to pass through after the test, according to the test logic at every suit test case data place, and the test environment at this test logic place, generate a new test suite;
(S5) be current test suite with described new test suite, repeating said steps (S1) is to (S3).
In the method for the present invention, if the required execution number of times of current test case data then repeats described step (S2-1-1) according to its required execution number of times greater than 1; If the required execution number of times of current test logic then repeats described step (S2-1-1) to (S2-1-2) according to its required execution number of times greater than 1; If the required execution number of times of current test environment then repeats described step (S2-1) to (S2-2) according to its required execution number of times greater than 1; If the required execution number of times of current test suite then repeats described step (S2) to (S3) according to its required execution number of times greater than 1.
In the method for the present invention, can comprise one or more test environments in the described test suite; Can comprise one or more test logics under each test environment; Can comprise one or more sets test case data under each test logic.
In addition, in described step of the present invention (S2), also comprise the current step that test environment is set up corresponding test environment of getting:
In described step (S2-1), also comprise according to the current test logic of getting and set up the step that this test logic moves required special test environment:
In described step (S2-1-1), before carrying out test, also comprise according to the current test case of getting and set up the step that test case is moved required special test environment, after carrying out test, also comprise test environment reverted to according to current and get the step that test set is set up test environment state before;
In described step (S2-1-2), also comprise test environment reverted to according to current and get the step that test set is set up the state before the test environment;
In described step (S2-2), also comprise test environment reverted to according to current and get the step that test set is set up the state before the test environment.
In the method for the present invention, described runtime engine and test suite are preferably all realized by the TCL script.
And by having taked technique scheme, the present invention has the following advantages:
(1) runtime engine is realized by pure TCL script, possesses cross-platform (refering in particular to operating system), strides the ability that tool platform is transplanted;
(2) test suite is realized by pure TCL script, possesses cross-platform (refering in particular to operating system), strides the ability that tool platform is transplanted;
(3) providing of test suite function can be controlled execution number of times, the execution sequence of test environment, test logic, test case data;
After (4) robotizations execute,, then generate a new test suite, comprise this and carry out information such as unsanctioned test environment, test logic, test case data by runtime engine if unsanctioned test case is arranged; Like this, when carrying out next time, only need carry out this new test suite, just can carry out unsanctioned test case.
Description of drawings
The invention will be further described below in conjunction with drawings and Examples, in the accompanying drawing:
Fig. 1 is the operating mechanism synoptic diagram of key word Driving technique in the prior art;
Fig. 2 is the automatic test system block diagram among the present invention;
Fig. 3 is the structural representation of the test suite among the present invention;
Fig. 4 is a process flow diagram of finishing the product automation test in a preferred embodiment of the invention with test suite.
Embodiment
Realization of the present invention is based on every development of prior art, and for example, the characteristic of script (as TCL, PYTHON etc.) characteristic such as carries out, can embed, can expand as explaining, for automatization testing technique is laid a good foundation; Simultaneously, various products (as telecommunication apparatus or software) not only provide graphical interfaces, also provide command line interface or man-machine interface simultaneously, also lay a good foundation for the automatization testing technique of product; In addition, the applicant puts into practice through automatic test for many years, summed up a whole set of automatic test script Design Mode, comprised that linear test script Design Mode, structuring test script Design Mode, shared test script Design Mode, data-driven test script Design Mode, key word drive test script Design Mode etc.
For ease of the understanding of the present invention, below simple an introduction done in terms more used herein, specifically as shown in Table 2:
Table two
English name Chinese Definition
TestLogic Test logic 1, the identical testing process of some test cases, the script describing of one group of test case that promptly testing process is identical, test data is different; 2, test logic can move under different test environments;
TestCluster Test set 1, the identical test environment configuration and the networking configuration of some test logics; 2, test set is test environment division logically; 3, test set is a minimum material of forming test environment;
TestCaseData Test case data 1, forms by the value of different test data items; 2, each of the value of test data item makes up, and has constituted the test case data of different test cases;
TestCase Test case Form each combination of value of the test data item of test case data, the test logic corresponding with test case data is called a test case together;
TestSuite Test suite By product performance or module or other (basic function, systemic-function) differentiation, the set of some test environments, test logic, test case data operation order, execution number of times;
AW Action word Test action
TCL Tool Command Language A kind of explanation execution script language
Among the present invention, the position of test suite in the automatic test System Framework as shown in Figure 2.Can describe one by one the each several part among the figure below.
1, among runtime engine (test platform) the present invention, runtime engine is a functional block of test platform.That is to say that runtime engine can transplant,, just can possess the characteristic of automatic test of the present invention as long as other test platform has had this functional module of runtime engine.Wherein, test platform is used to finish the editor of test suite, the test suite that also can be used for selecting moving, and carries out test, then the script executing control is transferred to runtime engine.Runtime engine wherein can be used for reading in test suite; Before the test beginning, it sets up test environment according to the configuration in the test suite; In test process, it is according to the test logic and the test case data of the configuration operation appointment in the test suite; After end of test (EOT), it can recover test environment, and according to the test result of test case, generates this and test the test suite that unsanctioned test case is formed, and the side makes follow-up test once more to unsanctioned test case.
2, among test environment the present invention, test environment comprises equipment under test and peripheral equipment, testing tool/testing tool etc.; It is used for defining the required global data of test (variable), definition needs the function library that loads under the test environment, the condition of setting up of definition test environment (as the initialization of equipment under test and peripheral equipment, testing tool/testing tool etc.), the recovery condition of definition test environment is (as the release of equipment under test and peripheral equipment resource, and finish the foundation and the recovery of test environment the release of public resources such as testing tool/testing tool etc.).
3, among test logic the present invention, test logic is used to define testing process; In test process, it is used for used testing tool of synchronism detection and testing tool, and according to the test case data that runtime engine provides, finishes the test to equipment under test.
4, among test case data the present invention, test case data is used to define test logic need in which test environment operation, the definition test logic moves necessary peculiar test environment, definition test logic operation institute must loading specific function library, and be defined in the required test data of test logic in the test process; Also be used for runtime engine driving test logic and finish test.
5, the test suite among test suite the present invention is test script division logically; As basic function test suite (comprising test environment, test logic, test case data), characteristic test cover or the like; In test suite, only comprise following content: move which test script (test environment, test logic, test case data), and the operation information of these test scripts (test environment, test logic, test case data) (as operation order, execution number of times).
As can be seen from Figure 2, because the test platform in the present embodiment has editting function, so wherein test suite can be edited by test platform; Certainly, this test suite also can be finished with other the text edit tool.In test suite, defined the operation information of test environment, test logic, test case data; Runtime engine reads in after the test suite, according to the operation information of definition wherein, reads corresponding test environment, test case data, and the loading function storehouse, reads operational factor, and then drive test logic and finish test to equipment under test; After test was finished, runtime engine can be exported corresponding test log and test report.
As shown in Figure 3, defined following execution control information in the test suite of the present invention.
1, the execution control information of test suite comprises the execution number of times of test suite; The execution sequence of the test environment that will carry out in the test suite: for example ascending order, descending, custom order etc.; The test environment tabulation that will carry out in the test suite.
2, the execution control information of test environment comprises the execution number of times of test environment; The execution sequence of the test logic that will carry out in the test environment: for example ascending order, descending, custom order etc.; The test logic tabulation that will carry out in the test environment.
3, the execution control information of test logic comprises the execution number of times of test logic; The execution sequence of the test case data that will carry out in the test logic: for example ascending order, descending, custom order etc.; The test case data tabulation that will carry out in the test logic.
4, the execution control information of test case data comprises the execution number of times of test case data.
As can be seen from Figure 3, the implementation pattern of the test suite among the present invention is as follows:
[test suite]
The execution number of times of test suite
The execution sequence of test environment in the test suite
The test environment tabulation that will move in the test suite
[test environment 1]
The execution number of times of test environment 1
The execution sequence of test logic in the test environment 1
The test logic tabulation that will move in the test environment 1
[test environment 1| test logic 11]
The multiplicity of test logic 11 in the test environment 1
The execution sequence of test case data in the test logic 11 in the test environment 1
The test case data tabulation that will move in the test logic 11 in the test environment 1
[test environment 1| test logic 11| test case data 1]
The multiplicity of test case data 1 in the test logic 11 in the test environment 1
As seen, defined multiple test environment in a test suite; Comprise a plurality of test logics under each test environment again; Comprise many cover test case data under each test logic again.
As shown in Figure 4, among the present invention according to the following steps, utilize test suite to finish product automation test.
Earlier in test platform, selects the test suite that will move, and start execution by the tester.
Then, in step 101, runtime engine can read in this test suite, and obtains corresponding execution control information from test suite.
In step 102, runtime engine is got a kind of test environment at every turn and is tested according to the execution sequence of the test environment that defines in the test suite, wherein earlier sets up corresponding test environment according to the current test environment of getting.
Then,,, get a test logic at every turn, and set up the required special test environment of this test logic operation according to the current test logic of getting according to the execution sequence of the test logic under the current test environment that defines in the test suite in step 103.
In step 104, further according to the execution sequence of the test case data under the current test logic that defines in the test suite, get a cover test case data at every turn, and set up the required special test environment of test case operation according to the current test case of getting.In step 105, carry out current test logic according to current test case data.
In step 106, judged whether to finish the number of times that repeats of current test case data, as for not, then returning step 105 repeats, repeat number of times if finished, then recover to get the special test environment that test case is set up, enter step 107 then according to current.Recovery among the present invention is meant the state that returns to when not setting up this special test environment, below identical.
In step 107, judge whether to get all test case data that are under the current test logic, as for not, then return step 104, take off a cover test case data, if got all test case data, then enter step 108.
In step 108, judged whether to finish the number of times that repeats of current test logic, as for not, then returning step 104 repeats, repeat number of times if finished, then recover to get the special test environment that test logic is set up, enter step 109 then according to current.
In step 109, judge whether to get all test logics that are under the current test environment, as for not, then return step 103, get next test logic, if got all test logics, then enter step 110.
In step 110, judged whether to finish the number of times that repeats of current test environment, as for not, then returning step 103 repeats, repeat number of times if finished, then recover to get the test environment that test environment is set up, enter step 111 then according to current.
In step 111, judge whether to get all test environments that are in the current test suite, as for not, then return step 102, get next test environment, if got all test environments, then enter step 112.
In step 112, judged whether to finish the number of times that repeats of current test suite, as for not, then return step 102 to repeat, repeat number of times if finished, then finish this testing process.
In addition, at carrying out all test case data of failing to pass through after the test, also can be according to the test logic at every suit test case data place, and the test environment at this test logic place, generate a new test suite; Be current test suite with this new test suite then, repeat above-mentioned steps 101 to step 112.
In addition, the test suite among the present invention also can pass through other programming language except can realizing by the TCL script, and for example the C language is realized in test platform.

Claims (7)

1. a method of utilizing test suite to finish the product automation test is characterized in that, may further comprise the steps:
(S1) runtime engine reads in the test suite that will move;
(S2) runtime engine is got a kind of test environment at every turn and is tested according to the execution sequence of the test environment that defines in the described test suite, then:
(S2-1) according to the execution sequence of the test logic under the current test environment that defines in the described test suite, get a test logic at every turn and test, then:
(S2-1-1), get a cover test case data at every turn and carry out current test logic according to the execution sequence of the test case data under the current test logic that defines in the described test suite;
(S2-1-2) repeating said steps (S2-1-1) is until the test of finishing all test case data under the current test logic;
(S2-2) repeating said steps (S2-1) is until the test of finishing all test logics under the current test environment;
(S3) repeating said steps (S2), the test of all test environments in finishing current test suite.
2. method according to claim 1 is characterized in that, in described step (S3) afterwards, also comprises:
(S4) at carrying out all test case data of failing to pass through after the test, according to the test logic at every suit test case data place, and the test environment at this test logic place, generate a new test suite;
(S5) be current test suite with described new test suite, repeating said steps (S1) is to (S3).
3. method according to claim 2 is characterized in that, wherein,
If the required execution number of times of current test case data then repeats described step (S2-1-1) according to its required execution number of times greater than 1;
If the required execution number of times of current test logic then repeats described step (S2-1-1) to (S2-1-2) according to its required execution number of times greater than 1;
If the required execution number of times of current test environment then repeats described step (S2-1) to (S2-2) according to its required execution number of times greater than 1;
If the required execution number of times of current test suite then repeats described step (S2) to (S3) according to its required execution number of times greater than 1.
4. method according to claim 1 is characterized in that, has defined one or more test environments in the described test suite; Comprise one or more test logics under each test environment; Comprise one or more sets test case data under each test logic.
5. method according to claim 4 is characterized in that, has also defined in the described test suite:
The execution control information of test suite comprises the execution number of times of test suite and the execution sequence of test environment;
The execution control information of each test environment comprises the execution number of times of this test environment and the execution sequence of test logic wherein;
The execution control information of each test logic comprises the execution number of times of test logic and the execution sequence of test case data wherein;
The execution control information of every suit test case data comprises the execution number of times of test case data.
6. according to each described method among the claim 1-5, it is characterized in that,
In described step (S2), also comprise the current step that test environment is set up corresponding test environment of getting:
In described step (S2-1), also comprise according to the current test logic of getting and set up the step that this test logic moves required special test environment:
In described step (S2-1-1), before carrying out test, also comprise according to the current test case of getting and set up the step that test case is moved required special test environment, after carrying out test, also comprise test environment reverted to according to current and get the step that test set is set up test environment state before;
In described step (S2-1-2), also comprise test environment reverted to according to current and get the step that test set is set up the state before the test environment;
In described step (S2-2), also comprise test environment reverted to according to current and get the step that test set is set up the state before the test environment.
7. according to each described method among the claim 1-5, it is characterized in that described runtime engine and test suite are all realized by the TCL script.
CNB2005101011790A 2005-11-07 2005-11-07 Method for completing product automation test utilizing test kit Expired - Fee Related CN100377109C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2005101011790A CN100377109C (en) 2005-11-07 2005-11-07 Method for completing product automation test utilizing test kit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2005101011790A CN100377109C (en) 2005-11-07 2005-11-07 Method for completing product automation test utilizing test kit

Publications (2)

Publication Number Publication Date
CN1851665A CN1851665A (en) 2006-10-25
CN100377109C true CN100377109C (en) 2008-03-26

Family

ID=37133144

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2005101011790A Expired - Fee Related CN100377109C (en) 2005-11-07 2005-11-07 Method for completing product automation test utilizing test kit

Country Status (1)

Country Link
CN (1) CN100377109C (en)

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102009014698A1 (en) * 2009-03-27 2010-10-07 Abb Ag System and method for automatic testing of a program for safety-related automation systems
CN101526917B (en) * 2009-04-22 2011-08-10 南京大学 Method for reproducing test scripts based on data drive
CN102486749B (en) * 2010-12-03 2015-06-10 中兴通讯股份有限公司 Method and system for data driving test
CN102609352B (en) * 2011-01-19 2014-11-19 阿里巴巴集团控股有限公司 Parallel testing method and parallel testing server
CN102819487A (en) * 2011-06-10 2012-12-12 腾讯科技(深圳)有限公司 Method and device for testing online game
CN102289406A (en) * 2011-08-24 2011-12-21 深圳市万兴软件有限公司 Parameter testing method and device
CN103150249B (en) * 2011-12-07 2015-12-16 北京新媒传信科技有限公司 A kind of method and system of automatic test
CN103164330A (en) * 2011-12-14 2013-06-19 航天信息股份有限公司 Automatic generation method for software test case
CN102722437B (en) * 2012-05-29 2015-12-16 北京空间飞行器总体设计部 A kind of spacecraft-testing system based on assembly and script and method of testing
CN103024439B (en) * 2012-12-27 2014-12-17 贵阳海信电子有限公司 Detection method and system for smart televisions
CN104077215B (en) * 2013-03-26 2017-12-01 腾讯科技(深圳)有限公司 A kind of method for testing software and device
CN103714002B (en) * 2013-12-26 2017-04-19 北京奇虎科技有限公司 Project testing method and device based on configuration system
CN104021083B (en) * 2014-06-17 2017-11-28 珠海格力电器股份有限公司 Method of testing and device
CN104572452B (en) * 2014-12-25 2018-03-30 曙光信息产业(北京)有限公司 The method of testing and device of front end
CN105550102B (en) * 2015-12-02 2018-12-11 广东欧珀移动通信有限公司 A kind of Weather information test method and system
CN105515903A (en) * 2015-12-07 2016-04-20 中国航空工业集团公司西安航空计算技术研究所 Test method of monitoring functions of FC switch
CN105407018A (en) * 2015-12-08 2016-03-16 中国航空工业集团公司西安航空计算技术研究所 Automated testing method for FC switch
CN105630681A (en) * 2015-12-28 2016-06-01 上海瀚之友信息技术服务有限公司 Automatic test method and system based on WEB behavior drive
CN105760299A (en) * 2016-02-18 2016-07-13 云南电网有限责任公司电力科学研究院 Full-automatic script test method based on intelligent substation
CN106021111A (en) * 2016-05-30 2016-10-12 上海携程商务有限公司 Interface testing method and system
CN106201879A (en) * 2016-07-08 2016-12-07 中国银联股份有限公司 A kind of automated testing method and device
CN110928784B (en) * 2019-11-21 2023-09-05 中国民航信息网络股份有限公司 Software testing environment monitoring method and device
CN111294254B (en) * 2020-01-19 2021-11-05 苏州浪潮智能科技有限公司 Equipment site-oriented method, case site-oriented execution method and automatic test platform
CN112131101A (en) * 2020-08-27 2020-12-25 新华三大数据技术有限公司 Automatic testing method, testing terminal and storage medium
CN112860542A (en) * 2021-01-20 2021-05-28 北京神州数字科技有限公司 UI automation test method
CN113377650B (en) * 2021-06-09 2022-06-21 重庆紫光华山智安科技有限公司 Automatic test case operation method and device, test equipment and storage medium
CN113220597B (en) * 2021-06-18 2024-04-16 中国农业银行股份有限公司 Test method, test device, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020082846A1 (en) * 2000-12-21 2002-06-27 Ming-Chih Chang Method and system for generating quality control testing procedures
CN1366235A (en) * 2001-01-17 2002-08-28 仁宝电脑工业股份有限公司 Method and system for generating quality management test program
KR20030033972A (en) * 2001-10-23 2003-05-01 애질런트 테크놀로지스, 인크. Test executive system with tree structure for summarizing results
US20030126586A1 (en) * 2001-12-27 2003-07-03 International Business Machines Corporation Organization of test cases

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020082846A1 (en) * 2000-12-21 2002-06-27 Ming-Chih Chang Method and system for generating quality control testing procedures
CN1366235A (en) * 2001-01-17 2002-08-28 仁宝电脑工业股份有限公司 Method and system for generating quality management test program
KR20030033972A (en) * 2001-10-23 2003-05-01 애질런트 테크놀로지스, 인크. Test executive system with tree structure for summarizing results
US20030126586A1 (en) * 2001-12-27 2003-07-03 International Business Machines Corporation Organization of test cases

Also Published As

Publication number Publication date
CN1851665A (en) 2006-10-25

Similar Documents

Publication Publication Date Title
CN100377109C (en) Method for completing product automation test utilizing test kit
CN100401264C (en) Data-driven automatic testing system and method
CN100353327C (en) Method for realizing product automatic test by test environment composed of test set
CN100401265C (en) Keyword-driven automatic testing system and method
CN107273286B (en) Scene automatic test platform and method for task application
US6167406A (en) System, method and article of manufacture for building an enterprise-wide data model
US6108662A (en) System method and article of manufacture for integrated enterprise-wide control
US6161051A (en) System, method and article of manufacture for utilizing external models for enterprise wide control
US6268853B1 (en) Data structure for use in enterprise controls
US6157864A (en) System, method and article of manufacture for displaying an animated, realtime updated control sequence chart
US6862553B2 (en) Diagnostics method and apparatus for use with enterprise controls
US6993456B2 (en) Mechanical-electrical template based method and apparatus
US20030056150A1 (en) Environment based data driven automated test engine for GUI applications
US20030055836A1 (en) Methods for generating data structures for use with environment based data driven automated test engine for GUI applications
CN101183335A (en) Method and system for realizing embedded software unconventionality testing
CN100362479C (en) System and method for testing measured object based on automatic test script
CN108536593A (en) CS Framework Softwares automated testing method based on UI and system
CN106737676A (en) It is a kind of based on script can secondary development industrial robot programing system
Estévez et al. PLCopen for achieving interoperability between development phases
Lochau et al. Applying model-based software product line testing approaches to the automation engineering domain
Hanna et al. A review of scripting techniques used in automated software testing
CN100370465C (en) Method and system for automatic schedule logic simulation and code coverage rate analysis
CN107122626A (en) The method and system of the bioinformatic analysis of two generations sequencing DNA mutation detection
CN112699055A (en) Software automation test method and system with low maintenance cost
CN100595756C (en) Navigation method for keyword driving

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
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20170927

Address after: 253600 Shandong province Dezhou city Leling City Village Fort head village

Patentee after: Han Cuixia

Address before: 518129 Buji Bantian HUAWEI headquarters office building, Longgang District, Guangdong, Shenzhen

Patentee before: Huawei Technologies Co., Ltd.

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: 20080326

Termination date: 20171107