|
Brian Marick
Testing Foundations
marick@testing.com
4. Testing is done through an external interface ("black box testing"). The same analysis applies to testing at the code level - and a brief example is given toward the end of the paper - but I will not describe all the details.
5. There is no mandate to automate. Management accepts the notion that some of your tests will be automated and some will be manual.
6. You first design the test and then decide whether it should be automated. In reality,it’s common for the needs of automation to influence the design. Sadly, that sometimes means tests are weakened to make them automatable. But if you understand where the true value of automation lies - it can also mean harmless adjustments or even improvements.
7. You have a certain amount of time to finish your testing. You should do the best testing possible in that time. The argument also applies in the less common situation of deciding on the tests first, then on how much time is required. |
|