News

Hamcrest with JUnit 5 Hamcrest is based on the concept of a matcher, which can be a very natural way of asserting whether or not the result of a test is in a desired state. If you have not used ...
“Unit tests are completely isolated from each other, creating their test fixtures from scratch each time.” In this approach, the word unit in unit testing refers to the test itself: unit tests ...
A unit test is a test that is done to make sure a small component of the code works as expected. If you add enough unit tests, it can be a powerful tool to ensure that you don’t release a broken ...
The switch to the testing diamond approach did not effectively address issues caused by the testing pyramid. Instead, the focus should be on using unit tests correctly within a testable architecture.
International standards such as IEC-61508, ISO-26262, and DO-178B require module testing for a given functional safety level. Unit testing at the module level helps to achieve this requirement.
User Acceptance Testing is where we take those refined and tested processes and have real-world users give their normal processes a try in this testing environment. The Finance team is currently deep ...