CN107943692B - Automatic test method and device for downloading batch original tables - Google Patents

Automatic test method and device for downloading batch original tables Download PDF

Info

Publication number
CN107943692B
CN107943692B CN201711145568.2A CN201711145568A CN107943692B CN 107943692 B CN107943692 B CN 107943692B CN 201711145568 A CN201711145568 A CN 201711145568A CN 107943692 B CN107943692 B CN 107943692B
Authority
CN
China
Prior art keywords
test
file
preset
batch processing
result
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
CN201711145568.2A
Other languages
Chinese (zh)
Other versions
CN107943692A (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201711145568.2A priority Critical patent/CN107943692B/en
Publication of CN107943692A publication Critical patent/CN107943692A/en
Application granted granted Critical
Publication of CN107943692B publication Critical patent/CN107943692B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application

Abstract

The invention discloses an automatic test method and device for downloading a batch of original tables, which comprises the following steps: generating test data according to the analysis file of the database, a preset test point parameter file and an original table to be tested; generating an expected test result according to the preset test point parameter file and the original table to be tested; customizing a preset batch processing file according to a preset test requirement parameter file to generate a customized batch processing file; the preset batch processing file comprises data parameters and original table operation for batch processing of the original table; calling the test data and the customized batch processing files in a database to obtain a target result; and matching the expected test result with the target result to generate a test report. Therefore, automatic downloading of the batch original tables is tested, so that the workload of testers is reduced, and the testing time is greatly shortened.

Description

Automatic test method and device for downloading batch original tables
Technical Field
The invention relates to the field of software testing, in particular to an automatic testing method and device for batch original tables.
Background
In a banking system, a large amount of original form data is generated every day, and a large amount of data information generated in the execution process of banking business is stored in an original form. And, these original table data are downloaded to the respective branch or other banks at intervals.
For batch downloading of the original table data, the batch downloading of the original table needs to be performed at a preset time point by executing a relevant program. In order to ensure the accuracy of downloading the original table data, a batch downloading program of the original table data needs to be tested, a place where a problem may occur is determined, and the test is improved.
However, in the prior art, the batch downloading test of the original table data is performed manually by a technician. Aiming at the manual testing mode, the obtained testing result has the subjectivity of the tester, the testing results obtained by different testers may be different, and the manual mode is very time-consuming and increases the workload of the testers.
Disclosure of Invention
In view of this, the embodiment of the present invention discloses an automatic test method for downloading a batch of original tables, which realizes automatic test of downloading a batch of original tables, and reduces not only subjectivity of the test, but also workload of test personnel.
The embodiment of the invention discloses an automatic test method for downloading a batch of original tables, which comprises the following steps:
generating test data according to the analysis file of the database, a preset test point parameter file and an original table to be tested;
generating an expected test result according to the preset test point parameter file and the original table to be tested;
customizing a preset batch processing file according to a preset test requirement parameter file to generate a customized batch processing file; the preset batch processing file comprises data parameters and original table operation which are downloaded in batch to the original table;
calling the test data and the customized batch processing files in a database to obtain a target result;
and matching the expected test result with the target result to generate a test report.
Optionally, the generating a test data file according to the analysis file of the database, the preset test point parameter file and the original table to be tested includes:
analyzing the type length of each field of the original table to be tested according to the analysis file of the database;
and generating test data of each field according to the type length of each field and the test point parameter file.
Optionally, the customizing the preset batch processing file according to the preset test point parameter file, and generating the customized batch processing file includes:
customizing original table operation in the preset batch processing file according to the preset test requirement parameter file to generate customized original table operation;
and customizing the data parameters in the preset batch processing file according to the preset test parameter file to generate customized data parameters.
Optionally, the calling the test data and the customized batch processing file in the database to obtain a target result includes:
calling the test data and the customized batch processing file in a database;
and executing the customized original table operation in the database based on the customized data parameters and the test data in the batch processing file to generate a target result.
Optionally, the matching the expected test result and the target result to generate a test report includes:
matching the expected result and the output field in the target result item by item to obtain a first matching result;
matching the expected result and the tail information in the target result item by item to obtain a second matching result;
and generating a test report according to the first matching result and the second matching result.
The embodiment of the invention discloses an automatic testing device for downloading a batch of original tables, which comprises:
the test data generating unit is used for generating test data according to the analysis file of the database, the preset test point parameter file and the original table to be tested;
the expected test result generating unit is used for generating an expected test result according to the preset test point parameter file and the original table to be tested;
the customization unit is used for customizing the preset batch processing file according to the preset test requirement parameter file and generating a customized batch processing file; the preset batch processing file comprises data parameters and original table operation which are downloaded in batch to the original table;
the calling unit is used for calling the test data and the customized batch processing files in a database to obtain a target result;
and the test report generating unit is used for matching the expected test result with the target result to generate a test report.
Optionally, the test data generating unit includes:
the analysis subunit is used for analyzing the type length of each field of the original table to be tested according to the analysis file of the database;
and the test data generation subunit is used for generating the test data of each field according to the type length of each field and the test point parameter file.
Optionally, the customization unit includes:
the first customization subunit is used for customizing the original table operation in the preset batch processing file according to the preset test requirement parameter file and generating the customized original table operation;
and the second customization subunit is used for customizing the data parameters in the preset batch processing file according to the preset test parameter file to generate customized data parameters.
Optionally, the invoking unit includes:
the calling subunit is used for calling the test data and the customized batch processing file in a database;
and the target result generating subunit is used for executing the customized original table operation in the database based on the customized data parameters and the test data in the batch processing file to generate a target result.
Optionally, the test report generating unit includes:
the first matching subunit is used for matching the expected result and the output fields in the target result item by item to obtain a first matching result;
the second matching subunit is used for matching the expected result and the tail information in the target result item by item to obtain a second matching result;
and the test report generating subunit is used for generating a test report according to the first matching result and the second matching result.
The embodiment of the invention discloses an automatic test method and device for downloading a batch of original tables, which comprises the following steps: generating test data according to the analysis file of the database, a preset test point parameter file and an original table to be tested; generating an expected test result according to the preset test point parameter file and the original table to be tested; customizing a preset batch processing file according to a preset test requirement parameter file to generate a customized batch processing file; the preset batch processing file comprises data parameters and original table operation for batch processing of the original table; calling the test data and the customized batch processing files in a database to obtain a target result; and matching the expected test result with the target result to generate a test report. Therefore, automatic downloading of the batch original tables is tested, so that the workload of testers is reduced, and the testing time is greatly shortened.
In addition, the test time is greatly shortened, the problem of insufficient test time is not required to be considered, the full-field test can be realized, the test range is more comprehensive, and the new problem caused by modification is effectively avoided. The test effectiveness is greatly improved, and the product quality is ensured.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic flowchart illustrating an automatic test method for batch original table downloading according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an automatic testing apparatus for batch original table downloading according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, a schematic flow chart of an automatic test method for batch original table downloading according to an embodiment of the present invention is shown, where in this embodiment, the method includes:
s101: generating test data according to the database analysis file, a preset test point parameter file and an original table to be tested;
in this embodiment, the database parsing file is a DB2DDL file when the database is constructed.
The preset test point parameter file may be generated according to the preset test point before executing S101, where the test point needs a tester to analyze a situation of downloading an original table, and determine an item to be tested, that is, the test point, for example, the test point may include: the method includes the steps of testing the column division condition of an original table, namely, after the original table data in a database is subjected to acquisition operation and downloading operation, performing column division processing to obtain the original table data after column division, and therefore, the column division condition of the original table needs to be tested to determine whether the column division is correct, whether the original table data is lost and the like. After the technician analyzes the test point, a test point parameter file required by the automatic test is generated.
The original table includes a plurality of fields, each field includes a plurality of fields, the generated test data includes test data of each field, specifically, S101 includes:
analyzing the type length of each field of the original table to be tested according to the analysis file of the database;
and generating test data of each field according to the type length of each field and the test point parameter file.
S102: generating an expected test result according to the preset test point parameter file and the original table to be tested;
in this embodiment, as can be seen from the above, the test point parameter file includes each test item that needs to be subjected to original table downloading, and the test point parameter file is assembled on the basis of the original table data to be tested, so that an expected result obtained after each test item is executed can be obtained, or an ideal result obtained after each test item is executed can be understood.
S103: customizing a preset batch processing file according to a preset test requirement parameter file to generate a customized batch processing file; the preset batch processing file comprises data parameters and original table operation for batch processing of the original table;
in this embodiment, for the downloading of the original table data, different branches need to be downloaded, the requirements of different branches for downloading the original table data are different, different tests need to be performed according to the requirements of different branches, and a tester can analyze the test requirements of different rows and generate a test requirement parameter file.
In this embodiment, downloading the batch original table requires executing a pre-generated version for batch downloading, analyzing the batch downloaded version to obtain parameters for batch downloading and original table operation,
wherein the data parameters include: date parameter, control information file, job naming specification, file name specification, etc., and the date parameter may be understood as a date range in which the downloading of the original table needs to be performed, for example: the download date may range from 2017, 10 month 1 to 2017, 10 month 2.
Wherein, the original table operation includes: in this embodiment, the test may be performed only on the collecting operation in the original table operation, or may be performed on both the original table collecting operation and the original table downloading operation included in the original table operation.
In this embodiment, according to the above description of the test requirement file and the batch processing file, it can be known that the preset batch processing file is customized according to the preset test requirement parameter file, and it can be understood that: and processing the batch processing files according to the test requirements of different branches to obtain batch processing files meeting different customer requirements. And, since the batch processing file includes: therefore, customizing the batch original table is equivalent to customizing the data parameters and the original table job respectively, and specifically, 103 includes:
customizing original table operation in the preset batch processing file according to the preset test requirement parameter file to generate customized original table operation;
and customizing the data parameters in the preset batch processing file according to the preset test parameter file to generate customized data parameters.
S104: calling the test data and the customized batch processing files in a database to obtain a target result;
in this embodiment, according to the description in S101, it can be known that the test data includes: downloading test items to be tested from the original table, wherein the customized batch processing file comprises: and test parameters and original table operation which meet different branch requirements are met. The test data and the customized batch processing file are called in the database, and the original table operation can be executed according to the test data and the customized data parameters, so as to obtain a target result, specifically, S104 includes:
calling the test data and the customized batch processing file in a database;
and executing the customized original table operation in the database based on the customized data parameters and the test data in the batch processing file to generate a target result.
The target result may be understood as an actual result downloaded from the original table after the original table operation is executed.
S105: and matching the expected test result with the target result to generate a test report.
In this embodiment, the obtained target results include: outputting the data and the trailer information, specifically, S105 includes:
matching the expected result and the output field in the target result item by item to obtain a first matching result;
matching the expected result and the tail information in the target result item by item to obtain a second matching result;
and generating a test report according to the first matching result and the second matching result.
In this embodiment, for the matching of the output field, it may be understood that the original table data in the target result and the original table data in the expected result are parsed, split, and checked column by column. For the matching of the tail information, the basic information downloaded in batches from the original table may be matched, and whether the tail information included in the target result and the tail information included in the expected result have unmatched information or not may be determined. And recording all matching results to obtain a test report containing the first matching result and the second matching result.
And finally, the test report can be sent to a tester, and the tester searches for problems generated in the batch downloading process of the original table according to the test report and formulates a related solution.
In the embodiment, after the test requirement test file and the test point file are generated, test data are generated according to the test point file; then, generating an expected test result according to the test parameter file and the original table to be tested, customizing the batch processing files according to the test requirement file, calling the test data and the customized test processing files in the database, and generating a target result; and finally, matching the expected test result with the target result to generate a test report. Therefore, the purpose of automatically testing the downloading of the batch original tables is achieved, the workload of testers is reduced, and the testing efficiency is improved.
Referring to fig. 2, a schematic structural diagram of an automatic testing apparatus downloaded from a batch original table according to an embodiment of the present invention is shown, in this embodiment, the method includes:
the test data generating unit 201 is configured to generate test data according to the analysis file of the database, the preset test point parameter file, and the original table to be tested;
an expected test result generating unit 202, configured to generate an expected test result according to the preset test point parameter file and the original table to be tested;
the customizing unit 203 is used for customizing the preset batch processing file according to the preset test requirement parameter file and generating a customized batch processing file; the preset batch processing file comprises data parameters and original table operation which are downloaded in batch to the original table;
the calling unit 204 is configured to call the test data and the customized batch processing file in a database to obtain a target result;
a test report generating unit 205, configured to match the expected test result with the target result, and generate a test report.
Optionally, the test data generating unit includes:
the analysis subunit is used for analyzing the type length of each field of the original table to be tested according to the analysis file of the database;
and the test data generation subunit is used for generating the test data of each field according to the type length of each field and the test point parameter file.
Optionally, the customization unit includes:
the first customization subunit is used for customizing the original table operation in the preset batch processing file according to the preset test requirement parameter file and generating the customized original table operation;
and the second customization subunit is used for customizing the data parameters in the preset batch processing file according to the preset test parameter file to generate customized data parameters.
Optionally, the invoking unit includes:
the calling subunit is used for calling the test data and the customized batch processing file in a database;
and the target result generating subunit is used for executing the customized original table operation in the database based on the customized data parameters and the test data in the batch processing file to generate a target result.
Optionally, the test report generating unit includes:
the first matching subunit is used for matching the expected result and the output fields in the target result item by item to obtain a first matching result;
the second matching subunit is used for matching the expected result and the tail information in the target result item by item to obtain a second matching result;
and the test report generating subunit is used for generating a test report according to the first matching result and the second matching result.
In the embodiment, after the test requirement test file and the test point file are generated, test data are generated according to the test point file; then, generating an expected test result according to the test parameter file and the original table to be tested, customizing the batch processing files according to the test requirement file, calling the test data and the customized test processing files in the database, and generating a target result; and finally, matching the expected test result with the target result to generate a test report. Therefore, the purpose of automatically testing the downloading of the batch original tables is achieved, the workload of testers is reduced, and the testing efficiency is improved.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. An automatic test method for downloading a batch of original tables is characterized by comprising the following steps:
generating test data according to the analysis file of the database, a preset test point parameter file and an original table to be tested; the preset test point parameter file comprises items needing to test the original table to be tested;
generating an expected test result according to the preset test point parameter file and the original table to be tested; the expected test result is obtained after each test item in the preset test point parameter file is executed on the original table to be tested;
customizing a preset batch processing file according to a preset test requirement parameter file to generate a customized batch processing file; the preset batch processing file comprises data parameters and original table operation which are downloaded in batch to the original table; the method comprises the steps that a preset batch processing file is customized according to a preset test requirement parameter file, and the generated customized batch processing file is characterized in that the preset batch processing file is processed according to test requirements of different branches to obtain batch processing files meeting the different branch requirements;
calling the test data and the customized batch processing files in a database to obtain a target result;
and matching the expected test result with the target result to generate a test report.
2. The method of claim 1, wherein generating the test data file according to the analysis file of the database, the preset test point parameter file and the original table to be tested comprises:
analyzing the type length of each field of the original table to be tested according to the analysis file of the database;
and generating test data of each field according to the type length of each field and the test point parameter file.
3. The method of claim 1, wherein the customizing the preset batch processing file according to the preset test point parameter file to generate a customized batch processing file comprises:
customizing original table operation in the preset batch processing file according to the preset test requirement parameter file to generate customized original table operation;
and customizing the data parameters in the preset batch processing file according to the preset test parameter file to generate customized data parameters.
4. The method of claim 1, wherein the invoking the test data and the customized batch processing file in the database to obtain the target result comprises:
calling the test data and the customized batch processing file in a database;
and executing the customized original table operation in the database based on the customized data parameters and the test data in the batch processing file to generate a target result.
5. The method of claim 1, wherein matching the expected test result with the target result to generate a test report comprises:
matching the expected result and the output field in the target result item by item to obtain a first matching result;
matching the expected result and the tail information in the target result item by item to obtain a second matching result;
and generating a test report according to the first matching result and the second matching result.
6. An automatic testing device that original table in batches downloaded, its characterized in that includes:
the test data generating unit is used for generating test data according to the analysis file of the database, the preset test point parameter file and the original table to be tested; the preset test point parameter file comprises items needing to test the original table to be tested;
the expected test result generating unit is used for generating an expected test result according to the preset test point parameter file and the original table to be tested; the expected test result is obtained after each test item in the preset test point parameter file is executed on the original table to be tested;
the customization unit is used for customizing the preset batch processing file according to the preset test requirement parameter file and generating a customized batch processing file; the preset batch processing file comprises data parameters and original table operation which are downloaded in batch to the original table; the method comprises the steps that a preset batch processing file is customized according to a preset test requirement parameter file, and the generated customized batch processing file is characterized in that the preset batch processing file is processed according to test requirements of different branches to obtain batch processing files meeting the different branch requirements;
the calling unit is used for calling the test data and the customized batch processing files in a database to obtain a target result;
and the test report generating unit is used for matching the expected test result with the target result to generate a test report.
7. The apparatus of claim 6, wherein the test data generation unit comprises:
the analysis subunit is used for analyzing the type length of each field of the original table to be tested according to the analysis file of the database;
and the test data generation subunit is used for generating the test data of each field according to the type length of each field and the test point parameter file.
8. The apparatus of claim 7, wherein the customization unit comprises:
the first customization subunit is used for customizing the original table operation in the preset batch processing file according to the preset test requirement parameter file and generating the customized original table operation;
and the second customization subunit is used for customizing the data parameters in the preset batch processing file according to the preset test parameter file to generate customized data parameters.
9. The apparatus of claim 8, wherein the call unit comprises:
the calling subunit is used for calling the test data and the customized batch processing file in a database;
and the target result generating subunit is used for executing the customized original table operation in the database based on the customized data parameters and the test data in the batch processing file to generate a target result.
10. The apparatus of claim 9, wherein the test report generating unit comprises:
the first matching subunit is used for matching the expected result and the output fields in the target result item by item to obtain a first matching result;
the second matching subunit is used for matching the expected result and the tail information in the target result item by item to obtain a second matching result;
and the test report generating subunit is used for generating a test report according to the first matching result and the second matching result.
CN201711145568.2A 2017-11-17 2017-11-17 Automatic test method and device for downloading batch original tables Active CN107943692B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711145568.2A CN107943692B (en) 2017-11-17 2017-11-17 Automatic test method and device for downloading batch original tables

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711145568.2A CN107943692B (en) 2017-11-17 2017-11-17 Automatic test method and device for downloading batch original tables

Publications (2)

Publication Number Publication Date
CN107943692A CN107943692A (en) 2018-04-20
CN107943692B true CN107943692B (en) 2021-08-17

Family

ID=61932827

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711145568.2A Active CN107943692B (en) 2017-11-17 2017-11-17 Automatic test method and device for downloading batch original tables

Country Status (1)

Country Link
CN (1) CN107943692B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111143221B (en) * 2019-12-28 2024-01-30 中国银行股份有限公司 Test method and device
CN111966687B (en) * 2020-08-18 2024-04-16 中国银行股份有限公司 Mainframe DB2 database table partitioning method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103970579A (en) * 2014-05-29 2014-08-06 中国银行股份有限公司 Application version deploying method and application version deploying device
CN105930274A (en) * 2016-05-05 2016-09-07 中国银行股份有限公司 Automated test method and system
CN106294128A (en) * 2016-07-25 2017-01-04 合网络技术(北京)有限公司 A kind of automated testing method deriving report data and device
CN107122368A (en) * 2016-02-25 2017-09-01 阿里巴巴集团控股有限公司 A kind of data verification method, device and electronic equipment

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103984633B (en) * 2014-06-04 2016-08-17 中国工商银行股份有限公司 A kind of bank main passes down the automatization test system of operation
US10013339B2 (en) * 2015-12-30 2018-07-03 Cognizant Technology Solutions India Pvt. Ltd. System and method for automating testing without scripting

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103970579A (en) * 2014-05-29 2014-08-06 中国银行股份有限公司 Application version deploying method and application version deploying device
CN107122368A (en) * 2016-02-25 2017-09-01 阿里巴巴集团控股有限公司 A kind of data verification method, device and electronic equipment
CN105930274A (en) * 2016-05-05 2016-09-07 中国银行股份有限公司 Automated test method and system
CN106294128A (en) * 2016-07-25 2017-01-04 合网络技术(北京)有限公司 A kind of automated testing method deriving report data and device

Also Published As

Publication number Publication date
CN107943692A (en) 2018-04-20

Similar Documents

Publication Publication Date Title
CN108415830B (en) Method and device for generating software test case
CN104838405B (en) The method and system of test frame for application program
CN111159049B (en) Automatic interface testing method and system
US7913229B2 (en) Computer-implemented system for generating automated tests from a web application
CN107943692B (en) Automatic test method and device for downloading batch original tables
CN103235759A (en) Method and device for generating test cases
CN110471652B (en) Task arrangement method, task arranger, task arrangement device and readable storage medium
CN107908548A (en) A kind of method and apparatus for generating test case
CN111651365B (en) Automatic interface testing method and device
US7721261B2 (en) Method and apparatus for generating pairwise combinatorial tests from a graphic representation
US20090083325A1 (en) System and method for end to end testing solution for middleware based applications
CN113238766A (en) Software deployment method, device and related equipment
CN113127368A (en) Method, system and medium for generating assembly line
CN113656404A (en) Data verification method and device, computer equipment and storage medium
CN112395202A (en) Interface automation test method and device, computer equipment and storage medium
CN110765010B (en) Method and device for online debugging visual development based on Flink
CN104850666A (en) Automatic analyzing method for log file
CN113254350A (en) Flink operation testing method, device, equipment and storage medium
CN106557419B (en) Program testing method and device
CN110990381A (en) Server processing method and device, storage medium and electronic device
CN110895460A (en) Jenkins-based robot system integration method and device and terminal equipment
CN112132544B (en) Inspection method and device of business system
CN110071848B (en) Method, apparatus and storage medium for automated test command line commands
CN111159003B (en) Batch processing test method and device
CN113806231A (en) Code coverage rate analysis method, device, equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant