Assertion chaining with Hamcrest

In some cases we want to assert more than one thing in a test. For instance when testing a financial application with a chart of accounts that contains multiple calculated…
Read moreIn some cases we want to assert more than one thing in a test. For instance when testing a financial application with a chart of accounts that contains multiple calculated…
Read moreA good practice in test automation is the use of Descriptive And Meaningful Phrases (also known as DAMP). This means that our tests clearly tell us what they do in…
Read more