CN105447003A - Parameter set generation method and device - Google Patents

Parameter set generation method and device Download PDF

Info

Publication number
CN105447003A
CN105447003A CN201410387086.8A CN201410387086A CN105447003A CN 105447003 A CN105447003 A CN 105447003A CN 201410387086 A CN201410387086 A CN 201410387086A CN 105447003 A CN105447003 A CN 105447003A
Authority
CN
China
Prior art keywords
parameter
value
parameter sets
null
sets
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
CN201410387086.8A
Other languages
Chinese (zh)
Other versions
CN105447003B (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.)
Advanced Nova Technology Singapore Holdings 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 CN201410387086.8A priority Critical patent/CN105447003B/en
Publication of CN105447003A publication Critical patent/CN105447003A/en
Application granted granted Critical
Publication of CN105447003B publication Critical patent/CN105447003B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The application provides a parameter set generation method. The method comprises following steps: determining types about parameter sets to be generated; and generating corresponding parameter sets according to respective characteristics of non-nullable parameter sets, effectively parameter sets and invalid business data sets. The parameter set generation method and device have following beneficial effects: automatic generation of test data sets is achieved; manual operation is reduced; and efficiency and comprehensiveness of test cases are greatly enhanced. The application further provides a parameter set generation device.

Description

A kind of parameter sets generates method and apparatus
Technical field
The application relates to communication technical field, particularly a kind of parameter sets generation method.The application also relates to a kind of parameter sets simultaneously and generates equipment.
Background technology
In prior art, after Software Development completes, in order to ensure that software systems can realize the demand of expecting, need to test software.Test Engineer, by the understanding to demand and design documentation, writes test case, simulates actual use scenes and test software, the correct and safe operation of safeguards system.In the structure system of current SOA, undertaken alternately by the good interface of definition between application.Follow testing authentication criterion from inside to outside, the testing authentication for interface service is particularly important in SOA framework system.The instruments such as current junit, nunit and testng can support the test based on interface.But these instruments all only provide test frame, do not comprise the function of basic test data genaration.Along with the development of technology, having in modern quality certification system is that the interface provided for system external is tested greatly.In this section in interface testing, a considerable amount of test case is had to be the checking of the docking port test parameter validity without business implication.
Inventor finds in the process realizing the application, test case of the prior art is all by manually producing, like this when a new applied software development completes, just need to generate a large amount of specific aim data sets to test for it, technician often needs a large amount of time and efforts of waste to carry out plane-generating test parameter collection, and so not only workload is large but also loaded down with trivial details assignment operation itself is also easy to make mistakes.Therefore, the test parameter collection how accurately Mass production is dissimilar, becomes the technical scheme that those skilled in the art are urgently to be resolved hurrily.
Summary of the invention
This application provides a kind of parameter sets generation method, in order to solve the problem of the test parameter set that cannot produce specified type in prior art in batches, comprising:
Determine the type needing the parameter sets generated;
When described type is non-NULL parameter sets, generating one of them parameter is null value, other parameters are the non-NULL parameter sets of effectively value arbitrarily, the number of described non-NULL parameter sets is identical with the quantity of the parameter comprised in described parameter sets, and value is that the parameter of null value is different between different non-NULL parameter sets;
When described type is actual parameter set, generate the actual parameter set that all parameters are effectively value arbitrarily, and described multiple actual parameter set is different;
When described type is invalid business datum set, generating one of them parameter is invalid value, other parameters are the Invalid parameter set of effectively value arbitrarily, the Invalid parameter set of all generations contains the invalid value of each parameter, and is that the parameter of invalid value is different between different Invalid parameter set.
Correspondingly, the invention allows for a kind of parameter sets and generate equipment, comprising:
Determination module, for determining the type needing the parameter sets generated;
Generation module, for when determining that described type is non-NULL parameter sets when described determination module, generating one of them parameter is null value, other parameters are the non-NULL parameter sets of effectively value arbitrarily, the number of described non-NULL parameter sets is identical with the quantity of the parameter comprised in described parameter sets, and value is that the parameter of null value is different between different non-NULL parameter sets; When described determination module determines that described type is actual parameter set, generate the actual parameter set that all parameters are effectively value arbitrarily, and described multiple actual parameter set is different; When described determination module determines that described type is invalid business datum set, generating one of them parameter is invalid value, other parameters are the Invalid parameter set of effectively value arbitrarily, the Invalid parameter set of all generations contains the invalid value of each parameter, and is that the parameter of invalid value is different between different Invalid parameter set.
By applying above technical scheme, after determining the type needing the parameter sets generated, generate corresponding parameter sets according to its respective feature of non-NULL parameter sets, actual parameter set and invalid business datum set respectively.The batch achieving test data set generates automatically, decreases manual operation, drastically increases the comprehensive of efficiency and test case.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of a kind of parameter sets generation method that the application proposes;
A kind of parameter sets that Fig. 2 proposes for the application's specific embodiment generates method flow schematic diagram;
Fig. 3 is the structural representation of a kind of parameter sets generation equipment that the application proposes.
Embodiment
As stated in the Background Art, current prior art there is no method automatic Data Generation Test, needs manpower intervention, especially when input parameter is more, easily slips, and Test coverage can be caused imperfect.For these shortcomings, the present invention proposes a kind of method of the automatic generation function test datas such as type according to input parameter, length, form, and the test case can verified according to the definition automatic generation function of interface parameters, comprise effective, invalid equivalence class and combined test data, thus save the energy of tester, make it to put in the operation flow test more needing manual intervention.
As shown in Figure 1, be the schematic flow sheet of a kind of parameter sets generation method that the present invention proposes, comprise the following steps:
S101, determines the type needing the parameter sets generated.
Before this step, also need the type determining invalidating value corresponding with each parameter in described parameter sets, then generate all possible described effective value and described invalid value according to the type of described invalidating value.
S102, when described type is non-NULL parameter sets, generating one of them parameter is null value, other parameters are the non-NULL parameter sets of effectively value arbitrarily, the number of described non-NULL parameter sets is identical with the quantity of the parameter comprised in described parameter sets, and value is that the parameter of null value is different between different non-NULL parameter sets.
Particularly, in the generation step of this non-NULL parameter sets, first by parameter sets new for generation one, judge that whether each parameter in described new parameter set is corresponding subsequently successively and there is the non-NULL parameter sets that value is null value, be that the parameter of the corresponding non-NULL parameter sets of null value nullifies by still there is not value, and other parameters in described new parameter set are set to effective value of arbitrary correspondence.If each parameter in described new parameter set is all corresponding there is the non-NULL parameter sets that value is null value, then ends process and delete described parameter sets.
S103, when described type is actual parameter set, generate the actual parameter set that all parameters are effectively value arbitrarily, and described multiple actual parameter set is different.
In the generation step of this actual parameter set, first new parameter sets will be generated, then effective value that in parameter sets described in varying cyclically, each parameter is corresponding, judges that whether the parameter sets after changing is different from the actual parameter set generated, processes respectively according to following two kinds of situations:
If there is the parameter sets all different from the actual parameter set generated, then using described parameter sets as new actual parameter set, and continue to generate new parameter sets;
If the parameter sets that the actual parameter set do not existed and generate is all different, then end process and delete described new parameter set.
S104, when described type is invalid business datum set, generating one of them parameter is invalid value, other parameters are the Invalid parameter set of effectively value arbitrarily, the Invalid parameter set of all generations contains the invalid value of each parameter, and is that the parameter of invalid value is different between different Invalid parameter set.
In order to generate invalid business datum set, in concrete implementation procedure, the invalid value of this step first corresponding to parameter each in described parameter sets generates multiple new parameter set, and the quantity of the invalid value that the quantity of described multiple new parameter set is corresponding with all parameters of described parameter sets is identical; Successively a certain parameter in described multiple new parameter set is set to the invalid value corresponding with it subsequently, and gives arbitrary effective value by other parameters in each described multiple new parameter set except described a certain parameter.
It is to be noted; above S102, S103 and S104 be all in order to " non-NULL parameter sets " clearly can be set forth, the generative process of " actual parameter set " and " invalid business datum set " three identifies in addition; its precedence is can carry out replacing or removing according to actual conditions to those skilled in the art, and this does not affect the protection domain of the application.
In order to set forth the technological thought of the application further, the existing treatment scheme combined as shown in Figure 2, is described the technical scheme of the application.
First, following 3 modules are set in the technical scheme of the application's specific embodiment:
(1) basic data definition module
This module is used for carrying out abstract and definition to current conventional data type, comprises some necessary descriptions that will produce equivalence class data.Be exemplified below:
Structchar_test{intlength, char (3) type}; Definition character type herein, comprises the length of character string, type that character string allows (1 numeral 2 alphabetical 3 special characters, can multiselect).
Structdigital_test{intlength_Int, intlength_decimal}; What define is the numeric type of conventional meaning herein, needs the length of integral part and the length of fraction part are described.
Structenum_test{charname [100], what structenum_test*next} defined herein is an enumeration type, and all enumerated values by single linked list string together.
(2) input parameter definition module
For the interface needing test, need the type, the length that are defined each input parameter by input parameter definition module, and whether controlled.The factor of definition is needed to depend on the definition of basic data.Define rear program the data of these instantiations are saved.
(3) Test data generation module
This module is module more crucial in whole scheme, can solidify effective and invalid equivalence class test data corresponding to often kind of base data type at this, and generates the Assembly Listing of parameters according to test principle, the test data that final generation is a complete.
For 3 class type of foundations presented hereinbefore, be the character string type of N for length, effective equivalence class comprises the character string combinations meeting call format that length is N.The character string combinations not meeting call format that invalid equivalence class comprises the character string meeting call format that length is N+1, length is N.And be N for integral part length, fraction length is the numeral of M, and effective equivalence class is 9****9.9**9, and wherein integral part length is N, and fraction length is M.Invalid equivalence class is integral part overlength, fraction part overlength and 0 respectively.For enumerating class, effective equivalence class is all enumerated values, and the quantity of effective equivalence class is the number enumerated, and invalid equivalence class is the character string of stochastic generation and the character not identical with enumerated value.
It is to be noted; although the explanation of module and invalidating equivalence class are illustrated for above three in the embodiment of the present application; but the classification included by invalidating equivalence class is not limited in this; those skilled in the art can carry out other expansion on the basis of invalidating value, and this does not affect protection scope of the present invention.
When after the equivalence class test data that can generate individual data, can start to generate combined test data.Suppose that input parameter has N number of, distinguish with different types, the algorithm of generating test use case is as follows in order:
(1) generating mode of non-NULL test case: circulation N time, one of them parameter value is empty, and other stochastic parameters get an effective equivalence class.
(2) generating mode of effective traffic test case: ON cycle, the effective equivalence class of each stochastic parameter, when one group of test case and other effective traffic test case repeat, terminates.
(3) generating mode of wireless parameter test case: circulation N time, to each parameter, its invalid equivalence class is got in circulation, and other parameters get random effectively equivalence class.The number of the test case of final generation is the quantity sum of all invalid equivalence classes.
Corresponding to above three types, the test case form finally generated is schematically as follows shown in table 1:
Table 1
For reaching above technical purpose, the application also proposed a kind of parameter sets and generates equipment, as shown in Figure 3, comprising:
Determination module 310, for determining the type needing the parameter sets generated;
Generation module 320, for when determining that described type is non-NULL parameter sets when described determination module, generating one of them parameter is null value, other parameters are the non-NULL parameter sets of effectively value arbitrarily, the number of described non-NULL parameter sets is identical with the quantity of the parameter comprised in described parameter sets, and value is that the parameter of null value is different between different non-NULL parameter sets; When described determination module determines that described type is actual parameter set, generate the actual parameter set that all parameters are effectively value arbitrarily, and described multiple actual parameter set is different; When described determination module determines that described type is invalid business datum set, generating one of them parameter is invalid value, other parameters are the Invalid parameter set of effectively value arbitrarily, the Invalid parameter set of all generations contains the invalid value of each parameter, and is that the parameter of invalid value is different between different Invalid parameter set.
In concrete application scenarios, also comprise:
Value module, for determining the type of invalidating value corresponding with each parameter in described parameter sets; And generate all possible described effective value and described invalid value according to the type of described invalidating value.
In concrete application scenarios, described generation module, specifically for:
Generate new parameter sets;
Judge that whether each parameter in described new parameter set is corresponding successively and there is the non-NULL parameter sets that value is null value, be that the parameter of the corresponding non-NULL parameter sets of null value nullifies by still there is not value, and other parameters in described new parameter set are set to effective value of arbitrary correspondence;
If each parameter in described new parameter set is all corresponding there is the non-NULL parameter sets that value is null value, then ends process and delete described parameter sets.
In concrete application scenarios, described generation module, specifically for:
Generate new parameter sets;
Effective value that in parameter sets described in varying cyclically, each parameter is corresponding, judges that whether the parameter sets after changing is different from the actual parameter set generated;
If there is the parameter sets all different from the actual parameter set generated, then using described parameter sets as new actual parameter set, and continue to generate new parameter sets;
If the parameter sets that the actual parameter set do not existed and generate is all different, then end process and delete described new parameter set.
In concrete application scenarios, described generation module, specifically for:
Invalid value corresponding to parameter each in described parameter sets generates multiple new parameter set, and the quantity of the invalid value that the quantity of described multiple new parameter set is corresponding with all parameters of described parameter sets is identical;
Successively a certain parameter in described multiple new parameter set is set to the invalid value corresponding with it, and gives arbitrary effective value by other parameters in each described multiple new parameter set except described a certain parameter.
As can be seen here, by applying above technical scheme, after determining the type needing the parameter sets generated, generate corresponding parameter sets according to its respective feature of non-NULL parameter sets, actual parameter set and invalid business datum set respectively.The batch achieving test data set generates automatically, decreases manual operation, drastically increases the comprehensive of efficiency and test case.
Through the above description of the embodiments, those skilled in the art can be well understood to the application can by hardware implementing, and the mode that also can add necessary general hardware platform by software realizes.Based on such understanding, the technical scheme of the application can embody with the form of software product, it (can be CD-ROM that this software product can be stored in a non-volatile memory medium, USB flash disk, portable hard drive etc.) in, comprise some instructions and perform each method implementing described in scene of the application in order to make a computer equipment (can be personal computer, server, or the network equipment etc.).
It will be appreciated by those skilled in the art that accompanying drawing is a schematic diagram preferably implementing scene, the module in accompanying drawing or flow process might not be that enforcement the application is necessary.
It will be appreciated by those skilled in the art that the module in the device implemented in scene can carry out being distributed in the device of enforcement scene according to implementing scene description, also can carry out respective change and being arranged in the one or more devices being different from this enforcement scene.The module of above-mentioned enforcement scene can merge into a module, also can split into multiple submodule further.
Above-mentioned the application's sequence number, just to describing, does not represent the quality implementing scene.
Be only the several concrete enforcement scene of the application above, but the application is not limited thereto, the changes that any person skilled in the art can think of all should fall into the protection domain of the application.

Claims (10)

1. a parameter sets generation method, is characterized in that, comprising:
Determine the type needing the parameter sets generated;
When described type is non-NULL parameter sets, generating one of them parameter is null value, other parameters are the non-NULL parameter sets of effectively value arbitrarily, the number of described non-NULL parameter sets is identical with the quantity of the parameter comprised in described parameter sets, and value is that the parameter of null value is different between different non-NULL parameter sets;
When described type is actual parameter set, generate the actual parameter set that all parameters are effectively value arbitrarily, and described multiple actual parameter set is different;
When described type is invalid business datum set, generating one of them parameter is invalid value, other parameters are the Invalid parameter set of effectively value arbitrarily, the Invalid parameter set of all generations contains the invalid value of each parameter, and is that the parameter of invalid value is different between different Invalid parameter set.
2. the method for claim 1, is characterized in that, before the type determining the parameter sets needing generation, also comprises:
Determine the type of invalidating value corresponding with each parameter in described parameter sets;
Type according to described invalidating value generates all possible described effective value and described invalid value.
3. the method for claim 1, is characterized in that, the non-NULL parameter sets of the quantity same number of the parameter comprised in described generation and described parameter sets, is specially:
Generate new parameter sets;
Judge that whether each parameter in described new parameter set is corresponding successively and there is the non-NULL parameter sets that value is null value, be that the parameter of the corresponding non-NULL parameter sets of null value nullifies by still there is not value, and other parameters in described new parameter set are set to effective value of arbitrary correspondence;
If each parameter in described new parameter set is all corresponding there is the non-NULL parameter sets that value is null value, then ends process and delete described parameter sets.
4. the method for claim 1, is characterized in that, the multiple actual parameter set comprising all effective value of each parameter of described generation, is specially:
Generate new parameter sets;
Effective value that in parameter sets described in varying cyclically, each parameter is corresponding, judges that whether the parameter sets after changing is different from the actual parameter set generated;
If there is the parameter sets all different from the actual parameter set generated, then using described parameter sets as new actual parameter set, and continue to generate new parameter sets;
If the parameter sets that the actual parameter set do not existed and generate is all different, then end process and delete described new parameter set.
5. the method for claim 1, is characterized in that, the multiple Invalid parameter set comprising all invalid value of each parameter of described generation, is specially:
Invalid value corresponding to parameter each in described parameter sets generates multiple new parameter set, and the quantity of the invalid value that the quantity of described multiple new parameter set is corresponding with all parameters of described parameter sets is identical;
Successively a certain parameter in described multiple new parameter set is set to the invalid value corresponding with it, and gives arbitrary effective value by other parameters in each described multiple new parameter set except described a certain parameter.
6. parameter sets generates an equipment, it is characterized in that, comprising:
Determination module, for determining the type needing the parameter sets generated;
Generation module, for when determining that described type is non-NULL parameter sets when described determination module, generating one of them parameter is null value, other parameters are the non-NULL parameter sets of effectively value arbitrarily, the number of described non-NULL parameter sets is identical with the quantity of the parameter comprised in described parameter sets, and value is that the parameter of null value is different between different non-NULL parameter sets; When described determination module determines that described type is actual parameter set, generate the actual parameter set that all parameters are effectively value arbitrarily, and described multiple actual parameter set is different; When described determination module determines that described type is invalid business datum set, generating one of them parameter is invalid value, other parameters are the Invalid parameter set of effectively value arbitrarily, the Invalid parameter set of all generations contains the invalid value of each parameter, and is that the parameter of invalid value is different between different Invalid parameter set.
7. equipment as claimed in claim 6, is characterized in that, also comprise:
Value module, for determining the type of invalidating value corresponding with each parameter in described parameter sets; And generate all possible described effective value and described invalid value according to the type of described invalidating value.
8. equipment as claimed in claim 6, is characterized in that, described generation module, specifically for:
Generate new parameter sets;
Judge that whether each parameter in described new parameter set is corresponding successively and there is the non-NULL parameter sets that value is null value, be that the parameter of the corresponding non-NULL parameter sets of null value nullifies by still there is not value, and other parameters in described new parameter set are set to effective value of arbitrary correspondence;
If each parameter in described new parameter set is all corresponding there is the non-NULL parameter sets that value is null value, then ends process and delete described parameter sets.
9. equipment as claimed in claim 6, is characterized in that, described generation module, specifically for:
Generate new parameter sets;
Effective value that in parameter sets described in varying cyclically, each parameter is corresponding, judges that whether the parameter sets after changing is different from the actual parameter set generated;
If there is the parameter sets all different from the actual parameter set generated, then using described parameter sets as new actual parameter set, and continue to generate new parameter sets;
If the parameter sets that the actual parameter set do not existed and generate is all different, then end process and delete described new parameter set.
10. equipment as claimed in claim 6, is characterized in that, described generation module, specifically for:
Invalid value corresponding to parameter each in described parameter sets generates multiple new parameter set, and the quantity of the invalid value that the quantity of described multiple new parameter set is corresponding with all parameters of described parameter sets is identical;
Successively a certain parameter in described multiple new parameter set is set to the invalid value corresponding with it, and gives arbitrary effective value by other parameters in each described multiple new parameter set except described a certain parameter.
CN201410387086.8A 2014-08-07 2014-08-07 A kind of parameter sets generation method and equipment Active CN105447003B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410387086.8A CN105447003B (en) 2014-08-07 2014-08-07 A kind of parameter sets generation method and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410387086.8A CN105447003B (en) 2014-08-07 2014-08-07 A kind of parameter sets generation method and equipment

Publications (2)

Publication Number Publication Date
CN105447003A true CN105447003A (en) 2016-03-30
CN105447003B CN105447003B (en) 2019-03-08

Family

ID=55557199

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410387086.8A Active CN105447003B (en) 2014-08-07 2014-08-07 A kind of parameter sets generation method and equipment

Country Status (1)

Country Link
CN (1) CN105447003B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106294150A (en) * 2016-08-09 2017-01-04 北京神州绿盟信息安全科技股份有限公司 A kind of test loading method and device
CN106598861A (en) * 2016-12-19 2017-04-26 广州爱九游信息技术有限公司 Generation method and apparatus for test case, and electronic equipment
CN110287118A (en) * 2019-06-28 2019-09-27 四川长虹电器股份有限公司 The test data generating method and method for testing software of test case
CN114185813A (en) * 2022-02-14 2022-03-15 成都爱瑞无线科技有限公司 Test vector generation method, device, test method, system and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101894064A (en) * 2009-05-21 2010-11-24 北京邮电大学 Method for testing software by applying across function analysis
CN101937387A (en) * 2009-06-30 2011-01-05 中国电信股份有限公司 Method and system for generating test parameters
RU2010112032A (en) * 2010-03-29 2011-10-10 Общество с ограниченной ответственностью "Научно-производственный центр "ГЕОСТРА" (RU) METHOD FOR EVALUATING CRACK POROSITY ACCORDING TO DATA OF A Borehole Seismic Exploration
CN101815335B (en) * 2010-03-22 2012-11-21 华为技术有限公司 Method for updating soft handoff parameters as well as network side equipment and user side equipment
CN103377298A (en) * 2012-04-24 2013-10-30 富士通株式会社 Parameter selecting method and device
US20130316835A1 (en) * 2012-05-17 2013-11-28 DeNA Co., Ltd. Game system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101894064A (en) * 2009-05-21 2010-11-24 北京邮电大学 Method for testing software by applying across function analysis
CN101937387A (en) * 2009-06-30 2011-01-05 中国电信股份有限公司 Method and system for generating test parameters
CN101815335B (en) * 2010-03-22 2012-11-21 华为技术有限公司 Method for updating soft handoff parameters as well as network side equipment and user side equipment
RU2010112032A (en) * 2010-03-29 2011-10-10 Общество с ограниченной ответственностью "Научно-производственный центр "ГЕОСТРА" (RU) METHOD FOR EVALUATING CRACK POROSITY ACCORDING TO DATA OF A Borehole Seismic Exploration
CN103377298A (en) * 2012-04-24 2013-10-30 富士通株式会社 Parameter selecting method and device
US20130316835A1 (en) * 2012-05-17 2013-11-28 DeNA Co., Ltd. Game system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
朱劼: "优先级参数配对组合测试集生成策略", 《计算机工程》 *
李龙澍 等: "带参数约束的两两组合测试用例集生成方法", 《计算机工程》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106294150A (en) * 2016-08-09 2017-01-04 北京神州绿盟信息安全科技股份有限公司 A kind of test loading method and device
CN106294150B (en) * 2016-08-09 2019-03-26 北京神州绿盟信息安全科技股份有限公司 A kind of test loading method and device
CN106598861A (en) * 2016-12-19 2017-04-26 广州爱九游信息技术有限公司 Generation method and apparatus for test case, and electronic equipment
CN110287118A (en) * 2019-06-28 2019-09-27 四川长虹电器股份有限公司 The test data generating method and method for testing software of test case
CN114185813A (en) * 2022-02-14 2022-03-15 成都爱瑞无线科技有限公司 Test vector generation method, device, test method, system and storage medium
CN114185813B (en) * 2022-02-14 2022-04-19 成都爱瑞无线科技有限公司 Test vector generation method, device, test method, system and storage medium

Also Published As

Publication number Publication date
CN105447003B (en) 2019-03-08

Similar Documents

Publication Publication Date Title
CN107807982B (en) Consistency checking method and device for heterogeneous database
White Regression Testing of GUI Event Interactions.
CN104317749B (en) Information write-in method and device
JP6045134B2 (en) Parallel workload simulation for application performance testing
CN103268285A (en) Method and device for automatic generation of robustness test case of API interface
CN110557420B (en) Operation method and system of independent sub-chains
CN105447003A (en) Parameter set generation method and device
CN108985066A (en) Intelligent contract security vulnerability detection method, device, terminal and storage medium
US9002694B2 (en) Verification of design derived from power intent
CN106789202A (en) service management device and method
CN110633198A (en) Block chain-based software test data storage method and system
CN106547681A (en) The method and apparatus that data load simultaneously multiplexed analog service testing automatically
CN105630683A (en) Cloud testing architecture
CN110244967A (en) Method for updating edition and device
CN102855175B (en) Automated testing method and device
CN110069279A (en) A kind of method of calibration, device and the storage medium of DC control protective program
CN109871290A (en) Allocating stack method for tracing, device and storage medium applied to Java
CN106557308A (en) A kind of software continuous integrated approach and device
CN102025389A (en) Method and device for generating pseudorandom sequence
CN104834591A (en) Method and system for testing AUTOSAR software component
CN104090995A (en) Automatic generating method of rebar unit grids in ABAQUS tire model
CN104090185A (en) Testing system and method
CN109522723A (en) POC scenario generation method, device, electronic equipment and storage medium
CN112561690A (en) Method, system, equipment and storage medium for testing credit card staging service interface
CN107622013B (en) Distributed system testing method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20201009

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Patentee after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Patentee before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20201009

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Patentee after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Patentee before: Alibaba Group Holding Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240226

Address after: Guohao Times City # 20-01, 128 Meizhi Road, Singapore

Patentee after: Advanced Nova Technology (Singapore) Holdings Ltd.

Country or region after: Singapore

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Patentee before: Innovative advanced technology Co.,Ltd.

Country or region before: United Kingdom

TR01 Transfer of patent right