Are your test scripts reusable
Ensure that your test scripts can be reused by designing your test scripts to maximize reuse. Promoting reuse takes
different forms depending on whether you are generating, programming, or recording test scripts. |
Are your test scripts testable
Are your test scripts naming consistent with your other test work products
Make sure that the naming of your test scripts is consistent with other test related work products. For example, if
you are creating test classes for each of your test cases, ensure that the naming represents this relationship.
Alternatively, if you are building test scripts inside of a library, use a consistent naming convention to reflect the
library or libraries. |
Have you ensured that your test scripts provide test coverage consistent with the system under test
|