background image
<< The Find Objects window | Improving the Application Map >>
<< The Find Objects window | Improving the Application Map >>

Excluding Specific Functions

Developing and Working with the Application Map
4-22
Excluding Specific Functions in the AUT from Mapping
and Testing
The AUT can include functions that you do not necessarily want it to perform
during mapping and testing. During mapping, a control such as a "Save as" menu
command could create unwanted files. A "Clear database" or "Delete record" button
could delete data that you want to keep for testing purposes. To prevent the AUT
from performing functions such as these during mapping and testing, you can either
modify UI object properties to exclude the controls involved from full mapping and
testing, or use an alternative strategy outside of TestFactory. The following example
shows how you can manage a print function during mapping and testing.
If you fully map or test an area of the AUT that includes the print function, you can
generate unwanted printed material. To work around this problem, do one of the
following:
þ
Map the first level of controls on the print dialog box, and then change the
ExerciseDuringMapping and ExerciseDuringTesting properties for the
UI object mapped for the print control.
þ
Set the Windows printer driver to hold the print job(s), and then delete the
spooled jobs.
To change the ExerciseDuringMapping and ExerciseDuringTesting properties for
the print control object:
1. Map the first level of controls on the print dialog box.
2. In the application map, click the UI object mapped for the print control.
3. In the Properties view in the top right pane, click Application Mapper.
4. Double-click the Value field for ExerciseDuringMapping, and then click No.
5. In the Properties view, click Pilot.
6. Double-click the Value field for ExerciseDuringTesting, and then click Never.
For information about how to set the Windows printer driver to hold the print
job(s), and then delete the spooled jobs, see Help for your Windows
operating system.