CN105718371A - Regression test method, device and system - Google Patents

Regression test method, device and system Download PDF

Info

Publication number
CN105718371A
CN105718371A CN201610042327.4A CN201610042327A CN105718371A CN 105718371 A CN105718371 A CN 105718371A CN 201610042327 A CN201610042327 A CN 201610042327A CN 105718371 A CN105718371 A CN 105718371A
Authority
CN
China
Prior art keywords
test
regression
test case
file
case
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
CN201610042327.4A
Other languages
Chinese (zh)
Other versions
CN105718371B (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.)
Shenzhen Pango Microsystems Co Ltd
Original Assignee
Shenzhen Pango Microsystems Co 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 Shenzhen Pango Microsystems Co Ltd filed Critical Shenzhen Pango Microsystems Co Ltd
Priority to CN201610042327.4A priority Critical patent/CN105718371B/en
Publication of CN105718371A publication Critical patent/CN105718371A/en
Application granted granted Critical
Publication of CN105718371B publication Critical patent/CN105718371B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • 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

Abstract

The invention provides a regression test method, a regression test device and a regression test system. The regression test method comprises the following steps: generating a test task according to a regression test plan; checking test item files corresponding to the test task from a test case library, wherein the test item files comprise test group files which need to be operated to achieve the test task, and the test group files comprise test specification files corresponding to test cases; calling the test cases corresponding to the test specification files in the test group files, configuring corresponding test cases according to the test specification files so as to perform regression tests; managing test results of the regression tests. By adopting the regression test method, equipment is automatically operated to achieve convenient test case maintenance and large-scale test case implementation, meanwhile the purposes of test flexibility, convenience, instantaneity and maintenance convenience can be also achieved, the development and test efficiency can be improved, and the problems that a conventional regression test is low in efficiency, high in time price and high in labor cost can be solved.

Description

A kind of regression testing method, Apparatus and system
Technical field
The present invention relates to regression test field, particularly relate to a kind of regression testing method, Apparatus and system.
Background technology
Along with the continuous expansion of computer utility, from strength to strength, scale is also increasingly sophisticated for software function, thereby ensure that software quality, raising software reliability become the important step in software development, is the key factor determining software success or failure.
Any one stage in software life-cycle, as long as software there occurs change, it is possible to bring problem to software, when mistake contained in software is found, if error tracking is perfect not with management system, it is possible to can omit the amendment to these mistakes;There being fresh code to add when software, being likely to containing except wrong in the code being newly added, fresh code is it is also possible to bring impact to original code.Therefore, when software changes time, it is necessary to retest existing repertoire, in order to determine whether existing amendment has reached expection purpose, check whether amendment compromises original normal function, here it is regression test.
Regression test is the important component part of software test, through each stage of software test.Existing regression test is user's manual test, and inefficiency, time cost are big, manpower cost is big, it is impossible to meet testing requirement.
Therefore, those skilled in the art urgently provide a kind of regression testing method, to solve the inefficiency that existing regression test exists, the technical problem that time cost is big, manpower cost is big.
Summary of the invention
The invention provides a kind of regression testing method, Apparatus and system, to solve the inefficiency that existing regression test exists, the problem that time cost is big, manpower cost is big.
The invention provides a kind of regression testing method, comprising:
Test assignment is generated according to regression test plan;
The test event file corresponding with test assignment is searched from test case library;Test event file includes realizing the test group file that test assignment need to be run;Test group file is used for realizing fc-specific test FC purpose, the test specification file corresponding including realizing fc-specific test FC purpose test case;Test specification file is for storing the configuration parameter of corresponding test case;
Call the test case corresponding with each test specification file in test group file of test case library storage, according to each test specification file configuration correspondence test case, carry out regression test;
Management regression tested test result.
Further, implementation of test cases includes: according to the configuration parameter of test specification file, perform the test case that this test specification file is corresponding;The standard of the execution result of this test case with test specification file being performed result compare, meet test request, this test case performs to pass through, and otherwise performs failure.
Further, implementation of test cases also includes: when test case performs unsuccessfully, read error information.
Further, implementation of test cases also includes: executed in parallel test case at least one equipment.
Further, implementation of test cases also includes: when implementation of test cases, detects whether there is the test case interrupted, if existing, then performs the test case interrupted.
Further, generate test assignment according to regression test plan and include: according to arranging the up-to-date code of detection, generate regression test plan, according to regression test plan, generate and perform test assignment.
Further, management regression tested test result includes: send the error message performing failed test case and correspondence.
Further, also including: if not finding the test event file corresponding with test assignment from test case library, calling in test case library and realizing the test group file that test assignment need to be run, generate test event file.
Further, also include: when revising test case, revise, according to user operation, the test specification file that this test case is corresponding.
The invention provides a kind of regression test device, comprising:
Generation module, for generating test assignment according to regression test plan;
Search module, for searching the test event file corresponding with test assignment from test case library;Test event file includes realizing the test group file that test assignment need to be run;Test group file is used for realizing fc-specific test FC purpose, the test specification file corresponding including realizing fc-specific test FC purpose test case;Test specification file is for storing the configuration parameter of corresponding test case;
Perform module, for calling the test case corresponding with each test specification file in test group file of test case library storage, according to each test specification file configuration correspondence test case, carry out regression test;
Management module, is used for managing regression tested test result.
Further, perform module for the configuration parameter according to test specification file, perform the test case that this test specification file is corresponding;The standard of the execution result of this test case with test specification file being performed result compare, meet test request, this test case performs to pass through, and otherwise performs failure.
Further, perform module and be used for when test case performs unsuccessfully, read error information.
Further, module is performed for executed in parallel test case at least one equipment.
Further, performing module for when implementation of test cases, detecting whether there is the test case interrupted, if existing, then performing the test case interrupted.
Further, generation module is for according to arranging the up-to-date code of detection, generating regression test plan, according to regression test plan, generate and perform test assignment.
Further, management module is for sending the error message performing failed test case and correspondence.
Further, being additionally operable to from test case library, do not find the test event file corresponding with test assignment if searching module, calling in test case library and realizing the test group file that test assignment need to be run, generate test event file.
Further, also include correcting module, for when revising test case, revising, according to user operation, the test specification file that this test case is corresponding.
The invention provides a kind of regression test system, it includes regression test device provided by the invention, and test case library, test case library is used for storing: the test specification file for storing test case configuration parameter of test case and correspondence, the test group file being made up of the test specification file that the test case realizing nominative testing purpose is corresponding, is needed the test group file run to form test event file by realizing test assignment.
Beneficial effects of the present invention:
The invention provides a kind of regression testing method, this regression testing method is run automatically by equipment, realize test case maintenance easily, large-scale test case performs, take into account the purpose of the convenience of the motility of debugging, simplification, real-time and maintenance simultaneously, improve exploitation and testing efficiency, solve the inefficiency that existing regression test exists, the problem that time cost is big, manpower cost is big.Further, test case library is divided into 3 levels, when performing test, from top layer, calls layer by layer, until each concrete test case of bottom, is very easy to the maintenance of test case library.
Accompanying drawing explanation
The structural representation of the regression test system that Fig. 1 provides for first embodiment of the invention;
The flow chart of the regression testing method that Fig. 2 provides for second embodiment of the invention;
Fig. 3 is the structural representation of regression test system in third embodiment of the invention;
Fig. 4 is the storage organization schematic diagram of test case library in third embodiment of the invention.
Detailed description of the invention
Now in conjunction with the mode of accompanying drawing the present invention made by detailed description of the invention and further annotate explanation.
First embodiment:
The structural representation of the regression test system that Fig. 1 provides for first embodiment of the invention, as shown in Figure 1, in the present embodiment, regression test system provided by the invention includes: regression test device 1 and test case library 2, test case library 2 is used for storing: the test specification file for storing test case configuration parameter of test case and correspondence, the test group file being made up of the test specification file that the test case realizing nominative testing purpose is corresponding, is needed the test group file run to form test event file by realizing test assignment;Regression test device 1 is for generating test assignment according to regression test plan, the test event file corresponding with test assignment is searched from test case library, call the test case corresponding with each test specification file in test group file of test case library storage, according to each test specification file configuration correspondence test case, carry out regression test, manage regression tested test result;Wherein, test event file includes realizing the test group file that test assignment need to be run;Test group file is used for realizing fc-specific test FC purpose, the test specification file corresponding including realizing fc-specific test FC purpose test case;Test specification file is for storing the configuration parameter of corresponding test case.
As it is shown in figure 1, in certain embodiments, the regression test device 1 provided by the invention in above-described embodiment includes:
Generation module 11, for generating test assignment according to regression test plan;
Search module 12, for searching the test event file corresponding with test assignment from test case library;Test event file includes realizing the test group file that test assignment need to be run;Test group file is used for realizing fc-specific test FC purpose, the test specification file corresponding including realizing fc-specific test FC purpose test case;Test specification file is for storing the configuration parameter of corresponding test case;
Perform module 13, for calling the test case corresponding with each test specification file in test group file of test case library storage, according to each test specification file configuration correspondence test case, carry out regression test;
Management module 14, is used for managing regression tested test result.
In certain embodiments, the execution module 13 in above-described embodiment, for the configuration parameter according to test specification file, performs the test case that this test specification file is corresponding;The standard of the execution result of this test case with test specification file being performed result compare, meet test request, this test case performs to pass through, and otherwise performs failure.
In certain embodiments, the execution module 13 in above-described embodiment is used for when test case performs unsuccessfully, read error information.
In certain embodiments, the execution module 13 in above-described embodiment is for executed in parallel test case at least one equipment.
In certain embodiments, the execution module 13 in above-described embodiment is for when implementation of test cases, detecting whether there is the test case interrupted, if existing, then performs the test case interrupted.
In certain embodiments, the generation module 11 in above-described embodiment is for according to arranging the up-to-date code of detection, generating regression test plan, according to regression test plan, generate and perform test assignment.
In certain embodiments, the management module 14 in above-described embodiment is for sending the error message performing failed test case and correspondence.
In certain embodiments, if the lookup module 12 in above-described embodiment is additionally operable to not find the test event file corresponding with test assignment from test case library, test case library calls and realizes the test group file that test assignment need to be run, generate test event file.When such later stage carries out same test plan, test event file need not be regenerated.
In certain embodiments, the regression test device 1 in above-described embodiment also includes correcting module, for when revising test case, revising, according to user operation, the test specification file that this test case is corresponding.
Second embodiment:
The flow chart of the regression testing method that Fig. 2 provides for second embodiment of the invention, as shown in Figure 2, in the present embodiment, regression testing method provided by the invention includes:
S201: generate test assignment according to regression test plan;
S202: search the test event file corresponding with test assignment from test case library;Test event file includes realizing the test group file that test assignment need to be run;Test group file is used for realizing fc-specific test FC purpose, the test specification file corresponding including realizing fc-specific test FC purpose test case;Test specification file is for storing the configuration parameter of corresponding test case;
S203: call the test case corresponding with each test specification file in test group file of test case library storage, according to each test specification file configuration correspondence test case, carries out regression test;
S204: management regression tested test result.
In certain embodiments, the implementation of test cases in above-described embodiment includes: according to the configuration parameter of test specification file, perform the test case that this test specification file is corresponding;The standard of the execution result of this test case with test specification file being performed result compare, meet test request, this test case performs to pass through, and otherwise performs failure.
In certain embodiments, the implementation of test cases in above-described embodiment also includes: when test case performs unsuccessfully, read error information.
In certain embodiments, the implementation of test cases in above-described embodiment also includes: executed in parallel test case at least one equipment.
In certain embodiments, the implementation of test cases in above-described embodiment also includes: when implementation of test cases, detects whether there is the test case interrupted, if existing, then performs the test case interrupted.
In certain embodiments, including according to regression test plan generation test assignment in above-described embodiment: according to arranging the up-to-date code of detection, generate regression test plan, according to regression test plan, generate and perform test assignment.
In certain embodiments, the management regression tested test result in above-described embodiment includes: send the error message performing failed test case and correspondence.
In certain embodiments, the method in above-described embodiment also includes: if not finding the test event file corresponding with test assignment from test case library, calls and realize the test group file that test assignment need to be run in test case library, generates test event file.
In certain embodiments, the method in above-described embodiment also includes: when revising test case, revise, according to user operation, the test specification file that this test case is corresponding.
In conjunction with concrete application scenarios the present invention done and further annotate explanation.
3rd embodiment:
The present embodiment provides a kind of Automation regression testing system based on Python programming, realize test case maintenance easily, large-scale test case performs, take into account the purpose of the convenience of the motility of debugging, simplification, real-time and maintenance simultaneously, improve exploitation and testing efficiency.This Automation regression testing system, for FPGA software, programs based on Python.
Below with FPGA software for test object detailed description, as it is shown on figure 3, whole system is mainly made up of case management module 31, process management module 32 and these 3 modules of results management module 33 and test case library 2;Process management module 32 calls test case from test case library 2, produce to perform result, the current information the need of amendment test test case library is obtained by results management module 33, case management module 31 obtains this information, and then decide whether the test case that amendment is corresponding, so move in circles, it is ensured that whole system steadily and surely carries out in an orderly manner.
Now three main modular of the regression test system that the present embodiment provides are introduced:
Case management module 31: test case library 2 is mainly carried out maintenance and management by case management module 31.From forming test outline, each test set being write concrete test case, hereafter, by adding, revising or delete existing test case and improve and maintenance test use-case storehouse, test set is using each assembly of software product as division.
As shown in Figure 4, test case library 2 is divided into three level specifications with bottom-up by case management module 31, including: file (TestSpecificationFile, TSF), group (TestGroupFile, TGF), project (TestProjectFile, TPF), the file of these three specification is XML format, and Python script can pass through to carry module and resolve its content.TSF: each test case is equipped with a test specification file TSF, in order to arrange the running environment of this test case, test case performs the standard value of result and other relevant informations;TGF: regression test has multiple purpose, the QoR such as the unit testing of integrity test, reliability tests, and all test specification file TSF are divided into group according to test purpose, " test group file (TestGroupFile, TGF) " describe;TPF: after formulating test plan, formation test assignment, list the TGF that need to run according to test assignment, " test event file (TestProjectFile, TPF) " describe.When performing test, from the TPF of top layer, call layer by layer, until each concrete test case of bottom.So it is very easy to the maintenance of test case library, and tester need not be controlled by amendment TSF file and reach to revise the purpose of test case in too many basis.
Concrete, each test case is equipped with a test specification file TSF, in order to arrange the running environment of this test case, test case performs the standard value of result and other relevant informations, and its item comprised has: common: indicate numbering and the title of this test case;Design: the execution environment of configuration testing use-case, such as type of device etc.;Qor: configure the item that this test case performs to be concerned about in result, as run time, committed memory etc.;Status: configuration obtains the information such as the file name of result report;The concrete configuration of item selected in qor, such as arranges the standard value of " committed memory " item, compares in order to perform result with test case.
All test specification file TSF are divided into group according to test purpose, " test group file (TestGroupFile, TGF) " describe, and its item comprised has: environment: the path, place of configuration testing object;Common: indicate the feature of this group test case, purpose, and list other groups of same test purpose;In units of group, list the TSF complete trails corresponding to each group.
After formulating test plan, formation test assignment, listing the TGF that need to run according to test assignment, " test event file (TestProjectFile, TPF) " describe, its item comprised has: environment: the path, place of configuration testing object;Common: indicate the feature of this test assignment, purpose;Project: list the group TGF performed in test assignment.
Process management module 32: process management module 32 is the testing engine of Automation regression testing system, is core, has the functions such as implementation of test cases, location of mistake, collection, mistake proofing execution machine-processed, distributed and automatic execution.Concrete:
Implementation of test cases: can perform by corresponding test case in test case library according to test plan.Obtain the test group needing to perform according to TPF, each test group TGF can navigate to concrete test case, and regression test system carrys out implementation of test cases according to the configuration in the test specification file TSF of each test case.Due to test case for design and constraint thereof, therefore require over the TCL order calling software support when regression test system implementation of test cases and perform.
Location of mistake: when test case performs unsuccessfully, regression test system can Primary Location mistake.Main based on self mistake proofing mechanism of software, corresponding error message is extracted when test case performs unsuccessfully.
Collection: test case result can be presented by regression test system with the HTML form reported.Each test case performs to terminate, and result needs to compare with the standard value in its test specification file TSF, meets the requirements and can pass through.The data that each test case performs result are saved in data base, from data base, then read data again, be written in HTML, and according to result, HTML is made corresponding Format adjusting, as the use-case performing mistake is carried out color mark etc..
Mistake proofing mechanism: running can interrupt at any time, it is possible to continue executing with test from the place interrupted.Often run a test case just result to be retained, and record, if execution is to terminating smoothly, then empty information.Under secondary execution test time, it is first determined whether there is the test case information interrupted last time, if having, continue executing with from interruption.
Distributed execution: concurrently perform test assignment on same machine or multiple machine, improve testing efficiency.Test assignment is assigned on different machines, and each machine can concurrently perform test, final test result is gathered together and forms a complete test report.
Automatically perform: not needing manual intervention, Automation regression testing can perform test automatically.By arranging, whether the code that detection exploitation is uploaded automatically at regular intervals can pass through by build;Automatic Daily Updating up-to-date code on the same day, performs corresponding test assignment.
Results management module 33: results management module is mainly to the arrangement of test result, analysis.After test execution terminates, all results are remained under fixing catalogue by regression test system automatically, and the failed test case of all execution can be sent to related personnel together with its failure information, related personnel feeds back, after analyzing result by failure information, the information whether revising test case library, if desired revise, then in case management module basis, change corresponding part.
In summary, by the enforcement of the present invention, at least there is following beneficial effect:
The invention provides a kind of regression testing method, this regression testing method is run automatically by equipment, realize test case maintenance easily, large-scale test case performs, take into account the purpose of the convenience of the motility of debugging, simplification, real-time and maintenance simultaneously, improve exploitation and testing efficiency, solve the inefficiency that existing regression test exists, the problem that time cost is big, manpower cost is big.Further, test case library is divided into 3 levels, when performing test, from top layer, calls layer by layer, until each concrete test case of bottom, is very easy to the maintenance of test case library.
Below it is only the specific embodiment of the present invention; not the present invention is done any pro forma restriction; every any simple modification, equivalent variations, combination or modification embodiment of above done according to the technical spirit of the present invention, all still falls within the protection domain of technical solution of the present invention.

Claims (19)

1. a regression testing method, it is characterised in that including:
Test assignment is generated according to regression test plan;
The test event file corresponding with described test assignment is searched from test case library;Described test event file includes realizing the test group file that test assignment need to be run;Described test group file is used for realizing fc-specific test FC purpose, the test specification file corresponding including realizing fc-specific test FC purpose test case;Described test specification file is for storing the configuration parameter of corresponding test case;
Call the test case corresponding with each test specification file in described test group file of described test case library storage, according to each test specification file configuration correspondence test case, carry out regression test;
Manage described regression tested test result.
2. regression testing method as claimed in claim 1, it is characterised in that described implementation of test cases includes: according to the configuration parameter of test specification file, perform the test case that this test specification file is corresponding;The standard of the execution result of this test case with test specification file being performed result compare, meet test request, this test case performs to pass through, and otherwise performs failure.
3. regression testing method as claimed in claim 2, it is characterised in that described implementation of test cases also includes: when test case performs unsuccessfully, read error information.
4. regression testing method as claimed in claim 2, it is characterised in that described implementation of test cases also includes: executed in parallel test case at least one equipment.
5. regression testing method as claimed in claim 2, it is characterised in that described implementation of test cases also includes: when implementation of test cases, detects whether there is the test case interrupted, if existing, then performs the test case of described interruption.
6. regression testing method as claimed in claim 1, it is characterised in that described generate test assignment according to regression test plan and include: according to arranging the up-to-date code of detection, generate regression test plan, according to regression test plan, generate and perform test assignment.
7. regression testing method as claimed in claim 1, it is characterised in that described management described regression tested test result includes: send the error message performing failed test case and correspondence.
8. regression testing method as claimed in claim 1, it is characterized in that, also include: if not finding the test event file corresponding with described test assignment from described test case library, described test case library calls and realizes the test group file that described test assignment need to be run, generate described test event file.
9. the regression testing method as described in any one of claim 1 to 8, it is characterised in that also include: when revising test case, revise, according to user operation, the test specification file that this test case is corresponding.
10. a regression test device, it is characterised in that including:
Generation module, for generating test assignment according to regression test plan;
Search module, for searching the test event file corresponding with described test assignment from test case library;Described test event file includes realizing the test group file that test assignment need to be run;Described test group file is used for realizing fc-specific test FC purpose, the test specification file corresponding including realizing fc-specific test FC purpose test case;Described test specification file is for storing the configuration parameter of corresponding test case;
Perform module, for calling the test case corresponding with each test specification file in described test group file of described test case library storage, according to each test specification file configuration correspondence test case, carry out regression test;
Management module, is used for managing described regression tested test result.
11. regression test device as claimed in claim 10, it is characterised in that described execution module, for the configuration parameter according to test specification file, performs the test case that this test specification file is corresponding;The standard of the execution result of this test case with test specification file being performed result compare, meet test request, this test case performs to pass through, and otherwise performs failure.
12. regression test device as claimed in claim 11, it is characterised in that described execution module is used for when test case performs unsuccessfully, read error information.
13. regression test device as claimed in claim 11, it is characterised in that described execution module is for executed in parallel test case at least one equipment.
14. regression test device as claimed in claim 11, it is characterised in that described execution module, for when implementation of test cases, detecting whether there is the test case interrupted, if existing, then performs the test case of described interruption.
15. regression test device as claimed in claim 10, it is characterised in that described generation module is for according to arranging the up-to-date code of detection, generating regression test plan, according to regression test plan, generate and perform test assignment.
16. regression test device as claimed in claim 10, it is characterised in that described management module performs the error message of failed test case and correspondence for sending.
17. regression test device as claimed in claim 10, it is characterized in that, if described lookup module is additionally operable to not find from described test case library the test event file corresponding with described test assignment, described test case library calls and realizes the test group file that described test assignment need to be run, generate described test event file.
18. the regression test device as described in any one of claim 10 to 17, it is characterised in that also include correcting module, for when revising test case, revising, according to user operation, the test specification file that this test case is corresponding.
19. a regression test system, it is characterized in that, including the regression test device as described in any one of claim 10 to 18, and test case library, described test case library is used for storing: the test specification file for storing test case configuration parameter of test case and correspondence, the test group file being made up of the test specification file that the test case realizing nominative testing purpose is corresponding, is needed the test group file run to form test event file by realizing test assignment.
CN201610042327.4A 2016-01-21 2016-01-21 A kind of regression testing method, apparatus and system Active CN105718371B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610042327.4A CN105718371B (en) 2016-01-21 2016-01-21 A kind of regression testing method, apparatus and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610042327.4A CN105718371B (en) 2016-01-21 2016-01-21 A kind of regression testing method, apparatus and system

Publications (2)

Publication Number Publication Date
CN105718371A true CN105718371A (en) 2016-06-29
CN105718371B CN105718371B (en) 2019-01-11

Family

ID=56154966

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610042327.4A Active CN105718371B (en) 2016-01-21 2016-01-21 A kind of regression testing method, apparatus and system

Country Status (1)

Country Link
CN (1) CN105718371B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484619A (en) * 2016-10-11 2017-03-08 武汉斗鱼网络科技有限公司 A kind of method of testing, server and system
CN106502642A (en) * 2016-09-21 2017-03-15 北京深维科技有限公司 A kind of evaluation method of eda tool and system
CN106776290A (en) * 2016-11-28 2017-05-31 北京铭铭鑫软件有限公司 A kind of intelligent continuous integrating method of testing of incremental learning
CN107861864A (en) * 2017-08-25 2018-03-30 平安普惠企业管理有限公司 Automated testing method, system and computer-readable recording medium
CN107957890A (en) * 2016-10-17 2018-04-24 埃森哲环球解决方案有限公司 Dynamic load and deployment test file are to prevent the interruption of test execution
CN108038054A (en) * 2017-12-01 2018-05-15 大唐微电子技术有限公司 A kind of automated testing method and device, computer-readable recording medium
CN108255653A (en) * 2018-01-02 2018-07-06 深圳壹账通智能科技有限公司 The test method and its terminal of a kind of product
CN108829088A (en) * 2018-07-20 2018-11-16 深圳市道通科技股份有限公司 Vehicle diagnosis method, device and storage medium
CN109344048A (en) * 2018-08-17 2019-02-15 中国平安人寿保险股份有限公司 A kind of test method, storage medium and server
CN109669914A (en) * 2018-11-15 2019-04-23 深圳壹账通智能科技有限公司 Item file storage method, device, equipment and computer readable storage medium
CN109783369A (en) * 2018-12-20 2019-05-21 出门问问信息科技有限公司 A kind of natural language understanding module regression testing method, device and electronic equipment
US20230244587A1 (en) * 2022-01-31 2023-08-03 Volvo Car Corporation Computer-Implemented Method for Performing a System Assessment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101226502A (en) * 2008-02-03 2008-07-23 中兴通讯股份有限公司 Automatization test method and system
CN101329652A (en) * 2008-07-30 2008-12-24 中兴通讯股份有限公司 Regression test automatic system and method
CN101976220A (en) * 2010-09-27 2011-02-16 北京神州泰岳软件股份有限公司 Unit test system
CN102331967A (en) * 2011-06-15 2012-01-25 烽火通信科技股份有限公司 Method for managing chip verification test cases
US20130019126A1 (en) * 2011-07-15 2013-01-17 Joachim Frohlich Method and System for Test Suite Control
CN103792448A (en) * 2014-01-22 2014-05-14 国家电网公司 Digitized protective device automatic test control system and control method thereof

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101226502A (en) * 2008-02-03 2008-07-23 中兴通讯股份有限公司 Automatization test method and system
CN101329652A (en) * 2008-07-30 2008-12-24 中兴通讯股份有限公司 Regression test automatic system and method
CN101976220A (en) * 2010-09-27 2011-02-16 北京神州泰岳软件股份有限公司 Unit test system
CN102331967A (en) * 2011-06-15 2012-01-25 烽火通信科技股份有限公司 Method for managing chip verification test cases
US20130019126A1 (en) * 2011-07-15 2013-01-17 Joachim Frohlich Method and System for Test Suite Control
CN103792448A (en) * 2014-01-22 2014-05-14 国家电网公司 Digitized protective device automatic test control system and control method thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
张菁: "软件回归测试及其实践", 《HTTPS//WWW.TESTWO.COM/BLOG/1391》 *
申宗杰: "一种测试用例库的建设方法与实践", 《电子制作》 *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106502642A (en) * 2016-09-21 2017-03-15 北京深维科技有限公司 A kind of evaluation method of eda tool and system
CN106484619A (en) * 2016-10-11 2017-03-08 武汉斗鱼网络科技有限公司 A kind of method of testing, server and system
CN107957890B (en) * 2016-10-17 2020-11-24 埃森哲环球解决方案有限公司 Dynamically loading and deploying test files to prevent interruption of test execution
CN107957890A (en) * 2016-10-17 2018-04-24 埃森哲环球解决方案有限公司 Dynamic load and deployment test file are to prevent the interruption of test execution
CN106776290A (en) * 2016-11-28 2017-05-31 北京铭铭鑫软件有限公司 A kind of intelligent continuous integrating method of testing of incremental learning
CN107861864A (en) * 2017-08-25 2018-03-30 平安普惠企业管理有限公司 Automated testing method, system and computer-readable recording medium
CN108038054A (en) * 2017-12-01 2018-05-15 大唐微电子技术有限公司 A kind of automated testing method and device, computer-readable recording medium
CN108038054B (en) * 2017-12-01 2021-08-03 大唐微电子技术有限公司 Automatic testing method and device and computer readable storage medium
CN108255653B (en) * 2018-01-02 2021-05-04 深圳壹账通智能科技有限公司 Product testing method and terminal thereof
CN108255653A (en) * 2018-01-02 2018-07-06 深圳壹账通智能科技有限公司 The test method and its terminal of a kind of product
CN108829088A (en) * 2018-07-20 2018-11-16 深圳市道通科技股份有限公司 Vehicle diagnosis method, device and storage medium
CN109344048A (en) * 2018-08-17 2019-02-15 中国平安人寿保险股份有限公司 A kind of test method, storage medium and server
CN109669914A (en) * 2018-11-15 2019-04-23 深圳壹账通智能科技有限公司 Item file storage method, device, equipment and computer readable storage medium
CN109783369A (en) * 2018-12-20 2019-05-21 出门问问信息科技有限公司 A kind of natural language understanding module regression testing method, device and electronic equipment
CN109783369B (en) * 2018-12-20 2022-03-29 出门问问信息科技有限公司 Natural language understanding module regression testing method and device and electronic equipment
US20230244587A1 (en) * 2022-01-31 2023-08-03 Volvo Car Corporation Computer-Implemented Method for Performing a System Assessment

Also Published As

Publication number Publication date
CN105718371B (en) 2019-01-11

Similar Documents

Publication Publication Date Title
CN105718371A (en) Regression test method, device and system
US8151248B1 (en) Method and system for software defect management
CN108959059B (en) Test method and test platform
CN104598376B (en) The layering automatization test system and method for a kind of data-driven
EP2778929B1 (en) Test script generation system
CN103150249B (en) A kind of method and system of automatic test
CN104407971A (en) Method for automatically testing embedded software
CN109034188B (en) Method and device for acquiring machine learning model, equipment and storage medium
CN108268377A (en) A kind of service test method of server, device and medium
CN107885660A (en) Fund system automatic test management method, device, equipment and storage medium
US8327191B2 (en) Automatically populating symptom databases for software applications
CN109684847A (en) Self-repairing method, device, equipment and the storage medium of script loophole
US7853651B2 (en) Method for tracking transport requests and computer system with trackable transport requests
CN102650938A (en) Management method for log system and log system
CN106095501A (en) A kind of application section arranging method and device
CN114780138B (en) Flow field simulation software code version management method and device and storage medium
CN111522741A (en) Interface test code generation method and device, electronic equipment and readable storage medium
CN105279089A (en) Method and device for obtaining page element
CN104881361A (en) Software development process monitoring and managing method and system
CN113778903B (en) Method and system for generating test case of power distribution terminal and storage medium
CN102467935A (en) Magnetic disk positioning system and method
CN112241370A (en) Verification method, system and device for API (application program interface) interface class
CN101673200A (en) Method and device for detecting user input model
CN112069073A (en) Test case management method, terminal and storage medium
CN106933743A (en) A kind of method of testing and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 518057 Guangdong city of Shenzhen province Nanshan District high tech Industrial Park Road eight South South technology Howare Technology Building 16

Applicant after: Shenzhen Pango Microsystems Co., Ltd.

Address before: 518057 Guangdong city of Shenzhen province Nanshan District high tech Industrial Park Road eight South South technology Howare Technology Building 16

Applicant before: SHENZHEN PANGO MICROSYSTEMS CO., LTD.

COR Change of bibliographic data
GR01 Patent grant
GR01 Patent grant