WO2019196213A1 - Procédé, appareil et dispositif de test d'interface, et support d'informations lisible par ordinateur - Google Patents

Procédé, appareil et dispositif de test d'interface, et support d'informations lisible par ordinateur Download PDF

Info

Publication number
WO2019196213A1
WO2019196213A1 PCT/CN2018/094104 CN2018094104W WO2019196213A1 WO 2019196213 A1 WO2019196213 A1 WO 2019196213A1 CN 2018094104 W CN2018094104 W CN 2018094104W WO 2019196213 A1 WO2019196213 A1 WO 2019196213A1
Authority
WO
WIPO (PCT)
Prior art keywords
tested
http
interface
version number
sampler
Prior art date
Application number
PCT/CN2018/094104
Other languages
English (en)
Chinese (zh)
Inventor
林小渝
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2019196213A1 publication Critical patent/WO2019196213A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters

Definitions

  • a processing module configured to process the data to be tested according to the processing manner, to obtain the processed data to be tested
  • FIG. 1 is a schematic flowchart of a first embodiment of an interface testing method according to the present application.
  • FIG. 1 is a schematic flowchart of a first embodiment of an interface test method according to the present application.
  • the embodiments of the present application provide an embodiment of the interface testing method. It should be noted that although the logical order is shown in the flowchart, in some cases, the illustrated or described may be performed in an order different from the ones described herein. A step of.
  • Real-time detection detects whether a selection command to select the HTTP interface path to be tested is detected. After detecting the selection instruction of the selected path, the version number of the HTTP interface to be tested is obtained according to the selection instruction. It can be understood that the path of an HTTP interface to be tested corresponds to a version of the HTTP interface to be tested.
  • the selection instruction may be triggered by the user clicking on the path of the HTTP interface to be tested, or triggered by the user entering the path of the HTTP interface to be tested on a specific input interface.
  • step c the processed data to be tested is sent to the HTTP sampler, and the HTTP is obtained in a byte stream manner. The value corresponding to the data to be tested after processing in the sampler.
  • HTTP The sampler is a component that is specifically used to simulate the HTTP protocol interface, so when the data to be tested is sent to HTTP After the sampler, the data to be tested passes the HTTP interface to be tested. Since the byte stream can be used for any type of object, including binary objects, HTTP can be extracted through the byte stream. Any type of data to be tested in the sampler allows the interface test method to be used to test whether different types of data can successfully pass the HTTP interface.
  • Step d parsing the value, obtaining a plaintext corresponding to the value, and sending the plaintext to the HTTP
  • the test result of the HTTP interface to be tested is obtained by responding to the plaintext in the HTTP sampler.
  • the value is parsed according to the method corresponding to the data to be tested, and the corresponding plaintext is obtained, that is, the parsing process includes decryption operation and/or decompression. operating.
  • the Base64 algorithm is used to encrypt the test data and obtain the processed data to be tested, then the Base64 algorithm is used to decrypt the value, and the plaintext corresponding to the data to be tested is obtained, that is, the original data to be tested is obtained;
  • the DES algorithm encrypts the test data and compresses the test data using the LZ77 code. At this time, the DES algorithm is used to decrypt the value, and the LZ77 code is used to decompress the value to obtain the plaintext corresponding to the value.
  • step d includes:
  • Step e parsing the value, obtaining a plaintext corresponding to the value, and sending the plaintext to the HTTP
  • the result identifier of the HTTP interface test result to be tested is obtained by responding to the plaintext in the HTTP sampler.
  • Step f If the result is identified as the first identifier, determine that the HTTP interface to be tested is in a normal state.
  • Step g If the result is identified as the second identifier, it is determined that the HTTP interface to be tested is in an abnormal state.
  • the interface testing method further includes:
  • Step S41 Send the processed data to be tested to the HTTP by using the URL carrying the version number.
  • the test result of the HTTP interface to be tested is obtained by responding to the data to be tested in the HTTP sampler.
  • the processed data to be tested is sent to the HTTP by the URL carrying the version number.
  • the test result of the HTTP interface to be tested is obtained by responding to the processed data to be tested in the HTTP sampler.
  • the URL carrying the version number is obtained, and the URL carrying the version number is used to ensure that the data to be tested is successfully sent to the HTTP.
  • the test success rate of the test HTTP interface is improved.
  • setting a processing method corresponding to the version number smaller than the first preset version number according to the setting instruction is an encryption process.
  • the setting instruction can be triggered by the user as needed.
  • the first preset version number can be set according to specific needs, such as 2 or 3.
  • an encryption method corresponding to the encryption process may also be set. If the user does not set the encryption algorithm and/or the compression algorithm corresponding to the processing mode, the encryption algorithm and/or the compression algorithm are randomly selected during the test of the HTTP interface process to be tested.
  • Step S70 Set a processing mode corresponding to the version number greater than the first preset version number as an encryption process and a compression process according to the setting instruction.
  • the processing manner corresponding to setting the version number to be larger than the first preset version number is encryption processing and compression processing. Further, the same or different encryption algorithms and/or compression algorithms may be set for different version numbers.
  • the interface testing method further includes:
  • the processing method corresponding to setting the version number to be less than or equal to the second preset version number according to the setting instruction is to perform encryption processing by using a symmetric encryption algorithm.
  • setting a processing method corresponding to the version number less than or equal to the second preset version number according to the setting instruction is to perform encryption processing by using a symmetric encryption algorithm.
  • the second preset version number may be the same as or different from the first preset version number.
  • Symmetric encryption algorithms include but are not limited to DES, 3DES and TDEA (Triple Data Encryption Algorithm).
  • the processing method that the version number is greater than the second preset version number and is less than or equal to the third preset version number is an encryption process using an asymmetric encryption algorithm.
  • asymmetric encryption algorithms include, but are not limited to, RSA, Elgamal, and knapsack algorithms.
  • the third preset version number is greater than the second preset version number.
  • Step j Set a version number greater than a third preset version number according to the setting instruction, and a processing method corresponding to the fourth preset version number is an encryption process using an asymmetric encryption algorithm, and performing a lossy compression method. Compression processing.
  • the processing method that the version number is greater than the third preset version number and is less than or equal to the fourth preset version number is that the encryption processing is performed by using an asymmetric encryption algorithm, and the compression processing is performed by using a lossy compression method.
  • the fourth preset version number is greater than the third preset version number, and the second preset version, the third preset version number, and the fourth preset version number may be set by the user according to specific needs.
  • step k the processing manner corresponding to setting the version number to be greater than the fourth preset version number according to the setting instruction is to perform encryption processing by using an asymmetric encryption algorithm, and performing compression processing by using a lossless compression method.
  • mapping relationship between the interface version number and the processing mode may be set in other manners. In this embodiment, the setting is performed.
  • the specific implementation manner of the mapping relationship between the interface version number and the processing mode is not limited.
  • mapping relationship between the interface version number and the processing mode is set according to the setting instruction, so that the corresponding processing mode can be directly determined according to the interface version number in the process of testing the HTTP interface to be tested.
  • the obtaining module 10 is configured to obtain the version number of the HTTP interface to be tested after the data to be tested of the HTTP interface of the hypertext transfer protocol to be tested is obtained.
  • the determining module 20 is configured to determine, according to the mapping relationship between the version number of the HTTP interface to be tested and the processing manner of the data to be tested, the data to be tested according to the version number of the HTTP interface to be tested. Processing method
  • the processing module 30 is configured to process the data to be tested according to the processing manner, and obtain the processed data to be tested;
  • the sending module 40 is configured to send the processed data to be tested to the HTTP sampler sampler to be in the HTTP In the sampler, the test result of the HTTP interface to be tested is obtained by the processed data to be tested, and the front end processor and the back end processor of the stress test tool jmeter are integrated in the HTTP. Sampler.
  • the obtaining module 10 obtains the version number of the HTTP interface to be tested, and the determining module 20 determines the processing mode of the data to be tested according to the version number of the HTTP interface to be tested, and the processing module 30 processes the to-be-tested according to the processing manner determined by the determining module 20.
  • Data, the processed data to be tested is obtained, and the sending module 40 sends the processed data to be tested to the HTTP of the front-end processor and the back-end processor integrated with jmeter.
  • Sampler in response to the processed data to be tested in the HTTP sampler, via HTTP The sampler obtains the original data to be tested to test the HTTP interface to be tested. It avoids the need to perform a series of operations on the front-end processor and the back-end processor of the beanshell during the test of the HTTP interface, which simplifies the testing process of testing the HTTP interface and improves the testing efficiency of the HTTP interface.
  • the sending module 40 is further configured to send the processed data to be tested to the HTTP by using the URL carrying the version number.
  • the test result of the HTTP interface to be tested is obtained by responding to the data to be tested in the HTTP sampler.
  • the interface testing device further includes:
  • the interface testing device further includes:
  • a second setting module configured to: when the setting instruction for setting the mapping relationship is detected, set a processing mode corresponding to a version number less than or equal to a second preset version number according to the setting instruction to perform encryption processing by using a symmetric encryption algorithm And setting, according to the setting instruction, that the version number is greater than the second preset version number, and the processing manner corresponding to the third preset version number is: performing an encryption process by using an asymmetric encryption algorithm; setting a version according to the setting instruction;
  • the processing method corresponding to the third preset version number and less than or equal to the fourth preset version number is that the encryption processing is performed by using an asymmetric encryption algorithm, and the compression processing is performed by using a lossy compression method; and the version is set according to the setting instruction.
  • the processing method corresponding to the number greater than the fourth preset version number is an encryption process using an asymmetric encryption algorithm, and a compression process using a lossless compression method.
  • the sending module 40 includes:
  • a sending unit configured to send the processed data to be tested to an HTTP sampler
  • a parsing unit configured to parse the numerical value to obtain a plaintext corresponding to the numerical value
  • the sending unit is further configured to send the plaintext to the HTTP sampler to be in the HTTP
  • the test result of the HTTP interface to be tested is obtained by responding to the plaintext in the sampler.
  • the sending unit further includes:
  • a sending subunit configured to send the plaintext to the HTTP sampler to be in the HTTP Responding to the plaintext in the sampler, and obtaining a result identifier of the test result of the HTTP interface to be tested;
  • Determining the sub-unit if the result is identified as the first identifier, determining that the HTTP interface to be tested is in a normal state; if the result identifier is a second identifier, determining that the HTTP interface to be tested is in an abnormal state.
  • the obtaining module 10 includes:
  • a selection unit configured to display, on the display interface, a path of the HTTP interface to be tested that is to be tested after the data to be tested of the HTTP interface to be tested is obtained;
  • a second obtaining unit configured to acquire a version number of the HTTP interface to be tested according to the selection instruction, after detecting a selection instruction for selecting the path.
  • each embodiment of the interface testing device is substantially the same as the foregoing embodiments of the interface testing method, and details are not described herein again.
  • FIG. 5 is a schematic structural diagram of a hardware operating environment involved in an embodiment of the present application.
  • FIG. 5 can be a schematic structural diagram of a hardware operating environment of the interface test device.
  • the interface test device in this embodiment of the present application may be a terminal device such as a PC or a portable computer.
  • the interface test device can include a processor 1001, such as a CPU, a network interface 1004, a memory 1005, and a communication bus 1002.
  • the communication bus 1002 is used to implement connection communication between these components.
  • the memory 1005 may be a high speed RAM memory or a stable memory (non-volatile) Memory), such as disk storage.
  • the memory 1005 can also optionally be a storage device independent of the aforementioned processor 1001.
  • the interface test device structure shown in FIG. 5 does not constitute a limitation of the interface test device, and may include more or less components than those illustrated, or combine some components or different components. Arrangement.
  • an operating system and an interface test program may be included in the memory 1005 as a computer storage medium.
  • the operating system is a program that manages and controls the interface test device hardware and software resources, and supports the operation of the interface test program and other software or programs.
  • the processor 1001 can be used to call an interface test program stored in the memory 1005 and perform the steps of the interface test method as described above.
  • the embodiment of the present application further provides a computer readable storage medium, where the interface readable storage program is stored, and the interface test program is executed by the processor to implement the steps of the interface testing method as described above. .
  • the foregoing embodiment method can be implemented by means of software plus a necessary general hardware platform, and of course, can also be through hardware, but in many cases, the former is better.
  • Implementation Based on such understanding, the technical solution of the present application, which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a storage medium (such as ROM/RAM, disk,
  • the optical disc includes a number of instructions for causing a terminal device (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the methods described in various embodiments of the present application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Computer And Data Communications (AREA)

Abstract

L'invention concerne un procédé, un appareil et un dispositif de test d'interface, ainsi qu'un support d'informations lisible par ordinateur. Le procédé consiste à : acquérir un numéro de version d'une interface HTTP à tester, après acquisition des données à tester pour tester l'interface HTTP à tester ; sur la base d'une relation de mappage entre le numéro de version de l'interface HTTP à tester et un procédé de traitement pour les données à tester, déterminer, en fonction du numéro de version de l'interface HTTP à tester, un procédé de traitement pour les données à tester ; et traiter les données à tester selon le procédé de traitement, et envoyer les données à tester traitées à un échantillonneur HTTP afin d'obtenir, en réponse aux données à tester traitées, un résultat de test de l'interface HTTP à tester dans l'échantillonneur HTTP, un processeur frontal et un processeur dorsal d'un JMeter étant intégrés dans l'échantillonneur HTTP. Au moyen de la présente invention, une procédure de test permettant de tester une interface HTTP est simplifiée, ce qui permet d'améliorer l'efficacité de test pour l'interface HTTP.
PCT/CN2018/094104 2018-04-12 2018-07-02 Procédé, appareil et dispositif de test d'interface, et support d'informations lisible par ordinateur WO2019196213A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810330488.2 2018-04-12
CN201810330488.2A CN108600048B (zh) 2018-04-12 2018-04-12 接口测试方法、装置、设备及计算机可读存储介质

Publications (1)

Publication Number Publication Date
WO2019196213A1 true WO2019196213A1 (fr) 2019-10-17

Family

ID=63622273

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/094104 WO2019196213A1 (fr) 2018-04-12 2018-07-02 Procédé, appareil et dispositif de test d'interface, et support d'informations lisible par ordinateur

Country Status (2)

Country Link
CN (1) CN108600048B (fr)
WO (1) WO2019196213A1 (fr)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110750457A (zh) * 2019-10-21 2020-02-04 中国民航信息网络股份有限公司 一种基于内存数据库的自动化单元测试方法及装置
CN111078529A (zh) * 2019-11-15 2020-04-28 汉海信息技术(上海)有限公司 客户端写入模块测试方法、装置、电子设备
CN111782524A (zh) * 2020-06-29 2020-10-16 京东数字科技控股有限公司 应用测试方法和装置、存储介质和电子装置
CN112069078A (zh) * 2020-09-15 2020-12-11 平安银行股份有限公司 Esa接口压力测试方法、装置、测试设备及存储介质
CN117579531A (zh) * 2024-01-15 2024-02-20 云筑信息科技(成都)有限公司 一种需要动态加验签接口的压测方法

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109491900A (zh) * 2018-10-31 2019-03-19 北京车和家信息技术有限公司 接口测试方法、装置、电子设备及计算机可读存储介质
CN109828908A (zh) * 2018-12-15 2019-05-31 中国平安人寿保险股份有限公司 接口测试参数加密方法、装置、电子设备及存储介质
CN110109826A (zh) * 2019-04-12 2019-08-09 平安普惠企业管理有限公司 针对接口的线上预警方法及相关装置
CN111294359B (zh) * 2020-02-27 2023-09-05 平安养老保险股份有限公司 压力测试方法、装置、计算机设备和存储介质
CN111221743B (zh) * 2020-03-18 2023-07-14 时时同云科技(成都)有限责任公司 自动化测试方法及***
CN112667506A (zh) * 2020-12-26 2021-04-16 一城一家网络科技有限公司 一种接口测试方法及相关装置
CN112783787A (zh) * 2021-02-04 2021-05-11 中国工商银行股份有限公司 接口测试方法、装置、***和电子设备
CN113438083B (zh) * 2021-06-22 2023-04-07 中国工商银行股份有限公司 基于接口自动化测试的加验签方法及装置
CN114020319A (zh) * 2021-09-28 2022-02-08 深圳市潮流网络技术有限公司 接口调用的方法、装置、服务器及计算机可读存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7028223B1 (en) * 2001-08-13 2006-04-11 Parasoft Corporation System and method for testing of web services
CN105162646A (zh) * 2015-07-29 2015-12-16 北京京东尚科信息技术有限公司 一种多协议接口测试***及方法
CN107797911A (zh) * 2016-09-02 2018-03-13 北京京东尚科信息技术有限公司 用于测试http接口的方法和装置
CN107872355A (zh) * 2016-09-26 2018-04-03 平安科技(深圳)有限公司 接口模拟测试的方法及装置

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101075312A (zh) * 2007-02-15 2007-11-21 东华大学 一种政务信息资源交换***的标准符合性测试方法
US9396094B2 (en) * 2011-07-21 2016-07-19 International Business Machines Corporation Software test automation systems and methods
CN105005532B (zh) * 2015-08-05 2017-11-24 广东欧珀移动通信有限公司 一种自动化测试应用程序接口稳定性的***及方法
CN106886494B (zh) * 2017-03-07 2020-03-24 深圳国泰安教育技术有限公司 一种接口自动化测试方法及其***
CN107171897A (zh) * 2017-07-14 2017-09-15 上海瀚银信息技术有限公司 一种接口测试方法及数据接口测试***

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7028223B1 (en) * 2001-08-13 2006-04-11 Parasoft Corporation System and method for testing of web services
CN105162646A (zh) * 2015-07-29 2015-12-16 北京京东尚科信息技术有限公司 一种多协议接口测试***及方法
CN107797911A (zh) * 2016-09-02 2018-03-13 北京京东尚科信息技术有限公司 用于测试http接口的方法和装置
CN107872355A (zh) * 2016-09-26 2018-04-03 平安科技(深圳)有限公司 接口模拟测试的方法及装置

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110750457A (zh) * 2019-10-21 2020-02-04 中国民航信息网络股份有限公司 一种基于内存数据库的自动化单元测试方法及装置
CN110750457B (zh) * 2019-10-21 2023-11-10 中国民航信息网络股份有限公司 一种基于内存数据库的自动化单元测试方法及装置
CN111078529A (zh) * 2019-11-15 2020-04-28 汉海信息技术(上海)有限公司 客户端写入模块测试方法、装置、电子设备
CN111078529B (zh) * 2019-11-15 2023-07-14 汉海信息技术(上海)有限公司 客户端写入模块测试方法、装置、电子设备
CN111782524A (zh) * 2020-06-29 2020-10-16 京东数字科技控股有限公司 应用测试方法和装置、存储介质和电子装置
CN112069078A (zh) * 2020-09-15 2020-12-11 平安银行股份有限公司 Esa接口压力测试方法、装置、测试设备及存储介质
CN112069078B (zh) * 2020-09-15 2024-03-19 平安银行股份有限公司 Esa接口压力测试方法、装置、测试设备及存储介质
CN117579531A (zh) * 2024-01-15 2024-02-20 云筑信息科技(成都)有限公司 一种需要动态加验签接口的压测方法
CN117579531B (zh) * 2024-01-15 2024-05-28 云筑信息科技(成都)有限公司 一种需要动态加验签接口的压测方法

Also Published As

Publication number Publication date
CN108600048B (zh) 2021-10-08
CN108600048A (zh) 2018-09-28

Similar Documents

Publication Publication Date Title
WO2019196213A1 (fr) Procédé, appareil et dispositif de test d'interface, et support d'informations lisible par ordinateur
WO2019205280A1 (fr) Procédé, appareil, et dispositif d'essai de serveur, et support de stockage lisible par ordinateur
WO2019192085A1 (fr) Procédé, appareil et dispositif pour une communication à connexion directe entre une banque et une entreprise, et support de stockage lisible par ordinateur
WO2018107610A1 (fr) Procédé, système et dispositif de traitement de données de service, et support d'informations lisible par ordinateur
WO2019037396A1 (fr) Procédé, dispositif et équipement de suppression de compte et support d'informations
WO2018228050A1 (fr) Procédé et dispositif permettant d'empêcher une fuite d'informations sensibles et support de stockage
WO2019104876A1 (fr) Procédé et système de poussée de produit d'assurance, terminal, terminal client et support d'informations
WO2019100531A1 (fr) Procédé de génération de signature numérique et dispositif associé, procédé de vérification et dispositif associé, et support d'informations
WO2015172684A1 (fr) Procédé de connexion à un ap, terminal et serveur
WO2016192270A1 (fr) Procédé et dispositif d'ouverture rapide de fichier multimédia à ciel ouvert
WO2016165556A1 (fr) Procédé, dispositif et système de traitement de données pour un flux vidéo
WO2019161597A1 (fr) Procédé, appareil et dispositif d'envoi d'informations sur la base d'une messagerie instantanée, et support d'informations
WO2019051902A1 (fr) Procédé de commande de terminal, climatiseur et support d'informations lisible par un ordinateur
WO2015196960A1 (fr) Procédé et système de vérification de la sécurité d'une url pour un terminal mobile
WO2018149300A1 (fr) Procédé, appareil et dispositif de détection de probabilité de maladie, et support de stockage lisible par ordinateur
WO2014187158A1 (fr) Procédé, serveur, et terminal pour contrôler le partage de données de terminal en nuage
WO2019041851A1 (fr) Procédé de conseil après-vente d'appareil ménager, dispositif électronique et support de stockage lisible par ordinateur
WO2017071352A1 (fr) Procédé de poussée de mot de passe, système de poussée, et dispositif terminal
WO2018034491A1 (fr) Dispositif primaire, dispositif accessoire et procédés de traitement d'opérations sur le dispositif primaire et le dispositif accessoire
WO2016000560A1 (fr) Procédé et appareil de transmission de fichier et appareil de réception de fichier
WO2016058258A1 (fr) Procédé et système de commande à distance de terminal
WO2018188342A1 (fr) Procédé, appareil et dispositif permettant de générer un fichier de script, et support d'informations lisible par ordinateur
WO2019161599A1 (fr) Procédé de protection d'informations de messagerie instantanée, appareil et dispositif, et support d'informations d'ordinateur
WO2018201699A1 (fr) Procédé, dispositif et appareil d'évaluation de client, et support de stockage lisible par ordinateur
WO2019085301A1 (fr) Procédé, appareil et dispositif de rétroaction d'appel manqué pour un téléphone fixe, et support de stockage lisible

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18914086

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 21.01.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18914086

Country of ref document: EP

Kind code of ref document: A1