Coverage Runner
blb
Coverage Options
The soapUI Coverage OPtions are as follow:

The Coverage Options dialog available from the toolbar allows you to set the following options:
- Count Empty Values
Check this if you want empty elements and attributes to be regarded as covered - Count ? Values
Check this if you want elements and attributes containing '?' should be regarded as covered - Excluded Elements
Use this to create a list of element names in the format "{" + Namespace URI + "}" + local part which should be excluded from coverage calculations. - Multi Values
Use this to create a comma-seperated list of values which will count coverage for the specified values. Format "{" + Namespace URI + "}" + local part. An exampler could be if you have a weekday element you could enter {http://my.namespace}weekday=mon,tue,wed,thu,fri,sat,sun and coverage will be calculated for the complete set of values.



