CN111078256B - Upgrading method of automatic test environment, terminal and readable storage medium - Google Patents

Upgrading method of automatic test environment, terminal and readable storage medium Download PDF

Info

Publication number
CN111078256B
CN111078256B CN201911315304.6A CN201911315304A CN111078256B CN 111078256 B CN111078256 B CN 111078256B CN 201911315304 A CN201911315304 A CN 201911315304A CN 111078256 B CN111078256 B CN 111078256B
Authority
CN
China
Prior art keywords
updated
version number
code data
test environment
data packet
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
CN201911315304.6A
Other languages
Chinese (zh)
Other versions
CN111078256A (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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei Software 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 Guangzhou Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN201911315304.6A priority Critical patent/CN111078256B/en
Publication of CN111078256A publication Critical patent/CN111078256A/en
Application granted granted Critical
Publication of CN111078256B publication Critical patent/CN111078256B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Abstract

The invention discloses an upgrading method of an automatic test environment, which comprises the following steps: when initializing a test environment, acquiring a version number to be updated of a target object; acquiring a code data packet according to the version number to be updated, wherein the code data comprises compiled executable codes; and thermally loading the code data packet to update the target object. The invention also provides a terminal and a readable storage medium. According to the upgrading method of the automatic test environment, the version number to be updated of the target object to be updated is obtained, and then the code data packet of the target object to be updated is obtained through the version number to be updated, so that the code data packet can be loaded and validated in real time by hot loading, the test environment of the automatic test frame is not required to be recompiled, the target object can be updated without modifying the dependent version or code by a user side, and the user does not have a perception upgrading function.

Description

Upgrading method of automatic test environment, terminal and readable storage medium
Technical Field
The present invention relates to the field of software system upgrade technologies, and in particular, to an upgrade method, a terminal, and a readable storage medium for an automated test environment.
Background
In the use process of the automatic test framework, the automatic test framework can not be used normally due to the defects and problems which exist originally but are not found, or compatibility problems exist, or frequent updating problems of the external system in butt joint. At present, the normal use of the automated test framework is often realized by continuously updating the version of the automated test framework to solve the problems. However, since the version of the automation test frame needs to be downloaded by the user every time it is updated, the automation test frame is updated, resulting in poor user experience.
The foregoing is provided merely for the purpose of facilitating understanding of the technical solutions of the present invention and is not intended to represent an admission that the foregoing is prior art.
Disclosure of Invention
The invention mainly aims to provide an upgrading method, a terminal and a readable storage medium of an automatic test environment, and aims to solve the problems that version updating of an automatic test framework is frequent, manual operation of a user is needed to achieve updating, and user experience is poor.
In order to achieve the above object, the present invention provides an upgrade method of an automated test environment, the upgrade method of the automated test environment comprising the steps of:
when initializing a test environment, acquiring a version number to be updated of a target object;
acquiring a code data packet according to the version number to be updated, wherein the code data comprises compiled executable codes;
and thermally loading the code data packet to update the target object.
Optionally, the step of obtaining the version number to be updated of the target object includes:
acquiring a configuration file;
acquiring a target server address of the target object according to the configuration file;
and acquiring the version number to be updated of the code data packet from the target server according to the target server address.
Optionally, before the step of obtaining the code data packet according to the version number to be updated, the method includes:
acquiring a current use version number of a code data packet of the target object;
and executing the step of acquiring the code data packet according to the version number to be updated when the current version number is not matched with the version number to be updated.
Optionally, when the code data packet is successfully loaded, outputting prompt information of successful update.
Optionally, the step of obtaining the code data packet according to the version number to be updated includes:
accessing a storage directory according to a preset downloading path;
and when the storage directory stores the code data packet with the version number to be updated, acquiring the code data packet according to the version number to be updated.
Optionally, the step of accessing the storage directory according to a preset download path includes:
when the storage directory does not store the code data packet of the version number to be updated, acquiring a file server address according to a preset configuration file;
and acquiring a code data packet from the file server according to the version number to be updated according to the address of the file server.
In addition, in order to achieve the above object, the present invention also provides a terminal, which includes a memory, a processor, and an upgrade program of an automated test environment stored in the memory and executable on the processor, wherein the upgrade program of the automated test environment implements the steps of the upgrade method of the automated test environment as described above when being executed by the processor.
In addition, in order to achieve the above object, the present invention further provides a readable storage medium, on which an upgrade program of an automated test environment is stored, which when executed by the processor, implements the respective steps of the upgrade method of an automated test environment as described above.
According to the upgrading method of the automatic test environment, the to-be-updated version number of the target object to be updated is obtained, and then the code data packet of the target object to be updated is obtained through the to-be-updated version number, so that the code data packet can be loaded and validated in real time by hot loading, the test environment of the automatic test frame is not required to be recompiled, the target object can be updated without the need of a user side to modify the dependent version or code, and the user-friendly upgrading function is realized.
Drawings
Fig. 1 is a schematic diagram of a hardware structure of a terminal implementing various embodiments of the present invention;
FIG. 2 is a flow chart of a first embodiment of an upgrade method of an automated test environment according to the present invention;
FIG. 3 is a flowchart illustrating a method for upgrading an automated test environment according to a first embodiment of the present invention before a code packet is acquired;
FIG. 4 is a flow chart of a second embodiment of an upgrade method of an automated test environment according to the present invention.
The achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
In the following description, suffixes such as "module", "part" or "unit" for representing elements are used only for facilitating the description of the present invention, and have no specific meaning per se. Thus, "module," "component," or "unit" may be used in combination.
The terminal may be implemented in various forms. For example, the terminals described in the present invention may include terminals such as mobile phones, tablet computers, notebook computers, and palm computers.
It will be appreciated by those skilled in the art that the construction according to embodiments of the present invention can be applied to fixed type terminals as well, in addition to elements particularly for mobile purposes.
Referring to fig. 1, a schematic hardware structure of a terminal implementing various embodiments of the present invention may include: memory 101, processor 102, display unit 103, and communication module 104. It will be appreciated by those skilled in the art that the terminal structure shown in fig. 1 is not limiting of the terminal and that the terminal may include more or fewer components than shown, or may combine certain components, or a different arrangement of components. The memory 101 stores therein an upgrade program of a central control system and an automated test environment. The processor 102 is a control center of the terminal, and the processor 102 executes an upgrade program of the automated test environment stored in the memory 101 to implement the steps of the upgrade method embodiments of the automated test environment of the present invention. The display unit 103 includes a display panel, which may be configured in the form of a liquid crystal display (Liquid Crystal Display, LCD), an Organic Light-Emitting Diode (OLED), or the like, and is configured to output a prompt message indicating that an update of the upgrade program of the automated test environment is successful after being executed by the processor 102. The communication module 104 establishes data communication with the target server through a network protocol to acquire the version number to be updated of the code data packet from the target server; alternatively, the communication module 104 establishes data communication with the file server through a network protocol to download the code data packet of the version number to be updated from the file server.
Based on the above hardware structure, various embodiments of the upgrade method of the automated test environment of the present invention are presented.
The invention provides an upgrade method of an automatic test environment, please refer to fig. 2, fig. 2 is a flow chart of a first embodiment of the upgrade method of an automatic test environment of the invention. In this embodiment, the method of upgrading an automated test environment comprises the steps of:
step S10, when a test environment is initialized, a version number to be updated of a target object is obtained;
step S20, a code data packet is obtained according to the version number to be updated, wherein the code data packet comprises compiled executable codes;
and step S30, the code data packet is loaded by heat so as to update the target object.
It should be noted that, due to the defect or problem originally hidden in the test environment, or the compatibility problem, or the defect existing in the part of the docked external system and the problem of frequent updating and upgrading of the external system, the test environment also needs to be updated frequently to solve the problem. The target object refers to a functional module to be updated in the test environment, and the test environment is updated by updating the functional module of the test environment. The version number to be updated is the latest version number of the currently released target object. Wherein the latest version number can be determined by the timestamp of the release time of the target object, and can also be determined by the naming rule of the version number. It can be understood that, in order to obtain the version number to be updated from the designated target server, the version number to be updated may be implemented by modifying a configuration file, where the configuration file refers to a file containing a correspondence between a website domain name and an IP address. By modifying the configuration file, the address for obtaining the update version number may be modified to be the IP address of the target server, so that the code version number to be updated is obtained from the target server, and therefore, the step of obtaining the version number to be updated of the target object in step S10 includes: acquiring a configuration file; acquiring a target server address of a target object according to the configuration file; and acquiring the version number to be updated of the code data packet from the target server according to the address of the target server.
The manner of acquiring the code data packet in step S20 includes acquiring the download according to a preset download path or downloading from a preset server. It should be noted that, the code data packet includes compiled executable code, optionally, referring to fig. 3, fig. 3 is a flow chart before the code data packet is obtained in the first embodiment of the upgrade method of the automated test environment of the present invention, and before step S20, the method includes:
step S40, the current use version number of the code data packet of the target object is obtained;
step S50, when the currently used version number does not match the version number to be updated, step S20 is performed. Since the test environment is initialized, the version to be updated of the target object needs to be obtained, that is, the latest version number of the currently released target object is obtained, so as to update the target object. It can be understood that the step of acquiring the code data packet according to the version number to be updated is only performed when the currently used version number of the code data packet of the target object is not matched with the currently issued latest version number, that is, the currently used version number of the target object is not the latest version number, so as to achieve the purpose of subsequent hot loading of the code data packet. The method comprises the steps that a currently used version number of a code data packet of a target object is obtained, and a storage directory can be accessed through a preset downloading path to obtain the currently used version number of the code data packet; or, by inquiring whether the storage directory stores the code data packet with the version number to be updated, if not, the currently used version number can be directly judged to be not matched with the currently released latest version number.
It should be noted that the basic implementation principle of the thermal loading is as follows: for a code data packet of a target object which acquires compiled executable codes, namely version numbers to be updated, firstly, loading the code data packet through a newly-created loader, and setting the loader as a thread context class loader which runs currently; according to a preset configuration file, the test environment obtains a compiling file of a target object with a version number to be updated, namely a code data packet, by class reflection according to a thread context class loader, so that the test environment is updated according to the loaded compiling file. It is simple to understand that the modified code is dynamically compiled and packaged to generate a code data packet, and the code data packet is directly and thermally loaded without restarting a server, so that the code data packet is dynamically loaded and the loaded code data packet takes effect immediately when a test environment is initialized. The step S30 is followed by: and when the hot loading of the code data packet is successful, outputting prompt information of successful updating. It will be appreciated that at the time of initialization of the test environment, the execution log of the initialization of the test environment may be redirected to the log file output in advance by the time of hot loading the code data packet, so as to check whether the hot loading is successful. The prompt information includes but is not limited to voice prompt information and text prompt information.
According to the technical scheme disclosed by the embodiment, the version number to be updated of the target object to be updated is obtained, and then the code data packet of the target object to be updated is obtained through the version number to be updated, so that the code data packet can be loaded in real time and validated in real time by hot loading, the test environment of the automatic test framework is not required to be recompiled, the target object can be updated without modifying the dependent version or code by a user side, the user is free from perception upgrading function, and meanwhile, the problem that the test case cannot normally run due to unstable operation of the test environment can be effectively avoided.
Based on the above-mentioned first embodiment, a second embodiment of the present invention is provided, please refer to fig. 4, fig. 4 is a flow chart of a second embodiment of an upgrade method of an automated test environment of the present invention. In this embodiment, step S20 includes:
step S21, accessing a storage catalog according to a preset downloading path;
step S22, when the storage directory stores the code data packet with the version number to be updated, acquiring the code data packet according to the version number to be updated; or,
step S23, when the storage directory does not store the code data packet of the version number to be updated, acquiring a file server address according to a preset configuration file;
and step S24, acquiring a code data packet from the file server according to the version number to be updated according to the address of the file server.
In this embodiment, the storage directory is a storage data space for downloading and storing the code data packet according to a preset download path. It should be noted that, whether the code data packet of the version number to be updated is stored in the storage directory is judged by comparing the storage version number of the code data packet stored in the storage directory with the version number to be updated, if so, the code data packet of the version number to be updated is indicated to be stored in the storage directory, and then the code data packet is directly obtained from the storage directory according to the version number to be updated; if the file server is not matched with the storage directory, the storage directory is indicated to store the code data packet with the version number to be updated, and the code data packet can be downloaded from the server according to the version number to be updated from the pre-designated file server. It can be understood that, in order to obtain the code data packet of the version number to be updated from the designated file server, the code data packet may be implemented by modifying a configuration file in advance, where the configuration file refers to a file containing a correspondence between a website domain name and an IP address. By modifying the configuration file, the address of the acquired code data packet can be modified to the IP address of the file server, thereby realizing downloading of the code data packet from the file server.
In the technical scheme disclosed in this embodiment, two ways are provided to obtain the code data packet according to the version number to be updated, where the storage directory is accessed through a preset download path to determine whether the code data packet of the version number to be updated is downloaded, that is, determine whether the storage directory stores the code data packet of the latest version number issued, and only the code data packet is not downloaded and stored in the storage directory where the preset download path is located, and the code data packet of the version to be updated is downloaded from the designated file server, so that resource waste caused by repeated downloading of the code data packet can be avoided.
The invention also provides a terminal, which comprises: the method comprises the steps of a memory, a processor and an upgrade program of an automatic test environment stored in the memory and capable of running on the processor, wherein the upgrade program of the automatic test environment is executed by the processor to realize the upgrade method of the automatic test environment in any embodiment.
The invention also provides a computer readable storage medium, the computer readable storage medium stores an upgrade program of the automatic test environment, and the upgrade program of the automatic test environment realizes the steps of the upgrade method of the automatic test environment in any embodiment when being executed by a processor.
In the embodiments of the terminal and the computer readable storage medium provided by the present invention, all technical features of each embodiment of the method for upgrading an automatic test environment are included, and the description expansion and explanation contents are basically the same as each embodiment of the method for upgrading an automatic test environment, which is not described in detail herein.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The foregoing embodiment numbers of the present invention are merely for the purpose of description, and do not represent the advantages or disadvantages of the embodiments.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) as above, comprising instructions for causing a terminal device (which may be a mobile phone, a computer, a server, a controlled terminal, or a network device, etc.) to perform the method of each embodiment of the present invention.
The foregoing description is only of the preferred embodiments of the present invention, and is not intended to limit the scope of the invention, but rather is intended to cover any equivalents of the structures or equivalent processes disclosed herein or in the alternative, which may be employed directly or indirectly in other related arts.

Claims (6)

1. An upgrade method of an automated test environment is characterized in that the upgrade method of the automated test environment comprises the following steps:
when initializing a test environment, acquiring a version number to be updated of a target object;
acquiring a code data packet according to the version number to be updated, wherein the code data comprises compiled executable codes;
thermally loading the code data packet to update the target object, wherein an execution log initialized by a test environment is redirected to a control log file output in advance;
the step of hot loading the code data package to update the target object includes:
creating a loader, loading the code data packet based on the loader, and setting the loader as a currently running thread context class loader;
according to a preset configuration file, enabling a testing environment to obtain a compiling file of the version number to be updated according to class reflection of the thread context class loader so as to update the target object according to the compiling file, wherein the code data packet comprises the compiling file;
the step of obtaining the code data packet according to the version number to be updated comprises the following steps:
accessing a storage directory according to a preset downloading path;
when the storage catalog stores the code data packet of the version number to be updated, acquiring the code data packet according to the version number to be updated;
the step of accessing the storage directory according to the preset download path comprises the following steps:
when the storage directory does not store the code data packet of the version number to be updated, acquiring a file server address according to a preset configuration file;
and acquiring a code data packet from the file server according to the version number to be updated according to the address of the file server.
2. The method for upgrading an automated test environment according to claim 1, wherein the step of obtaining the version number to be updated of the target object is preceded by:
acquiring a configuration file;
acquiring a target server address of the target object according to the configuration file;
and acquiring the version number to be updated of the code data packet from the target server according to the target server address.
3. The method for upgrading an automated test environment according to claim 2, wherein before the step of obtaining a code packet according to the version number to be updated, the method comprises:
acquiring a current use version number of a code data packet of the target object;
and executing the step of acquiring the code data packet according to the version number to be updated when the current version number is not matched with the version number to be updated.
4. The method for upgrading an automated test environment according to claim 1, wherein when the code packet is successfully hot loaded, a prompt for successful update is output.
5. An upgrade terminal of an automated test environment, wherein the upgrade terminal of the automated test environment comprises: memory, a processor and an upgrade program of an automated test environment stored in said memory and executable on said processor, said upgrade program of an automated test environment, when executed by said processor, implementing the steps of the upgrade method of an automated test environment according to any one of claims 1-4.
6. A readable storage medium, characterized in that it has stored thereon an upgrade program of an automated test environment, which when executed by a processor implements the steps of the upgrade method of an automated test environment according to any one of claims 1-4.
CN201911315304.6A 2019-12-20 2019-12-20 Upgrading method of automatic test environment, terminal and readable storage medium Active CN111078256B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911315304.6A CN111078256B (en) 2019-12-20 2019-12-20 Upgrading method of automatic test environment, terminal and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911315304.6A CN111078256B (en) 2019-12-20 2019-12-20 Upgrading method of automatic test environment, terminal and readable storage medium

Publications (2)

Publication Number Publication Date
CN111078256A CN111078256A (en) 2020-04-28
CN111078256B true CN111078256B (en) 2024-02-02

Family

ID=70316219

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911315304.6A Active CN111078256B (en) 2019-12-20 2019-12-20 Upgrading method of automatic test environment, terminal and readable storage medium

Country Status (1)

Country Link
CN (1) CN111078256B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112199110B (en) * 2020-10-16 2022-05-31 上海睿成软件有限公司 Restart-free operation and maintenance upgrading method, system, device and medium
CN114500281A (en) * 2022-01-13 2022-05-13 上海钧正网络科技有限公司 System, method and device for configuring mobile terminal

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105068852A (en) * 2015-09-22 2015-11-18 普元信息技术股份有限公司 System and method for realizing Java class on-line hot updating in cloud computing environment
CN107908421A (en) * 2017-09-29 2018-04-13 北京创鑫旅程网络技术有限公司 The method and device of software code versions management and issue
CN107992404A (en) * 2016-10-26 2018-05-04 中兴通讯股份有限公司 A kind of Software Automatic Testing Method and device
CN108647037A (en) * 2018-04-28 2018-10-12 新疆熙菱信息技术股份有限公司 Automatically dispose method and system based on shell scripts
CN108664267A (en) * 2018-04-09 2018-10-16 上海瀚银信息技术有限公司 A kind of code automatic packaging system
CN108762787A (en) * 2018-05-31 2018-11-06 康键信息技术(深圳)有限公司 Software repair, device, computer equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10419291B2 (en) * 2014-07-23 2019-09-17 Huawei Technologies Co., Ltd. Terminal upgrade method and related device with multicast program
US10083025B2 (en) * 2015-11-20 2018-09-25 Google Llc Dynamic update of an application in compilation and deployment with warm-swapping

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105068852A (en) * 2015-09-22 2015-11-18 普元信息技术股份有限公司 System and method for realizing Java class on-line hot updating in cloud computing environment
CN107992404A (en) * 2016-10-26 2018-05-04 中兴通讯股份有限公司 A kind of Software Automatic Testing Method and device
CN107908421A (en) * 2017-09-29 2018-04-13 北京创鑫旅程网络技术有限公司 The method and device of software code versions management and issue
CN108664267A (en) * 2018-04-09 2018-10-16 上海瀚银信息技术有限公司 A kind of code automatic packaging system
CN108647037A (en) * 2018-04-28 2018-10-12 新疆熙菱信息技术股份有限公司 Automatically dispose method and system based on shell scripts
CN108762787A (en) * 2018-05-31 2018-11-06 康键信息技术(深圳)有限公司 Software repair, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN111078256A (en) 2020-04-28

Similar Documents

Publication Publication Date Title
US20180373523A1 (en) Application update method and apparatus
US8775577B1 (en) System and method for configuration management service
US8214631B2 (en) Host build and rebuild system and method
US8185886B2 (en) Method and apparatus to enable dynamically activated firmware updates
WO2017185253A1 (en) Patch upgrade-based file processing method and device, terminal, and storage medium
CN107451474B (en) Software bug fixing method and device for terminal
US8745601B1 (en) Methods and systems for using data structures for operating systems
CN106406961A (en) Method and device for loading and providing application based on browser
CN111090452B (en) Service environment switching method and computer readable storage medium
US8161474B2 (en) Diagnostic information preservation during installations of over the air update of wireless handset software
CN106873960B (en) Application software updating method and device
CN111078256B (en) Upgrading method of automatic test environment, terminal and readable storage medium
CN107656729B (en) List view updating apparatus, method and computer-readable storage medium
CN102981915A (en) Communication method and device among application programs
US20130047148A1 (en) Automated service solution delivery
CN113312037A (en) Data processing method, device and equipment applied to microservice and storage medium
US20130212595A1 (en) Dynamic injection of code into running process
RU2635891C2 (en) Installation mechanism and package format for parallelizable reliable installations
CN112189187A (en) Extensibility of unified platform
CN110716786A (en) Page display method, system and storage medium
CN114721784B (en) Application running method and device, electronic equipment and readable medium
CN103530155A (en) Method and device for installing application program
US8615751B2 (en) Seeding product information
CN116401003A (en) Android application running method, system and storage medium based on desktop operating system
CN107704279B (en) Data loading method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant