Select... | To... |
Default | Compare the actual and expected service result without any filter. |
Ignore Namespace Prefix | Ignore the namespace prefix from the service results. For example, for a field value demotest:employee in the actual result, where demotest is the namespace prefix, Unit Test Framework ignores the namespace and uses employee for comparison. |
Use Field Alias | Specify which fields in the service result should be compared. You have to provide a field alias for the field in the actual result that you want to Unit Test Framework to compare against in the expected output. For example, for a field value demotest:employee in the actual result, you can assign a 1002 as the field alias. Then, Unit Test Framework uses 1002 instead of demotest:employee for comparison. Click to add the list of fields to compare. Click , or to edit or delete the entries. |
Custom | Specify a custom comparator for expected output other than provided with the plug-in. |