This September was quite productive, as i had 4 test automation related articles published, which i recommend reading: Creating an Architecture for Your Automated Tests Writing Automated Tests in Small Increments 4 Times Your Automation Passed While Bugs Were Present Now That You’ve Created Automated Tests, Run Them! Enjoy.
Using Retries in tests can hide the bugs
We are quite familiar with the concept of randomly failing automated tests. Those are the tests that even though there is no change in the feature they are testing, they either fail randomly at the same step, or they fail at random steps. Handling the results of such tests can be tricky, and some teams… Read More
Quick Tip: Selenium – Taking screenshots (of regular tests and test failures)
The What During Selenium test execution, i want to store a screenshot of what is displayed in the browser to understand in what conditions the test ran.