Keep Test Scripts Small
Many testing questions start with
"I've got this test script with 1400 tests..."
Big tests are
Hard to maintain
Hard to decouple
Hard to read
Take a long time to run
Have all the same problems as big subroutines
Prev
|
toc
|
Next