Using selenium python to realize basic automatic testing

Installing selenium Open the command control character input: pip install -U selenium Firefox browser installation firebug: www.firebug.com COM, debug all website languages and debug functions Selenium IDE is a plug-in embedded in Firefox browser to realize the recording and playback function of simple browser operation. The script recorded ...

Posted by olly79 on Tue, 08 Feb 2022 14:15:43 +0100

Unit test React components

A characteristic of front-end development is that it will involve more user interfaces. When the development scale reaches a certain degree, it is almost doomed that its complexity will increase exponentially. Whether in the initial construction of the code or in the subsequent unavoidable reconstruction and bug correction process, it is often ...

Posted by dnzone on Mon, 31 Jan 2022 05:22:00 +0100

A test engineer walks into a bar

A test engineer walks into a bar and asks for a beer; A test engineer walks into a bar and asks for a cup of coffee; A test engineer walked into a bar and ordered 0.7 glasses of beer; A test engineer walks into a bar and asks for -1 beer; A test engineer walked into a bar and ordered 2 ^ 32 glasses of beer; A test engineer walked into ...

Posted by ephmynus on Sun, 30 Jan 2022 15:12:01 +0100

Automated testing selenium--webdriver common API s

Automated testing selenium (2) – webdriver common API s Composition of simple script 1. Import the required package in the script header; 2. Get the driver of the browser; 3. Use browser driver to operate the text system to be tested; 4. Close the browser after the test. Common API s of webdriver: 1. Element positioning: object pos ...

Posted by ojsimon on Sat, 29 Jan 2022 03:04:59 +0100

Selenium web test

I introduce         1.Selenium is an open source testing tool for Web applications. It supports Firefox, IE, Chrome browsers, Java, C#, Ruby, Python and other mainstream languages.         2. Composition: selenium IDE+webdriver, etc       ...

Posted by ali_p on Tue, 25 Jan 2022 05:36:47 +0100

Segmented random practice - simulating online traffic

In daily performance testing, traffic playback is a very excellent way. It can not only quickly build test cases and be infinitely close to the preset scenarios, but also greatly reduce the test threshold and save time and cost with the help of many excellent playback frameworks such as goreplay. This method is very suitable for rapid performan ...

Posted by SZero on Tue, 25 Jan 2022 04:30:21 +0100

Learning software testing must know testing tool

1 download address 2 initial interface 2.1 new project Enter the project name you want 2.2 new interface What is ApiPost ApiPost = interface debugging + rapid generation of interface documents + standardized management of interface documents + Mock API + interface process test. Common interface management schemes API documentati ...

Posted by benzrf on Mon, 24 Jan 2022 10:21:41 +0100

Junit5 + YAML can easily realize parameterization and data-driven, making App automated testing more efficient

This paper is the course study notes of excellent students in Hogwarts Testing Institute. We want to communicate with advanced students at the end of the text. ** 1. What is data driven** What is parameterization? What is data driven? Some people often don't understand their relationship. Let's talk about personal understanding. Let's f ...

Posted by MattDunbar on Sat, 22 Jan 2022 22:05:46 +0100

GRPC protocol Mock Server service

PowerMock is an implementation of Mock Server. It supports Mock of HTTP and gRPC protocol interfaces at the same time, and provides flexible plug-in functions. This tool is designed for developers with interface Mock requirements such as front and back end and testing. It can also be deployed in gateway architecture or API management platform a ...

Posted by php_jord on Fri, 21 Jan 2022 12:55:32 +0100

You think Shell is just a command line? Read this article and empower your work

What is Shell? Many people think that the Shell is the command line, which can be Baidu out one by one. And on your resume, you only write that you are familiar with Linux? Today, I will use Mobai App to explain how to use it Shell to operate Android devices for automated testing. 1 Environmental preparation First, we need to prepare a mobile ...

Posted by woza_uk on Fri, 21 Jan 2022 04:44:10 +0100