CN105302709A - Test data generating method and device - Google Patents

Test data generating method and device Download PDF

Info

Publication number
CN105302709A
CN105302709A CN201410315167.7A CN201410315167A CN105302709A CN 105302709 A CN105302709 A CN 105302709A CN 201410315167 A CN201410315167 A CN 201410315167A CN 105302709 A CN105302709 A CN 105302709A
Authority
CN
China
Prior art keywords
test data
customization
service end
type
call request
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
CN201410315167.7A
Other languages
Chinese (zh)
Other versions
CN105302709B (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 CN201410315167.7A priority Critical patent/CN105302709B/en
Publication of CN105302709A publication Critical patent/CN105302709A/en
Application granted granted Critical
Publication of CN105302709B publication Critical patent/CN105302709B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The present invention provides a test data generating method and device. The method comprises: generating a call request according to a test requirement, wherein the call request is used for calling a server that provides data support for a to-be-tested application and the call request comprises a to-be-tested service type; and calling the server according to the call request, so that the server generates test data that matches the service type and stores the test data in a database so as to test the to-be-tested application. The technical scheme provided by the present invention can improve the efficiency of generating test data and reduce costs.

Description

Test data generating method and equipment
[technical field]
The present invention relates to software testing technology field, particularly relate to a kind of test data generating method and equipment.
[background technology]
Test data is the basis of test execution, and how Fast Construction meets the test data of business scenario is the important step promoting testing efficiency.The mode of conventional construction test data is that structure based query language (StructuredQueryLanguage, SQL) statement operates database (DataBase, DB), generates the data needed for test in DB.This mode is not too flexible, and when business or data structure change, need adaptive change for generating the SQL statement of test data, cause Test data generation efficiency lower, cost is higher.
[summary of the invention]
Many aspects of the present invention provide a kind of test data generating method and equipment, in order to improve the efficiency generating test data, reduce costs.
An aspect of of the present present invention, provides a kind of test data generating method, comprising:
Generate call request according to testing requirement, described call request provides the service end of data supporting to application program to be measured for calling, described call request comprises type of service to be measured;
Call described service end according to described call request, generate to make described service end the test data matched with described type of service and described test data is stored in database, use for the described application program to be measured of test.
Another aspect of the present invention, provides a kind of Test data generation equipment, comprising:
Generation module, for generating call request according to testing requirement, described call request provides the service end of data supporting to application program to be measured for calling, described call request comprises type of service to be measured;
Calling module, for calling described service end according to described call request, generating to make described service end the test data matched with described type of service and being stored in database by described test data, uses for the described application program to be measured of test.
In technical solution of the present invention, Test data generation equipment generates the call request for calling the service end providing data supporting to application program to be measured according to testing requirement, service end is called according to call request, generate to make service end the test data matched with type of service to be measured in call request and be stored in database, for this application program to be measured of test.In technical solution of the present invention, when business or data structure change, service end can be upgraded voluntarily, therefore service end can generate the test data adapted with data structure or business automatically according to call request, concerning Test data generation equipment, only need generate call request and call service end, not needing to revise SQL statement because of the change of business or data structure, improve the efficiency generating test data, reduce cost.
[accompanying drawing explanation]
In order to be illustrated more clearly in the technical scheme in the embodiment of the present invention, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
The schematic flow sheet of the test data generating method that Fig. 1 provides for one embodiment of the invention;
The schematic flow sheet of the test data generating method that Fig. 2 provides for another embodiment of the present invention;
The structural representation of the Test data generation equipment that Fig. 3 provides for one embodiment of the invention;
The structural representation of the Test data generation equipment that Fig. 4 provides for another embodiment of the present invention;
The structural representation of the Test data generation equipment that Fig. 5 provides for further embodiment of this invention.
[embodiment]
For making the object of the embodiment of the present invention, technical scheme and advantage clearly, below in conjunction with the accompanying drawing in the embodiment of the present invention, technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
The schematic flow sheet of the test data generating method that Fig. 1 provides for one embodiment of the invention.As shown in Figure 1, the method comprises:
101, generate call request according to testing requirement, this call request provides the service end of data supporting to application program to be measured for calling, this call request comprises type of service to be measured.
102, call service end according to call request, generate to make service end the test data matched with above-mentioned type of service and test data is stored in database, use for the above-mentioned application program to be measured of test.
In the present embodiment, will the application program of carrying out testing be needed to be designated as application program to be measured, this application program can carry out miscellaneous service, by needing the business of test to be designated as business to be measured, the type of business to be measured is designated as type of service to be measured.Such as, type of service to be measured can be domestic consumer's login, Modify password, trade company create signing etc.
In actual applications, the normal operation of above-mentioned application program to be measured needs to rely on some data, and these data are normally provided by other application program.Other application program of data can be provided to be called service by for above-mentioned application program to be measured, such as, can be ws service, the one end at this service place is designated as service end.
Concrete, when needs are tested above-mentioned application program to be measured, Test data generation equipment generates according to testing requirement and calls as above-mentioned application program to be measured provides the call request of the service end of data supporting, and this call request comprises type of service to be measured.Afterwards, call request is sent to service end by Test data generation equipment, generating the test data that matches with above-mentioned type of service to be measured and being stored in database by test data, using for the above-mentioned application program to be measured of test by calling service end.
Database in the present embodiment can be but be not limited to: oracle, mysql etc.
In the present embodiment, Test data generation equipment is no longer based on the mutual generation test data of SQL statement and database, just do not need the change along with business or data structure and adjust SQL statement yet, but generate test data by calling service end by service end, because service end provides data supporting to application program to be measured, so can upgrade along with the change of business or data structure, the test data adapted with business or data structure can be generated, therefore, the efficiency that the present embodiment generates test data is higher, and cost is lower.
Further, owing to generating test data be stored in database by test data by service end, therefore, Test data generation equipment does not need to pay close attention to bottom and stores, and directly completes by service end the conversion that test data stores to bottom.In addition, if it is master/slave data storehouse or other split databases that bottom stores what adopt, then service end also can automatically identify the concrete memory location (i.e. test data land) of test data.Moreover service end can also to process such as test data are encrypted, and Test data generation equipment does not need to be concerned about yet, is transparent concerning Test data generation equipment, and the automaticity generating test data is higher.
Illustrate at this, Test data generation equipment can obtain above-mentioned testing requirement in advance.Such as, testing requirement can be supplied to Test data generation equipment by various mode by user or tester in advance.In a kind of concrete implementation, Test data generation equipment can provide visualization interface to user or tester, for supplying user or tester's input test demand.Such as, Test data generation equipment can provide multiple options of various test parameter in testing requirement on visualization interface, selects for user or tester.Again such as, Test data generation equipment can provide input frame on visualization interface, for the test parameter in user or tester's input test demand.
In an Alternate embodiments, testing requirement comprises above-mentioned type of service to be measured.Above-mentioned type of service to be measured can be supplied to Test data generation equipment by user or tester by visualization interface.
In an Alternate embodiments, user may have special requirement to test data, and the test data directly generated by service end possibly cannot meet the specific demand of user, so need after service end generates test data, customization is carried out to test data, to meet the specific demand of user.Several mode of test data being carried out to customization is provided below:
The mode of the first customization: comprise the first customization indication information in above-mentioned call request, this first customization indication information is used to indicate service end and carries out customization to test data.Concrete, Test data generation equipment obtains the first customization indication information in advance, customizes indication information send to service end together with type of service to be measured by call request by first.After service end receives call request, generate the test data matched with type of service to be measured, customize indication information according to first afterwards and customization is carried out to the test data generated.
The mode of the second customization: after Test data generation equipment calls service end according to call request, sends first to service end and customizes indication information, carry out customization to indicate service end to test data.Concrete, Test data generation equipment obtains the first customization indication information in advance, customizes indication information send to service end by first.After service end receives the first customization indication information, customization is carried out to the test data generated.
Illustrate at this, testing requirement can comprise the first customization indication information.Then the first customization indication information can be supplied to Test data generation equipment by user or tester by visualization interface.
What deserves to be explained is, the mode of the first customization above-mentioned is distinguished with the mode of the second customization and is: the mode sending the first customization indication information to service end is different.
In the mode of above-mentioned two kinds of customization, first customization indication information only can be used to indicate service end and carry out customization to test data, the type of concrete customization can be set in advance in service end, after such service end receives the first customization indication information, according to the type of the customization preset, customization is carried out to test data.
In the mode of above-mentioned two kinds of customization, first customizes indication information can comprise: customization type and customization parameter, first customizes indication information carries out except customization except instruction service end to test data, also can tell that service end is carried out what kind of customization (i.e. the type of customization) to test data and carries out the parameter (i.e. customization parameter) needed for customization.Based on this, service end to the process that test data carries out customization is: service end carries out customization according to customization type and customization parameter to test data.Concrete, service end uses customization parameter, carries out the customization required by customization type to test data.
The mode of the third customization: after calling service end according to call request, Test data generation equipment customizes indication information and type of service according to second, structure carries out the database statement needed for customization to test data, the database statement constructed is used to operate database, to realize the customization to test data.Concrete, Test data generation equipment obtains the second customization indication information in advance, know and need to carry out customization to test data, so after calling service end according to call request, constructs database statement, utilize database statement to operate database, realize the customization to test data.
Illustrate at this, testing requirement can comprise the second customization indication information.Then the second customization indication information can be supplied to Test data generation equipment by user or tester by visualization interface.
Wherein, the second customization indication information can comprise customization type and customization parameter.Then above-mentioned according to the second customization indication information and type of service, structure comprises the database statement that test data is carried out needed for customization: according to above-mentioned type of service, determine test data memory location in a database, according to customization type, determine the type of test data being carried out to the database statement needed for customization, by above-mentioned customization parameter and test data memory location in a database, as the parameter of this database statement, obtain described database statement.Illustrate at this, the data that dissimilar business relies on are different, and such as domestic consumer logs in and the signing data used of trade company's establishment are different.Determine type of service, mean the data determining this business and use.The data storage location that different service types is corresponding is different.In Test data generation equipment, prestore the corresponding relation of type of service and memory location.Based on this, Test data generation equipment is specifically searched in the corresponding relation stored according to above-mentioned type of service, determines the test data memory location in a database that this type of service is corresponding.
Which is equivalent to provide the interface directly operated database, the service of calling and database manipulation can be combined, meet the customization requirement of user to test data.
In conjunction with the mode of above-mentioned three kinds of customization, below concrete customization is illustrated.
Customization type is limited to current type of service.Illustrate, customization can be the accession number un-activation that customizes of personal user and senior auth type, and wherein accession number un-activation can by calling service end to realize, and senior auth type can be realized by customization SQL; Customization parameter can be accession number whether activation parameter, senior auth type parameter.The process of this customization is as follows: Test data generation equipment receives and customizes parameter, first confirms in this customization parameter, which part can realize by calling service end, and which part needs constructs database statement to realize; Afterwards, build according to current type of service and the accession number un-activation parameter imported into the call request customized, use call request to call service end, generate the unactivated regular account of accession number by service end; Such as, and according to senior auth type parameter, construct a corresponding database statement, SQL statement (update**set**=*) goes database to perform, and so far whole customization process completes.
Based on embodiment illustrated in fig. 1, in the embodiment depicted in figure 2, also comprise after step 102:
103, the test data that service end returns is received.
104, show test data, and/or output test data with document form.
After generation test data, test data returns by service end, Test data generation equipment or display test data, or outputs test data with document form, facilitates user to check or understands test data.In addition, test data can also be stored in this locality by Test data generation equipment.
What deserves to be explained is, Test data generation equipment can arrange the displaying form of test data.
According to the difference of testing requirement, sometimes generate one or a small amount of test data, generate a large amount of test data sometimes.For the mode of Test data generation equipment display test data, compare the situation being applicable to generation one or a small amount of test data.For the mode that Test data generation equipment outputs test data with document form, compare the scene being applicable to test data batch generation.
What deserves to be explained is, for needing the scene generating a large amount of test data, above-mentioned testing requirement can also comprise test data quantity.Then Test data generation equipment according to test data quantity, can generate multiple call request, by repeatedly calling service end, obtains a described test data quantity test data.The number of call request is identical with test data quantity.
It should be noted that, for aforesaid each embodiment of the method, in order to simple description, therefore it is all expressed as a series of combination of actions, but those skilled in the art should know, the present invention is not by the restriction of described sequence of movement, because according to the present invention, some step can adopt other orders or carry out simultaneously.Secondly, those skilled in the art also should know, the embodiment described in instructions all belongs to preferred embodiment, and involved action and module might not be that the present invention is necessary.
In the above-described embodiments, the description of each embodiment is all emphasized particularly on different fields, in certain embodiment, there is no the part described in detail, can see the associated description of other embodiments.
The structural representation of the Test data generation equipment that Fig. 3 provides for one embodiment of the invention.As shown in Figure 3, this equipment comprises: generation module 31 and calling module 32.
Generation module 31, for generating call request according to testing requirement, this call request provides the service end of data supporting to application program to be measured for calling, this call request comprises type of service to be measured.
Calling module 32, be connected with generation module 31, call request for generating according to generation module 31 calls above-mentioned service end, generates the test data matched with above-mentioned type of service and be stored in database to make service end, uses for the above-mentioned application program to be measured of test.
In an Alternate embodiments, the Test data generation equipment of the present embodiment can also carry out customization to test data.
In a kind of mode, above-mentioned call request also comprises: first customizes indication information.This first customization indication information is used to indicate above-mentioned service end and carries out customization to test data.
In a further mode of operation, as shown in Figure 4, this equipment can also comprise: sending module 33.Sending module 33, after calling service end at calling module 32 according to call request, sends first to service end and customizes indication information, carry out customization to indicate service end to test data.
Optionally, first customizes indication information can comprise customization type and customization parameter, carries out customization to indicate service end according to customization type and customization parameter to test data.
In an Alternate embodiments, as shown in Figure 4, this equipment can also comprise: constructing module 34 and operational module 35.
Constructing module 34, for according to the second customization indication information and above-mentioned type of service, constructs database statement test data being carried out to customization.
Operational module 35, is connected with constructing module 34, and the database statement constructed for using constructing module 34 operates above-mentioned database, to realize the customization to test data.
Further, the second customization indication information can comprise: customization type and customization parameter.Based on this, constructing module 34 specifically can be used for according to above-mentioned type of service, determine test data memory location in a database, according to above-mentioned customization type, determine the type of database statement, by customization parameter and test data memory location in the database, as the parameter of database statement.
Optionally, the equipment of the present embodiment can also comprise: receiver module.Receiver module, for receiving the test data that service end returns.
Further, the equipment of the present embodiment can also comprise: display module and/or output module.Display module, for showing the test data that receiver module receives.Output module, for exporting the test data that receiver module receives with document form.
Each functional module of the Test data generation equipment that the present embodiment provides can be used for the flow process performing embodiment of the method shown in Fig. 1 or Fig. 2, and its specific works principle repeats no more, and refers to the description of embodiment of the method.
The Test data generation equipment that the present embodiment provides, no longer based on the mutual generation test data of SQL statement and database, just do not need the change along with business or data structure and adjust SQL statement yet, but generate test data by calling service end by service end, because service end provides data supporting to application program to be measured, so can upgrade along with the change of business or data structure, the test data adapted with business or data structure can be generated, therefore, the efficiency that the present embodiment generates test data is higher, and cost is lower.
Illustrate at this, the Test data generation equipment that the embodiment of the present invention provides, except adopting said structure and realizing, can also adopt other structures to realize, but the function realized does not change.Such as, from the angle of software architecture, Test data generation equipment can also adopt structure shown in Fig. 5.In Fig. 5, solid line left part belongs to Test data generation equipment, belongs to service end on the right side of solid line.This Test data generation equipment comprises: page adaptation (Pageadapter), Access Control (AcessControl), customization (Customizedprocessing), file management (Filemanager), model (model), CSS, aid (AssistantTools), DB operation (DBoperator), Jar call (Jarcaller), WS calls (WScaller) and DB.Wherein, DB operation is used for operating database, such as, generate SQL statement and go database to perform; Jar calls and calls user respectively with WS and generate corresponding call request, goes to call service end; Customization is for realizing the customization of test data; Page is adaptive is used for filtering model, arranges display format and shows data; File management for exporting relevant data, such as test data; DB for storing relevant data, such as test data.
Those skilled in the art can be well understood to, and for convenience and simplicity of description, the system of foregoing description, the specific works process of device and unit, with reference to the corresponding process in preceding method embodiment, can not repeat them here.
In several embodiment provided by the present invention, should be understood that, disclosed system, apparatus and method, can realize by another way.Such as, device embodiment described above is only schematic, such as, the division of described unit, be only a kind of logic function to divide, actual can have other dividing mode when realizing, such as multiple unit or assembly can in conjunction with or another system can be integrated into, or some features can be ignored, or do not perform.Another point, shown or discussed coupling each other or direct-coupling or communication connection can be by some interfaces, and the indirect coupling of device or unit or communication connection can be electrical, machinery or other form.
The described unit illustrated as separating component or can may not be and physically separates, and the parts as unit display can be or may not be physical location, namely can be positioned at a place, or also can be distributed in multiple network element.Some or all of unit wherein can be selected according to the actual needs to realize the object of the present embodiment scheme.
In addition, each functional unit in each embodiment of the present invention can be integrated in a processing unit, also can be that the independent physics of unit exists, also can two or more unit in a unit integrated.Above-mentioned integrated unit both can adopt the form of hardware to realize, and the form that hardware also can be adopted to add SFU software functional unit realizes.
The above-mentioned integrated unit realized with the form of SFU software functional unit, can be stored in a computer read/write memory medium.Above-mentioned SFU software functional unit is stored in a storage medium, comprising some instructions in order to make a computer equipment (can be personal computer, server, or the network equipment etc.) or processor (processor) perform the part steps of method described in each embodiment of the present invention.And aforesaid storage medium comprises: USB flash disk, portable hard drive, ROM (read-only memory) (Read-OnlyMemory, ROM), random access memory (RandomAccessMemory, RAM), magnetic disc or CD etc. various can be program code stored medium.
Last it is noted that above embodiment is only in order to illustrate technical scheme of the present invention, be not intended to limit; Although with reference to previous embodiment to invention has been detailed description, those of ordinary skill in the art is to be understood that: it still can be modified to the technical scheme described in foregoing embodiments, or carries out equivalent replacement to wherein portion of techniques feature; And these amendments or replacement, do not make the essence of appropriate technical solution depart from the spirit and scope of various embodiments of the present invention technical scheme.

Claims (10)

1. a test data generating method, is characterized in that, comprising:
Generate call request according to testing requirement, described call request provides the service end of data supporting to application program to be measured for calling, described call request comprises type of service to be measured;
Call described service end according to described call request, generate to make described service end the test data matched with described type of service and described test data is stored in database, use for the described application program to be measured of test.
2. method according to claim 1, is characterized in that, described call request also comprises: first customizes indication information, and described first customization indication information is used to indicate described service end and carries out customization to described test data; Or
Described call described service end according to described call request after, described method also comprises:
Send first to described service end and customize indication information, to indicate described service end, customization is carried out to described test data.
3. method according to claim 2, is characterized in that, described first customizes indication information comprises: customization type and customization parameter;
Described method also comprises:
Described service end, according to described customization type and described customization parameter, carries out customization to described test data.
4. method according to claim 1, is characterized in that, described call described service end according to described call request after, also comprise:
Customize indication information and described type of service according to second, construct the database statement carrying out needed for customization to described test data;
Described database statement is used to operate described database, to realize the customization to described test data.
5. method according to claim 4, is characterized in that, described second customizes indication information comprises: customization type and customization parameter;
Describedly customize indication information and described type of service according to second, construct the database statement carrying out needed for customization to described test data, comprising:
According to described type of service, determine described test data memory location in the database;
According to described customization type, determine the type of described database statement;
By described customization parameter and described test data memory location in the database, as the parameter of described database statement.
6. the method according to any one of claim 1-5, is characterized in that, described call described service end according to described call request after, also comprise:
Receive the described test data that described service end returns;
Show described test data and/or export described test data with document form.
7. a Test data generation equipment, is characterized in that, comprising:
Generation module, for generating call request according to testing requirement, described call request provides the service end of data supporting to application program to be measured for calling, described call request comprises type of service to be measured;
Calling module, for calling described service end according to described call request, generating to make described service end the test data matched with described type of service and being stored in database by described test data, uses for the described application program to be measured of test.
8. equipment according to claim 7, is characterized in that, described call request also comprises: first customizes indication information, and described first customization indication information is used to indicate described service end and carries out customization to described test data; Or
Described equipment also comprises:
Sending module, customizing indication information for sending first to described service end, carrying out customization to indicate described service end to described test data.
9. equipment according to claim 7, is characterized in that, also comprises:
Constructing module, for according to the second customization indication information and described type of service, constructs the database statement described test data being carried out to customization;
Operational module, for using described database statement to operate described database, to realize the customization to described test data.
10. equipment according to claim 9, is characterized in that, described second customizes indication information comprises: customization type and customization parameter;
Described constructing module is specifically for according to described type of service, determine described test data memory location in the database, according to described customization type, determine the type of described database statement, by described customization parameter and described test data memory location in the database, as the parameter of described database statement.
CN201410315167.7A 2014-07-03 2014-07-03 Test data generating method and equipment Active CN105302709B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410315167.7A CN105302709B (en) 2014-07-03 2014-07-03 Test data generating method and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410315167.7A CN105302709B (en) 2014-07-03 2014-07-03 Test data generating method and equipment

Publications (2)

Publication Number Publication Date
CN105302709A true CN105302709A (en) 2016-02-03
CN105302709B CN105302709B (en) 2019-01-22

Family

ID=55199998

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410315167.7A Active CN105302709B (en) 2014-07-03 2014-07-03 Test data generating method and equipment

Country Status (1)

Country Link
CN (1) CN105302709B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107643978A (en) * 2016-07-20 2018-01-30 平安科技(深圳)有限公司 The method and apparatus of function of application test
CN107741901A (en) * 2016-09-28 2018-02-27 腾讯科技(深圳)有限公司 A kind of method of testing and device of linked database sentence
CN109522211A (en) * 2018-09-29 2019-03-26 中国平安人寿保险股份有限公司 Interface parameters transmission method, device, electronic equipment and storage medium
CN110825610A (en) * 2018-08-14 2020-02-21 北京京东尚科信息技术有限公司 Method and device for providing test data
CN110990280A (en) * 2019-12-03 2020-04-10 中国工商银行股份有限公司 Automatic test data generation system and method
CN111367797A (en) * 2020-02-27 2020-07-03 中国联合网络通信集团有限公司 Comprehensive test data generation method and device, electronic equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101241467A (en) * 2008-03-05 2008-08-13 罗笑南 Automatized white box test system and method facing to WEB application
CN101276289A (en) * 2008-05-09 2008-10-01 中兴通讯股份有限公司 Method for user and multi-inner core to perform communication in Linux system
CN101470734A (en) * 2007-12-29 2009-07-01 北大方正集团有限公司 Data identification and analyzing method and apparatus
CN102014163A (en) * 2010-12-08 2011-04-13 云海创想信息技术(北京)有限公司 Cloud storage test method and system based on transaction driving
CN102083093A (en) * 2009-11-27 2011-06-01 中国移动通信集团吉林有限公司 Method and device for extracting test data
CN103001815A (en) * 2011-09-13 2013-03-27 阿里巴巴集团控股有限公司 Method, device and system for acquiring test data

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101470734A (en) * 2007-12-29 2009-07-01 北大方正集团有限公司 Data identification and analyzing method and apparatus
CN101241467A (en) * 2008-03-05 2008-08-13 罗笑南 Automatized white box test system and method facing to WEB application
CN101276289A (en) * 2008-05-09 2008-10-01 中兴通讯股份有限公司 Method for user and multi-inner core to perform communication in Linux system
CN102083093A (en) * 2009-11-27 2011-06-01 中国移动通信集团吉林有限公司 Method and device for extracting test data
CN102014163A (en) * 2010-12-08 2011-04-13 云海创想信息技术(北京)有限公司 Cloud storage test method and system based on transaction driving
CN103001815A (en) * 2011-09-13 2013-03-27 阿里巴巴集团控股有限公司 Method, device and system for acquiring test data

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107643978A (en) * 2016-07-20 2018-01-30 平安科技(深圳)有限公司 The method and apparatus of function of application test
CN107741901A (en) * 2016-09-28 2018-02-27 腾讯科技(深圳)有限公司 A kind of method of testing and device of linked database sentence
CN110825610A (en) * 2018-08-14 2020-02-21 北京京东尚科信息技术有限公司 Method and device for providing test data
CN109522211A (en) * 2018-09-29 2019-03-26 中国平安人寿保险股份有限公司 Interface parameters transmission method, device, electronic equipment and storage medium
CN110990280A (en) * 2019-12-03 2020-04-10 中国工商银行股份有限公司 Automatic test data generation system and method
CN110990280B (en) * 2019-12-03 2023-09-12 中国工商银行股份有限公司 Automatic test data generation system and method
CN111367797A (en) * 2020-02-27 2020-07-03 中国联合网络通信集团有限公司 Comprehensive test data generation method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN105302709B (en) 2019-01-22

Similar Documents

Publication Publication Date Title
CN105302709A (en) Test data generating method and device
CN112162753B (en) Software deployment method, device, computer equipment and storage medium
CN109446072A (en) The generation method and device of test script
CN101710352B (en) Method, system and graphical user interface for configuring simulator and simulating a plurality of devices
CN104484353A (en) Data imaging method, data imaging device and database server
CN102456033B (en) General page querying method, system and terminal
CN109117141B (en) Method, device, electronic equipment and computer readable storage medium for simplifying programming
KR20200115020A (en) Hyperledger fabric network creation method, controller and storage medium
CN104246702A (en) Workflow compilation
CN108804322A (en) Automated testing method, device, computer equipment and storage medium
CN108111364B (en) Service system testing method and device
CN104765621A (en) Method and system for deploying program on cluster node
CN105389184B (en) The configuration method and device of Product Interface information
CN101976199A (en) Object-oriented middleware distributed system development platform
CN110162464A (en) Mcok test method and system, electronic equipment and readable storage medium storing program for executing
CN111090666A (en) Data processing method, device and system and computer readable storage medium
CN109491646B (en) Message entry method and device, electronic equipment and readable medium
CN103577165A (en) Form generation method and form generator
JP2023086678A (en) Method and apparatus for generating and applying deep learning model based on deep learning framework
CN104463690A (en) Customer-specific configuration and parameterization of level measurement device during ordering process
CN113986270B (en) Distributed application deployment method and device, storage medium and electronic equipment
CN116628791A (en) Lamp installation guiding method, device, equipment and medium
CN104424525B (en) Auxiliary is identified project the method and apparatus of scope
CN113805877B (en) Project engineering construction method and device based on IDEA plug-in
CN114860346A (en) Management method of modeling task and operation method of modeling task

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

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

Patentee after: Innovative advanced technology Co., Ltd

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

Patentee before: Alibaba Group Holding Co., Ltd.

TR01 Transfer of patent right