Integration Test – Compendium

It’s second time we’re going to talk about Integration tests, previously I wrote about basics. This time more about how to write IT. Before we start writing tests we need to decide what parts of application we’re going to test. There are 3 possibilities. It’s important to mention that IT like that are very similar…

Read More

Integration tests

Previously we were talking about the most important kind of tests for developers, unit tests. There is one more kind of tests that developers should write, integration tests. I’ll describe what Integration Tests are and why you would want to write them, finally we’ll compare them to Unit Tests. After that post you’ll know when…

Read More