https://twitter.com/waltervr
In our series we have created a very basic but solid framework with all the good practices in POM. To round up our tests, In JAVA, we have something...
With the fixtures cleaned up. It is time to update the test to use our new implementation. To do so, we'll create a BaseTest to follow the same...
In one of our previous tutorials, we added some fixtures to handle the inclusion of parameter handling via a config file and also, the manipulation of...
In this short but useful tutorial, we'll learn how to install and configure pytest-xdist plugin to execute our test scripts in parallel. Web UI tests...
In this short but useful tutorial, we'll learn how to install and configure pytest-html plugin to generate some nice reports for our test...
When using XPaths in Selenium, there are a number of functions that can be used to speed up or improve our XPath, especially when talking about...