CN112286822A - Web automatic test system, test method and test device based on selenium framework - Google Patents

Web automatic test system, test method and test device based on selenium framework Download PDF

Info

Publication number
CN112286822A
CN112286822A CN202011232408.3A CN202011232408A CN112286822A CN 112286822 A CN112286822 A CN 112286822A CN 202011232408 A CN202011232408 A CN 202011232408A CN 112286822 A CN112286822 A CN 112286822A
Authority
CN
China
Prior art keywords
test
browser
web
selenium
simulation
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
CN202011232408.3A
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.)
State Grid Corp of China SGCC
State Grid Qinghai Electric Power Co Ltd
Information and Telecommunication Branch of State Grid Qinghai Electric Power Co Ltd
Original Assignee
State Grid Corp of China SGCC
State Grid Qinghai Electric Power Co Ltd
Information and Telecommunication Branch of State Grid Qinghai Electric Power 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 State Grid Corp of China SGCC, State Grid Qinghai Electric Power Co Ltd, Information and Telecommunication Branch of State Grid Qinghai Electric Power Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN202011232408.3A priority Critical patent/CN112286822A/en
Publication of CN112286822A publication Critical patent/CN112286822A/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/3684Test management for test design, e.g. generating new test cases
    • 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 application provides a web automation test system, a test method and a test device based on a selenium frame, wherein the web automation test system comprises: a web system; the system comprises a selenium testing tool, a web system and a web server, wherein the selenium testing tool is in communication connection with the web system and is used for testing the web system; and driving the browser for running the selenium test tool and simulating the manual operation of the test process. In the web automatic test system, the browser is driven to run the selenium test tool, so that the selenium test tool tests the web system, the browser is driven to simulate the operation of different testers in permission and various roles in the test process so as to replace manual execution of mechanical repetitive work, compared with manual operation, the labor cost and the operation error rate of the web automatic test are reduced, the web automatic test system can realize uninterrupted operation, and the test efficiency is improved.

Description

Web automatic test system, test method and test device based on selenium framework
Technical Field
The application relates to the technical field of automated testing, in particular to a web automated testing system, a testing method, a testing device, a computer-readable storage medium and a processor based on a selenium framework.
Background
The existing web system is basically used for analyzing logs, operating and testing manually, different dangerous point analyses are respectively carried out according to different manufacturers, different systems and different levels of systems, different dangerous point analyses are respectively carried out and different precautionary measures are taken by combining the actual characteristics, the service importance and the special guarantee period of the power production, and the web system is in mechanized repetitive work, large in quantity and repeated and easy to make mistakes.
The above information disclosed in this background section is only for enhancement of understanding of the background of the technology described herein and, therefore, certain information may be included in the background that does not form the prior art that is already known in this country to a person of ordinary skill in the art.
Disclosure of Invention
The main objective of the present application is to provide a web automation test system, a test method, a test apparatus, a computer-readable storage medium, and a processor based on a selenium framework, so as to solve the problem of high labor cost of web automation test in the prior art.
According to an aspect of the embodiment of the invention, a web automation test system based on a selenium framework is provided, which comprises: a web system; a selenium test tool, communicatively connected to the web system, for testing the web system; and the driving browser is used for running the selenium test tool and simulating the manual operation of the test process.
Optionally, the driven browsers include Chrome browser, internet explore browser, and Firefox browser.
Optionally, the engine corresponding to the Chrome browser is a Webkit, the engine corresponding to the internet explorer browser is a Trident, and the engine corresponding to the Firefox browser is a Gecko.
According to another aspect of the embodiments of the present invention, there is also provided a test method, including: selecting the type of a driving browser; executing a test case by adopting a selenium test tool, and performing simulation operation on an object of a web page through the driving browser, wherein the simulation operation is the operation of manual operation in a simulation test process; and judging whether the actual output result of the test is consistent with the expected output result through the assertion so as to determine whether the test case is successfully executed.
Optionally, the simulation operation includes an operation corresponding to a self-contained function of the selenium test tool and an operation corresponding to a function to be tested of the web system.
According to still another aspect of the embodiments of the present invention, there is also provided a test apparatus, including: the processing unit is used for selecting the type of the driving browser; the test unit is used for executing a test case by adopting a selenium test tool and carrying out simulation operation on an object of the web page through the drive browser, wherein the simulation operation is the operation of manual operation in the simulation test process; and the determining unit is used for judging whether the actual output result of the test is consistent with the expected output result through the assertion so as to determine whether the test case is successfully executed.
According to still another aspect of embodiments of the present invention, there is also provided a computer-readable storage medium including a stored program, wherein the program executes any one of the methods.
According to still another aspect of the embodiments of the present invention, there is further provided a processor, configured to execute a program, where the program executes any one of the methods.
In the embodiment of the invention, the browser is driven to run the selenium test tool in the web automatic test system, so that the selenium test tool tests the web system, and the browser is driven to simulate the operation of different test personnel authorities and various roles in the test process so as to replace manual execution of mechanical repetitive work.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the application and, together with the description, serve to explain the application and are not intended to limit the application. In the drawings:
FIG. 1 shows a schematic diagram of a web automated testing system according to an embodiment of the present application;
FIG. 2 shows a flow diagram of a testing method according to an embodiment of the present application;
FIG. 3 shows a schematic diagram of a testing device according to an embodiment of the present application.
Wherein the figures include the following reference numerals:
10. a web system; 20. a selenium test tool; 30. driving a browser; 31. chrome browser; 32. internet explore browser; 33. a Firefox browser; 40. a browser drive engine; 41. a Webkit driver; 42. trident driving; 43. gecko drive; 50. a web automation driver.
Detailed Description
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below 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, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It will be understood that when an element such as a layer, film, region, or substrate is referred to as being "on" another element, it can be directly on the other element or intervening elements may also be present. Also, in the specification and claims, when an element is described as being "connected" to another element, the element may be "directly connected" to the other element or "connected" to the other element through a third element.
For convenience of description, some terms or expressions referred to in the embodiments of the present application are explained below:
webkit: an open source browser engine, usable by Chrome browsers;
trident: MSHTML, the name of the typesetting engine of the Web browser-Internet Explore browser carried by Microsoft Windows operating system;
gecko: an open source, C + + written web layout engine may be used by Chrome browser.
As mentioned in the background of the invention, the labor cost of web automation test in the prior art is high, and in order to solve the above problems, in an exemplary embodiment of the present application, a web automation test system, a test method, a test apparatus, a computer readable storage medium and a processor based on a selenium framework are provided.
According to an embodiment of the application, a web automation test system based on a selenium framework is provided, as shown in fig. 1, the system includes:
a web system 10;
a selenium test tool 20, communicatively connected to the web system 10, for testing the web system 10;
the browser 30 is driven for running the above mentioned selenium test tool 20 and simulating the manual operation of the test process.
In the web automatic test system, the browser is driven to run the selenium test tool, so that the selenium test tool tests the web system, in the test process, the browser is driven to simulate the operation of different testers in permission and various roles so as to replace manual execution of mechanical repetitive work, compared with manual operation, the labor cost and the operation error rate of the web automatic test are greatly reduced, the problem of high labor cost of the web automatic test in the prior art is solved, the web automatic test system can realize uninterrupted operation, and the test efficiency is improved.
It should be noted that, the web automation test system may find that potential safety hazards exist in the web system according to the test result, and generate an optimal emergency disposal scheme, a precautionary measure, a disposal suggestion, and the like, so as to improve the safety of the operation of the web system.
In one embodiment of the present application, as shown in fig. 1, the driver browser 30 includes a Chrome browser 31, an internet explore browser 32, and a Firefox browser 33. Specifically, the driver browser is a commonly-used browser, and an application scenario of the web automation test system is added, but the driver browser is not limited thereto, and a person skilled in the art can select a suitable driver browser according to an actual situation to further add the application scenario of the web automation test system.
In an embodiment of the present application, as shown in fig. 1, each of the driving browsers 30 has a corresponding browser driving engine 40, the engine corresponding to the Chrome browser 31 is a Webkit driver 41, the engine corresponding to the internet explore browser 32 is a Trident driver 42, and the engine corresponding to the Firefox browser 33 is a Gecko driver 43. Specifically, the driving browser adopts a corresponding engine to ensure that the driving browser can normally run a selenium test tool.
In one embodiment of the present application, as shown in fig. 1, the above mentioned selenium test tool 20 has a corresponding web automation driver 50, so that the selenium test tool runs in a browser and realizes the automated test on the web system.
According to an embodiment of the present application, a testing method is provided.
FIG. 2 is a flow chart of a testing method according to an embodiment of the present application. As shown in fig. 2, the method comprises the steps of:
step S101, selecting the type of a driving browser;
step S102, executing a test case by adopting a selenium test tool, and performing simulation operation on an object of a web page through the driving browser, wherein the simulation operation is manual operation in a simulation test process;
step S103, judging whether the actual output result of the test is consistent with the expected output result through the assertion so as to determine whether the test case is successfully executed.
In the test method, firstly, the type of a driver browser is selected, then a selenium test tool is adopted to execute a test case, the driver browser is used for simulating the object of the web page, the simulation operation is the operation of manual operation in the simulation test process, and finally, whether the actual output result of the test is consistent with the expected output result is judged through assertion so as to determine whether the test case is successfully executed. According to the test method, in the process of executing the test case by the selenium test tool, the driving browser is used for simulating the object of the web page, namely simulating the operation of different testers with permission and various roles so as to replace manual execution of mechanized repetitive work.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than presented herein.
In an embodiment of the application, the simulation operations include an operation corresponding to a self-contained function of the selenium test tool and an operation corresponding to a function to be tested of the web system. Specifically, the operation corresponding to the self-contained function of the selenium test tool may operate on a page element, for example, a click () method is used to click a page element or select a radio button, a drop-down box, or the like, and the operation corresponding to the function to be tested of the web system is used to test the function of the web system, for example, functions of system login and logout, file upload and download, page screenshot, or the like.
The embodiment of the present application further provides a testing apparatus, and it should be noted that the testing apparatus of the embodiment of the present application may be used to execute the testing method provided by the embodiment of the present application. The following describes a test apparatus provided in an embodiment of the present application.
FIG. 3 is a schematic diagram of a testing device according to an embodiment of the present application. As shown in fig. 3, the apparatus includes:
a processing unit 100 for selecting a type of driving a browser;
the test unit 200 is configured to execute a test case by using a selenium test tool, and perform a simulation operation on an object of a web page through the driver browser, where the simulation operation is a manual operation in a simulation test process;
the determining unit 300 is configured to determine whether the actual output result of the test is consistent with the expected output result through the assertion, so as to determine whether the test case is successfully executed.
In the testing device, a processing unit selects the type of a driver browser, a testing unit executes a test case by adopting a selenium testing tool and performs simulation operation on an object of a web page through the driver browser, the simulation operation is manual operation in a simulation testing process, and a determining unit judges whether a test actual output result is consistent with an expected output result through assertion so as to determine whether the test case is successfully executed. The testing device performs simulation operation on the object of the web page through the driving browser in the process of executing the test case by the selenium testing tool, namely, the operation of different testers with permission and various roles is simulated to replace manual execution of mechanized repetitive work.
In an embodiment of the application, the simulation operations include an operation corresponding to a self-contained function of the selenium test tool and an operation corresponding to a function to be tested of the web system. Specifically, the operation corresponding to the self-contained function of the selenium test tool may operate on a page element, for example, a click () method is used to click a page element or select a radio button, a drop-down box, or the like, and the operation corresponding to the function to be tested of the web system is used to test the function of the web system, for example, functions of system login and logout, file upload and download, page screenshot, or the like.
The testing device comprises a processor and a memory, wherein the processing unit, the testing unit, the determining unit and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more than one, and the problem of high labor cost of the web automation test in the prior art is solved by adjusting the kernel parameters.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
An embodiment of the present invention provides a computer-readable storage medium, on which a program is stored, which, when executed by a processor, implements the above-described testing method.
The embodiment of the invention provides a processor, which is used for running a program, wherein the program executes the test method when running.
The embodiment of the invention provides equipment, which comprises a processor, a memory and a program which is stored on the memory and can run on the processor, wherein when the processor executes the program, at least the following steps are realized:
step S101, selecting the type of a driving browser;
step S102, executing a test case by adopting a selenium test tool, and performing simulation operation on an object of a web page through the driving browser, wherein the simulation operation is manual operation in a simulation test process;
step S103, judging whether the actual output result of the test is consistent with the expected output result through the assertion so as to determine whether the test case is successfully executed.
The device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present application further provides a computer program product adapted to perform a program of initializing at least the following method steps when executed on a data processing device:
step S101, selecting the type of a driving browser;
step S102, executing a test case by adopting a selenium test tool, and performing simulation operation on an object of a web page through the driving browser, wherein the simulation operation is manual operation in a simulation test process;
step S103, judging whether the actual output result of the test is consistent with the expected output result through the assertion so as to determine whether the test case is successfully executed.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technology can be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the above-described division of the units may be a logical division, and in actual implementation, there may be another division, for example, multiple units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit may be stored in a computer-readable storage medium if it is implemented in the form of a software functional unit and sold or used as a separate product. 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 computer-readable storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned computer-readable storage media comprise: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
From the above description, it can be seen that the above-described embodiments of the present application achieve the following technical effects:
1) in the web automation test system, the driver browser runs the selenium test tool, so that the selenium test tool tests the web system, in the test process, the driver browser simulates the authority of different testers, the operation of various roles, the repeated work of manual execution mechanization is replaced, compared with manual operation, the labor cost and the operation error rate of the web automation test are greatly reduced, the problem of high labor cost of the web automation test in the prior art is solved, the web automation test system can realize uninterrupted operation, and the test efficiency is improved.
2) According to the test method, firstly, the type of the driver browser is selected, then a selenium test tool is adopted to execute the test case, the driver browser is used for carrying out simulation operation on the object of the web page, the simulation operation is manual operation in the simulation test process, and finally, whether the actual output result of the test is consistent with the expected output result is judged through assertion so as to determine whether the test case is successfully executed. According to the test method, in the process of executing the test case by the selenium test tool, the driving browser is used for simulating the object of the web page, namely simulating the operation of different testers with permission and various roles so as to replace manual execution of mechanized repetitive work.
3) In the testing device, the processing unit selects the type of the driver browser, the testing unit executes the test case by adopting a selenium testing tool and performs simulation operation on the object of the web page through the driver browser, the simulation operation is manual operation in the simulation testing process, and the determining unit judges whether the actual output result of the test is consistent with the expected output result through assertion so as to determine whether the test case is successfully executed. The testing device performs simulation operation on the object of the web page through the driving browser in the process of executing the test case by the selenium testing tool, namely, the operation of different testers with permission and various roles is simulated to replace manual execution of mechanized repetitive work.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (8)

1. A selenium framework based web automation test system, comprising:
a web system;
a selenium test tool, communicatively connected to the web system, for testing the web system;
and the driving browser is used for running the selenium test tool and simulating the manual operation of the test process.
2. The system of claim 1, wherein the driven browsers include Chrome browser, internet explore browser, and Firefox browser.
3. The system of claim 1, wherein the driven browsers each have a corresponding browser driver engine, the engine corresponding to the Chrome browser is a Webkit driver, the engine corresponding to the internet explore browser is a Trident driver, and the engine corresponding to the Firefox browser is a Gecko driver.
4. A method for testing the web automation test system of any one of claims 1 to 3, comprising:
selecting the type of a driving browser;
executing a test case by adopting a selenium test tool, and performing simulation operation on an object of a web page through the driving browser, wherein the simulation operation is the operation of manual operation in a simulation test process;
and judging whether the actual output result of the test is consistent with the expected output result through the assertion so as to determine whether the test case is successfully executed.
5. The method of claim 4, wherein the simulation operations comprise operations corresponding to self-contained functions of a selenium test tool and operations corresponding to functions to be tested of the web system.
6. A testing apparatus of the web automation test system of any one of claims 1 to 3, characterized by comprising:
the processing unit is used for selecting the type of the driving browser;
the test unit is used for executing a test case by adopting a selenium test tool and carrying out simulation operation on an object of the web page through the drive browser, wherein the simulation operation is the operation of manual operation in the simulation test process;
and the determining unit is used for judging whether the actual output result of the test is consistent with the expected output result through the assertion so as to determine whether the test case is successfully executed.
7. A computer-readable storage medium, characterized in that the computer-readable storage medium comprises a stored program, wherein the program performs the method of claim 4 or 5.
8. A processor, characterized in that the processor is configured to run a program, wherein the program when running performs the method of claim 4 or 5.
CN202011232408.3A 2020-11-06 2020-11-06 Web automatic test system, test method and test device based on selenium framework Pending CN112286822A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011232408.3A CN112286822A (en) 2020-11-06 2020-11-06 Web automatic test system, test method and test device based on selenium framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011232408.3A CN112286822A (en) 2020-11-06 2020-11-06 Web automatic test system, test method and test device based on selenium framework

Publications (1)

Publication Number Publication Date
CN112286822A true CN112286822A (en) 2021-01-29

Family

ID=74352208

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011232408.3A Pending CN112286822A (en) 2020-11-06 2020-11-06 Web automatic test system, test method and test device based on selenium framework

Country Status (1)

Country Link
CN (1) CN112286822A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113254018A (en) * 2021-07-14 2021-08-13 广州易方信息科技股份有限公司 Automatic operation method and device for webpage view
CN115426304A (en) * 2022-11-07 2022-12-02 易方信息科技股份有限公司 Multi-role live broadcast interactive test method, device, medium and electronic equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107729230A (en) * 2017-09-18 2018-02-23 郑州云海信息技术有限公司 A kind of WEB automatic test devices and method of testing based under control scheme
CN109144856A (en) * 2018-07-27 2019-01-04 北京皮尔布莱尼软件有限公司 A kind of UI automated testing method calculates equipment and storage medium
CN109656643A (en) * 2017-10-10 2019-04-19 武汉斗鱼网络科技有限公司 More browser compatibility test methods, storage medium, electronic equipment and system
CN110362488A (en) * 2019-07-12 2019-10-22 北京字节跳动网络技术有限公司 A kind of page test method, device, electronic equipment and storage medium
CN110704304A (en) * 2019-09-06 2020-01-17 平安普惠企业管理有限公司 Application program testing method and device, storage medium and server
CN110851356A (en) * 2019-10-30 2020-02-28 河海大学 Selenium-based Web application automatic test framework and construction method and system thereof

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107729230A (en) * 2017-09-18 2018-02-23 郑州云海信息技术有限公司 A kind of WEB automatic test devices and method of testing based under control scheme
CN109656643A (en) * 2017-10-10 2019-04-19 武汉斗鱼网络科技有限公司 More browser compatibility test methods, storage medium, electronic equipment and system
CN109144856A (en) * 2018-07-27 2019-01-04 北京皮尔布莱尼软件有限公司 A kind of UI automated testing method calculates equipment and storage medium
CN110362488A (en) * 2019-07-12 2019-10-22 北京字节跳动网络技术有限公司 A kind of page test method, device, electronic equipment and storage medium
CN110704304A (en) * 2019-09-06 2020-01-17 平安普惠企业管理有限公司 Application program testing method and device, storage medium and server
CN110851356A (en) * 2019-10-30 2020-02-28 河海大学 Selenium-based Web application automatic test framework and construction method and system thereof

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113254018A (en) * 2021-07-14 2021-08-13 广州易方信息科技股份有限公司 Automatic operation method and device for webpage view
CN115426304A (en) * 2022-11-07 2022-12-02 易方信息科技股份有限公司 Multi-role live broadcast interactive test method, device, medium and electronic equipment

Similar Documents

Publication Publication Date Title
Molyneaux The art of application performance testing: from strategy to tools
US20100146340A1 (en) Analyzing Coverage of Code Changes
CN105373478B (en) Automated testing method and system
CN106933729A (en) A kind of method of testing and system based on cloud platform
US11055208B1 (en) Systems and methods for automatically assessing and conforming software development modules to accessibility guidelines in real-time
CN108804305A (en) A kind of method and device of automatic test
CN112286822A (en) Web automatic test system, test method and test device based on selenium framework
CN111338925A (en) Applet test method, device and system, electronic equipment and storage medium
CN111949522A (en) User interface automatic testing method and device
CN107704389B (en) Page testing method and device
CN112817853A (en) Automatic test method, system and electronic equipment
CN113704110A (en) Automatic testing method and device for user interface
CN114186697A (en) Method and device for generating and applying deep learning model based on deep learning framework
Nidagundi et al. New method for mobile application testing using lean canvas to improving the test strategy
US9274933B2 (en) Pretest setup planning
CN106557414A (en) Application testing system and method
JP2022136983A (en) Automatic generation of integrated test procedures using system test procedures
CN104360946A (en) Defect-testing computer implementation method and computer
Heinrich et al. The palladio-bench for modeling and simulating software architectures
US10372849B2 (en) Performing and communicating sheet metal simulations employing a combination of factors
CN116719736A (en) Test case generation method and device for testing software interface
CN112035300A (en) Server BMC automatic test system, method, storage medium and electronic device
Melo et al. Using docker to assist Q&A forum users
CN113986263A (en) Code automation test method, device, electronic equipment and storage medium
CN114003443A (en) Automatic test method, device, terminal and storage medium for hard disk performance

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