Feb 12, 20211 minHave you seen my article on using Spring for managing test environments in automated tests?Read all about how to configure your test environment specific data in property files with Spring, to help run your automated TestNG and...
Nov 13, 20196 minUsing HashMaps in automated testsHashMaps are one of those Java concepts that can be very useful in automation testing, but are not widely used, because they seem to be...
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...
Oct 18, 20183 minThe Automated Regression Suite. Part 2 of 3. When to run the tests.Once you have your automated regression suite in place, you can create a scheduler to run them periodically, without any manual...
Oct 26, 20173 minTest design: write tests with proper console output to easily identify failure reasonsWhen automated test are running, they are either running on your own machine (when you write them or run them to check something), or in...