top of page
Jun 12, 2023
Test assertions on DateTime values
Recently, I was running a large test suite to verify my changes in the Base Application item journal posting functionality. Changes were...
297 views3 comments
Aug 18, 2022
Positive value of a negative test
A QA engineer walks into a bar. Orders a beer. Orders 0 beers. Orders 99999999999 beers. Orders a lizard. Orders -1 beers. Orders a...
129 views0 comments
Apr 18, 2022
Testing mistakes, Part III: Let's make it right
The third post of the series of typical testing mistakes will be dedicated to fixing these mistakes. In two previous posts, I was...
66 views0 comments
Mar 15, 2022
Mistakes we make, Part II
Continuing the previous post, I will linger a bit longer on the topic of testing mistakes, and demonstrate some more examples of testing...
72 views3 comments
Mar 7, 2022
Mistakes we make: Test that never fails
We all make mistakes - this is the way we learn. When it comes to automated testing, one of the most error-prone areas, where the...
107 views0 comments
Feb 15, 2022
On the meaning of words: Unit testing
Clarifying some testing terminology We often talk about testing in terms of various test types - unit testing, functional or system...
122 views0 comments
Feb 10, 2022
What 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...
220 views2 comments
bottom of page