CN100578446C - Example design test method for testing based on data driving and automatically testing platform - Google Patents

Example design test method for testing based on data driving and automatically testing platform Download PDF

Info

Publication number
CN100578446C
CN100578446C CN200710124711A CN200710124711A CN100578446C CN 100578446 C CN100578446 C CN 100578446C CN 200710124711 A CN200710124711 A CN 200710124711A CN 200710124711 A CN200710124711 A CN 200710124711A CN 100578446 C CN100578446 C CN 100578446C
Authority
CN
China
Prior art keywords
test
data
module
counter
positive sequence
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
CN200710124711A
Other languages
Chinese (zh)
Other versions
CN101162426A (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN200710124711A priority Critical patent/CN100578446C/en
Publication of CN101162426A publication Critical patent/CN101162426A/en
Application granted granted Critical
Publication of CN100578446C publication Critical patent/CN100578446C/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 data driven-based test case design test method and an automatic test platform; the method includes: based on the requirement analysis, the test logic and the test data are designed respectively; based on the test logic and the test data, the automatic test platform automatically generates the positive sequence test case and the reverse test case which certainly has the positive sequence test case corresponding to the reverse test case; based on the reverse test case, the automatic test platform acquires the positive sequence test case, the positive sequence test case and the reverse test case which are in pairs are stored in a database and undergo the automatic test. The data driven-based test case design test method and the automatic test platform of the invention effectively utilize the data driven theory to design test cases and automatically test the test cases, thereby the invention has the advantages of providing a systematic resolving proposal for test designers, offering a shortcut for switching between the system test and the automatic test, improving test efficiency and lowering test cost.

Description

Example design test method for testing and automatically testing platform based on data-driven
Technical field
The present invention relates to a kind of method and test platform of field tests, what be specifically related to is, based on the test case design of data-driven principle and the structure of corresponding test method and automatically testing platform.
Background technology
In the prior art, test case is a group of test input, executive condition and expected results working out for certain special objective, so that test certain Program path or examine and whether satisfy certain particular demands.Along with the increase of product complexity, the test case quantity that needs in the product test process to design increases greatly, and the result who finally causes is unusual huge of test case library.
Writing of test case is the system testing very important work in early stage that enters, and the relation between the input of general test use-case, output and test logic is very complicated.The change procedure of test case is to go from the simple to the complex, the process of refinement progressively, and promptly one progressively refine to each test case process that can go according to carrying out from simple test description (test function point, testing requirement etc.).
In technical field of measurement and test, along with popularizing of automatization testing technique, increasing project expectation uses the robotization means to test, so that shorten test period, product is introduced to the market as early as possible.But the early investment that automatic test is a large amount of and the maintenance of test environment are the bottlenecks that robotization is implemented always.
There are following shortcoming in above-mentioned existing example design test method for testing and method of testing:
At first, the design of test case at present all is to adopt test logic and test data to coexist as in the test case, test case internal relations complexity, and maintenance cost is higher and be difficult to management; Secondly, the generative process of test case lacks the robotization means, and the efficient of Test Design is low excessively; The 3rd, adopt automatic test, its test environment is difficult to be guaranteed; At last, automatic test cases needs exploitation again, can't effectively manual test be carried out the transition to automatic test.
Therefore, there is defective in prior art, and awaits improving and development.
Summary of the invention
Fundamental purpose of the present invention is to provide a kind of method for test examples design based on data-driven, to improve testing efficiency, reduces testing cost.
Another object of the present invention is to provide a kind of method of testing and automatically testing platform, realize the robotization of test, for manual test provides solution to the transition of automatic test based on data-driven system.
In order to realize the foregoing invention purpose, main technical schemes of the present invention comprises:
A kind of example design test method for testing based on data-driven, it may further comprise the steps:
A, analyze and to carry out test case design, design test logic and test data respectively according to demand;
B, data-driven design platform generate positive sequence test case and counter-rotating test case automatically according to this test logic and test data, and the counter-rotating test case must have the positive sequence test case corresponding with it;
C, automatically testing platform obtain corresponding positive sequence test case according to described counter-rotating test case, are stored in the database in pairs, and carry out automatic test.
Described example design test method for testing, wherein, described step B also comprises:
B01, described test logic is decomposed into counter-rotating test logic and positive sequence test logic; Described test data is decomposed into counter-rotating test data and positive sequence test data;
B02, counter-rotating test case generation module generate the counter-rotating test case automatically according to counter-rotating test logic and counter-rotating test data, and positive sequence test case generation module generates the positive sequence test case automatically according to positive sequence test logic and positive sequence test data.
Described example design test method for testing, wherein, described step B01 also comprises:
B1, logical breakdown module are decomposed into counter-rotating test logic and positive sequence test logic with described test logic;
B2, counter-rotating test logic read module and positive sequence test logic read module read counter-rotating test logic and positive sequence test logic respectively.
Described example design test method for testing, wherein, described step B01 also comprises:
B3, data decomposition module are decomposed into counter-rotating test data and positive sequence test data with described test data;
B4, counter-rotating test data read module and positive sequence test data read module read counter-rotating test data and positive sequence test data respectively.
Described example design test method for testing, wherein, described step C also comprises:
C1, test case read module read the counter-rotating test case of automatic generation, read the positive sequence test case of corresponding automatic generation according to the counter-rotating test case;
C2, control module with test case to being stored in database module.
Described example design test method for testing, wherein, described step C also comprises:
The test case that C3, execution module pass through in the control module reading of data library module is right, is used for system under test (SUT) is carried out automatic test;
C4, result verification module catch the output of system under test (SUT), and corresponding data compares in the test case that comprises by control module and database module;
C5, message processing module are caught information and test result in the test process, generation system test report.
Described example design test method for testing wherein, is undertaken by manual test the positive sequence test case of not having counter-rotating test case correspondence among the described step B.
Described example design test method for testing, wherein, described test logic and test data adopt Excel data form or Xml file to safeguard, and described test logic is described with the discernible keyword message of described automatically testing platform.
Described example design test method for testing, wherein, described keyword message comprises following field: record type, window ID, centre identify, control identifies,
A kind of example design test method for testing and automatically testing platform provided by the present invention based on data-driven, compared with prior art, the present invention has effectively utilized data-driven principle design test case and has carried out automatic test, for Test Design provides system scheme, provides shortcut for the conversion between system testing and automatic test, improve testing efficiency, reduced testing cost.
Description of drawings
Fig. 1 the present invention is based on the example design test method for testing of data-driven and the overall plan synoptic diagram of automatically testing platform;
Fig. 2 is the structural representation of data-driven design platform of the present invention inside;
Fig. 3 is the structural representation of automatically testing platform of the present invention inside;
Fig. 4 is the processing flow chart based on a preferred embodiment of the present invention.
Embodiment
Below in conjunction with accompanying drawing, will be described in further details each specific embodiment of the present invention.
Fig. 1 is an overall plan synoptic diagram of the present invention, analyze 101 according to demand, carry out test case design 102, difference design test logical one 03 and test data 104 in the design process, wherein test logic is how the tester of announcement tests, and test data is the data that the tester of announcement specifically needs when testing by specific test logic; Data-driven platform 105 generates counter-rotating test case 106 and positive sequence test case 107 automatically according to test logic 103 and test data 104, and the counter-rotating test case must have the positive sequence test case corresponding with it, otherwise quite different; Do not have the part positive sequence test case of counter-rotating test case correspondence and carry out manual test 108; Paired counter-rotating test case 106 and positive sequence test case 107 are carried out automatic test by automatically testing platform 109, automatically testing platform is according to existing counter-rotating test case, obtain corresponding positive sequence test case, be stored in database in pairs, the consistance that is used for automatic test and keeps test environment.
The robotization of whole test process depends on automatically testing platform in the inventive method, comprising test case read, test case storage, test execution, test result checking and test report systematic function etc.Above each several part is the necessary component of the method for the invention, but does not have specific ordinal relation in the design, and each several part can independently be realized, realization also capable of being combined.
For example, the test case name is called " creating the user ", and its positive sequence test case is: (1) is opened the user and created window; (2) input user name username; (3) input password password; (4) repeat to input password password; (5) import other user profile information; (6) click " determining " button, finish user's establishment.The positive sequence test logic comprises: (1) is opened the user and is created window; (2) input user name; (3) input password; (4) repeat to input password; (5) import other user profile; (6) button click is finished user's establishment.The positive sequence test data comprises: username, password, password, information and " determining ".
Its counter-rotating test case comprises: (1) selects user username; (2) click " deletion " button, prepare the deletion user; (3) click " affirmation " button, the deletion user.The counter-rotating test logic comprises: (1) selects the user; (2) button click is prepared the deletion user; (3) button click is confirmed the deletion user.The counter-rotating test data comprises: username, " deletion " and " determining ".
Be illustrated in figure 2 as in the example design test method for testing of data-driven of the present invention, described data-driven design platform inner structure synoptic diagram, wherein, logical breakdown module 201 is decomposed into counter-rotating test logic and positive sequence test logic with test logic 103, and counter-rotating test logic read module 203 and positive sequence test logic read module 205 read counter-rotating test logic and positive sequence test logic respectively; Data decomposition module 202 is decomposed into counter-rotating test data and positive sequence test data with test data 104, and counter-rotating test data read module 204 and positive sequence test data read module 206 read counter-rotating test data and positive sequence test data respectively; Counter-rotating test case generation module 207 generates counter-rotating test case 106 automatically according to counter-rotating test logic and counter-rotating test data, and positive sequence test case generation module 208 generates positive sequence test case 107 automatically according to positive sequence test logic and positive sequence test data.
Be illustrated in figure 3 as automatically testing platform inner structure synoptic diagram of the present invention, test case read module 301 reads the counter-rotating test case 106 of automatic generation, reads the positive sequence test case 107 of corresponding automatic generation according to the counter-rotating test case; By control module 302 with test case to being stored in database module 305; Execution module 303 is right by the test case in the control module 302 reading of data library modules 305, is used for system under test (SUT) is carried out automatic test; Result verification module 306 is caught the output of systems under test (SUT), and corresponding data compares in the test case that comprises by control module 302 and database module 305; Information and test result that message processing module 304 is caught in the test process, the generation system test report.
Be illustrated in figure 4 as the method for testing treatment scheme based on a specific embodiment of the example design test method for testing of data-driven of the present invention, it specifically comprises:
The naming rule of step 401, design test case.
Described naming rule is specifically as follows: positive sequence represents that with S counter-rotating represents that with R logic represents that with L data are represented with D.More than use "-" at interval between sign and test case title, as " S-creates the user ", expression test case name is called the positive sequence test case of " creating the user "; As " RD-creates the user ", expression test case name is called the counter-rotating test data of " creating the user ".
Step 402, analyze the design test logic according to demand.
Described test logic can adopt Excel data form or Xml file to safeguard, requires test logic to be described with the keyword message that automatically testing platform can be discerned.The key word popular as the automatically testing platform employing drives framework, 8 fields of its keyword message regulation and stipulation: promptly record type, window ID, middle sign, control identify, verify sign, note description, control data and test data.Any test logic all must be described with the keyword message of these 8 fields.
Described test logic comprises positive sequence test logic and counter-rotating test logic, realizes test automation if desired, then needs design counter-rotating test logic, otherwise does not then need.
Step 403, analysis according to demand, test logic and correlation experience design test data.
Described test data can adopt Excel data form or Xml file to safeguard, the design of test data depends on demand analysis and existing test logic, comprises positive sequence test data and counter-rotating test data; Also the experience with the Test Design personnel is relevant for the quality of test data design simultaneously.
Described test data comprises positive sequence test data and counter-rotating test data, realizes test automation if desired, then needs design counter-rotating test data, otherwise does not then need.
The structure of step 404, data-driven design platform.
As shown in Figure 2, the core of data-driven design platform of the present invention is read module and test case automatically-generating module, can realize the read-write capability of Excel data form or Xml file by C++ supervisor design language.Wherein read module comprises counter-rotating test logic read module 203, counter-rotating test data read module 204, positive sequence test logic read module 205 and positive sequence test data read module 206; The test case automatically-generating module comprises counter-rotating test case automatically-generating module 207 and positive sequence test case automatically-generating module 208, according to existing test logic and test data, according to full arrangement principle, test data is filled in " test data " field of test logic, generates all test case combinations automatically.
Defining of step 405, manual test and automatic test.
For the positive sequence test case of the test case correspondence of not reversing, need carry out test by manual mode, the reason that this part use-case occurs is when the design test logic, considers that this part use-case is difficult for realizing test automation.
Can realize the use-case of test automation, all be to occur in pairs, comprises positive sequence test case and corresponding counter-rotating test case.Wherein the positive sequence test case has been stipulated the execution in step of robotization, and counter-rotating test case function is that current test environment is returned to the test environment of carrying out before the positive sequence test case.
The structure of step 406, automatically testing platform.
As shown in Figure 3, automatically testing platform of the present invention comprises test case read module 301, control module 302, execution module 303, message processing module 304, database module 305 and result verification module 306.
Wherein test case read module 301 reads corresponding positive sequence test case title according to counter-rotating test case title, and it is right to form test case, and it is stored in database module 305.This module can be passed through C++ supervisor design language read functions and write data library facility.
The wherein communication of control module 302 other each intermodules of carrying and order distribution.This module can realize by script control languages such as C++ supervisor design language or SQA.Described execution module 303 automatically performs test according to keyword message in the test logic and corresponding test data to system under test (SUT), can realize by script control languages such as SQA.
The information in the described message processing module 304 record test processs and the test result of result verification module 306 outputs, the generation system test report.This module can realize by script control languages such as C++ supervisor design language or SQA.
The test logic and the test data information of described database module 305 storage test case centerings, this module can realize by data pool or Access.
Described result verification module 306 is caught system under test (SUT) output, and the expected results in this output and the test case is compared, and passes through as if the consistent test case of representing of comparing result, otherwise does not then pass through.This module can realize by script control languages such as C++ supervisor design language or SQA.
The example design test method for testing of data-driven of the present invention compared with prior art makes test data separate with test logic, has reduced test case number and maintenance cost; Positive sequence and counter-rotating test case can generate automatically, have improved Test Design efficient; The test case design of can reversing has realized the automatic recovery of test environment, for automatic test is laid a good foundation; Effectively manual test being derived is automatic test, has shortened Test Design cycle and system testing cycle.
Should be noted that; the above; only be the preferable embodiment of the present invention; but protection scope of the present invention is not limited thereto; anyly be familiar with the people of this technology in the disclosed technical scope of the present invention; the variation that can expect easily or replacement all should be encompassed within protection scope of the present invention.

Claims (10)

1, a kind of example design test method for testing based on data-driven, it may further comprise the steps:
A, analyze and to carry out test case design, design test logic and test data respectively according to demand;
B, data-driven design platform generate positive sequence test case and counter-rotating test case automatically according to this test logic and test data, and the counter-rotating test case must have the positive sequence test case corresponding with it;
C, automatically testing platform obtain corresponding positive sequence test case according to described counter-rotating test case, are stored in the database in pairs, and carry out automatic test.
2, example design test method for testing according to claim 1 is characterized in that, described step B also comprises:
B01, described test logic is decomposed into counter-rotating test logic and positive sequence test logic; Described test data is decomposed into counter-rotating test data and positive sequence test data;
B02, counter-rotating test case generation module generate the counter-rotating test case automatically according to counter-rotating test logic and counter-rotating test data, and positive sequence test case generation module generates the positive sequence test case automatically according to positive sequence test logic and positive sequence test data.
3, example design test method for testing according to claim 2 is characterized in that, described step B01 also comprises:
B1, logical breakdown module are decomposed into counter-rotating test logic and positive sequence test logic with described test logic;
B2, counter-rotating test logic read module and positive sequence test logic read module read counter-rotating test logic and positive sequence test logic respectively.
4, example design test method for testing according to claim 2 is characterized in that, described step B01 also comprises:
B3, data decomposition module are decomposed into counter-rotating test data and positive sequence test data with described test data;
B4, counter-rotating test data read module and positive sequence test data read module read counter-rotating test data and positive sequence test data respectively.
5, according to claim 3 or 4 described example design test method for testing, it is characterized in that described step C also comprises:
C1, test case read module read the counter-rotating test case of automatic generation, read the positive sequence test case of corresponding automatic generation according to the counter-rotating test case;
C2, control module with test case to being stored in database module.
6, example design test method for testing according to claim 5 is characterized in that, described step C also comprises:
The test case that C3, execution module pass through in the control module reading of data library module is right, is used for system under test (SUT) is carried out automatic test;
C4, result verification module catch the output of system under test (SUT), and corresponding data compares in the test case that comprises by control module and database module;
C5, message processing module are caught information and test result in the test process, generation system test report.
7, example design test method for testing according to claim 1 is characterized in that, among the described step B, the corresponding with it positive sequence test case of test case is carried out manual test for not reversing.
8, example design test method for testing according to claim 1, it is characterized in that, described test logic and test data adopt Excel data form or Xml file to safeguard, and described test logic is described with the discernible keyword message of described automatically testing platform.
9, example design test method for testing according to claim 8, it is characterized in that described keyword message comprises following field: record type, window ID, middle sign, control sign, checking sign, note description, control data and test data.
10, a kind of automatically testing platform device based on data-driven is characterized in that, comprises test case read module, control module, execution module, message processing module, database module and result verification module;
Described test case read module is used for reading corresponding positive sequence test case title according to counter-rotating test case title, and it is right to form test case, and it is stored in database module;
Described control module is used to carry the communication and the order distribution of other each intermodules;
Described execution module is used for according to the keyword message of test logic and corresponding test data system under test (SUT) being automatically performed test;
Described message processing module is used for writing down the information of test process and outputs test result the generation system test report to described result verification module.
CN200710124711A 2007-11-15 2007-11-15 Example design test method for testing based on data driving and automatically testing platform Expired - Fee Related CN100578446C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200710124711A CN100578446C (en) 2007-11-15 2007-11-15 Example design test method for testing based on data driving and automatically testing platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200710124711A CN100578446C (en) 2007-11-15 2007-11-15 Example design test method for testing based on data driving and automatically testing platform

Publications (2)

Publication Number Publication Date
CN101162426A CN101162426A (en) 2008-04-16
CN100578446C true CN100578446C (en) 2010-01-06

Family

ID=39297354

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200710124711A Expired - Fee Related CN100578446C (en) 2007-11-15 2007-11-15 Example design test method for testing based on data driving and automatically testing platform

Country Status (1)

Country Link
CN (1) CN100578446C (en)

Families Citing this family (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101847117B (en) * 2009-03-23 2014-09-10 中兴通讯股份有限公司 Unit testing method and device
CN102377733A (en) * 2010-08-12 2012-03-14 盛科网络(苏州)有限公司 Automatic testing system of application layer protocol and automatic testing method thereof
CN102467448B (en) * 2010-11-16 2014-09-17 安凯(广州)微电子技术有限公司 Test method and system of test case
WO2012068718A1 (en) * 2010-11-22 2012-05-31 中兴通讯股份有限公司 Method and device for generating test cases
CN102819487A (en) * 2011-06-10 2012-12-12 腾讯科技(深圳)有限公司 Method and device for testing online game
CN102402484B (en) * 2011-11-30 2014-04-02 北京航空航天大学 Automatic experimental device and method for reliability growth test of embedded software
CN102495799A (en) * 2011-12-02 2012-06-13 刘伟 Automatic test system and method of movable terminal
CN104346366B (en) * 2013-07-30 2017-11-24 国际商业机器公司 Extend the method and apparatus of test data
CN104516809B (en) * 2013-09-26 2018-01-05 方正宽带网络服务股份有限公司 A kind of automatization test system and method
CN104050083B (en) * 2014-06-17 2017-05-03 南京大学 Condition/Decision-coverage-oriented test data automatic generation method
CN104123227A (en) * 2014-08-13 2014-10-29 广东电网公司信息中心 Method for automatically generating testing cases
CN105487975A (en) * 2015-11-27 2016-04-13 贵州航天风华精密设备有限公司 Self organization method for spacecraft test software processes
CN106021114B (en) * 2016-06-02 2018-07-10 北京光年无限科技有限公司 Towards the automated testing method and system of intelligent robot
CN106452942B (en) * 2016-08-29 2019-08-27 中车株洲电力机车研究所有限公司 The vehicle-mounted Ethernet exchanging software performance test system and method for track transportation industry
CN106502898A (en) * 2016-10-25 2017-03-15 广州神马移动信息科技有限公司 Method of testing and test driver and test platform
CN106713011B (en) * 2016-11-22 2020-04-28 腾讯科技(深圳)有限公司 Method and system for obtaining test data
KR101957552B1 (en) * 2016-11-24 2019-03-12 경북대학교 산학협력단 Method for generating a test senario based on activity stack
CN106874207A (en) * 2017-02-27 2017-06-20 税友软件集团股份有限公司 The automated testing method and device of a kind of web page
CN107506297A (en) * 2017-07-27 2017-12-22 北京广利核系统工程有限公司 Reactor protection system function test method and device based on emulation platform
CN107368428A (en) * 2017-09-07 2017-11-21 马上消费金融股份有限公司 A kind of method for testing software and software testing system
CN109614313A (en) * 2018-10-25 2019-04-12 平安科技(深圳)有限公司 Automated testing method, device and computer readable storage medium
CN111274140A (en) * 2020-01-19 2020-06-12 苏州浪潮智能科技有限公司 Device, method and server for automatic case execution site recovery
CN111309598A (en) * 2020-01-19 2020-06-19 苏州浪潮智能科技有限公司 Test case execution environment recovery method, system, terminal and storage medium
CN112286810A (en) * 2020-10-29 2021-01-29 中国航空工业集团公司洛阳电光设备研究所 Method and system for quickly generating use case based on use case data and logic separation
CN115203057B (en) * 2022-08-16 2023-03-28 北京永洪商智科技有限公司 Low code test automation method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN101162426A (en) 2008-04-16

Similar Documents

Publication Publication Date Title
CN100578446C (en) Example design test method for testing based on data driving and automatically testing platform
CN101339534B (en) Software test apparatus and test method
CN110309071B (en) Test code generation method and module, and test method and system
CN102331967B (en) Method for managing chip verification test cases
CN102662644B (en) Method for generating test case by using flow chart
CN102567201B (en) Method for automatically recovering cross-model GUI (graphic user interface) test scripts
CN104750606B (en) A kind of automated testing method based on reflection
CN104298595A (en) Automatic testing method and testing system
CN105760296A (en) Automation testing control method, device and terminal
CN106598834A (en) UI (User Interface) testing method and device
CN103500139A (en) Communication software integration testing system and method
CN109801665A (en) SRAM self-testing system, framework and method, storage medium
US20100251214A1 (en) Apparatus, system, and method for dynamic module flow analysis
Bertolino et al. An approach to integration testing based on architectural descriptions
CN107069742B (en) Electric system continuous tide computing system based on Python and PSD-BPA
CN101894072B (en) Method for detecting abnormal termination during model detection
CN106598843B (en) A kind of software log behavior automatic identifying method based on program analysis
Zun et al. Research on automated testing framework for multi-platform mobile applications
CN113220578A (en) Method for generating function test case
CN105988792A (en) Nuclear power software development automation system and method
Sornkliang et al. Performance analysis of test path generation techniques based on complex activity diagrams
Abid et al. A Real-Time Specification Patterns Language
CN102693128A (en) Method, apparatus and computer program product for generating system specifications
CN109144867A (en) A kind of test method and test macro
CN100527138C (en) Simulating example producing method and device for integrated circuit element

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
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: 20100106

Termination date: 20171115