CN111640162A - Test result display method, device and equipment based on traffic network and computer readable storage medium - Google Patents

Test result display method, device and equipment based on traffic network and computer readable storage medium Download PDF

Info

Publication number
CN111640162A
CN111640162A CN202010445537.4A CN202010445537A CN111640162A CN 111640162 A CN111640162 A CN 111640162A CN 202010445537 A CN202010445537 A CN 202010445537A CN 111640162 A CN111640162 A CN 111640162A
Authority
CN
China
Prior art keywords
functional units
graph
coloring
splitting
test result
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010445537.4A
Other languages
Chinese (zh)
Other versions
CN111640162B (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.)
China Citic Bank Corp Ltd
Original Assignee
China Citic Bank Corp 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 China Citic Bank Corp Ltd filed Critical China Citic Bank Corp Ltd
Priority to CN202010445537.4A priority Critical patent/CN111640162B/en
Publication of CN111640162A publication Critical patent/CN111640162A/en
Application granted granted Critical
Publication of CN111640162B publication Critical patent/CN111640162B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/40Filling a planar surface by adding surface attributes, e.g. colour or texture
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/06Asset management; Financial planning or analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles
    • G06T11/206Drawing of charts or graphs

Abstract

The invention discloses a test result display method, a device, equipment and a computer readable storage medium based on a traffic network, wherein the method comprises the steps of splitting a functional unit of a system to be tested according to service characteristics; constructing an association relation graph between the systems to be tested according to the functional unit splitting result; and coloring the incidence relation graph according to the test result of the calling relation between the functional units of the system to be tested and the functional units to form a colored graph.

Description

Test result display method, device and equipment based on traffic network and computer readable storage medium
Technical Field
The invention relates to the technical field of software testing, in particular to a method, a device, equipment and a computer readable storage medium for displaying a test result based on a traffic network.
Background
With the popularization of digital services, various application scenarios emerge endlessly, and any application comes online and must pass tests performed on the system and evaluation of the influence of other related systems. Under the traditional technology, the relevant test results and the evaluation results are displayed in an EXCEL mode, and the display can only simply record the relevant results but cannot clearly display the states and the association relations of all systems.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention discloses a test result display method, a test result display device, test result display equipment and a computer readable storage medium based on a traffic network.
The invention discloses a test result display method based on a traffic network, which comprises the following steps:
splitting a functional unit of the system to be tested according to the service characteristics;
constructing an association relation graph between the systems to be tested according to the functional unit splitting result;
and coloring the incidence relation graph according to the test result of the calling relation between the functional units of the system to be tested and the functional units to form a colored graph.
The invention discloses a test result display device based on a traffic network, which comprises:
the functional unit splitting module is used for splitting the functional units of the system to be tested according to the service characteristics;
the incidence relation graph building module is used for building an incidence relation graph among the systems to be tested according to the functional unit splitting result;
and the coloring module is used for coloring the association relation graph according to the test result of the calling relation between the functional units of the system to be tested and the functional units to form a colored graph.
The disclosed test result display device based on traffic network comprises a memory, a processor and a computer program stored on the memory and running on the processor, wherein the processor executes the steps of any one of the above methods.
The computer storage medium of the present disclosure has stored thereon a computer program that, when executed by a processor, performs the steps of any of the above-described methods.
According to the technical scheme, the method, the device, the equipment and the computer storage medium for displaying the test result based on the traffic network can split the functional units of the system to be tested according to the service characteristics, further construct the incidence relation graph among the systems to be tested according to the split result of the functional units, color the incidence relation graph according to the test result of the calling relation among the functional units and the functional units of the system to be tested, finally form a current colored graph, and also color the incidence relation graph according to the historical test result to form a historical colored graph. The formed coloring diagram can visually and intuitively show the logical relationship and the test result of the functional units in each system, and meanwhile, the switching between the historical coloring diagram formed according to the historical test data and the current coloring diagram formed according to the current test data can be realized, so that the user can conveniently check the coloring diagram.
Drawings
FIG. 1 is a flow chart of a test result display method based on a traffic network disclosed by the invention;
fig. 2 is a schematic view of a test result display device based on a traffic network according to the present invention.
Detailed Description
For a more detailed and thorough understanding of the method, apparatus, device and computer-readable storage medium for displaying test results based on a traffic network disclosed in the present invention, the following description will be made in conjunction with the accompanying drawings. The embodiments of the present invention and the technical features in the embodiments may be combined with each other without conflict.
First, the principle of the solution disclosed in the present invention is explained, as shown in fig. 1, the method comprises the following steps:
s101, splitting a functional unit of a system to be tested according to the service characteristics;
s102, establishing an association relation graph between the systems to be tested according to the functional unit splitting result;
s103, coloring the incidence relation graph according to the test result of the calling relation between the functional units of the system to be tested and the functional units.
The functional unit splitting of the system to be tested according to the service characteristics means that one part capable of operating independently is determined as a functional unit.
The step of constructing the incidence relation graph between the systems to be tested according to the functional unit splitting result refers to that one functional unit is determined as a node, and two functional units with calling relations are determined as a line.
The step of coloring the association relationship graph to form the coloring graph according to the test result of the call relationship between the functional units and the functional units of the system to be tested refers to the step of coloring the nodes or lines to form the current coloring graph according to the test result of the call relationship between different functional units or functional units.
The coloring of the incidence relation graph according to the test result of the calling relation between the functional units of the system to be tested and the functional units to form the coloring graph is to color the incidence relation graph according to the historical test result of the calling relation between different functional units and the functional units to form the historical coloring graph.
The technical solution disclosed in the present invention is explained below by specific examples.
The embodiment I provides a test result display method based on a traffic network.
An engineer of a software development center develops and completes an online financing product sale system, the system comprises a customer personal information management unit, a customer risk resistance evaluation unit and a customer credit information confirmation unit, the system needs to be online, before online, the calling conditions of all functional units in the system and all functional units inside and outside the system need to be tested, and whether the system can be allowed to be online or not is determined according to the test result.
After receiving a financial product sales system submitted by an engineer, the test result display system based on the traffic network splits the sales system into a customer personal information management unit, a customer risk resistance evaluation unit and a customer credit information confirmation unit according to the service characteristics of the sales system.
Furthermore, the functional unit without the intra-system or inter-system call relation is determined as a node, and the functional units with the intra-system or inter-system call relation are determined as a connecting line. Because the client anti-risk capability evaluation unit does not need to call any other unit, the test result display system based on the traffic network confirms that the client anti-risk capability evaluation unit is a node. The customer personal credit information confirmation unit calls the customer personal information from the customer personal information management unit in the system, so that a connection is formed between the customer personal credit information confirmation unit and the customer personal information management unit station in the system. Meanwhile, the personal credit information of the client also needs to be inquired by a credit investigation inquiry system in a cross-system core network by using a personal credit information confirmation unit of the client, so a connection line also exists between the personal credit information confirmation unit of the client in the financial product sale system and the credit investigation system outside the system. And forming an association relation graph through the nodes and the connecting lines.
The testing personnel implements the testing work by extracting all case sets under the nodes and the connecting lines, and selects the testing cases in real time in the testing process to submit the testing defects, wherein the testing defects comprise the number of the testing cases, the execution rate of the testing cases, the execution passing rate of the testing cases and the defect rate of the testing cases. And carrying out weighting operation according to the test defect condition to obtain the comprehensive test passing rate, thereby obtaining the current test condition of the node or the connecting line.
The nodes and the connecting lines with high test comprehensive passing rate are colored in green, the nodes and the connecting lines with low test comprehensive passing rate are colored in red, and the nodes and the connecting lines with middle test comprehensive passing rate are colored in yellow.
After the splitting, the construction of the incidence relation graph and the coloring of all the systems to be tested are completed, a current coloring graph representing the current quality and the test risk condition of the test results among the systems to be tested is formed.
The second embodiment is a test result display method based on a traffic network.
With the increasing number of online service systems, the historical defect conditions of each service system need to be reviewed, so that the historical problems and faults are avoided from appearing again, and therefore, the historical fault information is displayed in an intuitive mode with equal importance.
The test result display system based on the traffic network splits the functional units of all the service systems according to the service characteristics of the service systems which are on line, and determines a plurality of functional units.
The functional units without the calling relationship in the system or among the systems are determined as a node, and the functional units with the calling relationship in the system or among the systems are determined as a connecting line. And forming an association relation graph through the nodes and the connecting lines.
The test result display system based on the traffic network transfers the required historical test result to the local from other test systems, thereby obtaining the historical test condition of the node or the connection.
The nodes and the connecting lines with high test comprehensive passing rate are colored in green, the nodes and the connecting lines with low test comprehensive passing rate are colored in red, and the nodes and the connecting lines with middle test comprehensive passing rate are colored in yellow.
After the splitting, the construction of the incidence relation graph and the coloring of all the systems to be tested are completed, a historical coloring graph representing the historical quality of the test results and the test risk condition among a plurality of systems to be tested is formed.
The current coloring map formed in the first embodiment and the historical coloring map formed in the second embodiment can be switched according to needs, so that a user can conveniently check the current coloring map and the historical coloring map.
In a third embodiment, as shown in fig. 2, a test result display device based on a traffic network includes:
the functional unit splitting module is used for splitting the functional units of the system to be tested according to the service characteristics;
the incidence relation graph building module is used for building an incidence relation graph among the systems to be tested according to the functional unit splitting result;
and the coloring module is used for coloring the association relation graph according to the test result of the calling relation between the functional units of the system to be tested and the functional units.
Furthermore, the functional unit splitting module divides the functional units of the system to be tested according to the service characteristics, and one part which can independently run is determined as one functional unit.
The step of establishing an incidence relation graph between systems to be tested by the incidence relation graph establishing module according to the functional unit splitting result means that one functional unit is determined as a node, and two functional units with a calling relation are determined as a line.
In a fourth embodiment, the apparatus for displaying a test result based on a traffic network disclosed in the present invention comprises a memory, a processor and a computer program stored in the memory and running on the processor, wherein the processor executes the steps of any one of the above methods.
Fifth, the present invention discloses a computer storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the steps of any of the above methods.
While the present invention has been described with reference to particular embodiments, it will be understood by those skilled in the art that the foregoing and various other changes, omissions and deviations in the form and detail thereof may be made without departing from the scope of this invention. Also, features of the embodiments and examples may be combined with each other without conflict.
Those skilled in the art will appreciate that embodiments of the present invention may be provided as a method or computer program product, and the present invention may take the form of a hardware embodiment, a software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention has been described with reference to flowchart illustrations and/or block diagrams of methods and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention.

Claims (10)

1. A test result display method based on a traffic network is characterized by comprising the following steps:
splitting a functional unit of the system to be tested according to the service characteristics;
constructing an association relation graph between the systems to be tested according to the functional unit splitting result;
and coloring the incidence relation graph according to the test result of the calling relation between the functional units of the system to be tested and the functional units to form a colored graph.
2. The method of claim 1, wherein the splitting of the functional unit of the system under test according to the service characteristics means that a part capable of operating independently is determined as a functional unit.
3. The method of claim 2, wherein said constructing the association graph between the systems to be tested according to the result of splitting the functional units is determining one functional unit as a node and determining two functional units having a call relationship as a line.
4. The method according to claim 3, wherein the coloring of the association graph according to the test results of the call relations between the functional units and the functional units of the system under test to form the colored graph means that the coloring of the nodes or lines according to the current test results of the call relations between different functional units or functional units to form the current colored graph.
5. The method of claim 3, wherein the coloring of the association graph according to the test results of the call relations between the functional units and the functional units of the system under test to form the colored graph is a historical coloring of the association graph according to historical test results of the call relations between different functional units and the functional units.
6. A test result display device based on a traffic network is characterized by comprising:
the functional unit splitting module is used for splitting the functional units of the system to be tested according to the service characteristics;
the incidence relation graph building module is used for building an incidence relation graph among the systems to be tested according to the functional unit splitting result;
and the coloring module is used for coloring the association relation graph according to the test result of the calling relation between the functional units of the system to be tested and the functional units to form a colored graph.
7. The apparatus of claim 6, wherein the functional unit splitting module is configured to determine a portion capable of operating independently as a functional unit.
8. The apparatus of claim 6, wherein the associative relationship graph building module is configured to determine the one functional unit as a node and determine two functional units having a call relationship as a line.
9. A traffic network based test result presentation apparatus comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor performs the steps of the method according to any one of claims 1 to 5.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
CN202010445537.4A 2020-05-24 2020-05-24 Test result display method, device and equipment based on traffic network and computer readable storage medium Active CN111640162B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010445537.4A CN111640162B (en) 2020-05-24 2020-05-24 Test result display method, device and equipment based on traffic network and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010445537.4A CN111640162B (en) 2020-05-24 2020-05-24 Test result display method, device and equipment based on traffic network and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN111640162A true CN111640162A (en) 2020-09-08
CN111640162B CN111640162B (en) 2024-01-23

Family

ID=72329107

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010445537.4A Active CN111640162B (en) 2020-05-24 2020-05-24 Test result display method, device and equipment based on traffic network and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111640162B (en)

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1173343A (en) * 1997-08-29 1999-03-16 Casio Comput Co Ltd Program test device and storage medium
JP2000304527A (en) * 1999-04-19 2000-11-02 Honda Motor Co Ltd Shape verification system and shape verification method
US6959431B1 (en) * 1999-05-13 2005-10-25 Compuware Corporation System and method to measure and report on effectiveness of software program testing
US20100100871A1 (en) * 2008-10-22 2010-04-22 International Business Machines Corporation Method and system for evaluating software quality
US20120272206A1 (en) * 2011-04-21 2012-10-25 Accenture Global Services Limited Analysis system for test artifact generation
CN103376380A (en) * 2013-07-04 2013-10-30 曙光信息产业(北京)有限公司 Test system and method thereof
CN104115207A (en) * 2012-02-08 2014-10-22 株式会社堀场制作所 Measurement data display device
CN106845781A (en) * 2016-12-22 2017-06-13 中信银行股份有限公司 The generation system and method for scene and flow for operational trials
CN106991048A (en) * 2017-03-31 2017-07-28 杭州迪普科技股份有限公司 Webpage method of testing and device
US20180004648A1 (en) * 2015-01-29 2018-01-04 Hewlett Packard Enterprise Development Lp Defect reporting in application testing
CN107729424A (en) * 2017-09-28 2018-02-23 华为技术有限公司 A kind of data visualization method and equipment
CN107909466A (en) * 2017-11-10 2018-04-13 平安普惠企业管理有限公司 Customer relationship network display method, apparatus, equipment and readable storage medium storing program for executing
CN108027956A (en) * 2015-09-23 2018-05-11 高通股份有限公司 The switching at runtime between depth test is tested and guarded to post depth
CN108805772A (en) * 2018-06-25 2018-11-13 合肥利元杰信息科技有限公司 A kind of computer Online Judge system
CN109165251A (en) * 2018-06-11 2019-01-08 玖富金科控股集团有限责任公司 A kind of data information dynamic display method, electronic equipment and readable storage medium storing program for executing
CN109636566A (en) * 2018-10-16 2019-04-16 深圳壹账通智能科技有限公司 Method for exhibiting data, device, equipment and computer readable storage medium
CN110059131A (en) * 2018-11-30 2019-07-26 阿里巴巴集团控股有限公司 A kind of method for visualizing and device that time series data relationship develops
CN110232104A (en) * 2019-06-13 2019-09-13 腾讯科技(深圳)有限公司 A kind of data display method, device, storage medium and computer equipment
CN110737713A (en) * 2019-08-27 2020-01-31 广东一码通信科技有限公司 Data platform-based visual project progress display method, equipment and medium
CN111143402A (en) * 2019-12-27 2020-05-12 浪潮通用软件有限公司 Extended model generation method, device and medium

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1173343A (en) * 1997-08-29 1999-03-16 Casio Comput Co Ltd Program test device and storage medium
JP2000304527A (en) * 1999-04-19 2000-11-02 Honda Motor Co Ltd Shape verification system and shape verification method
US6959431B1 (en) * 1999-05-13 2005-10-25 Compuware Corporation System and method to measure and report on effectiveness of software program testing
US20100100871A1 (en) * 2008-10-22 2010-04-22 International Business Machines Corporation Method and system for evaluating software quality
US20120272206A1 (en) * 2011-04-21 2012-10-25 Accenture Global Services Limited Analysis system for test artifact generation
CN104115207A (en) * 2012-02-08 2014-10-22 株式会社堀场制作所 Measurement data display device
CN103376380A (en) * 2013-07-04 2013-10-30 曙光信息产业(北京)有限公司 Test system and method thereof
US20180004648A1 (en) * 2015-01-29 2018-01-04 Hewlett Packard Enterprise Development Lp Defect reporting in application testing
CN108027956A (en) * 2015-09-23 2018-05-11 高通股份有限公司 The switching at runtime between depth test is tested and guarded to post depth
CN106845781A (en) * 2016-12-22 2017-06-13 中信银行股份有限公司 The generation system and method for scene and flow for operational trials
CN106991048A (en) * 2017-03-31 2017-07-28 杭州迪普科技股份有限公司 Webpage method of testing and device
CN107729424A (en) * 2017-09-28 2018-02-23 华为技术有限公司 A kind of data visualization method and equipment
CN107909466A (en) * 2017-11-10 2018-04-13 平安普惠企业管理有限公司 Customer relationship network display method, apparatus, equipment and readable storage medium storing program for executing
CN109165251A (en) * 2018-06-11 2019-01-08 玖富金科控股集团有限责任公司 A kind of data information dynamic display method, electronic equipment and readable storage medium storing program for executing
CN108805772A (en) * 2018-06-25 2018-11-13 合肥利元杰信息科技有限公司 A kind of computer Online Judge system
CN109636566A (en) * 2018-10-16 2019-04-16 深圳壹账通智能科技有限公司 Method for exhibiting data, device, equipment and computer readable storage medium
CN110059131A (en) * 2018-11-30 2019-07-26 阿里巴巴集团控股有限公司 A kind of method for visualizing and device that time series data relationship develops
CN110232104A (en) * 2019-06-13 2019-09-13 腾讯科技(深圳)有限公司 A kind of data display method, device, storage medium and computer equipment
CN110737713A (en) * 2019-08-27 2020-01-31 广东一码通信科技有限公司 Data platform-based visual project progress display method, equipment and medium
CN111143402A (en) * 2019-12-27 2020-05-12 浪潮通用软件有限公司 Extended model generation method, device and medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
李宁;刘超;原子;: "基于拉力算法的面向对象程序结构可视化研究", no. 06 *
林远芳;李明宇;阎春生;时尧成;王晓萍;刘旭;: "自构建光纤链路的OTDR测试实验及教学实践", no. 08 *
王磊;宋杰;陈林锋;: "车载导航影音系统蓝牙软件测试技术方法研究", no. 09 *

Also Published As

Publication number Publication date
CN111640162B (en) 2024-01-23

Similar Documents

Publication Publication Date Title
CN105005532B (en) A kind of system and method for automatic test application programming interfaces stability
CN107908543A (en) Applied program testing method, device, computer equipment and storage medium
CN106487603A (en) A kind of response test method and device
CN109977012B (en) Joint debugging test method, device, equipment and computer readable storage medium of system
CN108509212A (en) Application program update test method, device, terminal device and storage medium
CN106897204A (en) The automatic monitoring method and system of operation flow
CN111083013B (en) Test method and device based on flow playback, electronic equipment and storage medium
CN111401722B (en) Intelligent decision method and intelligent decision system
CN107733710A (en) Construction method, device, computer equipment and the storage medium of link call relation
CN112433944A (en) Service testing method, device, computer equipment and storage medium
CN111782524A (en) Application testing method and device, storage medium and electronic device
CN105741042A (en) Automatic learning method for open approving workflow
CN105335266B (en) Method for determining the failure of tested equipment
CN114003451A (en) Interface test method, device, system and medium
US11232019B1 (en) Machine learning based test coverage in a production environment
US11663113B2 (en) Real time fault localization using combinatorial test design techniques and test case priority selection
CN111640162B (en) Test result display method, device and equipment based on traffic network and computer readable storage medium
CN110347525A (en) A kind of fault handling method and device
CN108427614B (en) Interface testing method and device based on adaptor tool
CN115760325A (en) Dynamic componentization construction method and device for customer due diligence investigation system and electronic equipment
CN113344708A (en) Large-scale system production and exercise application evaluation method and system
CN112380118A (en) Unit testing method, unit testing device, medium and electronic equipment
US20210263838A1 (en) Assignment of test case priorities based on combinatorial test design model analysis
CN117520204A (en) Bank product testing method and device
CN109901995A (en) Method for testing software, device, computer installation and computer readable storage medium

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