Mar 101 minWatch me talk about testing with Java, Junit5, Selenium and best practicesHere is a recent recording with some good advice on testing with Java, Junit5, Selenium and best practices: https://www.youtube.com/watch...
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...
Nov 1, 20184 minBetter Test Code Principles: Use proper naming, for everythingNaming is one of those underrated things when it comes to test automation code. Many times, when you look at variable or even test method...