Designing Tests With Actions – Part 1
There are many ways to design tests. In this article we will look at how to design tests by breaking an application down into actions. Designing a test case based on actions allows you to create tests at multiple layers of abstraction, which helps let you:
a) Create tests earlier.
b) Create more thorough tests.
c) Find starting points for exploratory testing.
Read the rest of this entry »