Oct 25, 20184 minThe Automated Regression Suite. Part 3 of 3. How to run the suiteOnce you have a regression suite set up, you will need to run it. When you have a smaller number of tests that need to be run on a...
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...
Jan 30, 20186 minAutomated testing of translations by using property filesWhenever you need to write tests that check for a text in several languages, you don’t need to write one test for each language that you...
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...
Jan 16, 20184 minWhy you need to test your production environmentIt occurred to me lately, after chatting with some people from the testing community, that not everyone runs automated tests or does any...
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...