ENVY/QA User Guide : Code Coverage : Guided Tour : Watching Your Application
Watching Your Application
In the Code Coverage Browser, click watch. Your application is now being watched, and Code Coverage detects automatically which methods you execute. Proceed as follows:
1. From the Transcript, evaluate:
Person named: 'Joe' age: 30.
2. Return to the Code Coverage Browser and select your application.
The #named:age: method has been executed (tested) and automatically disappears from the Code Coverage Browser.
3. To see methods hidden by Code Coverage, select Methods > Show All. (This is the default. The toggle for this is Methods > Hide Ignored.)
Last modified date: 06/30/2015