Apr 14, 20213 minUsing Retries in tests can hide the bugsWe are quite familiar with the concept of randomly failing automated tests. Those are the tests that even though there is no change in...
Jan 15, 20211 minRead my article on using WebDriverWaits as retriesCheckout this article i wrote on how to use WebDriverWaits as retries for more test automation success: https://blog.testproject.io/2021/...
Jan 23, 20183 minWrite automated tests with repeatable resultsWriting automated tests is no longer the biggest challenge in the testing community. Writing reliable automated tests is. So many times...
Oct 30, 20172 minCheck that the value you think you typed into a field has actually been typed correctlyYou are writing some automated tests with Selenium, that require you to fill in some text fields in a form. You are pretty confident you...