Monday, June 8, 2009

Validate instead of Verify

The first post is something like an advice or a tip.

Use Validate in the test cases instead of verify

The reason being whatever dynamic testing activity we perform, for which we are writing and recording the test cases falls under the basket of validation.
Verification is the set of activity which are done statically without actual execution of the code. For example, review of the design, review of requirements etc.

For a more clear picture, read about difference between verification and validation.

No comments:

Post a Comment