Thursday, March 1, 2012

What tests should be included in object class testing?

What tests should be included in object class testing?
Answer: 1. Test all operations associated with the object;

2. Set and check the value of all attributes associated with the object;
3. Put the object into all possible states. This means that you should simulate all events that cause a state change.

0 comments:

Post a Comment