WO2020211391A1 - Procédé et appareil de test automatique, dispositif informatique et support d'informations - Google Patents

Procédé et appareil de test automatique, dispositif informatique et support d'informations Download PDF

Info

Publication number
WO2020211391A1
WO2020211391A1 PCT/CN2019/122451 CN2019122451W WO2020211391A1 WO 2020211391 A1 WO2020211391 A1 WO 2020211391A1 CN 2019122451 W CN2019122451 W CN 2019122451W WO 2020211391 A1 WO2020211391 A1 WO 2020211391A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
authentication
test
result
preset
Prior art date
Application number
PCT/CN2019/122451
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 WO2020211391A1 publication Critical patent/WO2020211391A1/fr

Links

Classifications

    • 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
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Definitions

  • This application belongs to the field of computer technology, and particularly relates to an automated test method, device, computer equipment, and storage medium.
  • the embodiments of the present application provide an automated test method, device, computer equipment, and storage medium, aiming to solve the problem of low test efficiency in the test method in the prior art method.
  • an automated test method which includes:
  • the information to be authenticated is authenticated according to the preset information authentication process and the judgment result of the authentication object to obtain the authentication result of passing or not;
  • an automated test device which includes:
  • the registration login test unit is used to perform a registration login test according to the registration information and login information in the preset configuration file to obtain the registration login test result;
  • a registration login test result sending unit configured to send the registration login test result to the user if the registration login test result is passed, and receive test information fed back by the user according to the registration login test result;
  • the authentication object judgment unit is configured to judge the authentication object information in the test information according to the preset authentication judgment rule to obtain the authentication object judgment result;
  • the information obtaining unit to be authenticated is configured to obtain information to be authenticated corresponding to the judgment result of the authentication object in the configuration file;
  • the information authentication unit is configured to authenticate the information to be authenticated according to the preset information authentication process and the judgment result of the authentication object to obtain the authentication result of passing or not;
  • the service interface testing unit is configured to, if the authentication result is passed, obtain the activation tool corresponding to the configuration file in the preset tool library and pass the activation tool to test the corresponding service interface so as to The return information of the service interface is used as the test result.
  • a computer device which includes a memory, a processor, and computer-readable instructions stored in the memory and executable on the processor, and the processor executes the computer
  • the automated test method described in the first aspect is realized when the instruction is read.
  • a computer-readable storage medium stores computer-readable instructions that, when executed by a processor, implement the aforementioned first aspect Automated testing methods.
  • FIG. 1 is a schematic flowchart of an automated test method provided by an embodiment of the present invention
  • FIG. 2 is a schematic block diagram of an automated test device provided by an embodiment of the present invention.
  • FIG. 3 is a schematic block diagram of subunits of an automated test device provided by an embodiment of the present invention.
  • FIG. 4 is a schematic block diagram of another subunit of the automated test device according to an embodiment of the present invention.
  • FIG. 5 is a schematic block diagram of another subunit of the automated test device according to an embodiment of the present invention.
  • FIG. 6 is another schematic block diagram of an automated test device provided by an embodiment of the present invention.
  • FIG. 7 is a schematic block diagram of a computer device according to an embodiment of the present invention.
  • FIG. 1 is a schematic flowchart of an automated test method provided by an embodiment of the present invention.
  • the automated test method is applied to a user terminal, and the method is executed by application software installed in the user terminal.
  • the user terminal is a terminal device used to execute an automated test method to obtain test results, such as a desktop computer, a notebook computer, and a tablet. Computer or mobile phone, etc.
  • the method includes steps S110 to S160.
  • S110 Perform a registration login test according to the registration information and the login information in the preset configuration file to obtain a registration login test result.
  • the configuration file is the file information that is pre-configured by the user in the user terminal for multi-directional testing of the application.
  • the configuration file includes registration information, login information, etc., and the configuration file can be reused during multiple tests.
  • the registration information includes information required to register an account, such as registered account information and registration password information; the login information includes information required to log in to an account, such as login account information and login password.
  • the registration login test result is passed, send the registration login test result to the user, and receive the test information fed back by the user according to the registration login test result. If the user receives the registration and login test result, the user can submit the test information to perform the next test on the application in the user terminal.
  • the test information includes authentication object information
  • the authentication object information is the authentication object submitted by the user for authentication testing.
  • the preset authentication judgment rule is the rule information used to judge the authentication object information in the test information.
  • the authentication judgment rule includes the rule information for judging the target authentication object and whether the authentication object information contains the proxy Information about the rules that people make judgments.
  • the target authentication object can be an enterprise or an individual. Different target authentication objects apply different authentication procedures. If the authentication object information includes an agent, the authentication process for the agent needs to be added.
  • step S130 includes sub-steps S131, S132 and S133.
  • S131 Determine whether the target authentication object in the authentication object information is an enterprise according to a preset authentication judgment rule to obtain a target object judgment result.
  • the target authentication object in the authentication object information is an enterprise according to a preset authentication judgment rule to obtain the target object judgment result.
  • the target authentication object may be an enterprise or an individual, and then it can be judged whether the target authentication object is an enterprise to obtain the judgment result of the target object.
  • the authentication object information includes an agent to obtain the result of the agent judgment.
  • the authentication object information may or may not include an agent. Therefore, it is necessary to judge whether the authentication object information contains an agent to obtain the result of the agent judgment.
  • S133 Integrate the judgment result of the target object and the judgment result of the agent to obtain the judgment result of the authentication object.
  • the obtained target object judgment result and the agent judgment result are integrated to finally obtain the authentication object judgment result, and the next test operation can be performed according to the obtained authentication object judgment result.
  • S140 Obtain the information to be authenticated corresponding to the judgment result of the authentication object in the configuration file.
  • the configuration file also includes the specific information that needs to be authenticated, such as the enterprise's three-in-one certificate number, enterprise legal person information, individual industrial and commercial household legal person information, agent ID number and agent mobile phone number, etc., through the obtained authentication object judgment As a result, the corresponding information in the configuration file can be obtained as the information to be authenticated.
  • the enterprise three certificate combination number, enterprise legal person information, agent ID number and agent are correspondingly obtained from the configuration file
  • the mobile phone number is the information to be authenticated.
  • S150 Perform authentication on the information to be authenticated according to the preset information authentication process and the judgment result of the authentication object to obtain the authentication result of passing or not.
  • the information to be authenticated is authenticated according to the preset information authentication process and the judgment result of the authentication object to obtain the authentication result of whether it passes.
  • the information authentication process is the preset process information used to authenticate the information to be authenticated, and the corresponding process is selected from the preset information authentication process according to the judgment result of the authentication object to complete the authentication of the information to be authenticated.
  • step S150 includes sub-steps S151, S152 and S153.
  • S151 Send authentication request information corresponding to the information to be authenticated to the corresponding information authentication interface according to the information authentication process and the judgment result of the authentication object.
  • the preset information authentication process includes an enterprise information authentication interface, an individual information authentication interface, and an agent information authentication interface.
  • the enterprise information authentication interface can be So it is the enterprise information query interface of the Industrial and Commercial Bureau website
  • the individual information authentication interface can be the individual information query interface of the Industrial and Commercial Bureau website
  • the agent information authentication interface can be the identity information query interface of the public security organ.
  • the corresponding information authentication interface can be obtained from the preset information authentication process, and the authentication request information corresponding to the information to be authenticated can be sent through the corresponding information authentication interface.
  • the judgment result of the authentication object is that the target authentication object is an enterprise and the authentication object information includes an agent
  • the information to be authenticated includes the enterprise's three-certificate unity number, enterprise legal person information, agent ID number and agent mobile phone number
  • the authentication request information related to the enterprise in the information to be authenticated is sent to the enterprise information authentication interface
  • the authentication request information related to the agent in the information to be authenticated is sent to the agent information authentication interface.
  • the information authentication interface can feedback the corresponding interface authentication information after receiving the authentication request information.
  • the enterprise information authentication interface corresponds to feedback enterprise interface authentication information
  • the individual information authentication interface corresponds to feedback individual interface authentication information
  • the agent information authentication interface corresponds to feedback agent Interface authentication information.
  • Authenticating the information to be authenticated according to the interface authentication information to obtain an authentication result. Specifically, if the interface authentication information is consistent with the information to be authenticated, the authentication result is passed, and if the interface authentication information is inconsistent with the information to be authenticated, the authentication result is failed.
  • the preset tool library contains multiple activation tools, which can be used to test the corresponding service interface by using the activation tool, and the corresponding service interface can be tested by obtaining the return information fed back by the service interface.
  • step S160 includes sub-steps S161 and S162.
  • the configuration file also includes the activation tool number.
  • Each activation tool in the preset tool library corresponds to a tool number.
  • the preset tool library can be selected To obtain the target activation tool corresponding to the activation tool number.
  • the target activation tool is executed to test the corresponding service interface and obtain the return information fed back by the service interface.
  • the corresponding service interface is tested by executing the activation tool, and the return information fed back by the service interface can be obtained. Specifically, if the service interface test is successful, the return information "p ass" fed back by the service interface can be received ; If the service interface test fails, Behe receives the "faile d" returned message from the service interface.
  • step S170 is further included after step S160.
  • the service interface corresponding to the activation tool is cleared through a preset interface clearing tool.
  • the default interface clearing tool is a tool used to clear the information in the tested service interface. After the interface clearing tool is used to clear the service interface corresponding to the activation tool, the preset configuration file can be reused The service interface in the tested application is tested again.
  • the registration and login test is performed through the registration information and the login information, and the test information fed back by the user is obtained after passing, the authentication object information in the test information is judged, and the information to be authenticated corresponding to the authentication object judgment result in the configuration file is obtained.
  • the information authentication process is combined with the judgment result of the authentication object to authenticate the information to be authenticated, and after the authentication is passed, the activation tool corresponding to the configuration file in the tool library is tested to obtain the test result.
  • the embodiment of the present invention also provides an automated test device, which is used to execute the aforementioned automatic test device. Any embodiment of the automated testing method. Specifically, please refer to FIG. 6, which is a schematic block diagram of an automated test apparatus provided by an embodiment of the present invention.
  • the automated test device can be configured in a user terminal such as a desktop computer, a notebook computer, a tablet computer, or a mobile phone.
  • the automated test device 100 includes a registration and login test unit 110, a registration and login test result sending unit 120, an authentication object judgment unit 130, an information acquisition unit 140 to be authenticated, an information authentication unit 150, and an interface testing unit 160 .
  • the registration login test unit 110 is used to register the login test unit, and is used to perform a registration login test according to the registration information and login information in a preset configuration file to obtain a registration login test result.
  • the configuration file is the file information that is pre-configured by the user in the user terminal for multi-directional testing of the application.
  • the configuration file includes registration information, login information, etc., and the configuration file can be reused in multiple testing processes.
  • the registration login test result sending unit 120 is configured to, if the registration login test result is passed, send the registration login test result to the user and receive test information that the user feedbacks based on the registration login test result.
  • the registration login test result is passed, send the registration login test result to the user, and receive the test information fed back by the user according to the registration login test result. If the user receives the registration and login test result, the user can submit the test information to perform the next test on the application in the user terminal.
  • the test information includes authentication object information
  • the authentication object information is the authentication object submitted by the user for authentication testing.
  • the authentication object judgment unit 130 is configured to judge the authentication object information in the test information according to a preset authentication judgment rule to obtain the authentication object judgment result.
  • the authentication object information in the test information is judged according to the preset authentication judgment rule to obtain the authentication object judgment result.
  • the preset authentication judgment rules are used to verify the authentication object information in the test information.
  • the rule information for judgment specifically, the authentication judgment rule includes rule information for judging the target authentication object and rule information for judging whether the authentication object information includes an agent.
  • the target authentication object can be an enterprise or an individual, and different authentication objects are applicable to different authentication procedures. If the authentication object information includes an agent, the authentication process for the agent needs to be added.
  • the authentication object judgment unit 130 includes subunits: a target authentication object judgment unit 131, an agent judgment unit 132, and a judgment result acquisition unit 133.
  • the target authentication object judgment unit 131 is configured to judge whether the target authentication object in the authentication object information is an enterprise according to a preset authentication judgment rule to obtain a target object judgment result.
  • the target authentication object in the authentication object information is an enterprise according to a preset authentication judgment rule to obtain the target object judgment result.
  • the target authentication object may be an enterprise or an individual, and then it can be judged whether the target authentication object is an enterprise to obtain the judgment result of the target object.
  • the agent judgment unit 132 is configured to judge whether an agent is included in the authentication object information according to a preset authentication judgment rule to obtain an agent judgment result.
  • the authentication object information includes an agent to obtain the result of the agent judgment.
  • the authentication object information may or may not include an agent. Therefore, it is necessary to judge whether the authentication object information contains an agent to obtain the result of the agent judgment.
  • the judgment result obtaining unit 133 is configured to integrate the target object judgment result and the agent judgment result to obtain the authentication object judgment result.
  • the obtained target object judgment result and the agent judgment result are integrated to finally obtain the authentication object judgment result, and the next test operation can be performed according to the obtained authentication object judgment result.
  • the to-be-authenticated information obtaining unit 140 is configured to obtain the to-be-authenticated information corresponding to the judgment result of the authentication object in the configuration file.
  • the configuration file also includes the specific information that needs to be authenticated, such as the enterprise's three-in-one certificate number, enterprise legal person information, individual industrial and commercial household legal person information, agent ID number and agent mobile phone number, etc., through the obtained authentication object judgment As a result, the corresponding information in the configuration file can be obtained as the information to be authenticated.
  • the information authentication unit 150 is configured to check the information authentication process according to the preset information authentication process and the judgment result of the authentication object The information to be authenticated is authenticated to obtain the authentication result of whether it is passed or not.
  • the information to be authenticated is authenticated according to the preset information authentication process and the judgment result of the authentication object to obtain the authentication result of whether it passes.
  • the information authentication process is the preset process information used to authenticate the information to be authenticated, and the corresponding process is selected from the preset information authentication process according to the judgment result of the authentication object to complete the authentication of the information to be authenticated.
  • the information authentication unit 150 includes subunits: an authentication request information sending unit 151, an interface authentication information obtaining unit 152, and an authentication result obtaining unit 153.
  • the authentication request information sending unit 151 is configured to send authentication request information corresponding to the information to be authenticated to the corresponding information authentication interface according to the preset information authentication process and the authentication object judgment result.
  • the authentication request information corresponding to the information to be authenticated is sent to the corresponding information authentication interface.
  • the preset information authentication process includes an enterprise information authentication interface, an individual information authentication interface, and an agent information authentication interface.
  • the enterprise information authentication interface can be the enterprise information query interface of the Industrial and Commercial Bureau website, and the individual information authentication interface can be the Industrial and Commercial Bureau website.
  • the individual information query interface and the agent information authentication interface can be the identity information query interface of the public security organ.
  • the corresponding information authentication interface can be obtained from the preset information authentication process, and the authentication request information corresponding to the information to be authenticated can be sent through the corresponding information authentication interface.
  • the interface authentication information obtaining unit 152 is configured to obtain interface authentication information fed back by the information authentication interface according to the authentication request information.
  • the information authentication interface can feedback the corresponding interface authentication information after receiving the authentication request information.
  • the enterprise information authentication interface corresponds to feedback enterprise interface authentication information
  • the individual information authentication interface corresponds to feedback individual interface authentication information
  • the agent information authentication interface corresponds to feedback agent Interface authentication information.
  • the authentication result obtaining unit 153 is configured to authenticate the information to be authenticated according to the interface authentication information to obtain an authentication result.
  • Authenticating the information to be authenticated according to the interface authentication information to obtain an authentication result. Specifically, if the interface authentication information is consistent with the information to be authenticated, the authentication result is passed, and if the interface authentication information is inconsistent with the information to be authenticated, the authentication result is failed.
  • the service interface testing unit 160 is configured to, if the authentication result is passed, obtain the The activation tool corresponding to the configuration file is used to test the corresponding service interface through the activation tool to use the return information of the service interface as the test result.
  • the preset tool library contains multiple activation tools, which can be used to test the corresponding service interface by using the activation tool, and the corresponding service interface can be tested by obtaining the return information fed back by the service interface.
  • the service interface testing unit 160 includes sub-units: an activation tool acquisition unit 161 and a test result acquisition unit 162.
  • the activation tool obtaining unit 161 is configured to obtain the target activation tool corresponding to the activation tool number in the preset tool library according to the activation tool number in the configuration file.
  • the configuration file also includes the activation tool number.
  • Each activation tool in the preset tool library corresponds to a tool number. By matching the activation tool number with the tool number of each activation tool, the preset tool library can be selected To obtain the target activation tool corresponding to the activation tool number.
  • the test result acquisition unit 162 is configured to execute the target activation tool to test the corresponding service interface and use the return information fed back by the service interface as the test result.
  • the target activation tool is executed to test the corresponding service interface and obtain the return information fed back by the service interface. Executing the activation tool to test the corresponding service interface, you can obtain the return information fed back by the service interface. Specifically, if the service interface test is successful, you can receive the return information "P ass” fed back by the service interface. ; If the service interface test fails, Behe receives the "faile d" returned message from the service interface.
  • the automated testing device 100 further includes a subunit: a service interface clearing unit 170.
  • the service interface clearing unit 170 is configured to clear the service interface corresponding to the activation tool through a preset interface clearing tool.
  • the service interface corresponding to the activation tool is cleared through a preset interface clearing tool.
  • the default interface clearing tool is a tool used to clear the information in the tested service interface. After the interface clearing tool clears the service interface corresponding to the activation tool, the preset configuration can be reused.
  • the configuration file retests the service interface in the application that has been tested.
  • the above-mentioned automated test device may be implemented in the form of a computer program, and the computer program may run on a computer device as shown in FIG. 7.
  • FIG. 7 is a schematic block diagram of a computer device according to an embodiment of the present invention.
  • the computer device 500 includes a processor 502, a memory, and a network interface 505 connected through a system bus 501, where the memory may include a non-volatile storage medium 503 and an internal memory 504.
  • the non-volatile storage medium 503 can store an operating system 5031 and a computer program 5032.
  • the processor 502 can execute the automated test method.
  • the processor 502 is used to provide computing and control capabilities, and supports the operation of the entire computer device 500.
  • the internal memory 504 provides an environment for the operation of the computer program 5032 in the non-volatile storage medium 503.
  • the processor 502 can execute an automated test method.
  • the network interface 505 is used for network communication, such as providing data information transmission.
  • the structure shown in FIG. 7 is only a block diagram of part of the structure related to the solution of the present invention, and does not constitute a limitation on the computer device 500 to which the solution of the present invention is applied.
  • the specific computer device 500 may include more or fewer components than shown in the figure, or combine certain components, or have a different component arrangement.
  • the processor 502 is configured to run a computer program 5032 stored in the memory, so as to implement the steps of the automated test method described in any of the foregoing embodiments.
  • the embodiment of the computer device shown in FIG. 7 does not constitute a limitation on the specific configuration of the computer device.
  • the computer device may include more or Fewer parts, or a combination of some parts, or a different arrangement of parts.
  • the computer device may only include a memory and a processor. In such an embodiment, the structures and functions of the memory and the processor are consistent with the embodiment shown in FIG. 7, and details are not described herein again.
  • the processor 502 may be a central processing unit (Central
  • the processor 502 can also be other general-purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), ready-made programmable gate arrays (Field- Programmable Gate Array, FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc.
  • DSP Digital Signal Processor
  • ASIC Application Specific Integrated Circuit
  • FPGA ready-made programmable gate arrays
  • the general-purpose processor may be a microprocessor or the processor may also be any conventional processor.
  • a computer-readable storage medium may be a non-volatile computer-readable storage medium.
  • the computer-readable storage medium stores a computer program, where the computer program implements the steps of the automated test method described in any of the foregoing embodiments when the computer program is executed by the processor.
  • the disclosed equipment, apparatus, and method may be implemented in other ways.
  • the device embodiments described above are only illustrative.
  • the division of the units is only a logical function division.
  • there may be other division methods, or units with the same function may be combined into one.
  • the displayed or discussed mutual coupling or direct coupling or communication connection may be through some interfaces,
  • the indirect coupling or communication connection of the device or unit can also be electrical, mechanical or other forms of connection
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place, or they may be distributed to multiple networks Unit. Some or all of the units may be selected according to actual needs to achieve the objectives of the solutions of the embodiments of the present invention.
  • the functional units in the various embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit.
  • the above-mentioned integrated unit can be implemented in the form of hardware or software functional unit.
  • the integrated unit is implemented in the form of a software functional unit and sold or used as an independent product, it can be stored in a computer-readable storage medium.
  • the read storage medium includes a number of instructions to enable a computer device (which may be a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the methods described in the various embodiments of the present invention.
  • the aforementioned computer-readable storage medium includes: U disk, mobile hard disk, Read-Only Memory (ROM, Read-Only Memory), magnetic disk or optical disk and other media that can store program codes.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

Des modes de réalisation de la présente invention relèvent du domaine technique des ordinateurs et concernent un procédé et un appareil de test automatique, et un terminal et un support d'informations. Ledit procédé consiste : à effectuer un test d'enregistrement et d'ouverture de session en fonction d'informations d'enregistrement et d'informations d'ouverture de session ; si le test est réussi, à acquérir des informations de test renvoyées par un utilisateur ; à déterminer des informations d'objet d'authentification dans les informations de test ; à acquérir, dans un fichier de configuration, des informations à authentifier correspondant à un résultat de détermination d'objet d'authentification ; au moyen d'une procédure d'authentification d'informations en combinaison avec le résultat de détermination d'objet d'authentification, à authentifier les informations à authentifier ; et si l'authentification est réussie, à tester une interface de service en utilisant un outil de mise en service, dans une bibliothèque d'outils, correspondant au fichier de configuration, de façon à obtenir un résultat de test. La présente invention est basée sur une technique d'outil de test automatique, améliore le taux de réussite dans le processus de test, et augmente considérablement l'efficacité de test.
PCT/CN2019/122451 2019-04-15 2019-12-02 Procédé et appareil de test automatique, dispositif informatique et support d'informations WO2020211391A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910300607.4A CN110175111A (zh) 2019-04-15 2019-04-15 自动化测试方法、装置、计算机设备及存储介质
CN201910300607.4 2019-04-15

Publications (1)

Publication Number Publication Date
WO2020211391A1 true WO2020211391A1 (fr) 2020-10-22

Family

ID=67689545

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/122451 WO2020211391A1 (fr) 2019-04-15 2019-12-02 Procédé et appareil de test automatique, dispositif informatique et support d'informations

Country Status (2)

Country Link
CN (1) CN110175111A (fr)
WO (1) WO2020211391A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110175111A (zh) * 2019-04-15 2019-08-27 深圳壹账通智能科技有限公司 自动化测试方法、装置、计算机设备及存储介质
CN110532151A (zh) * 2019-08-30 2019-12-03 浪潮商用机器有限公司 一种监测工具的自动运行方法、装置、设备及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008101981A1 (fr) * 2007-02-23 2008-08-28 Telefonaktiebolaget Lm Ericsson (Publ) Procédé et système d'authentification dynamique de sonde pour test et surveillance de logiciel
CN104133772A (zh) * 2014-08-13 2014-11-05 广东电网公司信息中心 一种自动生成测试数据的方法
CN108763070A (zh) * 2018-05-16 2018-11-06 北京金山云网络技术有限公司 测试数据的生成方法、装置及电子设备
CN110175111A (zh) * 2019-04-15 2019-08-27 深圳壹账通智能科技有限公司 自动化测试方法、装置、计算机设备及存储介质

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008101981A1 (fr) * 2007-02-23 2008-08-28 Telefonaktiebolaget Lm Ericsson (Publ) Procédé et système d'authentification dynamique de sonde pour test et surveillance de logiciel
CN104133772A (zh) * 2014-08-13 2014-11-05 广东电网公司信息中心 一种自动生成测试数据的方法
CN108763070A (zh) * 2018-05-16 2018-11-06 北京金山云网络技术有限公司 测试数据的生成方法、装置及电子设备
CN110175111A (zh) * 2019-04-15 2019-08-27 深圳壹账通智能科技有限公司 自动化测试方法、装置、计算机设备及存储介质

Also Published As

Publication number Publication date
CN110175111A (zh) 2019-08-27

Similar Documents

Publication Publication Date Title
TWI780047B (zh) 身份認證方法、裝置和系統
US10523664B2 (en) Method and device for authentication using dynamic passwords
US7996713B2 (en) Server-to-server integrity checking
US9032217B1 (en) Device-specific tokens for authentication
US8701199B1 (en) Establishing a trusted session from a non-web client using adaptive authentication
WO2016165536A1 (fr) Procédé et dispositif de vérification d'identité
US8869258B2 (en) Facilitating token request troubleshooting
WO2020181841A1 (fr) Procédé pour tester automatiquement des vulnérabilités horizontales au-delà des autorisations et dispositif associé
US20100100950A1 (en) Context-based adaptive authentication for data and services access in a network
EP3211825B1 (fr) Procédé et appareil de vérification de terminal de confiance
WO2021139314A1 (fr) Procédé et système d'initialisation d'un système d'exploitation, dispositif informatique et support de stockage
US8191123B2 (en) Provisioning a network appliance
US20090113528A1 (en) Techniques for authentication via network connections
TWI712888B (zh) 認證系統、乙太網路固態硬碟以及在固態硬碟認證臨界操作的系統與方法
WO2020211391A1 (fr) Procédé et appareil de test automatique, dispositif informatique et support d'informations
US8677446B2 (en) Centrally managed impersonation
CN108156169A (zh) 账号登录验证方法、系统及计算机可读存储介质
CN111585954A (zh) 鉴权方法、装置、计算机设备及存储介质
US11784994B2 (en) Management device, management system, and non-transitory computer readable medium
US20230306103A1 (en) Pre-registration of authentication devices
CN107172082B (zh) 一种文件共享方法及系统
US20230046035A1 (en) Authentication apparatus and method and non-transitory computer readable medium
US20120102368A1 (en) Communicating errors between an operating system and interface layer
CN112104630B (zh) 网站一键关闭方法、装置、计算机设备及存储介质
US20240007272A1 (en) Secure device pairing

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

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 08.12.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 19924684

Country of ref document: EP

Kind code of ref document: A1