CN111737114A - Login function testing method and device - Google Patents

Login function testing method and device Download PDF

Info

Publication number
CN111737114A
CN111737114A CN202010507742.9A CN202010507742A CN111737114A CN 111737114 A CN111737114 A CN 111737114A CN 202010507742 A CN202010507742 A CN 202010507742A CN 111737114 A CN111737114 A CN 111737114A
Authority
CN
China
Prior art keywords
input box
browser
login
browser process
box element
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.)
Withdrawn
Application number
CN202010507742.9A
Other languages
Chinese (zh)
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 Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur 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 Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010507742.9A priority Critical patent/CN111737114A/en
Publication of CN111737114A publication Critical patent/CN111737114A/en
Withdrawn legal-status Critical Current

Links

Images

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

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

The invention discloses a login function test method and a login function test device, wherein the method comprises the following steps: calling a specific browser process and creating a browser driver in a targeted manner so as to initialize the browser process by using the browser driver; positioning at least one input box element in a browser process, and accessing configuration information to acquire at least one input box content corresponding to the at least one input box element so as to import the at least one input box element in a one-to-one correspondence manner; positioning a button element in the browser process and simulating clicking on the button element in response to the at least one input box element having had all of its contents imported; after logging in, the login identification and the check item information are collected in the browser process according to the check item of the login function, and the configuration information is accessed to judge the correctness of the login identification and the check item information. The invention can execute the automatic operation test of the simulation manual, and improve the test effect and efficiency of the login function.

Description

Login function testing method and device
Technical Field
The present invention relates to the field of testing, and in particular, to a method and an apparatus for testing a login function.
Background
The BMC (baseboard management controller) webpage end is an integrated embodiment of the function of the server BMC, and the function basis is that the BMC can normally log in and use. Currently, there are three ways for BMC-related automated testing: manually sending a restful interface through a postman tool to create and delete session, and judging whether a token value can be obtained to judge a login and logout function; sending and receiving of a restful interface and a restful method are carried out through an automatic script, and a login and logout function is judged through whether a token value can be obtained or not; and (4) manually and repeatedly inputting a user name and a password, and clicking a login button to perform operation test on the WEB. Validation over the restful interface is the most common way because it is an integration of the interface with explicit return values. However, in the test process, it is found that a certain difference still exists between the content and the display due to the secondary packaging of the restful interface and the web page interface, for example, the page structure display problem cannot be reflected through the restful interface, only the accuracy of the return value can be ensured, and the page display result cannot be ensured. The test is realized by simulating manual test, but the mode of manually operating the page at the test angle is the most heavy, various browsers and various plug-ins are required to be installed, various document comparison results are required to be searched in the test process, and the test is difficult to execute.
Aiming at the problems of inaccurate logging function test effect, labor consumption and the like in the prior art, no effective solution is available at present.
Disclosure of Invention
In view of this, an object of the embodiments of the present invention is to provide a method and an apparatus for testing a login function, which can perform an automatic operation test by simulating manual operation, and improve the test effect and efficiency of the login function.
Based on the above object, a first aspect of the embodiments of the present invention provides a login function testing method, including the following steps:
calling a specific browser process and creating a browser driver in a targeted manner so as to initialize the browser process by using the browser driver;
positioning at least one input box element in a browser process, and accessing configuration information to acquire at least one input box content corresponding to the at least one input box element so as to import the at least one input box element in a one-to-one correspondence manner;
positioning a button element in the browser process and simulating clicking on the button element in response to the at least one input box element having had all of its contents imported;
after logging in, the login identification and the check item information are collected in the browser process according to the check item of the login function, and the configuration information is accessed to judge the correctness of the login identification and the check item information.
In some embodiments, initializing the browser process comprises: the browser is caused to access the landing page and place the designated location where all returned elements are exposed.
In some embodiments, the at least one input box element comprises at least one of: user name, password, login configuration; positioning at least one input box element comprises: at least one input box element is located using the element identification or the expandable path.
In some embodiments, collecting the check item information in the browser process includes at least one of: messy codes of page display information, network addresses, network card addresses and default gateways.
In some embodiments, further comprising:
after a specific browser process is called up and a browser driver is established in a targeted mode and before the browser process is initialized by using the browser driver, a counter is also set;
after judging the correctness of the login identification and the check item information, the steps of logging out the login identification, overlapping the counter, waiting for preset time and returning to the counter are also carried out to carry out the login function test again until the counter reaches a preset number.
A second aspect of an embodiment of the present invention provides a login function testing apparatus, including:
a processor; and
a memory storing program code executable by the processor, the program code when executed performing the steps of:
calling a specific browser process and creating a browser driver in a targeted manner so as to initialize the browser process by using the browser driver;
positioning at least one input box element in a browser process, and accessing configuration information to acquire at least one input box content corresponding to the at least one input box element so as to import the at least one input box element in a one-to-one correspondence manner;
positioning a button element in the browser process and simulating clicking on the button element in response to the at least one input box element having had all of its contents imported;
after logging in, the login identification and the check item information are collected in the browser process according to the check item of the login function, and the configuration information is accessed to judge the correctness of the login identification and the check item information.
In some embodiments, initializing the browser process comprises: the browser is caused to access the landing page and place the designated location where all returned elements are exposed.
In some embodiments, the at least one input box element comprises at least one of: user name, password, login configuration; positioning at least one input box element comprises: at least one input box element is located using the element identification or the expandable path.
In some embodiments, the check item information collected in the browser process includes at least one of: messy codes of page display information, network addresses, network card addresses and default gateways.
In some embodiments, the steps further comprise:
after a specific browser process is called up and a browser driver is established in a targeted mode and before the browser process is initialized by using the browser driver, a counter is also set;
after judging the correctness of the login identification and the check item information, the steps of logging out the login identification, overlapping the counter, waiting for preset time and returning to the counter are also carried out to carry out the login function test again until the counter reaches a preset number.
The invention has the following beneficial technical effects: according to the login function testing method and device provided by the embodiment of the invention, a specific browser process is called and a browser driver is established in a targeted manner, so that the browser process is initialized by using the browser driver; positioning at least one input box element in a browser process, and accessing configuration information to acquire at least one input box content corresponding to the at least one input box element so as to import the at least one input box element in a one-to-one correspondence manner; positioning a button element in the browser process and simulating clicking on the button element in response to the at least one input box element having had all of its contents imported; after login, login identification and check item information are collected in the browser process according to the check item of the login function, and configuration information is accessed to judge the correctness of the login identification and the check item information, so that a simulated manual automatic operation test can be executed, and the test effect and efficiency of the login function are improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic flow chart of a login function testing method according to the present invention;
fig. 2 is a schematic view of a login function testing method provided by the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
In view of the above-mentioned objects, a first aspect of an embodiment of the present invention proposes an embodiment of a login function test method capable of performing a simulated manual automatic operation test. Fig. 1 is a schematic flow chart of a login function testing method provided by the present invention.
The login function test method, as shown in fig. 1, includes the following steps:
step S101: calling a specific browser process and creating a browser driver in a targeted manner so as to initialize the browser process by using the browser driver;
step S103: positioning at least one input box element in a browser process, and accessing configuration information to acquire at least one input box content corresponding to the at least one input box element so as to import the at least one input box element in a one-to-one correspondence manner;
step S105: positioning a button element in the browser process and simulating clicking on the button element in response to the at least one input box element having had all of its contents imported;
step S107: after logging in, the login identification and the check item information are collected in the browser process according to the check item of the login function, and the configuration information is accessed to judge the correctness of the login identification and the check item information.
The method comprises the steps of realizing interaction with a driving process of a browser by executing a test program command, creating a browser driver according to the requirement of a configuration document on the browser, calling up a corresponding browser, carrying out self method and attribute operation on the positioning (identification or expandable path) of a specified element (such as a user name frame, a password frame and a login button), carrying out combined processing on the operation according to a certain sequence, simulating manual operation on a page, and judging whether the function is accurate or not by acquiring the attribute and content of the element to be detected and carrying out result assertion on the element attribute and the content and the configuration stored in a file; a counter is additionally arranged to carry out cycle counting operation to ensure the stability of the function.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program to instruct relevant hardware to perform the processes, and the processes can be stored in a computer readable storage medium, and when executed, the processes can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), a Random Access Memory (RAM), or the like. Embodiments of the computer program may achieve the same or similar effects as any of the preceding method embodiments to which it corresponds.
In some embodiments, initializing the browser process comprises: the browser is caused to access the landing page and place the designated location where all returned elements are exposed.
In some embodiments, the at least one input box element comprises at least one of: user name, password, login configuration; positioning at least one input box element comprises: at least one input box element is located using the element identification or the expandable path.
In some embodiments, collecting the check item information in the browser process includes at least one of: messy codes of page display information, network addresses, network card addresses and default gateways.
In some embodiments, the method further comprises: after a specific browser process is called up and a browser driver is established in a targeted mode and before the browser process is initialized by using the browser driver, a counter is also set; after judging the correctness of the login identification and the check item information, the steps of logging out the login identification, overlapping the counter, waiting for preset time and returning to the counter are also carried out to carry out the login function test again until the counter reaches a preset number.
The method disclosed according to an embodiment of the present invention may also be implemented as a computer program executed by a CPU, which may be stored in a computer-readable storage medium. The computer program, when executed by the CPU, performs the above-described functions defined in the method disclosed in the embodiments of the present invention. The above-described method steps and system elements may also be implemented using a controller and a computer-readable storage medium for storing a computer program for causing the controller to implement the functions of the above-described steps or elements.
The method is based on JAVA, a jdk environment is installed, a development tool is used as eclipse, a selenium dependent package is introduced in the development environment, a web drive is established through a selenium frame, elements to be operated are positioned through a path, a series of attributes or actions are given to the elements according to a test sequence, and manual operation is simulated to realize automatic testing. And inputting the name of the java-jar script under the command terminal, and running the script. The test process and the result are displayed in real time, and the log is saved in a TXT mode. The following further illustrates embodiments of the invention in terms of specific examples as shown in fig. 2.
A browser driver is first created, using the firefox driver by default.
WebDriver driver=new FirefoxDriver();
The called browser window executes the maximization operation, and ensures that the display content is comprehensive and accords with the operation habit of the user.
Driver.manage().window().maximize();
And positioning the user name input box element according to the xpath, acquiring the user name in the configuration file, and transmitting the value of the user name input box element (the password input mode is the same).
String BMCUserName=
new File(peizhi.txt).readConfigLine().get(username)
driver.findElement(By.id(“userid”)).clear();
driver.findElement(By.id(“userid”)).sendKeys(BMCUserName);
After the user name and the password are transmitted, the login button is clicked to imitate login operation (the same is true for logout operation).
driver.findElement(By.id(“btn-login”)).click();
thead.sleep(10000)
After successful login, it can be checked whether the customer ID shows agreement with the configuration information.
Figure BDA0002527148060000071
And performing one-to-one assertion on the check items according to the basic check items of the case design. If the page is clicked to enter fru and other pages according to the menu, checking whether the page display information has a messy code condition; check if the web page IP/MAC/default gateway information is consistent with the configuration table, etc. There is some constraint on page response time (e.g., element action sends no response within 30s and prints exception and enters next cycle).
The verification function also needs to verify the stability of the function by setting a counter. Starting from the establishment of the web driver, setting a counter to zero, carrying out function detection, after the detection is finished, logging out a user, adding the counter in a period, carrying out comparison operation on the counter, carrying out a new round of detection if the number of times does not reach a set value, and jumping out of a loop if the number of times reaches a specified number.
The result of the last script execution is the result of the login-logout function. All operations in the whole test process are directed to the detection of the function, and the results of all operations influence the results of the function.
It can be seen from the foregoing embodiments that, in the login function test method provided in the embodiments of the present invention, a specific browser process is invoked and a browser driver is created in a targeted manner, so that the browser process is initialized by using the browser driver; positioning at least one input box element in a browser process, and accessing configuration information to acquire at least one input box content corresponding to the at least one input box element so as to import the at least one input box element in a one-to-one correspondence manner; positioning a button element in the browser process and simulating clicking on the button element in response to the at least one input box element having had all of its contents imported; after login, login identification and check item information are collected in the browser process according to the check item of the login function, and configuration information is accessed to judge the correctness of the login identification and the check item information, so that a simulated manual automatic operation test can be executed, and the test effect and efficiency of the login function are improved.
It should be particularly noted that, the steps in the embodiments of the login function testing method described above may be mutually intersected, replaced, added, or deleted, and therefore, these reasonable permutation and combination transformations should also belong to the scope of the present invention for the login function testing method, and should not limit the scope of the present invention to the described embodiments.
In view of the above-mentioned objects, a second aspect of the embodiments of the present invention provides an embodiment of a login function test apparatus capable of performing a simulated manual automatic operation test. The login function testing device comprises:
a processor; and
a memory storing program code executable by the processor, the program code when executed performing the steps of:
calling a specific browser process and creating a browser driver in a targeted manner so as to initialize the browser process by using the browser driver;
positioning at least one input box element in a browser process, and accessing configuration information to acquire at least one input box content corresponding to the at least one input box element so as to import the at least one input box element in a one-to-one correspondence manner;
positioning a button element in the browser process and simulating clicking on the button element in response to the at least one input box element having had all of its contents imported;
after logging in, the login identification and the check item information are collected in the browser process according to the check item of the login function, and the configuration information is accessed to judge the correctness of the login identification and the check item information.
In some embodiments, initializing the browser process comprises: the browser is caused to access the landing page and place the designated location where all returned elements are exposed.
In some embodiments, the at least one input box element comprises at least one of: user name, password, login configuration; positioning at least one input box element comprises: at least one input box element is located using the element identification or the expandable path.
In some embodiments, the check item information collected in the browser process includes at least one of: messy codes of page display information, network addresses, network card addresses and default gateways.
In some embodiments, the steps further comprise: after a specific browser process is called up and a browser driver is established in a targeted mode and before the browser process is initialized by using the browser driver, a counter is also set; after judging the correctness of the login identification and the check item information, the steps of logging out the login identification, overlapping the counter, waiting for preset time and returning to the counter are also carried out to carry out the login function test again until the counter reaches a preset number.
It can be seen from the foregoing embodiments that, in the login function testing apparatus provided in the embodiments of the present invention, a specific browser process is invoked and a browser driver is created in a targeted manner, so that the browser process is initialized by using the browser driver; positioning at least one input box element in a browser process, and accessing configuration information to acquire at least one input box content corresponding to the at least one input box element so as to import the at least one input box element in a one-to-one correspondence manner; positioning a button element in the browser process and simulating clicking on the button element in response to the at least one input box element having had all of its contents imported; after login, login identification and check item information are collected in the browser process according to the check item of the login function, and configuration information is accessed to judge the correctness of the login identification and the check item information, so that a simulated manual automatic operation test can be executed, and the test effect and efficiency of the login function are improved.
It should be particularly noted that, the above-mentioned embodiment of the login function testing apparatus employs the embodiment of the login function testing method to specifically describe the working process of each module, and those skilled in the art can easily think that these modules are applied to other embodiments of the login function testing method. Of course, since the steps in the embodiment of the login function testing method may be mutually intersected, replaced, added, and deleted, these reasonable permutations and combinations should also fall within the scope of the present invention, and should not limit the scope of the present invention to the embodiment.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items. The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of an embodiment of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (10)

1. A login function test method is characterized by comprising the following steps:
calling a specific browser process and creating a browser driver in a targeted manner so as to initialize the browser process by using the browser driver;
positioning at least one input box element in the browser process, and accessing configuration information to acquire at least one input box content corresponding to the at least one input box element to import the at least one input box element in a one-to-one correspondence;
positioning a button element in the browser process and simulating clicking on the button element in response to the at least one input box content having been imported in its entirety into the at least one input box element;
after logging in, acquiring login identification and check item information in the browser process according to the check item of the login function, and accessing the configuration information to judge the correctness of the login identification and the check item information.
2. The method of claim 1, wherein initializing the browser process comprises:
the browser is caused to access the landing page and place the designated location where all returned elements are exposed.
3. The method of claim 1, wherein the at least one input box element comprises at least one of: user name, password, login configuration;
positioning the at least one input box element comprises: the at least one input box element is located using an element identification or an expandable path.
4. The method of claim 1, wherein the check item information collected in the browser process comprises at least one of: messy codes of page display information, network addresses, network card addresses and default gateways.
5. The method of claim 1, further comprising:
after a specific browser process is called up and a browser driver is created in a targeted mode and before the browser process is initialized by using the browser driver, a counter is also set;
after the correctness of the login identification and the check item information is judged, the steps of logging out the login identification, overlapping the counter, waiting for preset time and returning to the counter setting step are carried out again to carry out login function test until the counter reaches a preset number.
6. A login function test apparatus, comprising:
a processor; and
a memory storing program code executable by the processor, the program code when executed performing the steps of:
calling a specific browser process and creating a browser driver in a targeted manner so as to initialize the browser process by using the browser driver;
positioning at least one input box element in the browser process, and accessing configuration information to acquire at least one input box content corresponding to the at least one input box element to import the at least one input box element in a one-to-one correspondence;
positioning a button element in the browser process and simulating clicking on the button element in response to the at least one input box content having been imported in its entirety into the at least one input box element;
after logging in, acquiring login identification and check item information in the browser process according to the check item of the login function, and accessing the configuration information to judge the correctness of the login identification and the check item information.
7. The apparatus of claim 6, wherein initializing the browser process comprises:
the browser is caused to access the landing page and place the designated location where all returned elements are exposed.
8. The apparatus of claim 6, wherein the at least one input box element comprises at least one of: user name, password, login configuration;
positioning the at least one input box element comprises: the at least one input box element is located using an element identification or an expandable path.
9. The apparatus of claim 6, wherein the check item information collected in the browser process comprises at least one of: messy codes of page display information, network addresses, network card addresses and default gateways.
10. The apparatus of claim 6, wherein the steps further comprise:
after a specific browser process is called up and a browser driver is created in a targeted mode and before the browser process is initialized by using the browser driver, a counter is also set;
after the correctness of the login identification and the check item information is judged, the steps of logging out the login identification, overlapping the counter, waiting for preset time and returning to the counter setting step are carried out again to carry out login function test until the counter reaches a preset number.
CN202010507742.9A 2020-06-05 2020-06-05 Login function testing method and device Withdrawn CN111737114A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010507742.9A CN111737114A (en) 2020-06-05 2020-06-05 Login function testing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010507742.9A CN111737114A (en) 2020-06-05 2020-06-05 Login function testing method and device

Publications (1)

Publication Number Publication Date
CN111737114A true CN111737114A (en) 2020-10-02

Family

ID=72648432

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010507742.9A Withdrawn CN111737114A (en) 2020-06-05 2020-06-05 Login function testing method and device

Country Status (1)

Country Link
CN (1) CN111737114A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112506785A (en) * 2020-12-15 2021-03-16 杭州电魂网络科技股份有限公司 Automatic testing method, device, equipment and medium for login of Html5 game page
CN112597054A (en) * 2020-12-30 2021-04-02 深圳市世强元件网络有限公司 Mobile terminal H5 page application testing device, testing method and computer terminal
CN114443477A (en) * 2022-01-14 2022-05-06 苏州浪潮智能科技有限公司 Password security configuration testing method, system, terminal and storage medium
CN115834451A (en) * 2022-11-11 2023-03-21 超聚变数字技术有限公司 Software login testing method and related device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112506785A (en) * 2020-12-15 2021-03-16 杭州电魂网络科技股份有限公司 Automatic testing method, device, equipment and medium for login of Html5 game page
CN112597054A (en) * 2020-12-30 2021-04-02 深圳市世强元件网络有限公司 Mobile terminal H5 page application testing device, testing method and computer terminal
CN114443477A (en) * 2022-01-14 2022-05-06 苏州浪潮智能科技有限公司 Password security configuration testing method, system, terminal and storage medium
CN115834451A (en) * 2022-11-11 2023-03-21 超聚变数字技术有限公司 Software login testing method and related device

Similar Documents

Publication Publication Date Title
CN111737114A (en) Login function testing method and device
US10540270B1 (en) Representation-based automated software testing
US10169206B2 (en) Simultaneous multi-platform testing
US7877681B2 (en) Automatic context management for web applications with client side code execution
US10587612B2 (en) Automated detection of login sequence for web form-based authentication
US7334220B2 (en) Data driven test automation of web sites and web services
CN110704304B (en) Application program testing method and device, storage medium and server
US9262311B1 (en) Network page test system and methods
EP3333712A2 (en) Simultaneous multi-platform testing
CN112187580B (en) Automatic testing framework and testing method for gateway plug-in
CN112540924A (en) Interface automation test method, device, equipment and storage medium
CN117370203B (en) Automatic test method, system, electronic equipment and storage medium
US20180210819A1 (en) System and method of controlling a web browser plug-in for testing analytics
CN105117340B (en) URL detection methods and device for iOS browser application quality evaluations
CN117493158A (en) Test method and device, electronic equipment and storage medium
US20210311862A1 (en) System and method for element locator recommendations for a ui application
CN111159028B (en) Webpage testing method and device
CN110727591A (en) Modeling page-based automatic testing method
Skrupsky et al. Waves: Automatic synthesis of client-side validation code for web applications
CN115470152A (en) Test code generation method, test code generation device, and storage medium
CN113094281B (en) Test method and device for hybrid App
Leithner et al. CHIEv: concurrent hybrid analysis for crawling and modeling of web applications
Sabharwal et al. Modeling the navigation behavior of dynamic web applications
US20050034120A1 (en) Systems and methods for cooperatively building public file packages
Nägele et al. Client-side performance profiling of JavaScript for web applications

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20201002