CN110740134A - URL authentication test method, device, equipment and medium - Google Patents

URL authentication test method, device, equipment and medium Download PDF

Info

Publication number
CN110740134A
CN110740134A CN201910995247.4A CN201910995247A CN110740134A CN 110740134 A CN110740134 A CN 110740134A CN 201910995247 A CN201910995247 A CN 201910995247A CN 110740134 A CN110740134 A CN 110740134A
Authority
CN
China
Prior art keywords
user
web system
url
urls
authentication
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
CN201910995247.4A
Other languages
Chinese (zh)
Other versions
CN110740134B (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.)
Suzhou Wave Intelligent Technology Co Ltd
Original Assignee
Suzhou Wave Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Wave Intelligent Technology Co Ltd filed Critical Suzhou Wave Intelligent Technology Co Ltd
Priority to CN201910995247.4A priority Critical patent/CN110740134B/en
Publication of CN110740134A publication Critical patent/CN110740134A/en
Application granted granted Critical
Publication of CN110740134B publication Critical patent/CN110740134B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0876Network architectures or network communication protocols for network security for authentication of entities based on the identity of the terminal or configuration, e.g. MAC address, hardware or software configuration or device fingerprint
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/083Network architectures or network communication protocols for network security for authentication of entities using passwords
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/30Network architectures or network communication protocols for network security for supporting lawful interception, monitoring or retaining of communications or communication related information

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Computing Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Power Engineering (AREA)
  • Technology Law (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses URL authentication testing methods, devices, equipment and media, which comprise the steps of obtaining all URLs of a web system, determining a user list of all user types of the web system, obtaining automatic login codes of the web system, circularly reading the user names and the passwords in the user list, and sequentially visiting all the URLs to perform authentication testing by using the user names, the passwords and the automatic login codes which are read, wherein the user list comprises user names and passwords corresponding to the user types for logging in the web system, and corresponding relations exist between the user types and the URLs.

Description

URL authentication test method, device, equipment and medium
Technical Field
The present application relates to the field of URL authentication testing technologies, and in particular, to URL authentication testing methods, apparatuses, devices, and media.
Background
In order to ensure the accuracy of system functions, before a web system is released, an authentication test of a URL (Uniform resource locator, system resource locator) is an essential link, and at present, the existing authentication method has the problems of complex operation and easy omission of URLs needing authentication.
Disclosure of Invention
In view of the above, the present application aims to provide URL authentication testing methods, apparatuses, devices, and media, which can simplify the URL authentication testing process, reduce the labor cost, and improve the accuracy of URL authentication testing.
, the application discloses URL authentication test method, including:
acquiring all URLs of a web system;
determining a user list of all user types of the web system, wherein the user list comprises user names and passwords corresponding to the login of the users of each user type to the web system, and correspondence exists between the user types and the URLs;
acquiring an automatic login code of the web system;
and circularly reading the user name and the password in the user list, and then sequentially accessing all the URLs to perform authentication test by using the read user name, the read password and the automatic login code.
Optionally, the obtaining all URLs of the web system includes:
and acquiring all URLs of the web system by utilizing crawler technology.
Optionally, the obtaining the login code of the web system includes:
and carrying out screen recording operation on a login interface of the web system by using a loadrunner tool to obtain the automatic login code.
Optionally, the method further includes:
and acquiring a test result of each authentication test, and storing the test result to the local test terminal.
In a second aspect, the present application discloses kinds of URL authentication testing devices, including:
the system URL acquisition module is used for acquiring all URLs of the web system;
the system comprises a user list determining module, a URL determining module and a web system judging module, wherein the user list determining module is used for determining a user list of all user types of the web system, the user list comprises a user name and a password which correspond to each user type when a user logs in the web system, and corresponding relations exist between the user types and the URL;
the login code acquisition module is used for acquiring an automatic login code of the web system;
and the URL authentication testing module is used for circularly reading the user name and the password in the user list and then sequentially accessing all the URLs to perform authentication testing by using the read user name, the read password and the automatic login code.
Optionally, the system URL obtaining module is specifically configured to obtain all URLs of the web system by using a crawler technology.
Optionally, the login code obtaining module is specifically configured to perform a screen recording operation on a login interface of the web system by using a loadrunner tool, so as to obtain the automatic login code.
Optionally, the method further includes:
and the authentication test result storage module is used for acquiring the test result of each authentication test and storing the test result to the local test terminal.
In a third aspect, the present application discloses test devices comprising a processor and a memory, wherein,
the memory is used for storing a computer program;
the processor is used for executing the computer program to realize the URL authentication testing method.
In a fourth aspect, the present application discloses computer readable storage media for storing a computer program, wherein the computer program when executed by a processor implements the aforementioned URL authentication testing method.
The method comprises the steps of obtaining all URLs of a web system, determining a user list of all user types of the web system, obtaining automatic login codes of the web system, circularly reading the user names and the passwords in the user list, and sequentially accessing all the URLs to perform authentication testing by using the user names, the passwords and the automatic login codes which are read, wherein the user list comprises user names and the passwords corresponding to the user types for logging in the web system, and the user types and the URLs have corresponding relation.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flow chart of the URL authentication testing method disclosed in the present application;
FIG. 2 is a flow chart of specific URL authentication testing methods disclosed herein;
FIG. 3 is a schematic structural diagram of types of URL authentication testing devices disclosed in the present application;
FIG. 4 is a block diagram of types of URL authentication testing devices disclosed in the present application;
fig. 5 is a structural diagram of terminals disclosed in the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described clearly and completely with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application , rather than all embodiments.
Referring to fig. 1, the embodiment of the present application discloses URL authentication testing methods, including:
step S11: all URLs for the web system are obtained.
In a specific implementation manner, in this embodiment, all URLs of a web system to be tested may be obtained first, specifically, all URLs of the web system may be obtained by using a crawler technology, and then all obtained URL lists are stored in corresponding excel files, where the web system may be a Langchao MCS (storage management system) system.
And step S12, determining a user list of all user types of the web system, wherein the user list comprises user names and passwords corresponding to the login of the users of each user type to the web system, and corresponding relations exist between the user types and the URLs.
In a specific implementation mode, a user list of all user types of the web system is determined, and the user names and passwords corresponding to the user login of all user types and the web system are stored in the corresponding excel file to obtain the corresponding user list.
Step S13: and acquiring an automatic login code of the web system.
In a specific implementation manner, a loadrunner tool can be used to perform screen recording operation on a login interface of the web system to obtain the automatic login code. Namely, the loadrunner tool is used for recording a code for accessing the corresponding URL by using the user name and the password, and the automatic login code of the web system is obtained.
Step S14: and circularly reading the user name and the password in the user list, and then sequentially accessing all the URLs to perform authentication test by using the read user name, the read password and the automatic login code.
Referring to fig. 2, fig. 2 is a flowchart of specific URL authentication test methods disclosed in this application, which is to read a user list and a URL list, access the read URL to be authenticated, the system will automatically return to a system login interface, call an automatic login code, sequentially access URLs to be authenticated by using the read user name and password, perform a URL authentication test, and accordingly, the authentication result of a user with a corresponding right is that the URL to be authenticated is successfully accessed, and the authentication result of a user without a corresponding right is that the URL to be authenticated is failed, so that all user names and passwords in the user list are sequentially accessed, and then all URL authentication result web interfaces are saved locally, and finally, a tester can check locally saved URL authentication results, thereby performing problem troubleshooting of URLs with failed authentication,
Figure BDA0002239525680000041
Figure BDA0002239525680000051
Figure BDA0002239525680000061
that is, cyclically reading the user list and the URL list, sequentially accessing URLs to be authenticated, which are read, by using all user names and passwords in the user list, after the URL to be authenticated is accessed, sequentially accessing and reading a second URL to be authenticated by using all user names and passwords in the user list again, until all URLs to be authenticated are accessed, and obtaining authentication results of all URLs.
The method comprises the steps of obtaining all URLs of a web system, determining a user list of all user types of the web system, obtaining automatic login codes of the web system, circularly reading the user names and the passwords in the user list, and sequentially accessing all the URLs to perform authentication testing by using the user names, the passwords and the automatic login codes which are read, wherein the user list comprises user names and the passwords corresponding to the user types for logging in the web system, and the user types and the URLs have corresponding relation.
Referring to fig. 3, the embodiment of the present application discloses URL authentication testing apparatuses, including:
a system URL obtaining module 11, configured to obtain all URLs of the web system;
a user list determining module 12, configured to determine a user list of all user types of the web system, where the user list includes a user name and a password corresponding to each user type when a user logs in the web system, and the user type and the URL have correspondence;
a login code obtaining module 13, configured to obtain an automatic login code of the web system;
and the URL authentication testing module 14 is used for circularly reading the user name and the password in the user list, and then sequentially accessing all the URLs to perform authentication testing by using the read user name, the read password and the automatic login code.
The method comprises the steps of obtaining all URLs of a web system, determining a user list of all user types of the web system, obtaining automatic login codes of the web system, circularly reading the user names and the passwords in the user list, and sequentially accessing all the URLs to perform authentication testing by using the user names, the passwords and the automatic login codes which are read, wherein the user list comprises user names and the passwords corresponding to the user types for logging in the web system, and the user types and the URLs have corresponding relation.
The system URL obtaining module is specifically used for obtaining all URLs of the web system by using a crawler technology.
The login code acquisition module is specifically used for performing screen recording operation on a login interface of the web system by using a loadrunner tool to obtain the automatic login code.
The URL authentication testing device also comprises an authentication testing result storage module which is used for obtaining the testing result of each authentication testing and storing the testing result to the local testing terminal.
Referring to fig. 4, the embodiment of the present application discloses types of URL authentication testing devices, which include a processor 21 and a memory 22, where the memory 22 is used to store a computer program, and the processor 21 is used to execute the computer program to implement the following steps:
the method comprises the steps of obtaining all URLs of a web system, determining a user list of all user types of the web system, obtaining automatic login codes of the web system, circularly reading the user names and the passwords in the user list, and sequentially accessing all the URLs to perform authentication tests by utilizing the read user names, the read passwords and the automatic login codes, wherein the user list comprises user names and passwords corresponding to the user types for logging in the web system, and corresponding relations exist between the user types and the URLs.
The method comprises the steps of obtaining all URLs of a web system, determining a user list of all user types of the web system, obtaining automatic login codes of the web system, circularly reading the user names and the passwords in the user list, and sequentially accessing all the URLs to perform authentication testing by using the user names, the passwords and the automatic login codes which are read, wherein the user list comprises user names and the passwords corresponding to the user types for logging in the web system, and the user types and the URLs have corresponding relation.
In this embodiment, when the processor 21 executes the computer subprogram stored in the memory 22, the following steps may be specifically implemented: and acquiring all URLs of the web system by utilizing crawler technology.
In this embodiment, when the processor 21 executes the computer subprogram stored in the memory 22, the following steps may be specifically implemented: and carrying out screen recording operation on a login interface of the web system by using a loadrunner tool to obtain the automatic login code.
In this embodiment, when the processor 21 executes the computer subprogram stored in the memory 22, the following steps may be specifically implemented: and acquiring a test result of each authentication test, and storing the test result to the local test terminal.
The memory 22 is used as a carrier for resource storage, and may be a read-only memory, a random access memory, a magnetic disk or an optical disk, and the storage mode may be a transient storage mode or a permanent storage mode.
Referring to fig. 5, kinds of terminals 20 are disclosed in the embodiment of the present application, and include the code automatic generation device including the processor 21 and the memory 22 disclosed in the foregoing embodiment, for specific steps that the processor 21 may perform, reference may be made to corresponding contents disclosed in the foregoing embodiment, and details are not described here again.
, the terminal 20 in this embodiment may further specifically include a power supply 23, a communication interface 24, an input/output interface 25, and a communication bus 26, where the power supply 23 is configured to provide an operating voltage for each hardware device on the terminal 20, the communication interface 24 may create a data transmission channel between the terminal 20 and an external device, and a communication protocol followed by the communication interface is any communication protocol applicable to the technical solution of the present application, and is not specifically limited herein, and the input/output interface 25 is configured to obtain external input data or output data to the external, and a specific interface type of the input/output interface 25 may be selected according to a specific application requirement, and is not specifically limited herein.
, the embodiment of the present application further discloses computer readable storage media for storing a computer program, wherein the computer program when executed by a processor implements the following steps:
the method comprises the steps of obtaining all URLs of a web system, determining a user list of all user types of the web system, obtaining automatic login codes of the web system, circularly reading the user names and the passwords in the user list, and sequentially accessing all the URLs to perform authentication tests by utilizing the read user names, the read passwords and the automatic login codes, wherein the user list comprises user names and passwords corresponding to the user types for logging in the web system, and corresponding relations exist between the user types and the URLs.
The method comprises the steps of obtaining all URLs of a web system, determining a user list of all user types of the web system, obtaining automatic login codes of the web system, circularly reading the user names and the passwords in the user list, and sequentially accessing all the URLs to perform authentication testing by using the user names, the passwords and the automatic login codes which are read, wherein the user list comprises user names and the passwords corresponding to the user types for logging in the web system, and the user types and the URLs have corresponding relation.
In this embodiment, when the computer subprogram stored in the computer-readable storage medium is executed by the processor, the following steps may be specifically implemented: and acquiring all URLs of the web system by utilizing crawler technology.
In this embodiment, when the computer subprogram stored in the computer-readable storage medium is executed by the processor, the following steps may be specifically implemented: and carrying out screen recording operation on a login interface of the web system by using a loadrunner tool to obtain the automatic login code.
In this embodiment, when the computer subprogram stored in the computer-readable storage medium is executed by the processor, the following steps may be specifically implemented: and acquiring a test result of each authentication test, and storing the test result to the local test terminal.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The URL authentication testing methods, apparatuses, devices and media provided by the present application are introduced in detail above, and the present application is described in principle and embodiments by applying specific examples, and the description of the above embodiments is only used to help understanding the method and the core idea of the present application, and meanwhile, for persons in the art, according to the idea of the present application, there are changes in the specific embodiments and application scope, and in summary, the content of the present description should not be understood as a limitation to the present application.

Claims (10)

1, URL authentication test method, characterized by that, including:
acquiring all URLs of a web system;
determining a user list of all user types of the web system, wherein the user list comprises user names and passwords corresponding to the login of the users of each user type to the web system, and correspondence exists between the user types and the URLs;
acquiring an automatic login code of the web system;
and circularly reading the user name and the password in the user list, and then sequentially accessing all the URLs to perform authentication test by using the read user name, the read password and the automatic login code.
2. The URL authentication testing method of claim 1, wherein the obtaining all URLs of the web system comprises:
and acquiring all URLs of the web system by utilizing crawler technology.
3. The URL authentication testing method as claimed in claim 1, wherein the obtaining of the login code of the web system comprises:
and carrying out screen recording operation on a login interface of the web system by using a loadrunner tool to obtain the automatic login code.
4. The URL authentication test method according to any one of claims 1 to 3 to , further comprising:
and acquiring a test result of each authentication test, and storing the test result to the local test terminal.
5, kinds of URL authentication testing arrangement, characterized by that, includes:
the system URL acquisition module is used for acquiring all URLs of the web system;
the system comprises a user list determining module, a URL determining module and a web system judging module, wherein the user list determining module is used for determining a user list of all user types of the web system, the user list comprises a user name and a password which correspond to each user type when a user logs in the web system, and corresponding relations exist between the user types and the URL;
the login code acquisition module is used for acquiring an automatic login code of the web system;
and the URL authentication testing module is used for circularly reading the user name and the password in the user list and then sequentially accessing all the URLs to perform authentication testing by using the read user name, the read password and the automatic login code.
6. The URL authentication test device of claim 5,
the system URL obtaining module is specifically used for obtaining all URLs of the web system by utilizing a crawler technology.
7. The URL authentication test device of claim 5,
the login code acquisition module is specifically used for performing screen recording operation on a login interface of the web system by using a loadrunner tool to obtain the automatic login code.
8. The URL authentication test device according to any one of claims 5 to 7 and , further comprising:
and the authentication test result storage module is used for acquiring the test result of each authentication test and storing the test result to the local test terminal.
9, test equipment, comprising a processor and a memory, wherein,
the memory is used for storing a computer program;
the processor, configured to execute the computer program to implement the URL authentication testing method according to any of claims 1 to 4.
A computer-readable storage medium , storing a computer program, wherein the computer program when executed by a processor implements the URL authentication test method of any of claims 1 to 4 to .
CN201910995247.4A 2019-10-18 2019-10-18 URL authentication test method, device, equipment and medium Active CN110740134B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910995247.4A CN110740134B (en) 2019-10-18 2019-10-18 URL authentication test method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910995247.4A CN110740134B (en) 2019-10-18 2019-10-18 URL authentication test method, device, equipment and medium

Publications (2)

Publication Number Publication Date
CN110740134A true CN110740134A (en) 2020-01-31
CN110740134B CN110740134B (en) 2022-08-02

Family

ID=69270182

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910995247.4A Active CN110740134B (en) 2019-10-18 2019-10-18 URL authentication test method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN110740134B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112363931A (en) * 2020-11-11 2021-02-12 武汉虹旭信息技术有限责任公司 Web system testing method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110289489A1 (en) * 2010-05-20 2011-11-24 Verizon Patent And Licensing Inc. Concurrent cross browser testing
US20170324729A1 (en) * 2013-10-28 2017-11-09 Singou Technology Ltd. Method and Device for Information System Access Authentication
CN109614310A (en) * 2018-10-22 2019-04-12 中国平安财产保险股份有限公司 Management method, device, computer equipment and the storage medium of test interface
CN109684210A (en) * 2018-12-18 2019-04-26 宁夏隆基宁光仪表股份有限公司 A kind of website automation test method, device, equipment and readable storage medium storing program for executing
CN110134609A (en) * 2019-05-20 2019-08-16 广东电网有限责任公司 Enterprise-level web application system page method for testing performance, device and medium
CN110209572A (en) * 2019-05-06 2019-09-06 深圳法大大网络科技有限公司 Ui testing method, ui testing system and terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110289489A1 (en) * 2010-05-20 2011-11-24 Verizon Patent And Licensing Inc. Concurrent cross browser testing
US20170324729A1 (en) * 2013-10-28 2017-11-09 Singou Technology Ltd. Method and Device for Information System Access Authentication
CN109614310A (en) * 2018-10-22 2019-04-12 中国平安财产保险股份有限公司 Management method, device, computer equipment and the storage medium of test interface
CN109684210A (en) * 2018-12-18 2019-04-26 宁夏隆基宁光仪表股份有限公司 A kind of website automation test method, device, equipment and readable storage medium storing program for executing
CN110209572A (en) * 2019-05-06 2019-09-06 深圳法大大网络科技有限公司 Ui testing method, ui testing system and terminal
CN110134609A (en) * 2019-05-20 2019-08-16 广东电网有限责任公司 Enterprise-level web application system page method for testing performance, device and medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
姚昕: "基于Loadrunner技术的Web性能测试的研究与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112363931A (en) * 2020-11-11 2021-02-12 武汉虹旭信息技术有限责任公司 Web system testing method and device

Also Published As

Publication number Publication date
CN110740134B (en) 2022-08-02

Similar Documents

Publication Publication Date Title
CN110442524B (en) Method and device for testing web service interface with authentication authorization
CN104360920A (en) Automatic testing method and device for interface
CN108459850B (en) Method, device and system for generating test script
CN109683997B (en) Method for accessing application program interface through sandbox, sandbox and sandbox equipment
CN112039900B (en) Network security risk detection method, system, computer device and storage medium
CN109344066B (en) Method, system and terminal for testing browser page
CN114281680B (en) Web automatic testing method and system
CN116303034A (en) Automatic test system, method, equipment and medium for network on chip
CN111556080A (en) Network node monitoring method, device, medium and electronic equipment
CN112699034B (en) Virtual login user construction method, device, equipment and storage medium
CN110740134B (en) URL authentication test method, device, equipment and medium
CN105743725A (en) Method and device for testing application programs
CN111124937B (en) Method and system for assisting in improving test case generation efficiency based on instrumentation function
CN113535586A (en) Test environment switching method, device, equipment and readable storage medium
CN111427777A (en) SO L test method, system, equipment and medium
CN113886221B (en) Test script generation method and device, storage medium and electronic equipment
CN114721969A (en) Method and device for separating interface automation test data and test codes
CN105446867A (en) Method and apparatus for generating test data
CN103019927A (en) Performance testing method and system
CN109491699B (en) Resource checking method, device, equipment and storage medium of application program
CN112416750A (en) Application program boundary testing method and system
CN113407444A (en) Interface test case generation method, device, equipment and storage medium
CN113282897A (en) Multi-system account sharing method, device, equipment and medium
CN117092985A (en) Vehicle diagnosis method, device, equipment and medium
CN112612707B (en) Method and device for running test script, equipment 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