#pytest
Read more stories on Hashnode
Articles with this tag
An exhaustive test-suite comprises of many test cases that test different features on various combinations of browsers, platforms, and devices Though...
While writing your Selenium Test automation scripts, you’d often require data that you want to share across multiple tests. This is done by using...
As the number of features in a web application increases, the Selenium automation tests also gradually increases! It is easy to be overwhelmed and get...
Irrespective of the test framework being used, one aspect that would be of interest to the various stakeholders in the project e.g. developers,...
Test automation frameworks such as pytest are very powerful in automating tests when used along with the Selenium, the test results generated by these...