Choosing the right test strategy
In my previous blog post I described Behavior Driven Development and specifically the tool SpecFlow. Another area within testing is unit testing, which focuses on testing of classes. This already shows two different areas where to focus on when testing. What kind of testing areas do we have and when to use which strategy when?
To have a decent answer to this question, let’s have a look at the test pyramid.
Read More…