Filters can be used during session comparison to exclude data from the test results.
Filters are usually stored in the default filter file.
To save your own set of filters for use in a regression test, you can save the filters to a file from the Filter Manager dialog.
Specify filters to be applied to the sessions loaded for the regression test.
For most use cases you'll want to use -globalFilters so that the same filters are applied to the baseline session and the recorded session.
Examples:
-sessionFilters c:\filters\testMacro1.mvf
-globalFilters "c:\reg tests filters\testMacro1.mvf"
Apply the filters loaded using -sessionFilters to the baseline session.
Apply the filters loaded using -globalFilters to the baseline session and the comparison session.
-filterSessionLeakedObjectsHTML
-filterSessionLeakedObjectsXML
When the session objects are exported to an HTML or XML file, the output is filtered using the filters loaded using -globalFilters.