CN103186457A - Method and device for automatically generating test case - Google Patents

Method and device for automatically generating test case Download PDF

Info

Publication number
CN103186457A
CN103186457A CN2011104523122A CN201110452312A CN103186457A CN 103186457 A CN103186457 A CN 103186457A CN 2011104523122 A CN2011104523122 A CN 2011104523122A CN 201110452312 A CN201110452312 A CN 201110452312A CN 103186457 A CN103186457 A CN 103186457A
Authority
CN
China
Prior art keywords
test case
template
parametric variable
case template
test
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.)
Pending
Application number
CN2011104523122A
Other languages
Chinese (zh)
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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN2011104523122A priority Critical patent/CN103186457A/en
Publication of CN103186457A publication Critical patent/CN103186457A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method and a device for automatically generating a test case. The method comprises the following steps of presetting a standard test case library, wherein the standard test case library comprises test case templates of all check points under a basic functional node and the test case templates comprise parameter variables; extracting a currently required test case template and receiving parameter values input for the corresponding parameter variables by a user; and according to the test case template and the parameter values, generating the test case. According to the invention, the test case can be rapidly and automatically generated and the compiling efficiency of the test case is promoted.

Description

A kind of method and apparatus of automatic generation test case
Technical field
The application relates to the technical field of software test, particularly relates to a kind of method and a kind of automatic generation test case device of automatic generation test case.
Background technology
Test case (Test Case) is a group of test input, executive condition and expected results working out for certain special objective, in order to test certain Program path or examine and whether satisfy certain particular demands.Test case does not have classical definition at present.More common saying is: refer to a specific software product is carried out the description of test assignment, embody testing scheme, method, technology and strategy.Content comprises test target, test environment, input data, testing procedure, expected results, test script etc., and forms document.Different classes of software, test case are different.
What should be noted that is, in software product, the shared proportion of some public functions is increasing.For example, the similar text box of check logic, page turning assembly, public functions such as drop-down choice box; In the prior art, the test case of identity function checkpoint needs design iterations.For example, adopt existing test case generating mode, the function of drop-down choice box is arranged among certain software product A, the Test Engineer need go to design the test case of drop-down choice box when test products A.If the function of drop-down choice box is also arranged among another software product B, just at some options, different on the attributes such as parameter, the Test Engineer needs to go according to business characteristic the test case of the drop-down choice box module of deisgn product B again when test products B.And the mode of this artificial design iterations function check point also causes the omission of function check point easily.
Therefore, need the urgent technical matters that solves of those skilled in the art to be exactly at present: to propose a kind of mechanism of automatic generation test case completely newly, in order to fast automatic generation test case, promote the efficient of writing of test case.
Summary of the invention
The application's purpose is, a kind of method and apparatus of automatic generation test case is provided, and in order to fast automatic generation test case, promotes the efficient of writing of test case.
In order to address the above problem, the application discloses a kind of method of automatic generation test case, specifically can comprise:
The pre-set criteria test case library comprises in the described standard testing use-case storehouse test case template of each checkpoint under the basic function node comprising parametric variable in the described test case template;
Extract current required test case template, and receive the user at the parameter value of corresponding parametric variable input;
Generate test case according to described test case template and parameter value.
Preferably, described current required test case template can comprise:
The test case template of all checkpoints under one or more basic function nodes that the user chooses;
And/or,
Under one or more basic function nodes that the user chooses, the test case template of wherein one or more checkpoints.
Preferably, described parametric variable has sign, and after extracting current required test case template, described method can also comprise:
Locate the corresponding parameters variable according to the test case template that being identified at of described parametric variable extracted;
Show parametric variable in the described test case template at test platform.
Preferably, described according to test case template and parameter value generate test case step can for:
Adopt the corresponding parameters value to replace the parametric variable in the test case template, generate corresponding test case.
Preferably, the test case template of described extraction is a plurality of, and the parameter value of the corresponding input of user is a plurality of, described according to test case template and parameter value generate test case step can for:
Adopt the corresponding parameters value to replace the parametric variable in each test case template respectively, generate corresponding a plurality of test cases in batches.
Preferably, described method can also comprise:
Export described test case.
The application discloses a kind of device of automatic generation test case simultaneously, specifically can comprise:
Standard testing use-case lab setting module is used for the pre-set criteria test case library, comprises the test case template of each checkpoint under the basic function node in the described standard testing use-case storehouse, comprises parametric variable in the described test case template;
The template extraction module is used for extracting current required test case template;
Parameter input module is used for receiving the user at the parameter value of corresponding parametric variable input;
The use-case generation module is used for generating test case according to described test case template and parameter value.
Preferably, described current required test case template can comprise:
The test case template of all checkpoints under one or more basic function nodes that the user chooses;
And/or,
Under one or more basic function nodes that the user chooses, the test case template of wherein one or more checkpoints.
Preferably, described parametric variable has sign, and described device can also comprise:
The parametric variable locating module is used for the test case template location corresponding parameters variable that extracts according to being identified at of described parametric variable;
The parametric variable display module is for the parametric variable of showing described test case template at test platform;
Wherein, described parametric variable locating module links to each other with the template extraction module, and described parametric variable display module links to each other with parameter input module.
Preferably, described test case generation module can comprise:
Replace submodule, be used for adopting the corresponding parameters value to replace the parametric variable of test case template;
Organize submodule, be used for the parameter value of described replacement and the other guide of test case template are organized into test case.
Compared with prior art, the application comprises following advantage:
The application is by the pre-set criteria test case library, and in the test case template in standard testing use-case storehouse, implant parametric variable and carry out parametrization, judge whether the parameter value of needs user input during use according to the variable situation, if, the parameter value of user input is replaced parametric variable in the corresponding test case template, the correspond to actual needs test case of (being that the use-case content meets tested function point) of generation, namely according to test case template and custom parameter in the standard testing use-case storehouse, can be in batches, the test of the required basic function checkpoint of fast automatic generation, thereby promote the design of test case greatly and write efficient, simultaneously also the omission of function check point can be effectively avoided based on perfect standard testing use-case storehouse, and the efficiently multiplexing of basic function test case can be realized.
Description of drawings
Fig. 1 is the flow chart of steps of method embodiment 1 of the application's a kind of automatic generation test case;
Fig. 2 is the flow chart of steps of method embodiment 2 of the application's a kind of automatic generation test case;
Fig. 3 is the structured flowchart of the application's a kind of automatic generation test case device embodiment.
Embodiment
For above-mentioned purpose, the feature and advantage that make the application can become apparent more, below in conjunction with the drawings and specific embodiments the application is described in further detail.
The application's core idea is, by the pre-set criteria test case library, and in the test case template in standard testing use-case storehouse, implant parametric variable and carry out parametrization, obtain the parameter value of user's input in use, the parameter value of user input is replaced parametric variable in the corresponding test case template, generate the test case of correspond to actual needs (being that the test case content meets tested function point).
With reference to Fig. 1, the flow chart of steps of method embodiment 1 that it shows the application's a kind of automatic generation test case specifically can comprise the steps:
Step 101, pre-set criteria test case library;
In the embodiment of the present application, the test case template of each checkpoint under the basic function node can be comprised in the described standard testing use-case storehouse, parametric variable can be comprised in the described test case template.
In specific implementation, checkpoint under described basic function node and each the basic function node can be arranged arbitrarily according to the actual requirements by person skilled, for example, text box is set, the page turning assembly, the basic function node of drop-down choice box etc., and under each basic function node, design complete checkpoint as far as possible comprehensively, to avoid testing the omission in the design, as design checkpoints such as input character length, input character type, generate corresponding test case template at each checkpoint then, i.e. the corresponding test case template of each checkpoint.In the application's the standard testing use-case storehouse, can comprise the test case template that covers the required checkpoint of various basic function modules.
Use the embodiment of the present application, for the part that needs in the test case template often to revise, the part that can change according to business characteristic, the variable parts such as part that can change according to testing requirement, can carry out the setting of parametric variableization, to generate parametric variable at above-mentioned variable part.Described parametric variable i.e. set variable in parameterized process.For example, arrange in the test case template of checkpoint of the input length range restriction under the text box basic function node, comprise parametric variable " text box title ", " maximal value ", " minimum value ".In practice, " " can be considered to the sign of parametric variable, and the content of " " expression namely can be used as parametric variable and handles.
Certainly, the setting of above-mentioned parameter variable and expression mode be all only as example, those skilled in the art according to actual conditions arrange arbitrarily all can, the application need not this to be limited.
Step 102, the current required test case template of extraction, and receive the user at the parameter value of corresponding parametric variable input;
In a preferred embodiment of the present application, described current required test case template can be one, also can specifically can comprise for a plurality of:
The test case template of all checkpoints under one or more basic function nodes that the user chooses;
And/or,
Under one or more basic function nodes that the user chooses, the test case template of wherein one or more checkpoints.
In specific implementation, after user's (being generally the tester) chooses the basic function node, can be by test platform (as CTC, the common test center) test case template of corresponding checkpoint under the selected basic function node of consumer positioning, sign (as above " " in the example) according to described parametric variable extracts parametric variable from described test case template, and the form with the parameter input frame shows the corresponding parameters variable on the application interface of platform, imports the corresponding parameters value to make things convenient for the user.For example, the parameter input option in the corresponding test case template of certain checkpoint comprises 1 in the basic function node of drop-down choice box: clothes, 2: trousers, 3: shoes.These parameter input options are because of concrete professional different different settings that have.If there is not parametric variable in the test case template, then do not need the user to import the corresponding parameters value.Use in the present embodiment, the user can generate the corresponding relation of parametric variable and parameter value, so that subsequent treatment after the input frame of each parameter is imported corresponding parameter value according to current testing requirement.
Need to prove, not only comprise in the described test case template can also comprising other attribute information by parametric variable, as the priority of current checkpoint, the significance level of current checkpoint, the title of current checkpoint etc.; In practice, test case template in the described standard testing use-case storehouse might not be the test case template that comprises parametric variable entirely, also can comprise the test case template that does not comprise parametric variable, in this case, use the embodiment of the present application, then directly generate corresponding test case according to described test case template and get final product.
Step 103, generate test case according to described test case template and parameter value.
By adopting the corresponding parameters value to replace the parametric variable in the test case template, can generate corresponding test case.
When the test case template of described extraction is a plurality of, when the parameter value of the corresponding input of user is a plurality of, then can adopts the corresponding parameters value replace the parametric variable in each test case template respectively, thereby generate corresponding a plurality of test cases in batches.
In concrete the application, after the user has imported the corresponding parameters value at parametric variable, test platform can change into the test case object with the test case template example of correspondence, and the parametric variable in the test case object is replaced to the corresponding parameters value of user input, in batches, robotization generates test case after the parametrization of correspond to actual needs (being that the test case content meets tested function point), in practice, the test case that generates can output to target test case management territory (as case management instrument etc.), also can directly generate files such as excel.
With reference to Fig. 2, the flow chart of steps of method embodiment 2 that it shows the application's a kind of automatic generation test case specifically can comprise the steps:
Step 201, pre-set criteria test case library; Comprise the test case template of each checkpoint under the basic function node in the described standard testing use-case storehouse, comprise parametric variable in the described test case template; Described parametric variable has corresponding parameters variable sign;
Step 202, the current required test case template of extraction are identified at the test case template location corresponding parameters variable that extracts according to parametric variable;
Step 203, show parametric variable in the described test case template at test platform, receive the user at the parameter value of corresponding parametric variable input;
Step 204, adopt the corresponding parameters value to replace the parametric variable in the test case template, generate corresponding test case;
Step 205, export the test case of described generation to assigned address by default form.
For making those skilled in the art understand the application better, below further specify by a concrete example.
When supposing in the product A text box functionality to be arranged, the CTC platform is provided with standard testing use-case storehouse, include text box basic function node, the test case template that corresponding checkpoint is arranged under this basic function node, in test case template, have parametric variable and be " " drop-down choice box title " ", " " input length maximal value " ".
The tester is when the text box functionality of deisgn product A, select text frame basic function node, system gets access to and comprises parametric variable " " text box title " " in this basic function node, " " input length maximal value " ", so show the input frame of these two parameters at the CTC platform, after the corresponding input parameter value of user, as input " comment input frame ", " 140 words ", the CTC platform reads out this test case and generates a test case object from standard testing use-case storehouse, and after " " text box title " " in the test case and " " input length maximal value " " replaced with " comment input frame " and " 140 words " respectively, be output as test case together with other content in the test case template, namely obtain meeting the test case of test comment input frame maximal value scene.
In specific implementation, if setting parameter variable not in the test case template then directly generates test case according to described test case template and gets final product.
Need to prove, for method embodiment, for simple description, so it all is expressed as a series of combination of actions, but those skilled in the art should know, the application is not subjected to the restriction of described sequence of movement, because according to the application, some step can adopt other orders or carry out simultaneously.Secondly, those skilled in the art also should know, the embodiment described in the instructions all belongs to preferred embodiment, and related action and module might not be that the application is necessary.
Moreover above-mentioned each method embodiment all adopts the mode of going forward one by one to describe, and what each embodiment stressed is and the difference of other embodiment that identical similar part is mutually referring to getting final product between each embodiment.
With reference to Fig. 3, the structured flowchart that it shows the application's a kind of automatic generation test case device embodiment 1 specifically can comprise with lower module:
Standard testing use-case lab setting module 301 is used for the pre-set criteria test case library, comprises the test case template of each checkpoint under the basic function node in the described standard testing use-case storehouse, comprises parametric variable in the described test case template;
Template extraction module 302 is used for extracting current required test case template;
Parameter input module 303 is used for receiving the user at the parameter value of corresponding parametric variable input;
Use-case generation module 304 is used for generating test case according to described test case template and parameter value.
In specific implementation, described current required test case template can comprise:
The test case template of all checkpoints under one or more basic function nodes that the user chooses;
And/or,
Under one or more basic function nodes that the user chooses, the test case template of wherein one or more checkpoints.
In a preferred embodiment of the present application, described parametric variable has sign, and described device can also comprise with lower module:
The parametric variable locating module is used for the test case template location corresponding parameters variable that extracts according to being identified at of described parametric variable;
The parametric variable display module is for the parametric variable of showing described test case template at test platform;
Wherein, described parametric variable locating module links to each other with template extraction module 302, and described parametric variable display module links to each other with parameter input module 303.
Use present embodiment, after template extraction module 302 is extracted current required test case template, can locate the corresponding parameters variable by the test case template that the parametric variable locating module extracts according to being identified at of described parametric variable; Show parametric variable in the described test case template by the parametric variable display module at test platform again; Receive the user at the parameter value of corresponding parametric variable input by parameter input module 303 then.
As the concrete a kind of example used of the embodiment of the present application, described test case generation module 304 can comprise following submodule:
Replace submodule, be used for adopting the corresponding parameters value to replace the parametric variable of test case template;
Organize submodule, be used for the parameter value of described replacement and the other guide of test case template are organized into test case.
In specific implementation, the test case template of described extraction is a plurality of, the parameter value of the corresponding input of user is a plurality of, described test case generation module can also adopt the corresponding parameters value to replace the parametric variable in each test case template respectively, to generate corresponding a plurality of test cases in batches.
Preferred embodiment more, the embodiment of the present application can also comprise the use-case output module, is used for the described test case of output.Specifically can export the test case of described generation to assigned address by default form.
For system embodiment, because it is similar substantially to method embodiment, so description is fairly simple, relevant part gets final product referring to the part explanation of method embodiment.
The application can be used in numerous general or special purpose computingasystem environment or the configuration.For example: personal computer, server computer, handheld device or portable set, plate equipment, multicomputer system, the system based on microprocessor, set top box, programmable consumer-elcetronics devices, network PC, small-size computer, mainframe computer, comprise distributed computing environment of above any system or equipment etc.
The application can describe in the general context of the computer executable instructions of being carried out by computing machine, for example program module.Usually, program module comprises the routine carrying out particular task or realize particular abstract data type, program, object, assembly, data structure etc.Also can in distributed computing environment, put into practice the application, in these distributed computing environment, be executed the task by the teleprocessing equipment that is connected by communication network.In distributed computing environment, program module can be arranged in the local and remote computer-readable storage medium that comprises memory device.
More than method and a kind of automatic generation test case device of a kind of automatic generation test case that the application is provided be described in detail, used specific case herein the application's principle and embodiment are set forth, the explanation of above embodiment just is used for helping to understand the application's method and core concept thereof; Simultaneously, for one of ordinary skill in the art, according to the application's thought, the part that all can change in specific embodiments and applications, in sum, this description should not be construed as the restriction to the application.

Claims (10)

1. a method that generates test case automatically is characterized in that, comprising:
The pre-set criteria test case library comprises in the described standard testing use-case storehouse test case template of each checkpoint under the basic function node comprising parametric variable in the described test case template;
Extract current required test case template, and receive the user at the parameter value of corresponding parametric variable input;
Generate test case according to described test case template and parameter value.
2. method according to claim 1 is characterized in that, described current required test case template comprises:
The test case template of all checkpoints under one or more basic function nodes that the user chooses;
And/or,
Under one or more basic function nodes that the user chooses, the test case template of wherein one or more checkpoints.
3. method according to claim 1 is characterized in that, described parametric variable has sign, and after extracting current required test case template, described method also comprises:
Locate the corresponding parameters variable according to the test case template that being identified at of described parametric variable extracted;
Show parametric variable in the described test case template at test platform.
4. according to claim 1 or 2 or 3 described methods, it is characterized in that described step according to test case template and parameter value generation test case is:
Adopt the corresponding parameters value to replace the parametric variable in the test case template, generate corresponding test case.
5. according to claim 1 or 2 or 3 described methods, it is characterized in that the test case template of described extraction is a plurality of, the parameter value of the corresponding input of user is a plurality of, and described step according to test case template and parameter value generation test case is:
Adopt the corresponding parameters value to replace the parametric variable in each test case template respectively, generate corresponding a plurality of test cases in batches.
6. method according to claim 1 is characterized in that, also comprises:
Export described test case.
7. a device that generates test case automatically is characterized in that, comprising:
Standard testing use-case lab setting module is used for the pre-set criteria test case library, comprises the test case template of each checkpoint under the basic function node in the described standard testing use-case storehouse, comprises parametric variable in the described test case template;
The template extraction module is used for extracting current required test case template;
Parameter input module is used for receiving the user at the parameter value of corresponding parametric variable input;
The use-case generation module is used for generating test case according to described test case template and parameter value.
8. device according to claim 7 is characterized in that, described current required test case template comprises:
The test case template of all checkpoints under one or more basic function nodes that the user chooses;
And/or,
Under one or more basic function nodes that the user chooses, the test case template of wherein one or more checkpoints.
9. device according to claim 8 is characterized in that, described parametric variable has sign, and described device also comprises:
The parametric variable locating module is used for the test case template location corresponding parameters variable that extracts according to being identified at of described parametric variable;
The parametric variable display module is for the parametric variable of showing described test case template at test platform;
Wherein, described parametric variable locating module links to each other with the template extraction module, and described parametric variable display module links to each other with parameter input module.
10. according to claim 7 or 8 or 9 described devices, it is characterized in that described test case generation module comprises:
Replace submodule, be used for adopting the corresponding parameters value to replace the parametric variable of test case template;
Organize submodule, be used for the parameter value of described replacement and the other guide of test case template are organized into test case.
CN2011104523122A 2011-12-29 2011-12-29 Method and device for automatically generating test case Pending CN103186457A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011104523122A CN103186457A (en) 2011-12-29 2011-12-29 Method and device for automatically generating test case

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011104523122A CN103186457A (en) 2011-12-29 2011-12-29 Method and device for automatically generating test case

Publications (1)

Publication Number Publication Date
CN103186457A true CN103186457A (en) 2013-07-03

Family

ID=48677633

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011104523122A Pending CN103186457A (en) 2011-12-29 2011-12-29 Method and device for automatically generating test case

Country Status (1)

Country Link
CN (1) CN103186457A (en)

Cited By (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103631720A (en) * 2013-12-20 2014-03-12 百度在线网络技术(北京)有限公司 Method and device for generating test case
CN103631719A (en) * 2013-12-12 2014-03-12 用友软件股份有限公司 Web automated testing method and device
CN103838672A (en) * 2014-03-04 2014-06-04 中国工商银行股份有限公司 Automated testing method and device for all-purpose financial statements
CN104123227A (en) * 2014-08-13 2014-10-29 广东电网公司信息中心 Method for automatically generating testing cases
CN104199767A (en) * 2014-08-19 2014-12-10 北京金山安全软件有限公司 Test method and device
CN104503900A (en) * 2014-11-21 2015-04-08 北京奇虎科技有限公司 Test case generation method and device
CN104572252A (en) * 2015-02-09 2015-04-29 北京润科通用技术有限公司 Batch simulation method and batch simulation device
CN104679658A (en) * 2015-03-17 2015-06-03 百度在线网络技术(北京)有限公司 Test method and test system for WEB pages
CN104731698A (en) * 2013-12-20 2015-06-24 深圳中兴力维技术有限公司 Abnormal test case automatic generation processing method and device based on automatic tests
CN105446865A (en) * 2014-07-09 2016-03-30 阿里巴巴集团控股有限公司 Test method and device under multi-environment
CN105812194A (en) * 2014-12-30 2016-07-27 航天信息股份有限公司 Method and system for generating performance test message
CN105824753A (en) * 2016-03-17 2016-08-03 浪潮通用软件有限公司 Object-oriented test case design method
CN106292647A (en) * 2016-10-27 2017-01-04 北京新能源汽车股份有限公司 Method and device for testing operation condition of motor controller
CN106294107A (en) * 2015-05-27 2017-01-04 富士通株式会社 The method and apparatus generating the test case of Webpage
CN106354634A (en) * 2016-08-25 2017-01-25 青岛海信传媒网络技术有限公司 Interface testing method and device
CN106407105A (en) * 2016-08-26 2017-02-15 上海合福信息科技有限公司 Test design book generation method
CN106526506A (en) * 2016-11-03 2017-03-22 武汉通畅汽车电子照明有限公司 LED automobile headlamp test case automatic generation method
CN106528395A (en) * 2015-09-09 2017-03-22 阿里巴巴集团控股有限公司 Test case generation method and apparatus
CN106708723A (en) * 2015-11-13 2017-05-24 阿里巴巴集团控股有限公司 Testing and verifying methods and apparatuses
CN106897206A (en) * 2015-12-18 2017-06-27 阿里巴巴集团控股有限公司 A kind of service test method and device
CN107402878A (en) * 2016-05-19 2017-11-28 北京京东尚科信息技术有限公司 Method of testing and device
CN107766226A (en) * 2016-08-18 2018-03-06 北京金山云网络技术有限公司 A kind of method of testing and device
CN107908549A (en) * 2017-10-24 2018-04-13 北京小米移动软件有限公司 Method for generating test case, device and computer-readable recording medium
CN107967212A (en) * 2017-12-05 2018-04-27 广州酷狗计算机科技有限公司 Generation method, the device and system of RF use-cases
CN108400906A (en) * 2018-02-07 2018-08-14 北京天融信网络安全技术有限公司 A kind of automated testing method, device, storage medium and computer equipment
CN108572910A (en) * 2017-03-14 2018-09-25 百度在线网络技术(北京)有限公司 Experimental method and device for client
CN108595324A (en) * 2018-04-09 2018-09-28 中国银行股份有限公司 Test cases reuse management method and system
CN108845927A (en) * 2018-05-04 2018-11-20 联动优势电子商务有限公司 A kind of screening technique and device of test case
CN109062752A (en) * 2018-07-19 2018-12-21 郑州云海信息技术有限公司 A kind of fault-tolerant automation safety detecting method of height and device of BMC
CN109308265A (en) * 2018-10-26 2019-02-05 广州酷狗计算机科技有限公司 The method and apparatus for generating negative testing use-case
CN109446099A (en) * 2018-11-09 2019-03-08 贵州医渡云技术有限公司 Automatic test cases generation method, device, medium and electronic equipment
CN109471791A (en) * 2018-09-25 2019-03-15 中国电力科学研究院有限公司 A kind of demand response communication consistency testing system and method
CN109697167A (en) * 2018-12-27 2019-04-30 江苏满运软件科技有限公司 Management method, system, electronic equipment and the storage medium of test variable
CN109726105A (en) * 2018-05-15 2019-05-07 平安普惠企业管理有限公司 Test data building method, device, equipment and storage medium
CN109885474A (en) * 2018-12-14 2019-06-14 平安万家医疗投资管理有限责任公司 Test case edit methods and device, terminal and computer readable storage medium
CN110096445A (en) * 2019-05-06 2019-08-06 北京长城华冠汽车科技股份有限公司 A kind of model is in ring test method and device
CN110618927A (en) * 2019-06-20 2019-12-27 北京无限光场科技有限公司 Method and apparatus for testing applications
CN110659197A (en) * 2018-06-28 2020-01-07 亿度慧达教育科技(北京)有限公司 Application test case generation method and device and software test system
CN110955593A (en) * 2019-10-28 2020-04-03 北京三快在线科技有限公司 Client test method and device, electronic equipment and readable storage medium
CN111444104A (en) * 2020-04-01 2020-07-24 山东汇贸电子口岸有限公司 OpenStack function test method
CN111597081A (en) * 2020-05-21 2020-08-28 北京润科通用技术有限公司 Test case design method and device
CN112180890A (en) * 2019-07-05 2021-01-05 北京新能源汽车股份有限公司 Test case generation method, device and equipment
CN112583663A (en) * 2020-12-08 2021-03-30 吉林大学 Automatic network performance testing method based on domestic operating system
CN112579465A (en) * 2020-12-25 2021-03-30 中国农业银行股份有限公司 Test case execution method and device, storage medium and equipment
CN113220563A (en) * 2021-04-12 2021-08-06 成都安易迅科技有限公司 Test case generation method and system, storage medium and computer equipment
CN113468065A (en) * 2021-07-19 2021-10-01 京东科技控股股份有限公司 Test case operation method and device
CN113778842A (en) * 2020-08-25 2021-12-10 北京沃东天骏信息技术有限公司 Fault-tolerant test method and device, electronic equipment and storage medium
CN114070764A (en) * 2020-08-07 2022-02-18 中国电信股份有限公司 Network Function Virtualization (NFV) test method, device and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030204784A1 (en) * 2002-04-29 2003-10-30 Jorapur Gopal P. System and method for automatic test case generation
KR100790470B1 (en) * 2005-12-05 2008-01-02 한국전자통신연구원 Method and apparatus for automatically generating test case for device driver test
CN101526919A (en) * 2009-04-29 2009-09-09 福建星网锐捷网络有限公司 Method for generating script files to test Web application software and device thereof
CN101221530B (en) * 2008-01-22 2010-06-16 中兴通讯股份有限公司 Method for automatically leading in test cases

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030204784A1 (en) * 2002-04-29 2003-10-30 Jorapur Gopal P. System and method for automatic test case generation
KR100790470B1 (en) * 2005-12-05 2008-01-02 한국전자통신연구원 Method and apparatus for automatically generating test case for device driver test
CN101221530B (en) * 2008-01-22 2010-06-16 中兴通讯股份有限公司 Method for automatically leading in test cases
CN101526919A (en) * 2009-04-29 2009-09-09 福建星网锐捷网络有限公司 Method for generating script files to test Web application software and device thereof

Cited By (69)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103631719A (en) * 2013-12-12 2014-03-12 用友软件股份有限公司 Web automated testing method and device
CN103631720A (en) * 2013-12-20 2014-03-12 百度在线网络技术(北京)有限公司 Method and device for generating test case
CN104731698A (en) * 2013-12-20 2015-06-24 深圳中兴力维技术有限公司 Abnormal test case automatic generation processing method and device based on automatic tests
CN103631720B (en) * 2013-12-20 2016-08-17 百度在线网络技术(北京)有限公司 The generation method and apparatus of test case
CN103838672A (en) * 2014-03-04 2014-06-04 中国工商银行股份有限公司 Automated testing method and device for all-purpose financial statements
CN103838672B (en) * 2014-03-04 2016-12-07 中国工商银行股份有限公司 The automated testing method of a kind of all-purpose financial statements and device
CN105446865B (en) * 2014-07-09 2019-06-28 阿里巴巴集团控股有限公司 Test method and device under a variety of environment
CN105446865A (en) * 2014-07-09 2016-03-30 阿里巴巴集团控股有限公司 Test method and device under multi-environment
CN104123227A (en) * 2014-08-13 2014-10-29 广东电网公司信息中心 Method for automatically generating testing cases
CN104199767A (en) * 2014-08-19 2014-12-10 北京金山安全软件有限公司 Test method and device
CN104503900A (en) * 2014-11-21 2015-04-08 北京奇虎科技有限公司 Test case generation method and device
CN105812194A (en) * 2014-12-30 2016-07-27 航天信息股份有限公司 Method and system for generating performance test message
CN104572252A (en) * 2015-02-09 2015-04-29 北京润科通用技术有限公司 Batch simulation method and batch simulation device
CN104572252B (en) * 2015-02-09 2017-08-11 北京润科通用技术有限公司 Criticize emulation mode and device
CN104679658B (en) * 2015-03-17 2018-11-13 百度在线网络技术(北京)有限公司 The test method and system of WEB page
CN104679658A (en) * 2015-03-17 2015-06-03 百度在线网络技术(北京)有限公司 Test method and test system for WEB pages
CN106294107A (en) * 2015-05-27 2017-01-04 富士通株式会社 The method and apparatus generating the test case of Webpage
CN106528395B (en) * 2015-09-09 2019-08-23 阿里巴巴集团控股有限公司 The generation method and device of test case
CN106528395A (en) * 2015-09-09 2017-03-22 阿里巴巴集团控股有限公司 Test case generation method and apparatus
CN106708723B (en) * 2015-11-13 2019-11-08 阿里巴巴集团控股有限公司 A kind of test, method of calibration and device
CN106708723A (en) * 2015-11-13 2017-05-24 阿里巴巴集团控股有限公司 Testing and verifying methods and apparatuses
CN106897206A (en) * 2015-12-18 2017-06-27 阿里巴巴集团控股有限公司 A kind of service test method and device
CN106897206B (en) * 2015-12-18 2020-06-02 阿里巴巴集团控股有限公司 Service testing method and device
CN105824753A (en) * 2016-03-17 2016-08-03 浪潮通用软件有限公司 Object-oriented test case design method
CN107402878A (en) * 2016-05-19 2017-11-28 北京京东尚科信息技术有限公司 Method of testing and device
CN107402878B (en) * 2016-05-19 2020-09-01 北京京东尚科信息技术有限公司 Test method and device
CN107766226A (en) * 2016-08-18 2018-03-06 北京金山云网络技术有限公司 A kind of method of testing and device
CN106354634A (en) * 2016-08-25 2017-01-25 青岛海信传媒网络技术有限公司 Interface testing method and device
CN106407105A (en) * 2016-08-26 2017-02-15 上海合福信息科技有限公司 Test design book generation method
CN106407105B (en) * 2016-08-26 2019-02-01 上海合福信息科技有限公司 A kind of test design sheets generation method
CN106292647B (en) * 2016-10-27 2019-01-01 北京新能源汽车股份有限公司 Method and device for testing operation condition of motor controller
CN106292647A (en) * 2016-10-27 2017-01-04 北京新能源汽车股份有限公司 Method and device for testing operation condition of motor controller
CN106526506A (en) * 2016-11-03 2017-03-22 武汉通畅汽车电子照明有限公司 LED automobile headlamp test case automatic generation method
CN108572910A (en) * 2017-03-14 2018-09-25 百度在线网络技术(北京)有限公司 Experimental method and device for client
CN107908549A (en) * 2017-10-24 2018-04-13 北京小米移动软件有限公司 Method for generating test case, device and computer-readable recording medium
CN107967212A (en) * 2017-12-05 2018-04-27 广州酷狗计算机科技有限公司 Generation method, the device and system of RF use-cases
CN108400906A (en) * 2018-02-07 2018-08-14 北京天融信网络安全技术有限公司 A kind of automated testing method, device, storage medium and computer equipment
CN108400906B (en) * 2018-02-07 2021-02-19 北京天融信网络安全技术有限公司 Automatic testing method and device, storage medium and computer equipment
CN108595324A (en) * 2018-04-09 2018-09-28 中国银行股份有限公司 Test cases reuse management method and system
CN108845927A (en) * 2018-05-04 2018-11-20 联动优势电子商务有限公司 A kind of screening technique and device of test case
CN108845927B (en) * 2018-05-04 2021-12-07 联动优势电子商务有限公司 Test case screening method and device
CN109726105A (en) * 2018-05-15 2019-05-07 平安普惠企业管理有限公司 Test data building method, device, equipment and storage medium
CN109726105B (en) * 2018-05-15 2023-11-28 深圳市易行网数字科技有限公司 Test data construction method, device, equipment and storage medium
CN110659197B (en) * 2018-06-28 2021-05-25 亿度慧达教育科技(北京)有限公司 Application test case generation method and device and software test system
CN110659197A (en) * 2018-06-28 2020-01-07 亿度慧达教育科技(北京)有限公司 Application test case generation method and device and software test system
CN109062752A (en) * 2018-07-19 2018-12-21 郑州云海信息技术有限公司 A kind of fault-tolerant automation safety detecting method of height and device of BMC
CN109471791A (en) * 2018-09-25 2019-03-15 中国电力科学研究院有限公司 A kind of demand response communication consistency testing system and method
CN109308265A (en) * 2018-10-26 2019-02-05 广州酷狗计算机科技有限公司 The method and apparatus for generating negative testing use-case
CN109446099A (en) * 2018-11-09 2019-03-08 贵州医渡云技术有限公司 Automatic test cases generation method, device, medium and electronic equipment
CN109885474A (en) * 2018-12-14 2019-06-14 平安万家医疗投资管理有限责任公司 Test case edit methods and device, terminal and computer readable storage medium
CN109697167A (en) * 2018-12-27 2019-04-30 江苏满运软件科技有限公司 Management method, system, electronic equipment and the storage medium of test variable
CN109697167B (en) * 2018-12-27 2022-03-25 江苏满运软件科技有限公司 Method and system for managing test variables, electronic device and storage medium
CN110096445A (en) * 2019-05-06 2019-08-06 北京长城华冠汽车科技股份有限公司 A kind of model is in ring test method and device
CN110618927A (en) * 2019-06-20 2019-12-27 北京无限光场科技有限公司 Method and apparatus for testing applications
CN112180890A (en) * 2019-07-05 2021-01-05 北京新能源汽车股份有限公司 Test case generation method, device and equipment
CN110955593A (en) * 2019-10-28 2020-04-03 北京三快在线科技有限公司 Client test method and device, electronic equipment and readable storage medium
CN110955593B (en) * 2019-10-28 2023-07-14 北京三快在线科技有限公司 Client testing method and device, electronic equipment and readable storage medium
CN111444104A (en) * 2020-04-01 2020-07-24 山东汇贸电子口岸有限公司 OpenStack function test method
CN111444104B (en) * 2020-04-01 2023-04-07 山东汇贸电子口岸有限公司 OpenStack function test method
CN111597081B (en) * 2020-05-21 2023-07-14 北京润科通用技术有限公司 Test case design method and device
CN111597081A (en) * 2020-05-21 2020-08-28 北京润科通用技术有限公司 Test case design method and device
CN114070764A (en) * 2020-08-07 2022-02-18 中国电信股份有限公司 Network Function Virtualization (NFV) test method, device and system
CN113778842A (en) * 2020-08-25 2021-12-10 北京沃东天骏信息技术有限公司 Fault-tolerant test method and device, electronic equipment and storage medium
CN112583663A (en) * 2020-12-08 2021-03-30 吉林大学 Automatic network performance testing method based on domestic operating system
CN112579465A (en) * 2020-12-25 2021-03-30 中国农业银行股份有限公司 Test case execution method and device, storage medium and equipment
CN112579465B (en) * 2020-12-25 2024-08-06 中国农业银行股份有限公司 Test case execution method, device, storage medium and equipment
CN113220563A (en) * 2021-04-12 2021-08-06 成都安易迅科技有限公司 Test case generation method and system, storage medium and computer equipment
CN113220563B (en) * 2021-04-12 2023-11-17 成都安易迅科技有限公司 Test case generation method, system, storage medium and computer equipment
CN113468065A (en) * 2021-07-19 2021-10-01 京东科技控股股份有限公司 Test case operation method and device

Similar Documents

Publication Publication Date Title
CN103186457A (en) Method and device for automatically generating test case
US9557988B2 (en) Workflow-based application generator
CN105404507A (en) Process template construction method and system
CN110941427B (en) Code generation method and code generator
CN110807002B (en) Report generation method, system and equipment based on workflow and storage medium
CN108804322A (en) Automated testing method, device, computer equipment and storage medium
CN111859830A (en) Verification plan and report generation method, device, equipment and storage medium
CN110442441B (en) Data processing method and device, readable storage medium and terminal equipment
CN105988996A (en) Index file generation method and device
CN104267966A (en) Method and device for generating program codes of software
CN104657274A (en) Method and device for testing software interface
CN109241026A (en) The method, apparatus and system of data management
CN102929646A (en) Application program production method and device
CN108803996A (en) Graphic file processing method, device, computer equipment and storage medium
CN110765750A (en) Report data entry method and terminal equipment
CN104318459A (en) Automatic market analysis method based on multi-mode learning
CN106294530B (en) The method and system of rule match
CN112463596B (en) Test case data processing method, device and equipment and processing equipment
CN112597023A (en) Case management method and device based on guide picture, computer equipment and storage medium
CN117236624A (en) Issue repairer recommendation method and apparatus based on dynamic graph
CN108089871A (en) Automatic updating method of software, device, equipment and storage medium
US10289788B1 (en) System and method for suggesting components associated with an electronic design
CN111506305A (en) Tool kit generation method and device, computer equipment and readable storage medium
CN104239072A (en) Method and device for generating software procedure code
CN109614519A (en) Data lead-in method and data importing 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
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1182808

Country of ref document: HK

RJ01 Rejection of invention patent application after publication

Application publication date: 20130703

RJ01 Rejection of invention patent application after publication