Objecteering/UML
uses for tests a model known to all users: UML sequence
diagrams. These are instantiated by the user with test cases
expressed through UML notes. Wizards guide the user
in the writing of these test
cases. This test modeling, realized along-side the
application model, is non-intrusive and preserves the legibility of the model.
During the unit test phase, each method is tested. Test
cases des-cribe the activation
of a method, by instantiating its call parame-ters, and
specify the expected return value of the attributes and states of the class.
According to the test strategy used, the user defines
nominal test cases, at the limits or not.
|