Jun 12, 2023Test assertions on DateTime valuesRecently, I was running a large test suite to verify my changes in the Base Application item journal posting functionality. Changes were...
Aug 18, 2022Positive value of a negative testA QA engineer walks into a bar. Orders a beer. Orders 0 beers. Orders 99999999999 beers. Orders a lizard. Orders -1 beers. Orders a...
Apr 18, 2022Testing mistakes, Part III: Let's make it rightThe third post of the series of typical testing mistakes will be dedicated to fixing these mistakes. In two previous posts, I was...
Mar 15, 2022Mistakes we make, Part IIContinuing the previous post, I will linger a bit longer on the topic of testing mistakes, and demonstrate some more examples of testing...
Mar 7, 2022Mistakes we make: Test that never failsWe all make mistakes - this is the way we learn. When it comes to automated testing, one of the most error-prone areas, where the...
Feb 15, 2022On the meaning of words: Unit testingClarifying some testing terminology We often talk about testing in terms of various test types - unit testing, functional or system...
Feb 10, 2022What are we testing, exactly?Planning your test scenarios Let's get started with the first test example. I find it a good introductory exercise to pick a very simple...