CN104598376A - Data driving layered automation test system and method - Google Patents

Data driving layered automation test system and method Download PDF

Info

Publication number
CN104598376A
CN104598376A CN201410841996.9A CN201410841996A CN104598376A CN 104598376 A CN104598376 A CN 104598376A CN 201410841996 A CN201410841996 A CN 201410841996A CN 104598376 A CN104598376 A CN 104598376A
Authority
CN
China
Prior art keywords
test
case
data
file
module
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
CN201410841996.9A
Other languages
Chinese (zh)
Other versions
CN104598376B (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.)
China Internet Network Information Center
Original Assignee
Computer Network Information Center of CAS
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 Computer Network Information Center of CAS filed Critical Computer Network Information Center of CAS
Priority to CN201410841996.9A priority Critical patent/CN104598376B/en
Publication of CN104598376A publication Critical patent/CN104598376A/en
Application granted granted Critical
Publication of CN104598376B publication Critical patent/CN104598376B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention relates to a layered automation test system and method based on data driving. The system comprises a configuration file management module, a test case management module, a test data management module, a layered action keyword realization module and a control module, wherein the configuration file management module is used for managing configuration files, the test case management module is used for managing test case description files, the test data management module is used for managing data files including execution index files and supplementing data files in a data file path corresponding to each test case, the layered action keyword realization module is used for layering a tested system according to a function structure of the tested system, a plurality of test action keywords are defined in each layer according to test requirements, in addition, each action keyword is subjected to test action realization, and the control module is used for carrying out test execution control. The system and the method have the advantages that the three-stage file index management is realized on the cases and data files required by the test, the tested system is divided and mapped to different layers, the action keyword behaviors are respectively realized, the logics are clear, the maintenance is easy, the automatic test coverage range is increased, and the test efficiency is improved.

Description

A kind of layering automatization test system of data-driven and method
Technical field
The invention belongs to software automated testing technical field, be specifically related to a kind of layering automatization test system and method for data-driven.
Background technology
As the effective technology means improving test job efficiency and measuring accuracy, automatization testing technique application is more and more extensive, and as the necessary condition that automatic test is carried out, the method for designing of testing tool and framework is even more important.The general not combining efficient of at present usual automated test frame, the easy-to-use and feature of highly versatile, they have following some drawbacks usually:
A, employing are first recorded test operation, then playback mode, and this work pattern efficiency is low, and very weak to the variation adaptability of system under test (SUT), the test script of recording easily lost efficacy, and index word is large, and can only be used for regression test.
Even if b does not adopt recording playback mode, but still need to carry out more development, need in test process to develop more test code, high to tester's skill set requirements, and script maintenance cost is high.
C, versatility are not strong, and a system is difficult to the testing requirement simultaneously containing Web UI, Web service, Server (background service), DB (database) type.
D, system are not high to test case coverage rate, can not be performed by test exemple automation vast scale.
If e measurand exists data dependence relation with other system, be difficult to the multiple system of manipulation and carry out data interaction thus implement automatic test.
Summary of the invention
The present invention is directed to the problems referred to above, a kind of system and method system under test (SUT) being carried out to layering automatic test based on data-driven is provided, is run continuously by data-driven system, automatic test is carried out in system under test (SUT) layering.
For achieving the above object, the present invention adopts following technical scheme:
A layering automatization test system for data-driven, is characterized in that, comprising:
Profile management module, for administration configuration file, carries out test relevant configuration in configuration file;
Test case management module, for management of test cases description document;
Test data administration module, for managing the data file under data file path corresponding to each test case, comprises execution index file and supplementary data file; The index of variable-definition, the description of use-case operation steps, the often basic input data needed for step and the supplementary data file to needs is comprised in described execution index file; The complementarity input data needed for the execution of every step are comprised in described supplementary data file;
Layering action key word realizes module, for system under test (SUT) is carried out layering according to its functional structure, needs to define some test action key words at every one deck, and carry out test action realization to each action key word according to test;
Control module, connect above-mentioned each module, for carrying out test execution control, first each pending test case is read successively, obtain its deposit data path, carry out variable replacement depositing in path, then order performs each testing procedure of use-case execution index file, perform with system under test (SUT) according to action key word mutual, judge according to interaction results the correctness that use-case performs; If desired additionally input data in implementation, then described by execution index file and can search out corresponding input file, obtain input.
Further, described layering action key word realize that system under test (SUT) is divided in Web UI, Web service, Server, database layer by module one or more layers, and every layer of definition with realize corresponding action key word.
Further, the layering automatization test system of described data-driven also comprises as lower module:
Test report generates and log pattern, for log in use-case implementation, and the corresponding test result state of use-case in refresh test report, complete test report after whole use-case is finished;
Test report sending module, for selecting whether send the file such as test report and test log to associated mailbox according to system configuration.
Further, described test relevant configuration of carrying out at configuration file is different according to measurand, may comprise: test case file title and catalogue, system under test (SUT) title, IP address, port, service URL, database description URL, test report recipient mailbox.
Further, described test case description document comprises the description of each use-case, the setting whether performed, and the test desired data file path that use-case is corresponding.
Adopt a layering automated testing method for said system data-driven, its step comprises:
1) system under test (SUT) is carried out layering according to its functional structure, need to define some test action key words at every one deck according to test, and test action realization is carried out to each action key word;
2) in configuration file, test relevant configuration is carried out;
3) in test case file, write test case, each use-case correspondence shows that its corresponding test data deposits path;
4) under each test case data deposits path, set up each use-case corresponding use-case execution index file, the specific descriptions of its content use-case testing procedure for this reason, comprising the action key word involved by this test and required master data, and required supplementary data storing documents path and title;
5) when performing, first each pending test case is read successively, obtain its deposit data path, carry out variable replacement depositing in path, then order performs each testing procedure of use-case execution index file, perform with system under test (SUT) according to action key word mutual, judge according to interaction results the correctness that use-case performs.
Further, step 1) system under test (SUT) is divided in Web UI, Web service, Server, database layer one or more layers.
Further, step 5) in each testing procedure process performing use-case execution index file, test result is updated in test report file, generate test report after whole pending test case is finished, and send the files such as the test log of test report and necessity according to configuration.
Principal feature of the present invention is: 1) test case and test desired data adopt the indexed mode of three grades of files to manage altogether: one-level: test case; Secondary: the execution index file of test data, describes containing testing procedure and performs required part master data; Three grades: the step of test data performs required supplementary data file, finds by execution index file; Clear logic, maintains easily; 2) system under test (SUT) division is mapped to Web UI, Web service, Server, these four levels of database, realizes the behavior of action key word respectively, add automatic test coverage, improve testing efficiency; 3) support in test data that variable is replaced, be convenient to data maintenance and reuse; 4) support that only needing to write data in test process just can realize automatic test as system input, and carry out test result automatic Verification according to data.
Compared with prior art, beneficial effect of the present invention is as follows:
1), after system realizes, in test process, tester is without the need to writing any code, only needs setup test data, tests different service logics with data-driven system.
2) different levels of a system or the many levels function of multiple system can be tested simultaneously.There are execution sequence requirement or interactive requirements also can by combining or convert action key sequence to realize between system under test (SUT) level.
3) through Web UI, Web service, Server, these four levels of database division and respectively after design action key word, most of tested software system can be contained, because most systems can be mapped to one or more layers in above four layers, thus improve test exemple automation implementation rate.
4) system can be expanded, if action key word corresponding to four levels cannot meet test automation demand, can continue expanded definition action key word, only need to carry out test action to it and realize.
5) three grades of file index management are carried out to the required use-case of test and data file, clear logic, easy care.
6) only need the motion characteristic knowing measurand, just can be described testing procedure by action key word and input data, and by expected result with actual result contrast, complete automatic test, and be not limited to and carry out regression test.
7) use-case Data support variable is replaced, and can improve test data and writes efficiency and be easy to safeguard.
8) multiple measurands of data dependence relation can be handled simultaneously, solve the problem of interaction data difficulty simulation in test process.
Accompanying drawing explanation
fig. 1it is the system module composition in embodiment figure.
fig. 2it is the automatic testing process in embodiment figure.
Embodiment
For enabling above-mentioned purpose of the present invention, feature and advantage become apparent more, below by specific embodiment and accompanying drawing, the present invention will be further described.
System and method system under test (SUT) being carried out to layering automatic test based on data-driven that the present invention proposes, mainly realizes following object:
1) run continuously by data-driven system, automatically perform test case and generate test report.
2) by reasonably design, test case is made and test data is convenient manages easily.
3) automatic test is carried out in system under test (SUT) layering, make most test cases can automated execution.
4) make tester only need to write test data, just can realize automatic test.
5) make system incessantly for regression test, also can be used for testing the first run of measurand.
For achieving the above object, this system comprises with lower module or subsystem, as Fig. 1shown in.
1) configuration file management, in configuration file config.properties, measurand is configured, its IP is configured according to system features, port, database, mail server, test report recipient mailbox etc., the test case description document name corresponding to nominative testing simultaneously performs and path, place.
2) test case management, the content of test case description document as following table 1shown in, except the description of each use-case, the setting whether performed in addition, and the test desired data file path that this use-case is corresponding.
table 1. the contents list of test case description document
3) test data management, under the data file path that each test case is corresponding, have a series of data file, one of them is prerequisite is use-case execution index file: index.properties.Have under each use-case file path and only have an execution index file, carry out the description of variable-definition and use-case operation steps wherein, multiple step can be comprised in this file, an action key word and some basic input data are had in each step, if also need supplementary data file with abundant input, then demand draws its filename, as input1.txt.During testing procedure design, the action key word of different system level can be selected flexibly, can interlace operation and the measurand of testing different levels.
4) layering action key word and realization, by system under test (SUT) according to functional structure, be divided into Web UI (Website page), Webservice (Web service interface), Server (background service), one or more layers in database layer, respectively automatic test is carried out to wherein each level, and as required at the some test action key words of each hierarchical Design: A1, A2 B1, B2 C1, C2 D1, D2 test action herein refers to concrete behavioral test, such as to the query manipulation of system under test (SUT), Update Table storehouse operates, certain business operation etc.Carry out design to each test action key word to realize, by it according to the action of input data-driven system simulation test, and by the expected result of input data description with the comparison of system under test (SUT) response results, discriminating test use-case performs correctness.
5) control module, control module carries out test execution control, first according to configuration file, obtain use case description file, and read the use-case being set to perform successively wherein, and the deposit data path of this use-case, read execution index file corresponding to this use-case and supplementary data file content according to path.Variable replacement is carried out to the execution index file required for this use-case and supplementary data file.After variable is replaced, order performs each testing procedure (comprising basic input data in step) of use-case execution index file, perform with system under test (SUT) according to action key word mutual, in mutual, required input data of supplementing can read from corresponding document.Judge that use-case performs correctness according to interaction results.
6) generate daily record, refresh test report and send report, log in use-case implementation, and the corresponding test result state of this use-case in refresh test report.Whole use-case is finished, and completes test report, according to system configuration, can select whether to send the file such as test report and test log to associated mailbox.
A specific embodiment is provided below.The automatic testing process of the present embodiment as Fig. 2shown in, its step is described below:
1) to system under test (SUT) layering in logic, general ubiquitous system can be divided in these four levels of Web UI, Web service, Server, database one or more layers.According to the one or more action key word of testing requirement every layer definition.Test action realization is carried out to each action key word, allows it can perform test action according to data, and discriminating test result correctness.
2) test relevant configuration is carried out in configuration file, as test case file title and catalogue, system under test (SUT) title, IP address, port, service URL, database description URL, test report recipient mailbox etc.
3) in test case file, write test case, each use-case correspondence shows that its corresponding test data deposits path.
4) under each test case data deposits path, set up each use-case corresponding use-case execution index file, the specific descriptions of its content use-case testing procedure for this reason, comprising the action key word involved by this test and required master data, if desired supplementary data, need corresponding document be set up, and execution index file step describe in its filename of index.
5), when performing, read each pending test case successively, obtain its deposit data path.Depositing in path, first carrying out variable replacement, then according to its execution index file, performing the behavior of corresponding action key word by step, and judge test result, be updated in test report file.Need the input data of supplementing if perform, then the supplementary data filename indicated in describing according to step reads concrete data.
6) implementation log, generates report after whole pending test case is finished, and sends the files such as the test log of test report and necessity according to configuration.
Above embodiment is only in order to illustrate technical scheme of the present invention but not to be limited; those of ordinary skill in the art can modify to technical scheme of the present invention or equivalent replacement; and not departing from the spirit and scope of the present invention, protection scope of the present invention should be as the criterion with described in claim.

Claims (8)

1. a layering automatization test system for data-driven, is characterized in that, comprising:
Profile management module, for administration configuration file, carries out test relevant configuration in configuration file;
Test case management module, for management of test cases description document;
Test data administration module, for managing the data file under data file path corresponding to each test case, comprises execution index file and supplementary data file; The index of variable-definition, the description of use-case operation steps, the often basic input data needed for step and the supplementary data file to needs is comprised in described execution index file; The complementarity input data needed for the execution of every step are comprised in described supplementary data file;
Layering action key word realizes module, for system under test (SUT) is carried out layering according to its functional structure, needs to define some test action key words at every one deck, and carry out test action realization to each action key word according to test;
Control module, connect above-mentioned each module, for carrying out test execution control, first each pending test case is read successively, obtain its deposit data path, carry out variable replacement depositing in path, then order performs each testing procedure of use-case execution index file, perform with system under test (SUT) according to action key word mutual, judge according to interaction results the correctness that use-case performs; If desired additionally input data in implementation, then described by execution index file and search out corresponding input file, obtain input.
2. the system as claimed in claim 1, is characterized in that: described layering action key word realize that system under test (SUT) is divided in Web UI, Web service, Server, database layer by module one or more layers.
3. system as claimed in claim 1 or 2, is characterized in that, also comprise as lower module:
Test report generates and log pattern, for log in use-case implementation, and the corresponding test result state of use-case in refresh test report, complete test report after whole use-case is finished;
Test report sending module, for selecting whether to send test report and test log file to associated mailbox according to system configuration.
4. system as claimed in claim 1 or 2, it is characterized in that: described test relevant configuration of carrying out at configuration file, different according to measurand, comprise following in one or more: test case file title and catalogue, system under test (SUT) title, IP address, port, service URL, database description URL, test report recipient mailbox.
5. system as claimed in claim 1 or 2, is characterized in that: described test case description document comprises the description of each use-case, the setting whether performed, and the test desired data file path that use-case is corresponding.
6. adopt the layering automated testing method that system data described in claim 1 drives, its step comprises:
1) system under test (SUT) is carried out layering according to its functional structure, need to define some test action key words at every one deck according to test, and test action realization is carried out to each action key word;
2) in configuration file, test relevant configuration is carried out;
3) in test case file, write test case, each use-case correspondence shows that its corresponding test data deposits path;
4) under each test case data deposits path, set up each use-case corresponding use-case execution index file, the specific descriptions of its content use-case testing procedure for this reason, comprising the action key word involved by this test and required master data, and required supplementary data storing documents path and title;
5) when performing, first each pending test case is read successively, obtain its deposit data path, carry out variable replacement depositing in path, then order performs each testing procedure of use-case execution index file, perform with system under test (SUT) according to action key word mutual, judge according to interaction results the correctness that use-case performs.
7. method as claimed in claim 6, is characterized in that: step 1) system under test (SUT) is divided in Web UI, Web service, Server, database layer one or more layers.
8. method as claimed in claim 6, it is characterized in that: step 5) in each testing procedure process performing use-case execution index file, test result is updated in test report file, generate test report after whole pending test case is finished, and send the test log file of test report and necessity according to configuration.
CN201410841996.9A 2014-12-30 2014-12-30 The layering automatization test system and method for a kind of data-driven Active CN104598376B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410841996.9A CN104598376B (en) 2014-12-30 2014-12-30 The layering automatization test system and method for a kind of data-driven

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410841996.9A CN104598376B (en) 2014-12-30 2014-12-30 The layering automatization test system and method for a kind of data-driven

Publications (2)

Publication Number Publication Date
CN104598376A true CN104598376A (en) 2015-05-06
CN104598376B CN104598376B (en) 2017-09-15

Family

ID=53124187

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410841996.9A Active CN104598376B (en) 2014-12-30 2014-12-30 The layering automatization test system and method for a kind of data-driven

Country Status (1)

Country Link
CN (1) CN104598376B (en)

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893243A (en) * 2015-12-14 2016-08-24 乐视网信息技术(北京)股份有限公司 Test frame used for test tool, and test tool
CN106201894A (en) * 2016-07-21 2016-12-07 浪潮电子信息产业股份有限公司 A kind of software testing device and method
CN106294150A (en) * 2016-08-09 2017-01-04 北京神州绿盟信息安全科技股份有限公司 A kind of test loading method and device
CN107133177A (en) * 2017-05-12 2017-09-05 郑州云海信息技术有限公司 A kind of automated test frame
CN107515803A (en) * 2017-08-25 2017-12-26 郑州云海信息技术有限公司 A kind of storing performance testing method and device
CN107643981A (en) * 2017-08-29 2018-01-30 顺丰科技有限公司 A kind of automatic test platform and operation method of polynary operation flow
CN107665171A (en) * 2017-10-11 2018-02-06 中国民生银行股份有限公司 Automatic regression test method and device
CN107729234A (en) * 2017-09-29 2018-02-23 郑州云海信息技术有限公司 The scheduling of test case performs method, apparatus, equipment and computer-readable storage medium
CN107819507A (en) * 2017-11-21 2018-03-20 上海航天测控通信研究所 The collocation method and method of testing of a kind of multi-level test system for satellite TT&C system
CN108170601A (en) * 2017-12-28 2018-06-15 上海璞恒新能源科技有限公司 A kind of test path indexing means, device, terminal and computer-readable medium
CN108182142A (en) * 2016-12-08 2018-06-19 武汉安天信息技术有限责任公司 Test resource integration method, system and function test method, system
CN108304329A (en) * 2018-02-13 2018-07-20 论客科技(广州)有限公司 A kind of testing example design method, apparatus, terminal and readable storage medium storing program for executing
CN108829590A (en) * 2018-05-31 2018-11-16 网易(杭州)网络有限公司 A kind of method for testing software, apparatus and system
CN109062752A (en) * 2018-07-19 2018-12-21 郑州云海信息技术有限公司 A kind of fault-tolerant automation safety detecting method of height and device of BMC
WO2019019454A1 (en) * 2017-07-26 2019-01-31 平安科技(深圳)有限公司 Layered testing method and device, computer equipment and storage medium
CN109446085A (en) * 2018-10-26 2019-03-08 长飞光纤光缆股份有限公司 Zonal testing method for WEB application system
CN110046091A (en) * 2019-03-12 2019-07-23 阿里巴巴集团控股有限公司 A kind of automatic test approach and device
CN110119351A (en) * 2019-04-09 2019-08-13 微梦创科网络科技(中国)有限公司 A kind of test example executing method and device
CN110888818A (en) * 2019-12-22 2020-03-17 普信恒业科技发展(北京)有限公司 Test case configuration system and method, automatic test system and method
CN111338965A (en) * 2020-03-02 2020-06-26 五八有限公司 Case testing method and device, electronic equipment and storage medium
CN111797027A (en) * 2020-07-22 2020-10-20 睿智合创(北京)科技有限公司 Method and system for carrying out automatic test on H5 page
CN112346986A (en) * 2020-11-25 2021-02-09 武汉光庭信息技术股份有限公司 Test case layered storage method and system, electronic device and storage medium
CN112882931A (en) * 2021-02-06 2021-06-01 重庆富民银行股份有限公司 Automatic testing method and device based on DDT
CN113076249A (en) * 2021-04-13 2021-07-06 深圳前海联动云软件科技有限公司 Automatic test application platform and test method based on enterprise demand development

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102831052A (en) * 2011-06-16 2012-12-19 中国银联股份有限公司 Automatic generating device and method for test case
US20130086420A1 (en) * 2011-10-03 2013-04-04 Verizon Patent And Licensing, Inc. Method and system for implementing a test automation results importer
CN103699478A (en) * 2012-09-27 2014-04-02 中国银联股份有限公司 Test case generation system and test case generation method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102831052A (en) * 2011-06-16 2012-12-19 中国银联股份有限公司 Automatic generating device and method for test case
US20130086420A1 (en) * 2011-10-03 2013-04-04 Verizon Patent And Licensing, Inc. Method and system for implementing a test automation results importer
CN103699478A (en) * 2012-09-27 2014-04-02 中国银联股份有限公司 Test case generation system and test case generation method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
吴伶琳: "基于关键字驱动的自动化测试的研究与实践", 《电脑与信息技术》 *

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893243A (en) * 2015-12-14 2016-08-24 乐视网信息技术(北京)股份有限公司 Test frame used for test tool, and test tool
CN106201894A (en) * 2016-07-21 2016-12-07 浪潮电子信息产业股份有限公司 A kind of software testing device and method
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
CN108182142A (en) * 2016-12-08 2018-06-19 武汉安天信息技术有限责任公司 Test resource integration method, system and function test method, system
CN107133177A (en) * 2017-05-12 2017-09-05 郑州云海信息技术有限公司 A kind of automated test frame
WO2019019454A1 (en) * 2017-07-26 2019-01-31 平安科技(深圳)有限公司 Layered testing method and device, computer equipment and storage medium
CN107515803A (en) * 2017-08-25 2017-12-26 郑州云海信息技术有限公司 A kind of storing performance testing method and device
CN107643981A (en) * 2017-08-29 2018-01-30 顺丰科技有限公司 A kind of automatic test platform and operation method of polynary operation flow
CN107729234A (en) * 2017-09-29 2018-02-23 郑州云海信息技术有限公司 The scheduling of test case performs method, apparatus, equipment and computer-readable storage medium
CN107665171A (en) * 2017-10-11 2018-02-06 中国民生银行股份有限公司 Automatic regression test method and device
CN107819507A (en) * 2017-11-21 2018-03-20 上海航天测控通信研究所 The collocation method and method of testing of a kind of multi-level test system for satellite TT&C system
CN108170601A (en) * 2017-12-28 2018-06-15 上海璞恒新能源科技有限公司 A kind of test path indexing means, device, terminal and computer-readable medium
WO2019157884A1 (en) * 2018-02-13 2019-08-22 论客科技(广州)有限公司 Test case design method, apparatus and terminal, and readable storage medium
CN108304329A (en) * 2018-02-13 2018-07-20 论客科技(广州)有限公司 A kind of testing example design method, apparatus, terminal and readable storage medium storing program for executing
CN108829590A (en) * 2018-05-31 2018-11-16 网易(杭州)网络有限公司 A kind of method for testing software, apparatus and system
CN108829590B (en) * 2018-05-31 2021-11-16 网易(杭州)网络有限公司 Software testing method, device and system
CN109062752A (en) * 2018-07-19 2018-12-21 郑州云海信息技术有限公司 A kind of fault-tolerant automation safety detecting method of height and device of BMC
CN109446085A (en) * 2018-10-26 2019-03-08 长飞光纤光缆股份有限公司 Zonal testing method for WEB application system
CN110046091A (en) * 2019-03-12 2019-07-23 阿里巴巴集团控股有限公司 A kind of automatic test approach and device
CN110046091B (en) * 2019-03-12 2023-10-20 创新先进技术有限公司 Automatic test method and device
CN110119351A (en) * 2019-04-09 2019-08-13 微梦创科网络科技(中国)有限公司 A kind of test example executing method and device
CN110119351B (en) * 2019-04-09 2023-11-10 微梦创科网络科技(中国)有限公司 Test case execution method and device
CN110888818A (en) * 2019-12-22 2020-03-17 普信恒业科技发展(北京)有限公司 Test case configuration system and method, automatic test system and method
CN111338965A (en) * 2020-03-02 2020-06-26 五八有限公司 Case testing method and device, electronic equipment and storage medium
CN111797027A (en) * 2020-07-22 2020-10-20 睿智合创(北京)科技有限公司 Method and system for carrying out automatic test on H5 page
CN112346986A (en) * 2020-11-25 2021-02-09 武汉光庭信息技术股份有限公司 Test case layered storage method and system, electronic device and storage medium
CN112882931A (en) * 2021-02-06 2021-06-01 重庆富民银行股份有限公司 Automatic testing method and device based on DDT
CN112882931B (en) * 2021-02-06 2023-05-09 重庆富民银行股份有限公司 Automatic test method and device based on DDT
CN113076249A (en) * 2021-04-13 2021-07-06 深圳前海联动云软件科技有限公司 Automatic test application platform and test method based on enterprise demand development
CN113076249B (en) * 2021-04-13 2024-04-12 深圳前海联动云软件科技有限公司 Automatic test application platform and test method based on enterprise demand development

Also Published As

Publication number Publication date
CN104598376B (en) 2017-09-15

Similar Documents

Publication Publication Date Title
CN104598376A (en) Data driving layered automation test system and method
CN107958057B (en) Code generation method and device for data migration in heterogeneous database
CN101651576B (en) Alarm information processing method and system
US9135071B2 (en) Selecting processing techniques for a data flow task
CN104615606B (en) A kind of Hadoop distributed file systems and its management method
CN107003935A (en) Optimize database duplicate removal
CN107391635A (en) Data synchronous system and method
CN103699693A (en) Metadata-based data quality management method and system
CN110019138B (en) Automatic transfer table space migration method and system based on Zabbix
CN102043719A (en) Method for testing IEC61850 configuration description file
CN104239377A (en) Platform-crossing data retrieval method and device
CN103914290A (en) Operating command processing method and device
CN106095678A (en) Automatization's result inspection method of data bank service operation under windows platform
CN101673374A (en) Bill processing method and device
CN114218218A (en) Data processing method, device and equipment based on data warehouse and storage medium
CN106802928B (en) Power grid historical data management method and system
CN103069382A (en) Migrating artifacts between service-oriented architecture repositories
CN107943412A (en) A kind of subregion division, the method, apparatus and system for deleting data file in subregion
CN105224663A (en) A kind of data-accessing tasks management method based on multiple data source and device
CN102722368A (en) Plug-in software designing method based on document tree and message pump
CN104573053B (en) A kind of configuration item template dynamic customization method based on XML
CN105808748A (en) MIB (Management Information Base) version contrast method and device
CN111104441A (en) Data acquisition method and system
CN102279886B (en) Method and equipment for processing metadata
CN106603727A (en) Method and device for integrating and accessing system data

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

Address after: 100190 room 506, building 2, courtyard 4, South 4th Street, Zhongguancun, Haidian District, Beijing

Patentee after: CHINA INTERNET NETWORK INFORMATION CENTER

Address before: 100190 No. four, 4 South Street, Haidian District, Beijing, Zhongguancun

Patentee before: Computer Network Information Center, Chinese Academy of Sciences

TR01 Transfer of patent right