This artifact covers all of the steps to validate a specific aspect of an implementation element. For example, a test
could ensure that the parameters of a method properly accept the uppermost and lowermost required values. A developer
test specifies test entries, execution conditions, and expected results. These details are identified to evaluate a
particular aspect of a scenario.
When you collect developer tests for a specific implementation element, you can validate that the element performs as
specified.
The tests be self-documenting so that it is clear upon completion of the test whether the implementation element has
run correctly.
|