CN103309801B - A kind of method and apparatus determining regression test scope - Google Patents

A kind of method and apparatus determining regression test scope Download PDF

Info

Publication number
CN103309801B
CN103309801B CN201210069424.4A CN201210069424A CN103309801B CN 103309801 B CN103309801 B CN 103309801B CN 201210069424 A CN201210069424 A CN 201210069424A CN 103309801 B CN103309801 B CN 103309801B
Authority
CN
China
Prior art keywords
functional unit
unit
dependent tree
tested
function
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
CN201210069424.4A
Other languages
Chinese (zh)
Other versions
CN103309801A (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

Landscapes

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

Abstract

The invention provides a kind of method and apparatus determining regression test scope, wherein method comprises: S1, the functional unit pre-determined in software to be tested, and according to the dependence between the functional unit determined, constructing function dependent tree; S2, when carrying out regression test, from the functional unit of amendment, the functional unit depending on described amendment is searched in described function dependent tree, and depend on the functional unit of each functional unit found, using the functional unit of amendment and all functions unit that the finds regression test scope as described software to be tested.At saving test resource with while the time, regression tested accuracy can be ensured by the present invention.

Description

A kind of method and apparatus determining regression test scope
[technical field]
The present invention relates to field of computer technology, particularly a kind of method and apparatus determining regression test scope.
[background technology]
After regression test refers to and have modified old code, re-start test not introduce new mistake to confirm amendment or cause other codes to produce mistake, regression test, as an ingredient of software life-cycle, occupies very large workload proportion in whole software test procedure.Each stage of software development all can carry out multiple regression test, in progressive and iteratively faster are developed, it is more frequent that the continuous issue of redaction makes regression test carry out, therefore, selecting correct regression test mode thus raising the efficiency with validity is significantly, wherein selects regression test to need the envelop of function of test to be the key factor determining testing efficiency.
Existing regression tested mode mainly exists two kinds:
The all functions that the first treats testing software all carry out regression test, and this mode has also carried out regression test to the function do not affected by modify feature, wastes test resource and test duration.
It two is in existing test case, choose the important test case of a batch facility, treats testing software and fixes and carry out regression test to these test cases chosen.Although carry out regression test to the basic test use-case of critical function in this mode, the partial function 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 determining regression test scope, at saving test resource with while the time, ensure regression tested accuracy.
Concrete technical scheme is as follows:
Determine a method for regression test scope, the method comprises:
S1, the functional unit pre-determined in software to be tested, and according to the dependence between the functional unit determined, constructing function dependent tree;
S2, when carrying out regression test, from the functional unit of amendment, the functional unit depending on described amendment is searched in described function dependent tree, and depend on the functional unit of each functional unit found, using the functional unit of amendment 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 performs according to artificial input, or automatically perform 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 node embodies the dependence between each functional unit.
According to one preferred embodiment of the present invention, described dependence is embodied by the sequence of positions of function dependent tree interior joint, and particularly, when constructing function dependent tree, according to bottom-up order, each node depends on the node of its low one deck;
Then in described step S2, in function dependent tree from the functional unit of amendment, the all functions unit of Existence dependency relationship is searched successively, using the functional unit of amendment and all functions unit that the finds regression test scope as described software to be tested according to bottom-up order.
According to one preferred embodiment of the present invention, the method comprises further:
S3, determine as test case corresponding to each functional unit of regression test scope, adopt described test case to perform regression test to described software to be tested.
Determine a device for regression test scope, this device comprises:
Dependent tree construction unit, for pre-determining the functional unit in software to be tested, and according to the dependence between the functional unit determined, constructing function dependent tree;
Scope determining unit, for when carrying out regression test, from the functional unit of amendment, the functional unit depending on described amendment is searched in described function dependent tree, and depend on the functional unit of each functional unit found, using the functional unit of amendment 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 according to artificial input, or automatically performs the described operation determining the functional unit in software to be tested and 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, 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 builds subelement, 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 node embodies the dependence between each functional unit.
According to one preferred embodiment of the present invention, described dependence is embodied by the sequence of positions of function dependent tree interior joint, 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 function dependent tree from amendment functional unit, the all functions unit of Existence dependency relationship is searched successively, using the functional unit of amendment and all functions unit that the finds regression test scope as described software to be tested according to bottom-up order.
According to one preferred embodiment of the present invention, this device comprises further: regression test unit, for determining as test case corresponding to each functional unit of regression test scope, adopts the regression test of described test case execution to described software to be tested.
As can be seen from the above technical solutions, the present invention selects according to dependence all functions unit that the functional unit revised affects, and determines regression tested scope accordingly.First, do not have the function of dependence to participate in regression test, thus save unnecessary test resource and regression tested time; Secondly, the omission problem of function amendment to other function effects can be avoided based on function dependent tree, thus improve regression tested accuracy rate, improve the quality of research and development of products.
[accompanying drawing explanation]
The method flow diagram of the determination regression test scope that Fig. 1 provides for the embodiment of the present invention one;
A kind of instance graph of the function dependent tree that Fig. 2 a provides for the embodiment of the present invention one;
The another kind of instance graph of the function dependent tree that Fig. 2 b provides for the embodiment of the present invention one;
The structure drawing of device of the determination regression test scope that Fig. 3 provides for the embodiment of the present invention two.
[embodiment]
In order to make the object, technical solutions and advantages of the present invention clearly, describe the present invention below in conjunction with the drawings and specific embodiments.
Embodiment one,
The method flow diagram of the determination regression test scope that Fig. 1 provides for the embodiment of the present invention one, as shown in Figure 1, the method can comprise the following steps:
Step 101: determine the functional unit in software to be tested.
The functional unit related in this step can be the visible functional unit of user, and the visible functional unit of so-called user refers to operating or the minimum black box function point of observable software of can seeing from software interface.
The determination of the visible functional unit of these users can based on the user's request document of software to be tested or feature list, one of them user's request can the visible functional unit of corresponding multiple user, and a function in feature list also can the visible functional unit of corresponding multiple user.Usual software development team has user's request document or the feature list of functional unit definition granularity for software, the list of a requirement developing sequencing can be enumerated out in user's request document or feature list, namely the priority of 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 usual quantity of the visible functional unit of the user in usual software is not too large, also by the mode of artificial combing, can 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 the functional unit of other smaller particle size or more coarsegrain, realizing in the present invention be similar, at this only for the visible functional unit of user, repeats no longer one by one.
Step 102: according to the dependence between the functional unit determined, constructing function dependent tree.
After determining functional unit, need to determine the dependence between each functional unit, this dependence embodies the dependence of priority on function technology realizes.Restrained by the description in step 101, the list of a requirement developing sequencing can be enumerated out in user's request document or feature list, when traverse user requirement documents or feature list, the functional unit that each functional unit relies on can be determined, thus automatically generating 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 realize in two steps, first shown intermediateness form as shown in table 1 is generated, suppose to determine that it comprises functional unit A00 by traverse user requirement documents 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 C00, and depend on B00 respectively, C00, automatic generation B00 and C00 in the list item of " institute relies on functional unit numbering " that functional unit A00 is corresponding in Table 1 so automatically, other functional units are similar, no longer describe in detail.
Table 1
Functional unit is numbered Numbered by dependence functional unit Rely on functional unit numbering
A00 Empty B00, C00 (automatically generating)
B00 Empty Empty
C00 Empty D00 (automatically generating)
D00 Empty Empty
After generation table 1, according to the content in " functional unit numbering " in each list item and " rely on functional unit number ", logically relation generates the content in " being numbered by dependence functional unit " automatically, as shown in table 2.
Table 2
Functional unit is numbered Numbered by dependence functional unit Rely on functional unit numbering
A00 Empty B00、C00
B00 A00 (automatically generating) Empty
C00 A00 (automatically generating) D00
D00 C00 (automatically generating) Empty
Like this, the dependence between each functional unit has just been embodied in table 2, namely function dependence table, a function dependent tree just can be constructed according to this, the node of this function dependent tree is each functional unit, line between node embodies the dependence between each functional unit, and this dependence can be embodied by the sequence of positions of each node of function dependent tree.Such as can be embodied by bottom-up order, such as, according to bottom-up order, present node depends on the node of its low one deck, and in table 2, the dependence of each node can be as shown in Figure 2 a.Also can be embodied by the form of arrow points, such as, the node that present node is pointed to by it rely on, in table 2, the dependence of each node can be as shown in Figure 2 b.
Above-mentioned steps 101 and step 102 can perform in advance.
Step 103: when carrying out regression test, from the functional unit of amendment, the functional unit depending on amendment is searched in function dependent tree, and depend on the functional unit of the functional unit respectively found, using the functional unit of amendment and all functions unit that finds as regression test scope.
That is, in function dependent tree from the functional unit of amendment, according to by dependence successively locating function unit.If function dependent tree is according to bottom-up sequential build, then all functions unit according to bottom-up sequential search Existence dependency relationship from the functional unit of amendment in function dependent tree.
As shown in Figure 2 a, suppose that the functional unit revised is D00, be then C00 according to bottom-up sequential search to the functional unit with its Existence dependency relationship in function dependent tree, searching with the functional unit of C00 Existence dependency relationship is A00 again, then using D00, C00 and A00 as regression test scope.
As shown in Figure 2 b, suppose that the functional unit revised is D00, then in function dependent tree, according to the points relationship of arrow, determine that the functional unit that D00 points to is C00, then search C00 point to functional unit be A00, therefore using D00, C00 and A00 as regression test scope.
After determining regression test scope, determine as test case corresponding to each functional unit of regression test scope, adopt these test cases to perform regression test, this partial content no longer describes in detail.
Be more than the detailed description that method provided by the present invention is carried out, below by embodiment two, device provided by the present invention be described.
Embodiment two,
The structure drawing of device of the determination regression test scope that Fig. 3 provides for the embodiment of the present 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 pre-determining the functional unit in software to be tested, and according to the dependence between the functional unit determined, constructing function dependent tree.
Wherein, dependent tree construction unit 300 according to artificial input, or automatically performs the operation determining functional unit in software to be tested and constructing function dependent tree based on the user's request document of software to be tested or feature list.
Can be the visible functional unit of user with the functional unit related in sample embodiment, also can be the functional unit of other smaller particle size or more coarsegrain.
Scope determining unit 310, for when carrying out regression test, from the functional unit of amendment, the functional unit depending on amendment is searched in function dependent tree, and depend on the functional unit of each functional unit found, using the functional unit of amendment and all functions unit that the finds regression test scope as software to be tested.
If the structure of the determination of functional unit and function dependent tree adopts automatic mode, then dependent tree construction unit 300 can specifically comprise: function traversal subelement 301 and dependent tree build subelement 302.
Function traversal subelement 301 travels through user's request document or the feature list of 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, first generate the intermediate table shown in table 1 as a kind of in embodiment, namely in list item, fill in the functional unit numbering that functional unit is numbered and functional unit relies on.Then logically the content of functional unit numbering is relied in the further generating table entry of relation, as shown in table 2, thus embodied the dependence between each functional unit.
Now dependent tree builds subelement 302 and relies on function dependence table constructing function dependent tree.
Particularly, the structure of function dependent tree can be: each node is functional unit, and the line between node embodies the dependence between each functional unit.This dependence can be embodied by the sequence of positions of each node of function dependent tree.Such as can be embodied by bottom-up order, such as, according to bottom-up order, present node depends on the node of its low one deck.Also can be embodied by the form of arrow points.
If dependence is embodied by the sequence of positions of function dependent tree interior joint, 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 function dependent tree from amendment functional unit, the all functions unit of Existence dependency relationship is searched successively, using the functional unit of amendment and all functions unit that the finds regression test scope as software to be tested according to bottom-up order.
On this basis, this device may further include: regression test unit 320, for determining as test case corresponding to each functional unit of regression test scope, adopts test case to perform the regression test treating testing software.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, within the spirit and principles in the present invention all, any amendment made, equivalent replacement, improvement etc., all should be included within the scope of protection of the invention.

Claims (10)

1. determine a method for regression test scope, it is characterized in that, the method comprises:
S1, the functional unit pre-determined in software to be tested, and according to the dependence between the functional unit determined, constructing function dependent tree; Each node of described function dependent tree is functional unit, and the line between node embodies the dependence between each functional unit;
S2, when carrying out regression test, from the functional unit of amendment, the functional unit depending on described amendment is searched in described function dependent tree, and depend on the functional unit of each functional unit found, using the functional unit of amendment and all functions unit that the finds regression test scope as described software to be tested;
Described functional unit is the software function point of certain particle size.
2. method according to claim 1, is characterized in that, described S1 performs according to artificial input, or automatically perform 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 S1 automatically performs, then described 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, described dependence is embodied by the sequence of positions of function dependent tree interior joint, and particularly, when constructing function dependent tree, according to bottom-up order, each node depends on the node of its low one deck;
Then in described S2, in function dependent tree from the functional unit of amendment, the all functions unit of Existence dependency relationship is searched successively, using the functional unit of amendment and all functions unit that the finds regression test scope as described software to be tested according to bottom-up order.
5. the method according to the arbitrary claim of Claims 1-4, it is characterized in that, the method comprises further:
S3, determine as test case corresponding to each functional unit of regression test scope, adopt described test case to perform regression test to described software to be tested.
6. determine a device for regression test scope, it is characterized in that, this device comprises:
Dependent tree construction unit, for pre-determining the functional unit in software to be tested, and according to the dependence between the functional unit determined, constructing function dependent tree; Each node of described function dependent tree is functional unit, and the line between node embodies the dependence between each functional unit;
Scope determining unit, for when carrying out regression test, from the functional unit of amendment, the functional unit depending on described amendment is searched in described function dependent tree, and depend on the functional unit of each functional unit found, using the functional unit of amendment and all functions unit that the finds regression test scope as described software to be tested;
Described functional unit is the software function point of certain particle size.
7. device according to claim 6, it is characterized in that, described dependent tree construction unit according to artificial input, or automatically performs the described operation determining the functional unit in software to be tested and described constructing function dependent tree based on the user's request document of described software to be tested or feature list.
8. device according to claim 7, is characterized in that, described dependent tree construction unit specifically comprises:
Function traversal subelement, 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 builds subelement, for relying on described function dependence table constructing function dependent tree.
9. device according to claim 6, is characterized in that, described dependence is embodied by the sequence of positions of function dependent tree interior joint, 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 function dependent tree from amendment functional unit, the all functions unit of Existence dependency relationship is searched successively, using the functional unit of amendment and all functions unit that the finds regression test scope as described software to be tested according to bottom-up order.
10. the device according to the arbitrary claim of claim 6 to 9, it is characterized in that, this device comprises further: regression test unit, for determining as test case corresponding to each functional unit of regression test scope, adopts the regression test of described test case execution to 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 CN103309801A (en) 2013-09-18
CN103309801B true 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)

Families Citing this family (10)

* 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
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
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
CN107729227B (en) * 2017-07-26 2020-03-06 深圳壹账通智能科技有限公司 Application program test range determining method, system, server and storage medium
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

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7487396B2 (en) * 2004-10-15 2009-02-03 Broadcom Corporation System and method to locate and correct software errors within a protocol stack for wireless devices

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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的测试模型研究;秦暕;《中国优秀硕士学位论文全文数据库信息科技辑》;20100815(第8期);I138-199 *

Also Published As

Publication number Publication date
CN103309801A (en) 2013-09-18

Similar Documents

Publication Publication Date Title
CN103309801B (en) A kind of method and apparatus determining regression test scope
Halkos et al. A conditional directional distance function approach for measuring regional environmental efficiency: Evidence from UK regions
CN103914564B (en) Method and system for updating and warehousing urban pipelines on basis of ArcGIS (geographic information system)
CN102760058B (en) Massive software project sharing method oriented to large-scale collaborative development
CN111124379B (en) Page generation method and device, electronic equipment and storage medium
CN104348679A (en) Bucket testing method, device and system
CN110442847B (en) Code similarity detection method and device based on code warehouse process management
CN102662825B (en) Method for detecting memory leakage of heap operational program
CN105930257A (en) Method and apparatus for determining target test cases
CN104461901A (en) Method and system for automatically generating test case
Hata et al. Same file, different changes: the potential of meta-maintenance on github
Li et al. Parallel mining of OWL 2 EL ontology from large linked datasets
CN102799960A (en) Parallel operation flow anomaly detection method oriented to data model
Wang et al. Research of massive web log data mining based on cloud computing
US20160179851A1 (en) Method and system of process reconstruction
CN109886030B (en) Privacy minimum exposure method facing service combination
CN103902445A (en) Regression test object determination method and device
Verhagen et al. Ontological modelling of the aerospace composite manufacturing domain
CN111026629A (en) Method and device for automatically generating test script
CN103324640B (en) A kind of method, device and equipment determining search result document
CN104572228B (en) A kind of node updating method and device
Cao Global Convergence of Schubert’s Method for Solving Sparse Nonlinear Equations
CN114118944A (en) Forensic laboratory grading management method, terminal device and storage medium
Mahouachi et al. Search-based refactoring detection
CN107220103A (en) A kind of CPU accelerating method and devices of host's physical machine

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