Re: unit tests and 'system' tests with history

2011-11-30 Thread Ian Clelland
On Wed, Nov 30, 2011 at 2:48 AM, Gelonida N wrote: > 2.) Stress / System tests > -- > These are often called 'integration tests', and are used to test whether all of the (properly unit-tested) components of the system actually function

unit tests and 'system' tests with history

2011-11-30 Thread Gelonida N
I started implementing tests for my django application. I anticipate two kind of tests: 1.) Unit tests --- The unit tests should be as the uni tests are implemented in django. They should be 'atomic' independent, could be executed in any order and should always yield the same