CN101430661B - Method, system and apparatus for test data batch generation - Google Patents

Method, system and apparatus for test data batch generation Download PDF

Info

Publication number
CN101430661B
CN101430661B CN2008101809304A CN200810180930A CN101430661B CN 101430661 B CN101430661 B CN 101430661B CN 2008101809304 A CN2008101809304 A CN 2008101809304A CN 200810180930 A CN200810180930 A CN 200810180930A CN 101430661 B CN101430661 B CN 101430661B
Authority
CN
China
Prior art keywords
test data
data
variable
generate
template
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.)
Active
Application number
CN2008101809304A
Other languages
Chinese (zh)
Other versions
CN101430661A (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 New Technologies Co 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 CN2008101809304A priority Critical patent/CN101430661B/en
Publication of CN101430661A publication Critical patent/CN101430661A/en
Priority to HK09110062.3A priority patent/HK1130336A1/en
Application granted granted Critical
Publication of CN101430661B publication Critical patent/CN101430661B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a batch test data generation method, a system and a device thereof. The method comprises a step of setting a template file which comprises an original statement of test data to be generated, the original statement comprises a dynamic change part of the test data which is represented as a variable and a fixed value part; the method further comprises the following steps: analyzing the template file, identifying the variable and the fixed value part in the template file; replacing the variable with true data according to the type and a generation mode of the variable, generating the dynamic part of the batch test data, and generating a static part of the batch test data according to the fixed value part; merging the dynamic part and the static part of the test data to generate the batch test data; and storing the batch test data in a destination file. The method, the system and the device can ensure that the generated data are correct, and can help accurately process multilist correlated data.

Description

A kind of mthods, systems and devices of test data batch generation
Technical field
The present invention relates to field of computer technology, particularly a kind of mthods, systems and devices of test data batch generation.
Background technology
For most software projects, test all is an important link, and the test success or failure have directly determined the success or failure of software project.In test process, generally, all need for a plurality of tables that are mutually related generate test data, and between these data certain relation will be arranged.And the manufacturing test data are the thing of a trouble all the time, especially need to make the substantive test data conditions.
When the needs test data batch generation, the most contents of these BT(batch testing) data all is identical, has only partial data such as database major key, date etc. to need to change, and certainly concrete which data need change and will be decided by business demand.Therefore, in batches the difficult point of manufacturing test data is how to generate the content of these variations, and how to guarantee these test datas that produce in batches, has in database between the table of incidence relation and the table and have correct incidence relation.
The main way that solves this class problem at present has two kinds:
1) manual logging data
Concrete, in database, insert data by the people is manual one by one, the topmost shortcoming of this mode is an inefficiency, and is very easy to make mistakes.Especially all the more so under the situation of multilist association.
2) by the function logging data
Concrete, by data base tool such as PL/SQL, write one section function, each that utilizes that this function of writing directly has incidence relation in the database inserts data in showing.The topmost shortcoming of this mode is too complicated, must just can write out needed function by the database development personnel of specialty, and it is corresponding fully to be difficult to guarantee to have in each table of incidence relation test data, promptly is easy to make mistakes.
Summary of the invention
The embodiment of the invention is to provide a kind of mthods, systems and devices of test data batch generation, with test data batch generation at short notice, and simple to operate and guarantee the correctness of the data that generate.
The method of a kind of test data batch generation that the embodiment of the invention provides, comprise: template file is set, described template file comprises the original statement of test data to be generated, comprises the dynamic change part and the fixed value part of the test data of representing with variable in the described original statement; Described method also comprises: coordinate template parser, template compositor and file memory compounding practice by Data Generator, wherein,
Template parser is resolved described template file, discerns variable and fixed value part in the described template file;
The template compositor is according to the generating mode of described type of variables and described variable, generate real data, replace described variable with real data successively, generate the dynamic part of batch testing data, partly generate the static part of batch testing data according to described fixed value; The dynamic part and the static part that merge described test data generate test data in batches;
File memory stores the test data of described batch in the destination file into.
Wherein, described method also comprises: the batch testing data importing in the described destination file is existed in each related table in database.
Wherein, the generating mode of described variable comprises the mode increasing or decreasing with numerical value, with the mode increasing or decreasing of character, perhaps, is constituted and is had several values just to generate several records by a plurality of values.
The system of a kind of test data batch generation that the embodiment of the invention provides comprises:
Dispensing unit is used to be provided with template file, and described template file comprises the original statement of test data to be generated, comprises the dynamic change part and the fixed value part of the test data of representing with variable in the described original statement;
The test data generating apparatus is used to resolve described template file, discerns variable and fixed value part in the described template file; According to the generating mode of described type of variables and described variable, generate real data, replace described variable with real data successively, generate the dynamic part of batch testing data, partly generate the static part of batch testing data according to described fixed value; The dynamic part and the static part that merge described test data generate test data in batches; The test data of described batch is stored in the destination file.
Wherein, described system also comprises: import the unit, be used for the batch testing data importing of described destination file is existed in each related table in database.
Wherein, the generating mode of described variable comprises the mode increasing or decreasing with numerical value, with the mode increasing or decreasing of character, perhaps, is constituted and is had several values just to generate several records by a plurality of values.
The device of a kind of test data batch generation that the embodiment of the invention provides comprises:
Data Generator is used to coordinate template parser, template compositor and file memory compounding practice;
Template parser is used under the control of Data Generator, resolves the template file that has disposed, discerns variable and fixed value part in the described template file;
The template compositor, be used under the control of Data Generator, generating mode according to described type of variables and described variable, generate real data, replace described variable with real data successively, generate the dynamic part of batch testing data, partly generate the static part of batch testing data according to described fixed value; The dynamic part and the static part that merge described test data generate test data in batches;
File memory is used under the control of Data Generator, and the test data of described batch is stored in the destination file.
Wherein, the generating mode of described variable comprises the mode increasing or decreasing with numerical value, with the mode increasing or decreasing of character, perhaps, is constituted and is had several values just to generate several records by a plurality of values.
Use the present invention,, and can guarantee that the data that generate are correct, simultaneously, can handle the data of multilist association exactly even if a people who is ignorant of database also can generate the test data of a large amount of complexity in a short period of time.Not only improve work efficiency, and reduced the probability of makeing mistakes of test data.Use the mthods, systems and devices that the embodiment of the invention provides, simple, flexible, can create the data of any complexity, thereby satisfy various complicated service demands.
Description of drawings
In order to be illustrated more clearly in the technical scheme in the embodiment of the invention, to do to introduce simply to the accompanying drawing of required use in embodiment or the description of the Prior Art below, apparently, accompanying drawing in describing below only is some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is the system architecture synoptic diagram according to the test data batch generation of the embodiment of the invention;
Fig. 2 is the structural representation according to the test data generating apparatus of the embodiment of the invention;
Fig. 3 is the process flow diagram according to the test data batch generation of the embodiment of the invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the invention, the technical scheme in the embodiment of the invention is clearly and completely described, obviously, described embodiment only is the present invention's part embodiment, rather than whole embodiment.Based on the embodiment among the present invention, those of ordinary skills belong to the scope of protection of the invention not making the every other embodiment that is obtained under the creative work prerequisite.
Referring to Fig. 1, it is the system architecture synoptic diagram according to the test data batch generation of the embodiment of the invention, and this system comprises:
Dispensing unit 101 is used to be provided with template file, and described template file comprises the original statement of test data to be generated, comprises the dynamic change part and the fixed value part of the test data of representing with variable in the described original statement.Described template file is arranged in the storeies such as hard disk of computing machine this locality.
Test data generating apparatus 102 is used to resolve described template file, discerns variable and fixed value part in the described template file; According to the generating mode of described type of variables and described variable, generate real data, replace described variable with real data successively, generate the dynamic part of batch testing data, partly generate the static part of batch testing data according to described fixed value; The dynamic part and the static part that merge described test data generate test data in batches; The test data of described batch is stored in the destination file.Described destination file is arranged in the storeies such as hard disk of computing machine this locality.
That is to say that operating personnel need write the template of the SQL statement that will generate by dispensing unit in template file, wherein need the field of dynamic change to represent with variable, and the field that need not change is partly represented with fixed value; Move the test data generating apparatus then, read template file automatically, and variable is wherein made an explanation, generate final SQL statement according to template by the test data generating apparatus; The last test data generating device is saved in the SQL statement that generates in the destination file.Present embodiment is to be that example describes with the SQL statement, can be the instrument in various editing datas storehouse in actual applications, and as PL, SQL or the like, the present invention does not limit the language of concrete use.
The system of above-mentioned test data batch generation can also comprise importing unit (figure does not show), is used for the batch testing data importing of described destination file is existed in each tables of data of incidence relation in database.For example, suppose to exist in the USER tables of data user name (NAME) and sign (ID) these two variablees, there are these two variablees of user name (NAME) and addresses of items of mail (EMAIL) in the USER ADDR tables of data, and user name (NAME) variable is identical in two tables, and USER tables of data and USER ADDR tables of data are exactly two tables that have incidence relation so.That is to say, can the SQL statement in the destination file directly be imported in the database by instruments such as PL/SQL.
The generating mode of above-mentioned variable includes but not limited to one of following three kinds of modes or combination in any:
Mode one, with the mode increasing or decreasing of numerical value, as radix is the value value, the each change procedure of the variable of the type is to increase by a fixed value or reduce by a fixed value on the basis of value, suppose that value is 10000, can be followed successively by 10001,10002 etc. after the each variation of variable;
Mode two, with the mode increasing or decreasing of character, as being " Zhang San " with character, radix is 0 for example, the each change procedure of the variable of the type is to allow the radix of having set increase by a fixed value or to reduce by a fixed value under the constant situation of character " Zhang San ", can be followed successively by " Zhang San 1 ", " Zhang San 2 " etc. as variable is each after changing;
Mode three, constitute by a plurality of values, there is several values just to generate several records, and can be nested, as a plurality of mailboxes that a user has same user name to name, a plurality of mailboxes herein are equivalent to a plurality of values, and user name itself is a variable, it can be nested among the mailbox, so just can generate many records, for example, for user name " Zhang San 1 ", the mailbox that can generate has many records such as " Zhang San 1@yahoo.cn ", " Zhang San 1@msn.com ".
Referring to Fig. 2, it is that it comprises according to the structural representation of the test data generating apparatus of the embodiment of the invention:
Data Generator (DataGenerator) 201 is used to coordinate template parser, template compositor and file memory compounding practice; That is to say that Data Generator is the inlet of whole device, be responsible for coordinating template parser, template compositor and file memory and finish test data generation task jointly.
Template parser (TemplateParser) 202 is used under the control of Data Generator, resolves the template file that has disposed, discerns variable and fixed value part in the described template file;
Template file is exactly a common text, has defined the original statement of test data, and dynamic part represents that with variable static part is represented with fixed value.Whole device just generates final test data according to this template file.
Template compositor (TemplateMerger) 203, be used under the control of Data Generator, generating mode according to described type of variables and described variable, generate real data, replace described variable with real data successively, generate the dynamic part of batch testing data, partly generate the static part of batch testing data according to described fixed value; The dynamic part and the static part that merge described test data generate test data in batches;
Above-mentioned, generate the process of True Data, just according to the type of variables of specifically having set and the generating mode of variable, the result who after the each variation of variable, obtains, for example, when being mode increasing or decreasing with numerical value for the generating mode of variable, when the value of radix value was 10000, the variable of the type changed True Data that the back generates at every turn and is followed successively by 10001,10002 etc.; Other variable generating mode no longer illustrates.
File memory (FileStorer) 204 is used under the control of Data Generator, the test data of described batch is stored into be arranged in local destination file.This this locality can be as storeies such as hard disks.
Destination file also is a common ground text, preserves the final test data that generates.These data can directly import in the database and use.
The generating mode of above-mentioned variable comprises the mode increasing or decreasing with numerical value, with the mode increasing or decreasing of character, perhaps, constitutes and has several values just to generate several records by a plurality of values, and can be nested.
Referring to Fig. 3, it is the process flow diagram according to the test data batch generation of the embodiment of the invention.
Step 1 is provided with template file, and described template file comprises the original statement of test data to be generated, comprises the dynamic change part and the fixed value part of the test data of representing with variable in the described original statement; In this example, template file is specific as follows, and wherein # represents the illustrative statement, the original statement of reality in the sql representation template file:
# inserts data in the USER table, id and name are variablees
sql.create.1=INSERT?INTO?USER(ID,NAME)VALUES({id},{name});
# increases data in the USER_ADDR table, id and email are variablees, and country is fixed value " China "
Sql.create.2=INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES ({ id}, " China ", { email});
First name of variables of three line displays is id below the #, and type is A, and value is 1000000.For the category-A variable, value increases progressively in the mode of numerical value, and radix is the value of value.
sql.param.1.name=id
sql.param.1.type=A
sql.param.1.value=1000000
Second name of variables of three line displays is name below the #, and type is B, be worth for " Zhang San ".For the category-B variable, value increases progressively in the mode of character, and radix is 0.
sql.param.2.name=name
sql.param.2.type=B
Sql.param.2.value=Zhang San
The 3rd name of variables of three line displays is email below the #, and type is C.For the C class variable, can comprise a plurality of values, have several values just to generate several records, and variable can be nested.
sql.param.3.name=email
sql.param.3.type=C
sql.param.3.value={name}@yahoo.cn,{name}@msn.com,{name}@alipay.com
# generates 8 groups of data
sql.num=8
Step 2~5, Data Generator receive the operation request, and the control template resolver begins operation, and described template parser is resolved described template file, discerns variable and fixed value part in the described template file; Concrete, template parser is obtained original statement from template file, and this original statement is resolved, thereby identifies variable and fixed value part in the template file.
Step 6, after parsing finishes to template file, Data Generator control template combiner begins operation, the template combiner is according to the generating mode of described type of variables and described variable, generate real data, replace described variable with real data successively, generate the dynamic part of batch testing data, partly generate the static part of batch testing data according to described fixed value; The dynamic part and the static part that merge described test data generate test data in batches;
The generating mode of described variable comprises the mode increasing or decreasing with numerical value, with the mode increasing or decreasing of character, perhaps, constitutes and has several values just to generate several records by a plurality of values, and can be nested.
Step 7~8, after the generation test data in batches, Data Generator control documents storer begins operation, and file memory stores the test data of described batch in the destination file into.
At aforementioned template file, the test data that is generated is as follows:
INSERT INTO USER (ID, NAME) VALUES (1000000, ' Zhang San 0 ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 0@yahoo.cn ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 0@msn.com ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 0@alipay.com ');
INSERT INTO USER (ID, NAME) VALUES (1000001, ' Zhang San 1 ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 1@yahoo.cn ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 1@msn.com ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 1@alipay.com ');
INSERT INTO USER (ID, NAME) VALUES (1000002, ' Zhang San 2 ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 2@yahoo.cn ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 2@msn.com ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 2@alipay.com ');
INSERT INTO USER (ID, NAME) VALUES (1000003, ' Zhang San 3 ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 3@yahoo.cn ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 3@msn.com ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 3@alipay.com ');
INSERT INTO USER (ID, NAME) VALUES (1000004, ' Zhang San 4 ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 4@yahoo.cn ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 4@msn.com ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 4@alipay.com ');
INSERT INTO USER (ID, NAME) VALUES (1000005, ' Zhang San 5 ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 5@yahoo.cn ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 5@msn.com ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 5@alipay.com ');
INSERT INTO USER (ID, NAME) VALUES (1000006, ' Zhang San 6 ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 6@yahoo.cn ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 6@msn.com ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 6@alipay.com ');
INSERT INTO USER (ID, NAME) VALUES (1000007, ' Zhang San 7 ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 7@yahoo.cn ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 7@msn.com ');
INSERT INTO USER_ADDR (ID, COUNTRY, EMAIL) VALUES (1000000, ' China ', ' Zhang San 7@alipay.com ');
commit;
So far, generated 8 groups of test datas, finished the generating run of batch testing data according to the template file that disposes above.4 every group of above-mentioned batch testing data, wherein 1 is the data that the master meter data are promptly shown at USER, all the other 3 is the data that exist related contingency table data promptly to show at USER_ADDR with the USER table.
Can also comprise after this:
There is the batch testing data importing in the described destination file in each tables of data of incidence relation in step 9 in database.
Use mthods, systems and devices provided by the invention, even if a people who is ignorant of database also can generate the test data of a large amount of complexity in a short period of time, and can guarantee that the data that generate are correct, simultaneously, can handle the data of multilist association exactly.Not only improve work efficiency, and reduced the probability of makeing mistakes of test data.Use the mthods, systems and devices that the embodiment of the invention provides, simple, flexible, can create the data of any complexity, thereby satisfy various complicated service demands.
One of ordinary skill in the art will appreciate that all or part of step that realizes in the said method embodiment is to instruct relevant hardware to finish by program, described program can be stored in the computer read/write memory medium, here the alleged storage medium that gets, as: ROM/RAM, magnetic disc, CD etc.
The above is preferred embodiment of the present invention only, is not to be used to limit protection scope of the present invention.All any modifications of being done within the spirit and principles in the present invention, be equal to replacement, improvement etc., all be included in protection scope of the present invention.

Claims (8)

1. the method for a test data batch generation, it is characterized in that, comprise: template file is set, and described template file comprises the original statement of test data to be generated, comprises the dynamic change part and the fixed value part of the test data of representing with variable in the described original statement; Described method also comprises: coordinate template parser, template compositor and file memory compounding practice by Data Generator, wherein,
Template parser is resolved described template file, discerns variable and fixed value part in the described template file;
The template compositor is according to the generating mode of described type of variables and described variable, generate real data, replace described variable with real data successively, generate the dynamic part of batch testing data, partly generate the static part of batch testing data according to described fixed value; The dynamic part and the static part that merge described test data generate test data in batches;
File memory stores the test data of described batch in the destination file into.
2. the method for test data batch generation according to claim 1 is characterized in that, also comprises: the batch testing data importing in the described destination file is existed in each related table in database.
3. the method for test data batch generation according to claim 1, it is characterized in that the generating mode of described variable comprises the mode increasing or decreasing with numerical value, with the mode increasing or decreasing of character, perhaps, constitute by a plurality of values and have several values just to generate several records.
4. the system of a test data batch generation is characterized in that, comprising:
Dispensing unit is used to be provided with template file, and described template file comprises the original statement of test data to be generated, comprises the dynamic change part and the fixed value part of the test data of representing with variable in the described original statement;
The test data generating apparatus is used to resolve described template file, discerns variable and fixed value part in the described template file; According to the generating mode of described type of variables and described variable, generate real data, replace described variable with real data successively, generate the dynamic part of batch testing data, partly generate the static part of batch testing data according to described fixed value; The dynamic part and the static part that merge described test data generate test data in batches; The test data of described batch is stored in the destination file.
5. the system of test data batch generation according to claim 4 is characterized in that, described system also comprises:
Import the unit, be used for the batch testing data importing of described destination file is existed in each related table in database.
6. the system of test data batch generation according to claim 4, it is characterized in that the generating mode of described variable comprises the mode increasing or decreasing with numerical value, with the mode increasing or decreasing of character, perhaps, constitute by a plurality of values and have several values just to generate several records.
7. the device of a test data batch generation is characterized in that, comprising:
Data Generator is used to coordinate template parser, template compositor and file memory compounding practice;
Template parser is used under the control of Data Generator, resolves the template file that has disposed, discerns variable and fixed value part in the described template file;
The template compositor, be used under the control of Data Generator, generating mode according to described type of variables and described variable, generate real data, replace described variable with real data successively, generate the dynamic part of batch testing data, partly generate the static part of batch testing data according to described fixed value; The dynamic part and the static part that merge described test data generate test data in batches;
File memory is used under the control of Data Generator, and the test data of described batch is stored in the destination file.
8. the device of test data batch generation according to claim 7, it is characterized in that the generating mode of described variable comprises the mode increasing or decreasing with numerical value, with the mode increasing or decreasing of character, perhaps, constitute by a plurality of values and have several values just to generate several records.
CN2008101809304A 2008-11-18 2008-11-18 Method, system and apparatus for test data batch generation Active CN101430661B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN2008101809304A CN101430661B (en) 2008-11-18 2008-11-18 Method, system and apparatus for test data batch generation
HK09110062.3A HK1130336A1 (en) 2008-11-18 2009-10-29 Method, system and apparatus for batch generation of test data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2008101809304A CN101430661B (en) 2008-11-18 2008-11-18 Method, system and apparatus for test data batch generation

Publications (2)

Publication Number Publication Date
CN101430661A CN101430661A (en) 2009-05-13
CN101430661B true CN101430661B (en) 2011-06-01

Family

ID=40646068

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2008101809304A Active CN101430661B (en) 2008-11-18 2008-11-18 Method, system and apparatus for test data batch generation

Country Status (2)

Country Link
CN (1) CN101430661B (en)
HK (1) HK1130336A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108334954A (en) * 2018-01-22 2018-07-27 中国平安人寿保险股份有限公司 Construction method, device, storage medium and the terminal of Logic Regression Models
CN109522228A (en) * 2018-11-15 2019-03-26 深圳乐信软件技术有限公司 Interface automatic test data configuration method, apparatus, platform and storage medium

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102646050B (en) * 2011-02-21 2016-02-17 赛恩倍吉科技顾问(深圳)有限公司 Three-dimensional measurement program editing system and method
CN102902685B (en) * 2011-07-27 2016-04-20 阿里巴巴集团控股有限公司 Based on method of testing and the device of the tool system of database
CN103176894B (en) * 2011-12-22 2017-06-23 中国银联股份有限公司 A kind of test data automatic derivatization method and apparatus of data base-oriented
CN103389895B (en) * 2012-08-30 2016-11-09 百度在线网络技术(北京)有限公司 A kind of generation method and system of front end page
CN103870381B (en) * 2012-12-10 2018-01-05 百度在线网络技术(北京)有限公司 A kind of test data generating method and device
CN103473325B (en) * 2013-09-13 2017-01-25 中国工商银行股份有限公司 System and method for generating test case data
CN104111889B (en) * 2014-07-11 2017-10-20 西安电子科技大学 A kind of C language real-time system operation Formal Analysis Method based on TMSVL
CN105812194A (en) * 2014-12-30 2016-07-27 航天信息股份有限公司 Method and system for generating performance test message
CN106610992B (en) * 2015-10-23 2021-03-02 南京苏宁软件技术有限公司 Data reading method and device
CN106708723B (en) * 2015-11-13 2019-11-08 阿里巴巴集团控股有限公司 A kind of test, method of calibration and device
CN105302573A (en) * 2015-11-20 2016-02-03 浪潮集团有限公司 Method for establishing function point matching setting automation platform for function verification platform
CN105512042B (en) * 2015-12-22 2018-09-04 广东金赋科技股份有限公司 A kind of automatic generation method of the test data of database, device and test system
CN105808437B (en) * 2016-03-09 2020-05-12 广州优视网络科技有限公司 Automatic test method and system based on test case data sheet
CN106209830B (en) * 2016-07-08 2019-12-10 中国人民解放军国防科学技术大学 message construction method based on XML network protocol expression
CN106933948B (en) * 2017-01-19 2021-03-09 浙江维融电子科技股份有限公司 Unified warehousing method for financial data
CN106815366A (en) * 2017-01-23 2017-06-09 北京思特奇信息技术股份有限公司 A kind of method and system of Mass production data
CN108804327A (en) * 2018-06-12 2018-11-13 北京京东金融科技控股有限公司 A kind of method and apparatus of automatic Data Generation Test
CN111816284B (en) * 2020-09-04 2020-12-25 平安国际智慧城市科技股份有限公司 Batch generation method, device, equipment and storage medium of medical test data
CN112269682A (en) * 2020-10-20 2021-01-26 深圳市前海手绘科技文化有限公司 Animation video backup method
CN113535265A (en) * 2021-07-15 2021-10-22 中国第一汽车股份有限公司 Service data generation method and device, electronic equipment and storage medium
CN114416531A (en) * 2021-12-23 2022-04-29 税友信息技术有限公司 Test data generation method, device, equipment and medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101296462A (en) * 2007-04-25 2008-10-29 中兴通讯股份有限公司 Method and system for batch execution of mobile terminal software automatic test

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101296462A (en) * 2007-04-25 2008-10-29 中兴通讯股份有限公司 Method and system for batch execution of mobile terminal software automatic test

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108334954A (en) * 2018-01-22 2018-07-27 中国平安人寿保险股份有限公司 Construction method, device, storage medium and the terminal of Logic Regression Models
CN109522228A (en) * 2018-11-15 2019-03-26 深圳乐信软件技术有限公司 Interface automatic test data configuration method, apparatus, platform and storage medium
CN109522228B (en) * 2018-11-15 2022-06-24 深圳乐信软件技术有限公司 Interface automation test data construction method, device, platform and storage medium

Also Published As

Publication number Publication date
HK1130336A1 (en) 2011-06-03
CN101430661A (en) 2009-05-13

Similar Documents

Publication Publication Date Title
CN101430661B (en) Method, system and apparatus for test data batch generation
CN104615667B (en) A kind of basic data generation method, test data creation method and its device
US7925658B2 (en) Methods and apparatus for mapping a hierarchical data structure to a flat data structure for use in generating a report
Rushing et al. Design and analysis of experiments by Douglas Montgomery: A supplement for using JMP
US7318162B2 (en) Computer-implemented system and method for managing data integrity validation rules
US20090150447A1 (en) Data warehouse test automation framework
CN110795524B (en) Main data mapping processing method and device, computer equipment and storage medium
CN106445536B (en) Automatic business design management system
WO2012047906A2 (en) Methods and apparatus for integrated management of structured data from various sources and having various formats
CN106055528A (en) Automatic generation method and apparatus of documents
CN101218585B (en) Method and tool for searching in several data sources for a selected community of users
KR100538547B1 (en) Data retrieval method and apparatus with multiple source capability
CN101706829A (en) Data storage method and device
CN111190814A (en) Software test case generation method and device, storage medium and terminal
US20020107834A1 (en) Quality assurance of data extraction
CN114398346A (en) Data migration method, device, equipment and storage medium
CN114637811A (en) Data table entity relation graph generation method, device, equipment and storage medium
CN111913962B (en) Multi-dimensional annual detail fund planning system and method
CN111898351B (en) Automatic Excel data importing method and device based on Aviator, terminal equipment and storage medium
CN102866985B (en) For data formatter and the method for on-line analysing processing system
CN110502735B (en) Method and system for quickly manufacturing universal process file of electronic equipment
CN106775704B (en) Software attribute requirement checking method and device
CN115617773A (en) Data migration method, device and system
US11861735B1 (en) Method for generating a balance sheet that includes operating materials and supplies costs
GB2458692A (en) A process for generating database-backed, web-based documents

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

Country of ref document: HK

C14 Grant of patent or utility model
GR01 Patent grant
REG Reference to a national code

Ref country code: HK

Ref legal event code: GR

Ref document number: 1130336

Country of ref document: HK

TR01 Transfer of patent right

Effective date of registration: 20191217

Address after: P.O. Box 31119, grand exhibition hall, hibiscus street, 802 West Bay Road, Grand Cayman, British Cayman Islands

Patentee after: Innovative advanced technology Co., Ltd

Address before: Cayman Islands Grand Cayman capital building, a four storey No. 847 mailbox

Patentee before: Alibaba Group Holding Co., Ltd.

TR01 Transfer of patent right