CN102193864B - Test case set optimization method of coverage-based error positioning technology - Google Patents

Test case set optimization method of coverage-based error positioning technology Download PDF

Info

Publication number
CN102193864B
CN102193864B CN201110126632.9A CN201110126632A CN102193864B CN 102193864 B CN102193864 B CN 102193864B CN 201110126632 A CN201110126632 A CN 201110126632A CN 102193864 B CN102193864 B CN 102193864B
Authority
CN
China
Prior art keywords
test case
test
contingency
correct
use cases
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.)
Expired - Fee Related
Application number
CN201110126632.9A
Other languages
Chinese (zh)
Other versions
CN102193864A (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.)
Nanjing University
Original Assignee
Nanjing University
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 Nanjing University filed Critical Nanjing University
Priority to CN201110126632.9A priority Critical patent/CN102193864B/en
Publication of CN102193864A publication Critical patent/CN102193864A/en
Application granted granted Critical
Publication of CN102193864B publication Critical patent/CN102193864B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a test case set optimization method of a coverage-based error positioning technology. The method comprises the following steps of: identifying accidental right test cases from a given test case set T by clustering, wherein the accidental right test cases mean that the error statements are executed and the execution results are still 'pass'; and processing the identified accidental right test cases to obtain an optimized test case set for coverage-based error positioning. The method has the advantages of optimizing the quality of the test case set at the same time of reducing the size of the original test case set, and reducing the interference of the accidental right test cases to the coverage-based error positioning so as to improve the efficiency and the accuracy of automatic error positioning and save the time cost of seeking errors by a programmer.

Description

The test suite optimization method of the location of mistake technology based on coverage
Technical field
The invention belongs to software testing technology field, especially automatic test field, for the location of mistake technology CBFL based on coverage, is a kind of test suite optimization method of the location of mistake technology based on coverage.
Background technology
As an important technology of automatic test, the location of mistake technology CBFL based on coverage moves to maturity just gradually and is widely accepted.But the validity of CBFL location of mistake can be affected by the correct test case of contingency.
In CBFL logging program every statement by and unsanctioned test case in execution information: carry out or do not carry out, utilize formula, calculate the suspicious degree of every statement.CBFL method thinks, those statements of carrying out in unsanctioned test case are more likely wrong statements.But the PIE model that Jeffrey M.Voas proposes is thought, allow program lose efficacy and must meet 3 conditions: 1) mistake statement is performed; 2) program reaches the state of " infected "; 3) state of " infected " is transmitted to output along with controlling stream.Therefore, mistake statement is performed and just produces the necessary condition losing efficacy, but not adequate condition.Only satisfy condition 1) but still the test case of passing through be called the weak correct test case of contingency, and satisfy condition 1) and 2) but still the correct test case of the called contingency of running business into strong one of the test case of passing through.The correct test case of contingency of following indication all refers to the former.
2009, the people such as Wes Masri proposed the factor of several CBFL of impact location of mistake effects, and the test case that contingency is correct is listed.That is to say, when test case, concentrate while having the correct test case of contingency, the suspicious degree of mistake statement can be reduced by its impact.
In recent years, cluster analysis had been introduced in the field of test case selection.By the execution profile of test case is carried out to cluster, the test case that has similar execution route/behavioural characteristic is aggregated in same class bunch.Utilize this feature, the people such as Vangala carry out cluster by the test use cases to original, identify the concentrated redundancy testing use-case of test case.The people such as it is not unique, but has its counterpart, Dickinson have also utilized cluster analysis to do test case and have selected, and have proposed the concept of cluster filtration (cluster filtering).This technology is first carried out cluster to the execution profile of test case, then utilizes certain sample technique, extracts some test cases and represent whole class bunch from each class bunch.This with part sample method that the test case of gained represents whole test use cases greatly yojan the number of test case.
Summary of the invention
The problem to be solved in the present invention is: for the location of mistake technology CBFL based on coverage, identify and process the correct test case of contingency in original test use cases, thereby improve the effect of the robotization location of mistake based on coverage.
Technical scheme of the present invention is: the test suite optimization method of the location of mistake technology based on coverage, for given test use cases T, by cluster, therefrom identify the correct test case of contingency, the correct test case of described contingency refers to that mistake statement is performed, the test case of " passing through " but execution result is still, the test case that the contingency identifying is correct is processed, and the test use cases being optimized is for the location of mistake based on coverage:
1) on the target program of needs test, move test use cases T, in operation test case, collect the execution profile information of test case, after having moved test use cases T, according to Output rusults, the execution result of judging each test case as " pass through " or " by ";
2) the execution profile information obtaining is carried out to cluster; The method of cluster of the present invention is unrestricted;
3) the correct test case of identification contingency: execution profile information is carried out after cluster, test case is divided in several classes bunch, by the test case of those and " not by " be gathered in a class bunch " by " test case be designated the test case that contingency is correct, and they are joined in set Ticc, set Ticc is the set of the test case that identified contingency is correct;
4) process the correct test case of contingency: a kind of recognition result of processing in set Ticc in optional following two kinds of modes:
41) filtering policy is deleted the test case in Ticc from test use cases T;
42) relabel strategy, by the execution result of the test case in Ticc judge label from " by " make " not passing through " into;
Be designated test case that contingency is correct after above-mentioned processing, the test use cases T ' being optimized.
Because the recognition methods of the correct test case of contingency of the present invention has utilized the coverage information of test case, thus the method only for CBFL, but it is applicable to belong to all location of mistake methods of CBFL.
Cluster analysis is existing application in test case selection field, and the present invention has also introduced this technology in the correct problem of contingency.Although both belong to the category of test suite optimization, but the former object is to reduce the size of test use cases, this can helper person find mistake as soon as possible, reduce the regression tested time, and the object of the invention is to improve the ability that test use cases helps location of mistake, reduce programmer to search the wrong time, thereby reduce the wrong cost of debugging, both cluster targets are different, and the processing after cluster is also different.
Because the test case in a class bunch has similar execution route, therefore, be not difficult to infer, the test case of passing through in class bunch may be the same with the unsanctioned test case in this class bunch, passed through wrong statement, but because they all do not meet 3 conditions that propose in PIE model, so do not cause and lost efficacy.Therefore, these test cases of passing through are very likely the test cases that contingency is correct.
The invention has the beneficial effects as follows: in yojan optimized the quality of test use cases in former test use cases big or small, reduced test case that contingency the is correct interference effect to the location of mistake based on coverage, thereby improved efficiency and the accuracy of robotization location of mistake, saved the time cost of programmer's location of mistakes.
Accompanying drawing explanation
Fig. 1 is schematic flow sheet of the present invention.
Fig. 2 is in the embodiment of the present invention, the accuracy of identification contingency correct test case, and p represents the ratio of cluster number, Fig. 2 (a)-(e) represents respectively p=1%, 2%, 4%, 6%, 8%.。
Fig. 3 is in the embodiment of the present invention, application filtering policy, and to the raising effect of the method for the location of mistake based on coverage, p represents the ratio of cluster number, Fig. 3 (a)-(e) represents respectively p=1%, 2%, 4%, 6%, 8%.
Fig. 4 is in the embodiment of the present invention, application relabel strategy, and to the raising effect of the method for the location of mistake based on coverage, p represents the ratio of cluster number, Fig. 4 (a)-(e) represents respectively p=1%, 2%, 4%, 6%, 8%.
Embodiment
The present invention is applied to selecting in problem of test case that contingency is correct by cluster analysis, the test case of picking out is concentrated to the execution result label of deleting or changing these test cases from original test case, by above 2 kinds of methods, optimize original test use cases, on test use cases after optimization, apply existing robotization location of mistake technology, the efficiency of location of mistake and accuracy are improved.
For given test use cases T, this test use cases is comprised of 2 parts: Tp and Tf, and target of the present invention identifies Tcc exactly from Tp, and the result of identification is Ticc, and each test case in Ticc has very large possibility to belong to Tcc, wherein:
T: the test use cases that a given program is used
Tp: the set of the test case of passing through
Tf: the set of unsanctioned test case
Tcc: the set of the test case that contingency is correct
Ticc: the set of the test case that the contingency that identifies is correct
In actual applications, need to complete work of the present invention by 5 steps, as Fig. 1:
1) on the target program of needs test, move test use cases.In operation test case, collect the execution profile information of test case.After having moved test use cases, according to Output rusults, the execution result of judging each test case as " pass through " or " by ";
2) execution profile is carried out to cluster, the method for cluster is unrestricted, has the test case of similar execution profile by cluster;
3) the correct test case of identification contingency;
4) process the correct test case of contingency;
5) on the test use cases of optimizing, apply the existing automatic location of mistake technology based on coverage.
Wherein, step 1), 2), 5) in robotization location of mistake and cluster analysis, have ready-made methods and applications, do not repeat them here.Here mainly for step 3), 4) carry out detailed explanation.
After execution profile is carried out to cluster, test case is divided in several classes bunch.In each class bunch, may include by with unsanctioned test case, the test case of passing through that the present invention is gathered in those and unsanctioned test case in a class bunch is designated the test case that contingency is correct, and they are joined in set Ticc.Element in Ticc is very likely the test case that contingency is correct, the reasons are as follows:
(1) test case of carrying out wrong statement might not cause inefficacy, otherwise but be false, unsanctioned test case must be carried out wrong statement;
(2) test case that has a similar execution profile can be divided in a class bunch, and this just means that the picked out test case of passing through has similar execution route with unsanctioned test case.
In sum, those test cases that are selected have probably been carried out wrong statement, but still have provided correct output, and this definition correct with contingency conforms to.
In order to process Ticc, the present invention proposes 2 kinds of different strategies:
● filtering policy.Test case in Ticc can be concentrated and be deleted from original test case, thereby reduces the interference effect of these test cases to robotization location of mistake.
● relabel strategy.The result of the test case in Ticc judge label can by from " by " make " not passing through " into.Like this, the suspicious degree of mistake statement is enhanced, and may cause the suspicious degree rank of this statement to rise.
Below by specific embodiment, enforcement of the present invention is described.
Siemens's test use cases is the test use cases being widely used in sphere of learning.The method of a lot of assessment software tests and error detection all makes to use it as target program and tests.Table 1 has been listed the details of Siemens's program.
The details of table 1 Siemens program
Figure BSA00000497020700051
Take west gate subroutine as example, and embodiments of the present invention are as follows:
1, implementation of test cases collect execution profile.
Use gcov (GNU call-coverage profiler) as the instrument of collecting execution profile.For this reason, need in the automatized script of implementation of test cases, add compile option.Gcov can obtain the programming overlay information of statement level.After test case ti ∈ T is performed, can produce a .gcov file.This file record the number of times that is performed of every line code.Concerning test case ti, its statement covers section pi=<e1, e2, and e3 ..., en>, wherein, n represents the lines of code of preset sequence, if this line code was performed, ei=1 so, otherwise ei=0.
2, cluster analysis.
The execution profile that previous step is collected is the input of cluster analysis.The profile information of each test case is the object of cluster.The test case number that the sum of object and test use cases T comprise equates.We use Weka as Clustering tool, with n-, tie up Eudlidean distance as distance function.Given 2 test case t:<e1, e2 ..., en> and t ': <e1 ', e2 ' ..., the section of en ' >, the distance of these 2 test cases is exactly:
D ( t , t &prime; ) = &Sigma; i = 1 n ( e i - e i &prime; ) 2 .
We use simple K-means as clustering algorithm.Simple K-means is used the number of class bunch as parameter.In the present invention, the size of this parameter is to set according to the size of test use cases T.Make CN represent the number of class bunch, CN=|T|*p, | T| is the size of test use cases T, and 0 < p < 1.Because the present embodiment is selected K-means clustering method, the method is used the number of class bunch as parameter, so the length of code should meet some requirements, make the execution profile of all test cases meet certain diversity factor, otherwise do not reach the class bunch number of setting.
Identification and the processing of the test case that 3, contingency is correct.
The correct test case of identification contingency: execution profile information is carried out after cluster, test case is divided in several classes bunch, by the test case of those and " not by " be gathered in a class bunch " by " test case be designated the test case that contingency is correct, and they are joined in set Ticc, set Ticc is the set of the test case that identified contingency is correct;
Process the correct test case of contingency: a kind of recognition result of processing in set Ticc in optional following two kinds of modes:
1) filtering policy is deleted the test case in Ticc from test use cases T;
2) relabel strategy, by the execution result of the test case in Ticc judge label from " by " make " not passing through " into;
Be designated test case that contingency is correct after above-mentioned processing, the test use cases T ' being optimized.
The program that above-mentioned identification and processing can be used Java exploitation to write realizes, it is input that this program be take the 2nd cluster result of step and the execution result of each test case, according to above-mentioned identification with process the correct described method of test case of contingency and select and process the test case that contingency is correct.
4, location of mistake.
Use Tarantula as the location of mistake method based on coverage.It is that first is applied to the sort method based on frequency spectrum the system in software diagnosis field.Its input is the test use cases through yojan and after optimizing, the list of the suspicious statement that output is arranged from big to small according to suspicious degree.Programmer can check correlative one by one according to this list, until find wrong statement.
Fig. 2-4 are the experiment effect figure of the present invention in Siemens's program.
What Fig. 2 represented is the accuracy of the correct test case of identification contingency of the present invention, and p represents the ratio of cluster number, and Fig. 2 (a)-(e) represents respectively p=1%, 2%, 4%, 6%, 8%." FN " and " FP " represents respectively " " " false negative " and " false positive ".The computing formula of " False negative " is: | Tcc-Ticc|/| Tcc|, this metric has been assessed the ability that the present invention identifies test case that contingency is correct, that is to say, whether the present invention can identify the test case that contingency is correct as much as possible.This metric is the smaller the better.The computing formula of " false positive " is: | (Tp-Tcc) ∩ Ticc|/| Tp-Tcc|, this metric has been assessed the correctness that the present invention identifies the test case that contingency is correct.That is to say, whether the present invention can think other test cases by mistake is as few as possible test cases that contingency is correct.Horizontal ordinate has represented the interval at " FN " and " FP " place, and ordinate has represented the shared ratio of program version that drops on respective bins.
Fig. 3 represents is application filtering policy, the raising effect of the present invention to the method for the location of mistake based on coverage, and p represents the ratio of cluster number, Fig. 3 (a)-(e) represents respectively p=1%, 2%, 4%, 6%, 8%.
Fig. 4 represents is application relabel strategy, the raising effect of the present invention to the method for the location of mistake based on coverage, and p represents the ratio of cluster number, Fig. 4 (a)-(e) represents respectively p=1%, 2%, 4%, 6%, 8%.
Fig. 3 and Fig. 4 have represented the statistics for each target program T-score reduction with case line chart, T-scorereduction △ TS=TS-TS ', and wherein, TS and TS ' have represented respectively T-score before application the present invention and afterwards.T-score is the effective metric for estimation error localization method.It has represented in order to find that the code of wrong required inspection accounts for the ratio of total code amount.This metric is the smaller the better.The implication that is formulated T-score is as follows:
TS=|Vexamined|/|V|*100%
Wherein, | V| has represented the sum of the executable statement of target program, | Vexamined| has represented in order to find wrong statement, the lines of code that programmer need to check.Therefore, the value of T-score reduction is larger, and it is better to mean the improvement effect of location of mistake.
2 lines up and down of the case figure of Fig. 3 and Fig. 4 have represented respectively the 3rd quartile and first quartile.Horizontal line in the middle of case figure has represented median, and stain has represented average.The point of chest above and below has represented respectively maximal value and minimum value.
As a reference, Fig. 3 and Fig. 4 have also shown the ideally impact of use strategy separately on CBFL effect.So-called ideal situation, supposes all selected situations out of test case that all contingency is correct exactly, and " falsenegative " and " false positive " is all 0% situation.

Claims (1)

1. the test suite optimization method of the location of mistake technology based on coverage, it is characterized in that for given test use cases T, by cluster, therefrom identify the correct test case of contingency, the correct test case of described contingency refers to that mistake statement is performed, the test case of " passing through " but execution result is still, the test case that the contingency identifying is correct is processed, and the test use cases being optimized is for the location of mistake based on coverage:
1) on the target program of needs test, move test use cases T, in operation test case, collect the execution profile information of test case, after having moved test use cases T, according to Output rusults, the execution result of judging each test case as " pass through " or " by ";
2) the execution profile information obtaining is carried out to cluster;
3) the correct test case of identification contingency: execution profile information is carried out after cluster, test case is divided in several classes bunch, by the test case of those and " not by " be gathered in a class bunch " by " test case be designated the test case that contingency is correct, and they are joined in set Ticc, set Ticc is the set of the test case that identified contingency is correct;
4) process the correct test case of contingency: a kind of recognition result of processing in set Ticc in optional following two kinds of modes:
41) filtering policy is deleted the test case in Ticc from test use cases T;
42) relabel strategy, by the execution result of the test case in Ticc judge label from " by " make " not passing through " into;
Be designated test case that contingency is correct after above-mentioned processing, the test use cases T ' being optimized;
5) by using Tarantula system as the location of mistake based on coverage, by input, through the test use cases T ' optimization, the list of the suspicious statement that output is arranged from big to small according to suspicious degree, checks correlative one by one according to this list, until find wrong statement.
CN201110126632.9A 2011-05-13 2011-05-13 Test case set optimization method of coverage-based error positioning technology Expired - Fee Related CN102193864B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110126632.9A CN102193864B (en) 2011-05-13 2011-05-13 Test case set optimization method of coverage-based error positioning technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110126632.9A CN102193864B (en) 2011-05-13 2011-05-13 Test case set optimization method of coverage-based error positioning technology

Publications (2)

Publication Number Publication Date
CN102193864A CN102193864A (en) 2011-09-21
CN102193864B true CN102193864B (en) 2014-02-26

Family

ID=44601960

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110126632.9A Expired - Fee Related CN102193864B (en) 2011-05-13 2011-05-13 Test case set optimization method of coverage-based error positioning technology

Country Status (1)

Country Link
CN (1) CN102193864B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10037264B2 (en) 2015-04-29 2018-07-31 Hcl Technologies Ltd. Test suite minimization

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2986879B1 (en) * 2012-02-15 2014-10-17 Airbus Operations Sas METHOD AND SYSTEM FOR DETECTING ANOMALIES SOLVING IN AN AIRCRAFT
CN102708052B (en) * 2012-04-27 2017-10-20 北京邮电大学 Software fault automatic positioning method in a kind of unit testing
CN102799525A (en) * 2012-07-04 2012-11-28 中国科学技术大学 Method and apparatus for generating test case
CN103744789B (en) * 2014-01-23 2017-01-11 中国科学院软件研究所 Method of locating software errors by 3D surface representation
CN105512021A (en) * 2014-09-25 2016-04-20 阿里巴巴集团控股有限公司 Method and device for Diff analysis used for software testing
CN105117331B (en) * 2015-08-17 2018-04-13 浪潮(北京)电子信息产业有限公司 Coincidence correctness test case recognition methods and device towards location of mistake
CN109254924B (en) * 2018-09-28 2022-02-08 中国科学院长春光学精密机械与物理研究所 Software fault positioning method, device, equipment and readable storage medium
CN111026671B (en) * 2019-12-16 2023-11-03 腾讯科技(深圳)有限公司 Test case set construction method and test method based on test case set
CN111881033A (en) * 2020-07-23 2020-11-03 深圳慕智科技有限公司 Deep learning model quality evaluation method based on operation environment error analysis
CN112559377A (en) * 2020-12-25 2021-03-26 上海高顿教育科技有限公司 Method and device for generating first test case
CN114328228B (en) * 2021-12-29 2024-07-19 北京华峰测控技术股份有限公司 Software error verification method, device and system based on test case extension

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101814055A (en) * 2010-04-06 2010-08-25 南京大学 Sampling method for test cases in clusters
CN101866317A (en) * 2010-06-29 2010-10-20 南京大学 Regression test case selection method based on cluster analysis

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101814055A (en) * 2010-04-06 2010-08-25 南京大学 Sampling method for test cases in clusters
CN101866317A (en) * 2010-06-29 2010-10-20 南京大学 Regression test case selection method based on cluster analysis

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
An Improved Regression Test Selection Technique by Clustering Execution Profiles;Zhenyu Chen,etc;《2010 10th International Conference on Quality Software》;20100715;171-178 *
Zhenyu Chen,etc.An Improved Regression Test Selection Technique by Clustering Execution Profiles.《2010 10th International Conference on Quality Software》.2010,171-178.

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10037264B2 (en) 2015-04-29 2018-07-31 Hcl Technologies Ltd. Test suite minimization

Also Published As

Publication number Publication date
CN102193864A (en) 2011-09-21

Similar Documents

Publication Publication Date Title
CN102193864B (en) Test case set optimization method of coverage-based error positioning technology
CN102880545A (en) Method for dynamically adjusting priority sequence of test cases
CN103714000A (en) Sensitive area-oriented embedded software test case generating method
CN103776654A (en) Method for diagnosing faults of multi-sensor information fusion
CN103729295A (en) Method for analyzing taint propagation path
CN108399277A (en) A kind of bridge damnification recognition method based on temperature with strain relevance
CN104317707A (en) Program structure influence sensing based software error positioning method
CN115129504B (en) Smart power grid data processing method and server based on cloud side end integration
CN102445941A (en) Train control system vehicle-mounted equipment interconnection and intercommunication test result automatic determination and analysis method
KR101565030B1 (en) Decision system for error of car using the data analysis and method therefor
WO2015139867A1 (en) Supporting failure mode and effects analysis
Li et al. An empirical study for software fault-proneness prediction with ensemble learning models on imbalanced data sets.
Kapila et al. Analysis of CK metrics to predict software fault-proneness using bayesian inference
CN102495796B (en) Software vulnerability test method based on unit testing
CN110554682B (en) Fault detection reasoning method based on fault correlation analysis
CN107102942B (en) Input domain error positioning-based minimum fault positioning method
CN102571136B (en) Correlated peak detection method of double channel pn code acquisition system
CN102135940A (en) Finite automata-based automatic behavior modeling method
Cordeiro et al. Benchmarking of Java verification tools at the software verification competition (SV-COMP)
CN110427320A (en) A kind of lightweight embedded program control throat floater position finding and detection method
Amankwah et al. Fast bug detection algorithm for identifying potential vulnerabilities in juliet test cases
CN104615535A (en) Method and device for generating test case based on extended data flow model
CN115270875A (en) Diaphragm pump running state monitoring method based on deep learning
CN103150254B (en) Error locating method for software based on state-dependent probabilistic modeling
CN105117331A (en) Error-location-oriented coincidence correctness test case identification 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
C53 Correction of patent of invention or patent application
CB03 Change of inventor or designer information

Inventor after: Chen Zhenyu

Inventor after: Zhao Zhihong

Inventor after: Jiu Yi

Inventor after: Ji Changbin

Inventor after: Zhang Zhidie

Inventor before: Zhao Zhihong

Inventor before: Jiu Yi

Inventor before: Chen Zhenyu

Inventor before: Ji Changbin

COR Change of bibliographic data

Free format text: CORRECT: INVENTOR; FROM: ZHAO ZHIHONG MIAO YI CHEN ZHENYU JI CHANGBIN TO: CHEN ZHENYU ZHAO ZHIHONG MIAO YI JI CHANGBIN ZHANG ZHIYI

C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20140226

Termination date: 20170513