CN111367802A - Web automatic testing method and device and computer readable storage medium - Google Patents

Web automatic testing method and device and computer readable storage medium Download PDF

Info

Publication number
CN111367802A
CN111367802A CN202010135132.0A CN202010135132A CN111367802A CN 111367802 A CN111367802 A CN 111367802A CN 202010135132 A CN202010135132 A CN 202010135132A CN 111367802 A CN111367802 A CN 111367802A
Authority
CN
China
Prior art keywords
web
window
use case
test
service request
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.)
Pending
Application number
CN202010135132.0A
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.)
Ping An Property and Casualty Insurance Company of China Ltd
Original Assignee
Ping An Property and Casualty Insurance Company of China 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 Ping An Property and Casualty Insurance Company of China Ltd filed Critical Ping An Property and Casualty Insurance Company of China Ltd
Priority to CN202010135132.0A priority Critical patent/CN111367802A/en
Publication of CN111367802A publication Critical patent/CN111367802A/en
Pending 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
    • 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/3696Methods or tools to render software testable
    • 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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Abstract

The invention relates to an automatic testing technology, and discloses a web automatic testing method, which comprises the following steps: acquiring a web use case set to be tested, and storing the web use case set into a database in a form of a table; carrying out port monitoring on the web case set in the database by utilizing a pre-constructed automatic browser test framework to obtain a web service request; and transmitting the web service request to a server through a preset driver, starting a browser corresponding to the web service request through the server, and executing the test of the corresponding web case through the browser, thereby realizing the web automation test. The invention also provides a web automation testing device and a computer readable storage medium. The invention realizes web automatic test.

Description

Web automatic testing method and device and computer readable storage medium
Technical Field
The invention relates to the technical field of automated testing, in particular to a web automated testing method and device and a computer readable storage medium.
Background
The current common web automation test method comprises the following steps:
1. building a selenium + RobotFramework framework, and performing web automated testing by using a keyword drive under the framework;
2. performing web automated testing under the existing open source testing framework, such as macaca;
3. and performing web automated testing through an autonomous research and development testing framework.
The first testing method requires the tester to build a relevant environment for use, has certain technical requirements on the tester, and improves the cost for realizing web automation; the second testing method requires that the testing personnel have coding experience and can read and write codes, so that higher labor cost is brought; the third testing method requires an experienced test developer to compile a set of applicable testing frames for the project to be tested, and the testing method needs to rely on different environments and open source projects, so that mismatching of later testing frames is easily caused, and the project cannot be performed.
Disclosure of Invention
The invention provides a web automatic testing method, a device and a computer readable storage medium, and mainly aims to provide a scheme for realizing web automatic testing without building or compiling a testing frame by testing personnel.
In order to achieve the above object, the present invention provides a web automation test method, which includes:
acquiring a web use case set to be tested, and storing the web use case set into a database in a form of a table;
carrying out port monitoring on the web case set in the database by utilizing a pre-constructed automatic browser test framework to obtain a web service request;
and transmitting the web service request to a server through a preset driver, starting a browser corresponding to the web service request through the server, and executing the test of the corresponding web case through the browser, thereby realizing the web automation test.
Optionally, the web use case set includes: the method comprises the following steps that an object information set of a web use case and an access page information set of the web use case are obtained;
the object information of the web use case comprises: id. Acquiring a mode and defining a mode;
the access page information set of the web use case comprises: the IP address of the access page object, the data of the access page object, and the name of the access page object.
Optionally, the port listening comprises:
and acquiring window elements in the web case set, calling a screening function to position the window elements to obtain a window control object, and analyzing the window control object to obtain the web server request.
Optionally, the window element comprises: the URL of the window, the title of the window, the Handle of the window, the Body content of the window, the horizontal and vertical coordinates of the window, the tag name of the window, and the css attribute value of the window.
Optionally, the starting, by the server, a browser corresponding to the web service request includes:
after the web service request is received in an execution machine of the server, a web driver of the execution machine is started after the web service request field is identified, and a corresponding browser is opened.
In addition, in order to achieve the above object, the present invention further provides a web automation test apparatus, which includes a memory and a processor, wherein the memory stores a web automation test program operable on the processor, and when the web automation test program is executed by the processor, the web automation test program implements the following steps:
acquiring a web use case set to be tested, and storing the web use case set into a database in a form of a table;
carrying out port monitoring on the web case set in the database by utilizing a pre-constructed automatic browser test framework to obtain a web service request;
and transmitting the web service request to a server through a preset driver, starting a browser corresponding to the web service request through the server, and executing a test of a corresponding web case through the browser, thereby realizing the web automation test.
Optionally, the web use case set includes: the method comprises the following steps that an object information set of a web use case and an access page information set of the web use case are obtained;
the object information of the web use case comprises: id. Acquiring a mode and defining a mode;
the access page information set of the web use case comprises: the IP address of the access page object, the data of the access page object, and the name of the access page object.
Optionally, the port listening comprises:
and acquiring window elements in the web case set, calling a screening function to position the window elements to obtain a window control object, and analyzing the window control object to obtain the web server request.
Optionally, the window element comprises: the URL of the window, the title of the window, the Handle of the window, the Body content of the window, the horizontal and vertical coordinates of the window, the tag name of the window, and the css attribute value of the window.
In addition, to achieve the above object, the present invention also provides a computer readable storage medium having a web automation test program stored thereon, the web automation test program being executable by one or more processors to implement the steps of the web automation test method as described above.
By using the web automatic test method, the device and the computer readable storage medium provided by the invention, when a user performs a web test, the web case to be tested is obtained, the web service request is obtained after the port monitoring of the web case is performed by combining with the pre-constructed browser automatic test frame, the web service request is transmitted to the server through the driving program, the corresponding browser is started according to the server, and the test of the corresponding web case is executed through the browser, so that the web automatic test is realized.
Drawings
Fig. 1 is a schematic flow chart of a web automation testing method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram illustrating an internal structure of a web automation test apparatus according to an embodiment of the present invention;
fig. 3 is a schematic block diagram of a web automation test program in a web automation test apparatus according to an embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides a web automatic testing method. Fig. 1 is a schematic flow chart of a web automation testing method according to an embodiment of the present invention. The method may be performed by an apparatus, which may be implemented by software and/or hardware.
In this embodiment, the web automation test method includes:
s1, acquiring the web use case set to be tested, and storing the web use case set into a database in a form of a table.
In the preferred embodiment of the present invention, the web use case set to be tested is obtained by compiling a source code according to a program code worker. The web use case set comprises: the object information set of the web use case and the access page information set of the web use case. Wherein the object information of the web use case comprises: id. Acquiring a mode and defining a mode; the access page information of the web use case comprises: the IP address of the access page object, the data of the access page object, and the name of the access page object.
In detail, in the object information of the web use cases, the id is used as the only division of the web use cases, the web use cases are associated through nodes of a tree structure, the organization and division of modules and pages are convenient to carry out, the management of elements of the web use cases is more convenient and clear, and the object information of the web use cases is recorded into the database in a form of a table. And similarly, the access page information of the web use case is recorded into the database according to the object information recording principle of the web use case, so that the storage of the web use case is completed.
S2, carrying out port monitoring operation on the web case set in the database by utilizing a pre-constructed automatic browser test framework to obtain a web service request.
In a preferred embodiment of the present invention, the pre-built browser automation test framework comprises a selenium test framework. The selenium is an open source and portable web test framework. Furthermore, the invention compiles the test environment of the web use case through the python language and manages the test source program code of the web use case through the svn tool.
Preferably, the port listening operation in the present invention includes: and acquiring window elements in the web case set, calling a screening function to position the window elements to obtain a window control object, and analyzing the window control object to obtain the web server request.
Further, the obtaining the window element in the web use case set includes: the URL of the window, the title of the window, the Handle of the window, the Body content of the window, the horizontal-vertical (XY) coordinates of the window, the tag name of the window, and the css attribute value of the window. For example, the invention may use $ (string _ name) in selenium to obtain the window element. Wherein $ (string _ name) represents the name of a window element; obtaining attribute values of window elements through $ (. var), $ ($), $ attr), wherein $ (. var) represents window element specific shorthand values, such as X, Y represents coordinates respectively; $ (. class) represents the class attribute value of the window element; and $ attr represents the Attribute Attribute value of the window element.
Further, the filtering function is a streaming type function, and the filtering function acquires the window control object by introducing two parameters, namely a positioning mode and a positioning attribute value. In detail, the invention defines the two parameters of the positioning mode and the positioning attribute value into the selenium script, and provides a control searching mode according to the selenium script to obtain the positioning of the window control object, wherein the space searching mode comprises: XPath, LinkText, Id, Tagname, ClassName, Name, PartialLinkText, CsSelector. Furthermore, in order to improve the efficiency of grabbing control objects and the diversity of grabbing control objects, the positioning of the window control objects is expressed in the forms of @/xpath, @ & LinkText, @ # id, @ < tagname, @. ClassName, @ -PartialLinkText and @ CsSelector.
Further, the parsing process refers to performing parsing on an action of the window control object. In detail, the actions of the window control object include clicking, transferring a text box into a key value, moving a mouse to a specified position to switch a window to a specified link, processing a popup box, and the like. When the action is executed, the action execution is regarded as the calling of the internal function, and the function name is directly used and the corresponding parameter is transmitted to realize the action.
S3, transmitting the web service request to a preset server through a preset driving program, starting a browser corresponding to the web service request through the server, and executing the test of the corresponding web use case through the browser, thereby realizing the web automation test.
The preset driving program is compiled through Java language, and is equivalent to an interface for data transmission between the local terminal and the server. Preferably, the web service request is transmitted to the server according to the driver, and the server opens the browser corresponding to the web service request after receiving the web service request, and executes the corresponding web case test according to the browser. For example, for a web service request OpenWindow (stringurl) indicating that a new window with a specified URL is opened by a current browser, the server may parse OpenWindow into a basic operation of selenium, and start webdriver to operate the browser, thereby implementing a web automation test. Wherein the opening, by the server, the browser corresponding to the web service request includes: after the party receives the web service request in the execution machine of the server, the web driver of the execution machine is started after the web service request field is identified, and the corresponding browser is opened.
The invention also provides a web automatic testing device. Fig. 2 is a schematic diagram illustrating an internal structure of a web automation test apparatus according to an embodiment of the present invention.
In the present embodiment, the web automated testing apparatus 1 may be a PC (Personal Computer), a terminal device such as a smart phone, a tablet Computer, and a mobile Computer, or may be a server. The web automated testing apparatus 1 includes at least a memory 11, a processor 12, a communication bus 13, and a network interface 14.
The memory 11 includes at least one type of readable storage medium, which includes a flash memory, a hard disk, a multimedia card, a card type memory (e.g., SD or DX memory, etc.), a magnetic memory, a magnetic disk, an optical disk, and the like. The memory 11 may in some embodiments be an internal memory unit of the web-automated testing device 1, for example a hard disk of the web-automated testing device 1. The memory 11 may also be an external storage device of the web automated test equipment 1 in other embodiments, such as a plug-in hard disk provided on the web automated test equipment 1, a Smart Media Card (SMC) Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like. Further, the memory 11 may also include both an internal storage unit and an external storage device of the web automated testing apparatus 1. The memory 11 may be used not only to store application software installed in the web automated testing apparatus 1 and various types of data, such as the code of the web automated testing program 01, but also to temporarily store data that has been output or is to be output.
The processor 12 may be a Central Processing Unit (CPU), a controller, a microcontroller, a microprocessor or other data Processing chip in some embodiments, and is used for executing program codes stored in the memory 11 or Processing data, such as executing the web automation test program 01.
The communication bus 13 is used to realize connection communication between these components.
The network interface 14 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface), typically used to establish a communication link between the apparatus 1 and other electronic devices.
Optionally, the apparatus 1 may further comprise a user interface, which may comprise a Display (Display), an input unit such as a Keyboard (Keyboard), and optionally a standard wired interface, a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, or the like. The display, which may also be referred to as a display screen or display unit, is suitable for displaying information processed in the web-automated testing device 1 and for displaying a visual user interface.
While FIG. 2 shows only the web automated testing apparatus 1 having the components 11-14 and the web automated testing program 01, those skilled in the art will appreciate that the configuration shown in FIG. 1 does not constitute a limitation of the web automated testing apparatus 1, and may include fewer or more components than shown, or some components in combination, or a different arrangement of components.
In the embodiment of the apparatus 1 shown in fig. 2, the memory 11 stores therein a web automation test program 01; the processor 12, when executing the web automation test program 01 stored in the memory 11, implements the following steps:
step one, a web use case set to be tested is obtained, and the web use case set is stored in a database in a form of a table.
In a preferred embodiment of the present invention, the web use case set to be tested is obtained by compiling a source code according to a program code worker, and the web use case set includes: the object information set of the web use case and the access page information set of the web use case. Wherein the object information of the web use case comprises: id. Acquiring a mode and defining a mode; the access page information of the web use case comprises: the IP address of the access page object, the data of the access page object, and the name of the access page object.
In detail, in the object information of the web use cases, the id is used as the only division of the web use cases, the web use cases are associated through nodes of a tree structure, the organization and division of modules and pages are convenient to carry out, the management of elements of the web use cases is more convenient and clear, and the object information of the web use cases is recorded into the database in a form of a table. And similarly, the access page information of the web use case is recorded into the database according to the object information recording principle of the web use case, so that the storage of the web use case is completed.
And secondly, carrying out port monitoring operation on the web case set in the database by utilizing a pre-constructed automatic browser test framework to obtain a web service request.
In a preferred embodiment of the present invention, the pre-built browser automation test framework comprises a selenium test framework. The selenium is an open source and portable web test framework. Furthermore, the invention compiles the test environment of the web use case through the python language and manages the test source program code of the web use case through the svn tool.
Preferably, the port listening operation in the present invention includes: and acquiring window elements in the web case set, calling a screening function to position the window elements to obtain a window control object, and analyzing the window control object to obtain the web server request.
Further, the obtaining the window element in the web use case set includes: the URL of the window, the title of the window, the Handle of the window, the Body content of the window, the horizontal-vertical (XY) coordinates of the window, the tag name of the window, and the css attribute value of the window. For example, the invention may use $ (string _ name) in selenium to obtain the window element. Wherein $ (string _ name) represents the name of a window element; obtaining attribute values of window elements through $ (. var), $ ($), $ attr), wherein $ (. var) represents window element specific shorthand values, such as X, Y represents coordinates respectively; $ (. class) represents the class attribute value of the window element; and $ attr represents the Attribute Attribute value of the window element.
Further, the filtering function is a streaming type function, and the filtering function acquires the window control object by introducing two parameters, namely a positioning mode and a positioning attribute value. In detail, the invention defines the two parameters of the positioning mode and the positioning attribute value into the selenium script, and provides a control searching mode according to the selenium script to obtain the positioning of the window control object, wherein the space searching mode comprises: XPath, LinkText, Id, Tagname, ClassName, Name, PartialLinkText, CsSelector. Furthermore, in order to improve the efficiency of grabbing control objects and the diversity of grabbing control objects, the positioning of the window control objects is expressed in the forms of @/xpath, @ & LinkText, @ # id, @ < tagname, @. ClassName, @ -PartialLinkText and @ CsSelector.
Further, the parsing process refers to performing parsing on an action of the window control object. In detail, the actions of the window control object include clicking, transferring a text box into a key value, moving a mouse to a specified position to switch a window to a specified link, processing a popup box, and the like. When the action is executed, the action execution is regarded as the calling of the internal function, and the function name is directly used and the corresponding parameter is transmitted to realize the action.
And step three, transmitting the web service request to a preset server through a preset driving program, starting a browser corresponding to the web service request through the server, and executing the test of the corresponding web case through the browser, thereby realizing the web automatic test.
The preset driving program is compiled through Java language, and is equivalent to an interface for data transmission between the local terminal and the server. Preferably, the web service request is transmitted to the server according to the driver, and the server opens the browser corresponding to the web service request after receiving the web service request, and executes the corresponding web case test according to the browser. For example, for a web service request OpenWindow (stringurl) indicating that a new window with a specified URL is opened by a current browser, the server may parse OpenWindow into a basic operation of selenium, and start webdriver to operate the browser, thereby implementing a web automation test. Wherein the opening, by the server, the browser corresponding to the web service request includes: and after the web service request is received in an execution machine of the server, a web driver of the execution machine is started after the web service request field is identified, and a corresponding browser is opened.
Alternatively, in other embodiments, the web automation test program may be further divided into one or more modules, and the one or more modules are stored in the memory 11 and executed by one or more processors (in this embodiment, the processor 12) to implement the present invention, where the module referred to in the present invention refers to a series of computer program instruction segments capable of performing a specific function for describing the execution process of the web automation test program in the web automation test device.
For example, referring to fig. 3, a schematic diagram of program modules of a web automation test program in an embodiment of the web automation test apparatus of the present invention is shown, in this embodiment, the web automation test program may be divided into an acquisition module 10, a port listening module 20, and a test module 30, which exemplarily:
the obtaining module 10 is configured to: the method comprises the steps of obtaining a web use case set to be tested, and storing the web use case set into a database in a form of a table.
The port listening module 20 is configured to: and carrying out port monitoring on the web case set in the database by utilizing a pre-constructed automatic browser test framework to obtain a web service request.
The test module 30 is configured to: and transmitting the web service request to a server through a preset driver, starting a browser corresponding to the web service request through the server, and executing a test of a corresponding web case through the browser, thereby realizing the web automation test.
The functions or operation steps of the obtaining module 10, the port monitoring module 20, and the testing module 30 when executed are substantially the same as those of the above embodiments, and are not described herein again.
Furthermore, an embodiment of the present invention provides a computer-readable storage medium, on which a web automation test program is stored, where the web automation test program is executable by one or more processors to implement the following operations:
acquiring a web use case set to be tested, and storing the web use case set into a database in a form of a table;
carrying out port monitoring on the web case set in the database by utilizing a pre-constructed automatic browser test framework to obtain a web service request;
and transmitting the web service request to a server through a preset driver, starting a browser corresponding to the web service request through the server, and executing a test of a corresponding web case through the browser, thereby realizing the web automation test.
The embodiment of the computer readable storage medium of the present invention is substantially the same as the embodiments of the web automation test apparatus and method, and will not be described herein again.
It should be noted that the above-mentioned numbers of the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments. And the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, apparatus, article, or method that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, apparatus, article, or method. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, apparatus, article, or method that includes the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A web automation testing method, the method comprising:
acquiring a web use case set to be tested, and storing the web use case set into a database in a form of a table;
carrying out port monitoring on the web case set in the database by utilizing a pre-constructed automatic browser test framework to obtain a web service request;
and transmitting the web service request to a preset server through a preset driving program, starting a browser corresponding to the web service request through the server, and executing a test of a corresponding web case through the browser, thereby realizing the web automatic test.
2. The web automation testing method of claim 1, the web use case set comprising: the method comprises the following steps that an object information set of a web use case and an access page information set of the web use case are obtained;
the object information of the web use case comprises: id. Acquiring a mode and defining a mode;
the access page information set of the web use case comprises: the IP address of the access page object, the data of the access page object, and the name of the access page object.
3. The web automation testing method of claim 1, wherein the port listening comprises:
and acquiring window elements in the web case set, calling a screening function to position the window elements to obtain a window control object, and analyzing the window control object to obtain the web server request.
4. The web automation testing method of claim 3, the window element comprising: the URL of the window, the title of the window, the Handle of the window, the Body content of the window, the horizontal and vertical coordinates of the window, the tag name of the window, and the css attribute value of the window.
5. The web automation test method of any one of claims 1 to 4, wherein the starting, by the server, a browser corresponding to the web service request comprises:
and after receiving the web service request, the executive machine of the server identifies the web service request field and then starts a web driver of the executive machine to open a corresponding browser.
6. A web automation test apparatus, the apparatus comprising a memory and a processor, the memory having stored thereon a web automation test program executable on the processor, the web automation test program when executed by the processor implementing the steps of:
acquiring a web use case set to be tested, and storing the web use case set into a database in a form of a table;
carrying out port monitoring on the web case set in the database by utilizing a pre-constructed automatic browser test framework to obtain a web service request;
and transmitting the web service request to a server through a preset driver, starting a browser corresponding to the web service request through the server, and executing a test of a corresponding web case through the browser, thereby realizing the web automation test.
7. The web automation testing apparatus of claim 6, the web use case set comprising: the method comprises the following steps that an object information set of a web use case and an access page information set of the web use case are obtained;
the object information of the web use case comprises: id. Acquiring a mode and defining a mode;
the access page information set of the web use case comprises: the IP address of the access page object, the data of the access page object, and the name of the access page object.
8. The web automation testing apparatus of claim 6 wherein the port listening comprises:
and acquiring window elements in the web case set, calling a screening function to position the window elements to obtain a window control object, and analyzing the window control object to obtain the web server request.
9. The web automation testing apparatus of claim 3 wherein the window element comprises: the URL of the window, the title of the window, the Handle of the window, the Body content of the window, the horizontal and vertical coordinates of the window, the tag name of the window, and the css attribute value of the window.
10. A computer-readable storage medium having stored thereon a web automated test program executable by one or more processors to perform the steps of the web automated test method of any one of claims 1 to 5.
CN202010135132.0A 2020-02-29 2020-02-29 Web automatic testing method and device and computer readable storage medium Pending CN111367802A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010135132.0A CN111367802A (en) 2020-02-29 2020-02-29 Web automatic testing method and device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010135132.0A CN111367802A (en) 2020-02-29 2020-02-29 Web automatic testing method and device and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN111367802A true CN111367802A (en) 2020-07-03

Family

ID=71206505

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010135132.0A Pending CN111367802A (en) 2020-02-29 2020-02-29 Web automatic testing method and device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111367802A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112181813A (en) * 2020-09-17 2021-01-05 的卢技术有限公司 Interface automation test method, system and computer readable storage medium
CN112699040A (en) * 2020-12-30 2021-04-23 深圳前海微众银行股份有限公司 Pressure testing method, device, equipment and computer readable storage medium
CN113656304A (en) * 2021-08-16 2021-11-16 上海浦东发展银行股份有限公司 Method and device for testing front-end application program and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112181813A (en) * 2020-09-17 2021-01-05 的卢技术有限公司 Interface automation test method, system and computer readable storage medium
CN112699040A (en) * 2020-12-30 2021-04-23 深圳前海微众银行股份有限公司 Pressure testing method, device, equipment and computer readable storage medium
CN112699040B (en) * 2020-12-30 2024-02-23 深圳前海微众银行股份有限公司 Pressure testing method, device, equipment and computer readable storage medium
CN113656304A (en) * 2021-08-16 2021-11-16 上海浦东发展银行股份有限公司 Method and device for testing front-end application program and storage medium

Similar Documents

Publication Publication Date Title
CN110442816B (en) Method and device for configuring web form and computer readable storage medium
US10417314B2 (en) Systems and methods of a script generation engine
CN111367802A (en) Web automatic testing method and device and computer readable storage medium
CN103019928B (en) A kind of automated testing method and system
US9626157B2 (en) Method of projecting a workspace and system using the same
CN110333863B (en) Method and device for generating and displaying applet page
CN106406844B (en) Method and device for realizing public number menu of communication interaction platform
CN105138448A (en) Method and device for page test at front end
CN104699604A (en) Method and device for testing Android application on basis of customized rendering engine
US10133766B2 (en) Accessing and editing virtually-indexed message flows using structured query langauge (SQL)
CN113051514B (en) Element positioning method and device, electronic equipment and storage medium
CN104598570A (en) Resource fetching method and device
CN109408763B (en) Method and system for managing resume of different templates
CN111552463A (en) Page jump method and device, computer equipment and storage medium
CN115686606A (en) Method, device, system and medium for displaying item dependency tree
CN111475237A (en) Menu processing method and device, electronic equipment and storage medium
CN113157523B (en) Service monitoring method and device, computer equipment and storage medium
US20070168912A1 (en) Program creating system, program creating program, and program creating module
CN113268245A (en) Code analysis method, device and storage medium
CN110764746B (en) Script generation method and device and computer readable storage medium
CN111158777A (en) Component calling method and device and computer readable storage medium
US11853727B2 (en) Group control and management among electronic devices
CN111367521A (en) Message sending method and device and message receiving method and device
CN110738024A (en) Method for converting WebAPP into API service interface
CN106126240A (en) A kind of method and system customizing mobile terminal desktop shortcut icon

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