CN103309801A - Method and device for determining regression testing range - Google Patents

Method and device for determining regression testing range Download PDF

Info

Publication number
CN103309801A
CN103309801A CN2012100694244A CN201210069424A CN103309801A CN 103309801 A CN103309801 A CN 103309801A CN 2012100694244 A CN2012100694244 A CN 2012100694244A CN 201210069424 A CN201210069424 A CN 201210069424A CN 103309801 A CN103309801 A CN 103309801A
Authority
CN
China
Prior art keywords
functional unit
unit
dependent tree
function
dependence
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
CN2012100694244A
Other languages
Chinese (zh)
Other versions
CN103309801B (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.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and Technology 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 Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN201210069424.4A priority Critical patent/CN103309801B/en
Publication of CN103309801A publication Critical patent/CN103309801A/en
Application granted granted Critical
Publication of CN103309801B publication Critical patent/CN103309801B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method and a device for determining a regression testing range. The method comprises the steps of S1, determining function units in to-be-tested software in advance and establishing a function dependence tree according to a dependence relationship between the determined function units; and S2, searching function units depending on a modified function unit by beginning from the modified function unit in the function dependence tree, searching function units depending on each searched function unit when a regression test is carried out, and using the modified function unit and all searched function units as the regression testing range of the to-be-tested software. According to the method and the device, which are provided by the invention, the accuracy of the regression test can be ensured while the testing resource and the testing time are saved.

Description

A kind of method and apparatus of definite regression test scope
[technical field]
The present invention relates to field of computer technology, particularly a kind of method and apparatus of definite regression test scope.
[background technology]
After regression test refers to revise old code, re-starting test does not introduce new mistake or causes other codes to produce mistake to confirm to revise, regression test occupies very large workload proportion as an ingredient of software life-cycle in whole software test procedure.The stages of software development all can carry out the multiple regression test, in progressive and iteratively faster exploitation, the continuous issue of redaction makes more frequent that regression test carries out, therefore, thereby it is very significant selecting correct regression test mode to raise the efficiency with validity, and the envelop of function of wherein selecting regression test to test is a key factor that determines testing efficiency.
Mainly there are two kinds in existing regression tested mode:
The first is treated all functions of testing software and is all carried out regression test, and this mode has also been carried out regression test to the function that is not subjected to modify feature and affects, and has wasted test resource and test duration.
It two is to choose the important test case of a batch facility in existing test case, treats that testing software is fixing to carry out regression test to these test cases of choosing.Although the basic test use-case to critical function in this mode carries out regression test, the partial function that affected by modify feature may be omitted by regression test, causes regression test inaccurate.
[summary of the invention]
The invention provides a kind of method and apparatus of definite regression test scope, saving test resource and in the time, guaranteeing the regression tested accuracy.
Concrete technical scheme is as follows:
A kind of method of definite regression test scope, the method comprises:
S1, pre-determine the functional unit in the software to be tested, and according to the dependence between the functional unit of determining, constructing function dependent tree;
S2, when carrying out regression test, in described function dependent tree, begin to search the functional unit that depends on described modification from the functional unit of revising, and the functional unit that depends on each functional unit that finds, with the functional unit of revising and all functions unit that the finds regression test scope as described software to be tested.
According to one preferred embodiment of the present invention, described step S1 carries out according to artificial input, perhaps automatically performs based on the user's request document of described software to be tested or feature list.
According to one preferred embodiment of the present invention, if described step S1 automatically performs, then described step S1 specifically comprises:
Travel through user's request document or the feature list of described software to be tested, determine the functional unit that each functional unit and each functional unit rely on, automatic generation function dependence table, each list item of described function dependence table comprises: the dependence of functional unit and this functional unit and other functional units;
According to described function dependence table constructing function dependent tree.
According to one preferred embodiment of the present invention, each node of described function dependent tree is functional unit, and the line between the node embodies the dependence between each functional unit.
According to one preferred embodiment of the present invention, described dependence embodies by the sequence of positions of node in the function dependent tree, and particularly, when the constructing function dependent tree, according to bottom-up order, each node depends on the node of its low one deck;
Then among the described step S2, in the function dependent tree from the functional unit of revising, search successively all functions unit of Existence dependency relationship according to bottom-up order, with the functional unit of revising and all functions unit that the finds regression test scope as described software to be tested.
According to one preferred embodiment of the present invention, the method further comprises:
S3, definite as test case corresponding to each functional unit of regression test scope adopts described test case execution to the regression test of described software to be tested.
A kind of device of definite regression test scope, this device comprises:
The dependent tree construction unit, for the functional unit that pre-determines software to be tested, and according to the dependence between the functional unit of determining, constructing function dependent tree;
The scope determining unit, be used for when carrying out regression test, in described function dependent tree, begin to search the functional unit that depends on described modification from the functional unit of revising, and the functional unit that depends on each functional unit that finds, with the functional unit of revising and all functions unit that the finds regression test scope as described software to be tested.
According to one preferred embodiment of the present invention, described dependent tree construction unit is according to artificial input, or automatically performs described determine functional unit in the software to be tested and the operation of described constructing function dependent tree based on the user's request document of described software to be tested or feature list.
According to one preferred embodiment of the present invention, described dependent tree construction unit specifically comprises:
Function traversal subelement, be used for traveling through user's request document or the feature list of described software to be tested, determine the functional unit that each functional unit and each functional unit rely on, automatic generation function dependence table, each list item of described function dependence table comprises: the dependence of functional unit and this functional unit and other functional units;
Dependent tree makes up subelement, is used for relying on described function dependence table constructing function dependent tree.
According to one preferred embodiment of the present invention, each node of described function dependent tree is functional unit, and the line between the node embodies the dependence between each functional unit.
According to one preferred embodiment of the present invention, described dependence embodies by the sequence of positions of node in the function dependent tree, particularly, and when described dependent tree construction unit constructing function dependent tree, according to bottom-up order, each node depends on the node of its low one deck;
Correspondingly, described scope determining unit in the function dependent tree from the functional unit of revising, search successively all functions unit of Existence dependency relationship according to bottom-up order, with the functional unit of revising and all functions unit that the finds regression test scope as described software to be tested.
According to one preferred embodiment of the present invention, this device further comprises: the regression test unit, be used for determining as test case corresponding to each functional unit of regression test scope, and adopt described test case execution to the regression test of described software to be tested.
As can be seen from the above technical solutions, the present invention selects all functions unit that the functional unit revised affects according to dependence, determines accordingly the regression tested scope.At first, do not have the function of dependence can not participate in regression test, thereby save unnecessary test resource and regression tested time; Secondly, can avoid the function modification to the omission problem of other function effects based on the function dependent tree, thereby improve the regression tested accuracy rate, improve the quality of research and development of products.
[description of drawings]
The method flow diagram of definite regression test scope that Fig. 1 provides for the embodiment of the invention one;
A kind of instance graph of the function dependent tree that Fig. 2 a provides for the embodiment of the invention one;
The another kind of instance graph of the function dependent tree that Fig. 2 b provides for the embodiment of the invention one;
The structure drawing of device of definite regression test scope that Fig. 3 provides for the embodiment of the invention two.
[embodiment]
In order to make the purpose, technical solutions and advantages of the present invention clearer, describe the present invention below in conjunction with the drawings and specific embodiments.
Embodiment one,
The method flow diagram of definite regression test scope that Fig. 1 provides for the embodiment of the invention one, as shown in Figure 1, the method can may further comprise the steps:
Step 101: determine the functional unit in the software to be tested.
The functional unit that relates in this step can be the visible functional unit of user, and the visible functional unit of so-called user refers to can be from operating or the minimum black box function point of observable software that software interface is seen.
Determining of the visible functional unit of these users can be based on user's request document or the feature list of software to be tested, one of them user's request can the visible functional unit of corresponding a plurality of users, and a function in the feature list also can the visible functional unit of corresponding a plurality of users.Usually software development team has user's request document or the feature list of functional unit definition granularity for software, in user's request document or feature list, can enumerate out the tabulation of a demand exploitation sequencing, the priority that is the visible functional unit of each user realizes sequential list, just can determine the visible functional unit of all users of software to be tested by traveling through this user's request document or feature list.Certainly, the common quantity of the visible functional unit of user in the software is not too large usually, also can by the mode of artificial combing, determine the visible functional unit of each user according to artificial input.
Certainly, except the visible functional unit of above-mentioned user, also can be other more small grain size or the more functional unit of coarsegrain, realization in the present invention is similar,, gives unnecessary details no longer one by one only take the visible functional unit of user as example at this.
Step 102: according to the dependence between the functional unit of determining, constructing function dependent tree.
After determining functional unit, need to determine the dependence between each functional unit, this dependence has embodied the dependence of priority on the function technology realizes.Restrained by the description in the step 101, in user's request document or feature list, can enumerate out the tabulation of a demand exploitation sequencing, when traversal user's request document or feature list, can determine the functional unit that each functional unit relies on, thereby automatically generate a function dependence table, each list item of this function dependence table comprises: the dependence of functional unit, this functional unit and other functional units.
Above-mentioned functions dependence table can be realized in two steps, at first generate the intermediateness form shown in as shown in table 1, suppose to determine that by traversal user's request document it comprises functional unit A00 in certain software to be tested, B00, C00, D00, give one example, when traversing A00, determine this functional unit A00 on technology realizes at B00, realize after the C00, and depend on respectively B00, C00, automatic generation B00 and C00 in the list item of functional unit A00 is corresponding in table 1 so automatically " the institute's functional unit that relies on numbering ", other functional units are similar, no longer describe in detail.
Table 1
The functional unit numbering Relied on the functional unit numbering The functional unit that relies on numbering
A00 Empty B00, C00 (automatically generating)
B00 Empty Empty
C00 Empty D00 (automatically generating)
D00 Empty Empty
After generating table 1, according to the content in " functional unit numbering " in each list item and " institute's functional unit that relies on is numbered ", automatically generate content in " quilt relies on functional unit and numbers " according to logical relation, as shown in table 2.
Table 2
The functional unit numbering Relied on the functional unit numbering The functional unit that relies on numbering
A00 Empty B00、C00
B00 A00 (automatically generating) Empty
C00 A00 (automatically generating) D00
D00 C00 (automatically generating) Empty
Like this, just embodied the dependence between each functional unit in the table 2, function dependence table namely, just can construct a function dependent tree according to this, the node of this function dependent tree is each functional unit, line between the node embodies the dependence between each functional unit, and this dependence can embody by the sequence of positions of each node of function dependent tree.For example can embody by bottom-up order, for example, according to bottom-up order, present node depends on the node of its low one deck, and the dependence of each node can be shown in Fig. 2 a in the table 2.Also can embody by the form of arrow points, for example, present node is relied on by the node of its sensing, and the dependence of each node can be shown in Fig. 2 b in the table 2.
Above-mentioned steps 101 and step 102 can be carried out in advance.
Step 103: when carrying out regression test, in the function dependent tree, begin to search the functional unit that depends on modification from the functional unit of revising, and the functional unit that depends on the functional unit that respectively finds, with the functional unit of revising and all functions unit that finds as the regression test scope.
That is to say, in the function dependent tree from the functional unit of revising, according to by dependence successively locating function unit.If the function dependent tree is according to bottom-up sequential build, then in the function dependent tree, begin all functions unit according to bottom-up sequential search Existence dependency relationship from the functional unit of revising.
Shown in Fig. 2 a, suppose that the functional unit of revising is D00, in the function dependent tree, be C00 according to bottom-up sequential search to the functional unit with its Existence dependency relationship then, the functional unit of searching again with the C00 Existence dependency relationship is A00, then with D00, C00 and A00 as the regression test scope.
Shown in Fig. 2 b, suppose that the functional unit of revising is D00, then in the function dependent tree, points relationship according to arrow, determine that the functional unit that D00 points to is C00, searching the functional unit that C00 points to is A00 again, therefore with D00, C00 and A00 as the regression test scope.
After determining the regression test scope, determine as test case corresponding to each functional unit of regression test scope, adopt these test cases to carry out regression test, this partial content no longer describes in detail.
More than be the detailed description that method provided by the present invention is carried out, be described below by two pairs of devices provided by the present invention of embodiment.
Embodiment two,
The structure drawing of device of definite regression test scope that Fig. 3 provides for the embodiment of the invention two, as shown in Figure 3, this device can comprise: dependent tree construction unit 300 and scope determining unit 310.
Dependent tree construction unit 300, for the functional unit that pre-determines software to be tested, and according to the dependence between the functional unit of determining, constructing function dependent tree.
Wherein, dependent tree construction unit 300 is according to artificial input, or automatically performs the functional unit determined in the software to be tested and the operation of constructing function dependent tree based on the user's request document of software to be tested or feature list.
The functional unit that relates in same the present embodiment can be the visible functional unit of user, also can be other more small grain size or the more functional unit of coarsegrain.
Scope determining unit 310, be used for when carrying out regression test, in the function dependent tree, begin to search the functional unit that depends on modification from the functional unit of revising, and the functional unit that depends on each functional unit that finds, with the functional unit of revising and all functions unit that the finds regression test scope as software to be tested.
If the structure definite and the function dependent tree of functional unit adopts automatic mode, then dependent tree construction unit 300 can specifically comprise: function traversal subelement 301 and dependent tree make up subelement 302.
User's request document or the feature list of function traversal subelement 301 traversals software to be tested, determine the functional unit that each functional unit and each functional unit rely on, automatic generation function dependence table, each list item of function dependence table comprises: the dependence of functional unit and this functional unit and other functional units.
When systematic function dependence table, can realize in two steps, at first generate the intermediate table shown in a kind of table 1 of embodiment, namely fill in the functional unit numbering that functional unit numbering and functional unit rely in the list item.Then according to the content that is relied on the functional unit numbering in the further generating table entry of logical relation, as shown in table 2, thus embodied dependence between each functional unit.
This moment, dependent tree made up subelement 302 dependence function dependence table constructing function dependent trees.
Particularly, the structure of function dependent tree can for: each node is functional unit, and the line between the node embodies the dependence between each functional unit.This dependence can embody by the sequence of positions of each node of function dependent tree.For example can embody by bottom-up order, for example, according to bottom-up order, present node depends on the node of its low one deck.Also can embody by the form of arrow points.
If dependence embodies by the sequence of positions of node in the function dependent tree, particularly, when dependent tree construction unit 300 constructing function dependent tree, according to bottom-up order, each node depends on the node of its low one deck.
Correspondingly, scope determining unit 310 in the function dependent tree from the functional unit of revising, search successively all functions unit of Existence dependency relationship according to bottom-up order, with the functional unit of revising and all functions unit that the finds regression test scope as software to be tested.
On this basis, this device may further include: regression test unit 320, be used for determining as test case corresponding to each functional unit of regression test scope, and adopt test case to carry out the regression test for the treatment of testing software.
The above only is preferred embodiment of the present invention, and is in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of making, is equal to replacement, improvement etc., all should be included within the scope of protection of the invention.

Claims (12)

1. the method for a definite regression test scope is characterized in that, the method comprises:
S1, pre-determine the functional unit in the software to be tested, and according to the dependence between the functional unit of determining, constructing function dependent tree;
S2, when carrying out regression test, in described function dependent tree, begin to search the functional unit that depends on described modification from the functional unit of revising, and the functional unit that depends on each functional unit that finds, with the functional unit of revising and all functions unit that the finds regression test scope as described software to be tested.
2. method according to claim 1 is characterized in that, described step S1 carries out according to artificial input, perhaps automatically performs based on the user's request document of described software to be tested or feature list.
3. method according to claim 2 is characterized in that, if described step S1 automatically performs, then described step S1 specifically comprises:
Travel through user's request document or the feature list of described software to be tested, determine the functional unit that each functional unit and each functional unit rely on, automatic generation function dependence table, each list item of described function dependence table comprises: the dependence of functional unit and this functional unit and other functional units;
According to described function dependence table constructing function dependent tree.
4. method according to claim 1 is characterized in that, each node of described function dependent tree is functional unit, and the line between the node embodies the dependence between each functional unit.
5. method according to claim 4 is characterized in that, described dependence embodies by the sequence of positions of node in the function dependent tree, and particularly, when the constructing function dependent tree, according to bottom-up order, each node depends on the node of its low one deck;
Then among the described step S2, in the function dependent tree from the functional unit of revising, search successively all functions unit of Existence dependency relationship according to bottom-up order, with the functional unit of revising and all functions unit that the finds regression test scope as described software to be tested.
6. according to claim 1 to the described method of 5 arbitrary claims, it is characterized in that, the method further comprises:
S3, definite as test case corresponding to each functional unit of regression test scope adopts described test case execution to the regression test of described software to be tested.
7. the device of a definite regression test scope is characterized in that, this device comprises:
The dependent tree construction unit, for the functional unit that pre-determines software to be tested, and according to the dependence between the functional unit of determining, constructing function dependent tree;
The scope determining unit, be used for when carrying out regression test, in described function dependent tree, begin to search the functional unit that depends on described modification from the functional unit of revising, and the functional unit that depends on each functional unit that finds, with the functional unit of revising and all functions unit that the finds regression test scope as described software to be tested.
8. device according to claim 7, it is characterized in that, described dependent tree construction unit is according to artificial input, or automatically performs described determine functional unit in the software to be tested and the operation of described constructing function dependent tree based on the user's request document of described software to be tested or feature list.
9. device according to claim 8 is characterized in that, described dependent tree construction unit specifically comprises:
Function traversal subelement, be used for traveling through user's request document or the feature list of described software to be tested, determine the functional unit that each functional unit and each functional unit rely on, automatic generation function dependence table, each list item of described function dependence table comprises: the dependence of functional unit and this functional unit and other functional units;
Dependent tree makes up subelement, is used for relying on described function dependence table constructing function dependent tree.
10. device according to claim 7 is characterized in that, each node of described function dependent tree is functional unit, and the line between the node embodies the dependence between each functional unit.
11. device according to claim 10 is characterized in that, described dependence embodies by the sequence of positions of node in the function dependent tree, particularly, when described dependent tree construction unit constructing function dependent tree, according to bottom-up order, each node depends on the node of its low one deck;
Correspondingly, described scope determining unit in the function dependent tree from the functional unit of revising, search successively all functions unit of Existence dependency relationship according to bottom-up order, with the functional unit of revising and all functions unit that the finds regression test scope as described software to be tested.
12. according to claim 7 to the described device of 11 arbitrary claims, it is characterized in that, this device further comprises: the regression test unit, be used for determining as test case corresponding to each functional unit of regression test scope, adopt described test case execution to the regression test of described software to be tested.
CN201210069424.4A 2012-03-15 2012-03-15 A kind of method and apparatus determining regression test scope Active CN103309801B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210069424.4A CN103309801B (en) 2012-03-15 2012-03-15 A kind of method and apparatus determining regression test scope

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210069424.4A CN103309801B (en) 2012-03-15 2012-03-15 A kind of method and apparatus determining regression test scope

Publications (2)

Publication Number Publication Date
CN103309801A true CN103309801A (en) 2013-09-18
CN103309801B CN103309801B (en) 2016-01-13

Family

ID=49135048

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210069424.4A Active CN103309801B (en) 2012-03-15 2012-03-15 A kind of method and apparatus determining regression test scope

Country Status (1)

Country Link
CN (1) CN103309801B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105138428A (en) * 2015-08-22 2015-12-09 西安电子科技大学 Failure recovery method based on precursor dependence
CN106354625A (en) * 2015-07-21 2017-01-25 北京搜狗科技发展有限公司 Test range determination method and device
CN106371849A (en) * 2016-09-18 2017-02-01 网易(杭州)网络有限公司 Application data processing method and device
CN106445799A (en) * 2015-08-05 2017-02-22 阿里巴巴集团控股有限公司 Software testing method and device
CN107193739A (en) * 2017-05-23 2017-09-22 张泽祎 A kind of black box regression testing method
CN107346287A (en) * 2017-07-20 2017-11-14 广东艾檬电子科技有限公司 A kind of exam pool applied program testing method, terminal and simulator
CN107729227A (en) * 2017-07-26 2018-02-23 上海壹账通金融科技有限公司 Application testing range determining method, system, server and storage medium
CN107818419A (en) * 2017-11-03 2018-03-20 中国银行股份有限公司 A kind of functional test method of determining range and device
CN108170601A (en) * 2017-12-28 2018-06-15 上海璞恒新能源科技有限公司 A kind of test path indexing means, device, terminal and computer-readable medium
CN109144845A (en) * 2017-06-28 2019-01-04 中国石油化工股份有限公司 One kind being based on the constringent automated testing method of defect

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060085687A1 (en) * 2004-10-15 2006-04-20 Matthew Cheng System and method to locate and correct software errors within a protocol stack for wireless devices
CN101719095A (en) * 2009-12-30 2010-06-02 北京世纪高通科技有限公司 Method and device for managing regression testing
CN101859276A (en) * 2010-05-14 2010-10-13 东南大学 Regression testing case selection method based on hierarchical slicing
CN102279798A (en) * 2011-08-30 2011-12-14 中国工商银行股份有限公司 Software testing method and system based on point function driving

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060085687A1 (en) * 2004-10-15 2006-04-20 Matthew Cheng System and method to locate and correct software errors within a protocol stack for wireless devices
CN101719095A (en) * 2009-12-30 2010-06-02 北京世纪高通科技有限公司 Method and device for managing regression testing
CN101859276A (en) * 2010-05-14 2010-10-13 东南大学 Regression testing case selection method based on hierarchical slicing
CN102279798A (en) * 2011-08-30 2011-12-14 中国工商银行股份有限公司 Software testing method and system based on point function driving

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
秦暕: "一种基于XP的测试模型研究", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106354625A (en) * 2015-07-21 2017-01-25 北京搜狗科技发展有限公司 Test range determination method and device
CN106445799A (en) * 2015-08-05 2017-02-22 阿里巴巴集团控股有限公司 Software testing method and device
CN105138428A (en) * 2015-08-22 2015-12-09 西安电子科技大学 Failure recovery method based on precursor dependence
CN105138428B (en) * 2015-08-22 2018-03-06 西安电子科技大学 The fault recovery method relied on based on forerunner
CN106371849A (en) * 2016-09-18 2017-02-01 网易(杭州)网络有限公司 Application data processing method and device
CN107193739A (en) * 2017-05-23 2017-09-22 张泽祎 A kind of black box regression testing method
CN107193739B (en) * 2017-05-23 2020-06-05 张泽祎 Black box regression testing method
CN109144845A (en) * 2017-06-28 2019-01-04 中国石油化工股份有限公司 One kind being based on the constringent automated testing method of defect
CN107346287A (en) * 2017-07-20 2017-11-14 广东艾檬电子科技有限公司 A kind of exam pool applied program testing method, terminal and simulator
CN107729227A (en) * 2017-07-26 2018-02-23 上海壹账通金融科技有限公司 Application testing range determining method, system, server and storage medium
CN107729227B (en) * 2017-07-26 2020-03-06 深圳壹账通智能科技有限公司 Application program test range determining method, system, server and storage medium
CN107818419A (en) * 2017-11-03 2018-03-20 中国银行股份有限公司 A kind of functional test method of determining range and device
CN107818419B (en) * 2017-11-03 2021-08-10 中国银行股份有限公司 Method and device for determining function test range
CN108170601A (en) * 2017-12-28 2018-06-15 上海璞恒新能源科技有限公司 A kind of test path indexing means, device, terminal and computer-readable medium

Also Published As

Publication number Publication date
CN103309801B (en) 2016-01-13

Similar Documents

Publication Publication Date Title
CN103309801A (en) Method and device for determining regression testing range
CN103578008A (en) Method and device for recommending garment products
Holzschuher et al. Querying a graph database–language selection and performance considerations
CN106970929B (en) Data import method and device
CN105022739B (en) The storage method and device of data
CN102122252A (en) Method for designing thread pool capable of ensuring temporal succession
US9507589B2 (en) Search based content inventory comparison
CN106919612A (en) A kind of processing method and processing device of SQL script of reaching the standard grade
CN104461901A (en) Method and system for automatically generating test case
CN109902117A (en) Operation system analysis method and device
US20160292233A1 (en) Discarding data points in a time series
CN102915353A (en) Method for cleaning junk data
CN112162980A (en) Data quality control method and system, storage medium and electronic equipment
CN105279269A (en) SQL generating method and system for supporting table free association
Izsó et al. IncQuery-D: incremental graph search in the cloud.
CN106557307B (en) Service data processing method and system
CN103902565A (en) Method and device for determining data access relation
CN106648839A (en) Method and device for processing data
CN104462605B (en) A kind of configuration of data base persistence layer frame, amending method and system
CN105930354A (en) Storage model conversion method and device
US20160179851A1 (en) Method and system of process reconstruction
CN102855278B (en) A kind of emulation mode and system
CN106354552A (en) Parallel Computer Task Distribution Method and Device
CN103902445A (en) Regression test object determination method and device
CN105786990A (en) Database data storing and quick querying method 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
C14 Grant of patent or utility model
GR01 Patent grant