This topic covers the Diff tool, which compares saved data with incoming data and reports differences in SOAtest and Virtualize.

Understanding Diff

With support for Binary, Text, XML, and JSON, the Diff tool is the current backbone of a best-practices regression testing solution.The Diff tool compares the data in its editor against the data that it receives from another tool's output or from another input that you specify and reports a failure when it finds a difference.

The Diff Project Configuration panel is divided into two main sections. The upper section contains general options. The bottom section contains the Regression Control, Ignored Differences, and Options tabs in which you can configure the options for Text, Binary, and XML comparisons.

To customize the logic and data source usage for all Diff regression controls in a test suite:

  • Double-click the test suite’s Test Case Explorer node and modify the available options, which are described in Regression Options.

Binary Diff Mode Options

When Binary is selected from the Diff Mode drop-down menu of the Diff tool, the following options are available:

Text Diff Mode Options

When Text is selected from the Diff Mode drop-down menu of the Diff tool, the Regression Controls, Ignored Differences, and Options tabs are available:

Text Regression Controls

The following options are available in the Regression Control tab of the Diff tool for Text mode.

Text Ignored Differences

From the Ignored Differences tab of the Diff tool for Text mode, you can delete any ignored text differences by clicking the Delete button

Text Options

The following options are available in the Options tab of the Diff tool for Text mode.

XML Diff Mode Options

When XML is selected from the Diff Mode drop-down menu of the Diff tool, the Regression Controls, Ignored Differences, and Options tabs are available.

XML Mode parses XML files, then compares them element by element and attribute by attribute (ignor-ing “ignorable” whitespace). The result of the comparison is expressed as an XML document. If you want to use this mode, make sure that both inputs are well-formed XML documents which have the same type of document element. The XML Mode provides three different graphical representations to configure XML messages:

Literal XML Regression Controls

The following options are available in the Regression Control tab of the Diff tool for Literal XML mode.

Form XML Regression Controls

When Form XML is selected as the Diff mode, the options in the Regression Control tab are divided into two sections: the XML View Tree and the XML Configuration Tabs.

The XML View Tree displays the literal XML as a tree, with each tree node representing an element. The options for the XML View Tree in the Diff panel can be configured in the same fashion as the Form XML SOAP Envelope options of the SOAP Client tool.  For more information, see Manipulating the XML View Tree.

The XML Configuration Tabs allow you to add, remove, and rename XML components. The options for the XML Configuration Tabs can be configured in the same fashion as the Form XML SOAP Envelope options of the SOAP Client tool. For more information, see Manipulating the XML Configuration Tabs.

SOAP Response Regression Controls

The SOAP Response mode compares values that you define to the actual outcome of the SOAP response. It allows you to compare multiple elements and attributes of the most complex XML structures.

Depending on the method, a number of different options may be available. The options for the SOAP Response mode can be configured in the same fashion as the Literal Value options of the SOAP Client tool. For more information, see Specifying Literal Values.

XML Ignored Differences

From the Ignored Differences tab of the Diff tool for XML mode, you can Add and Modify XPath settings by clicking the appropriate buttons. For more information on configuring Ignored Differences, see Understanding XPaths.

XML Options

The following options are available in the Options tab of the Diff tool for XML mode.

Using  ExamXML MDCXML

ExamXML is a 3rd party tool that is licensed and purchased separately from A7Soft. If you select ExamXML MDCXML, be sure to specify the location of the executable and options file.
Notes:

It is possible to create external regression controls automatically (save the expected content into files instead of embedding it in the Diff tool) as described in Configuring Regression Testing.


Using VMTools

 VMTools is built in to the product. No additional license is needed. If you select VMTools, you can specify the following options:

Under certain conditions, VMTools will fall back to a text-based diff. This can happen if the XML is very complex and produces an excessive number of differences or would take an excessive amount of time to complete.

If this occurs, one of the following message will be printed to the Console view to explain what happened.

Did not run XML Diff, there are too many differences. Performing text mode diffing instead.

Did not run XML Diff, it did not finish within 30.0 secs. Performing text mode diffing instead.

The maximum time allowed to perform an XML diff before switching to text mode is the default timeout value specified in the preference panel’s Misc tab (Connection Settings> Default timeout)—but no higher than 120 seconds.

JSON Diff Mode Options

When JSON is selected from the Diff Mode drop-down menu of the Diff tool, the Regression Controls, and Ignored Differences are available.

JSON Regression Controls

The following options are available in the Regression Control tab of the Diff tool for JSON mode.

JSON Ignored Differences

From the Ignored Differences tab of the Diff tool for JSON mode, you can Add and Delete XPath settings by clicking the appropriate buttons.

Understanding XPaths

When the Diff tool is configured in the XML mode, any differences found between the actual value and the expected value are expressed in XPath. XPaths represent the position of an XML element and specifies where a difference occurred, the type of difference that occurred, and whether that difference was caused by a modification, an insertion, or a deletion.

You can determine which XPaths to ignore when running the Diff tool. You can choose to either ignore an entire XPath, or you can ignore a specific XPath operation such as a Content: Insert operation.

Ignoring XPaths is useful for ignoring transient values that would normally cause the regression test to fail. For example, the actual outcome may contain a time stamp value that is constantly changing. Since this value is never the same, it will more than likely not match the value you configure in the Diff tool, causing the test to fail. Therefore, you can specify the XPath of this value to be ignored so that the test will not fail.

There are three different ways you can set XPaths to Ignore:

Ignoring XPaths from the Quality Tasks View\

When entering XPaths to ignore in the Diff tool, it is easiest to right-click in the Quality Tasks view rather than manually entering the XPath position into the Diff tool GUI. XPath positions are displayed in tree form in the Quality Tasks view after a failed regression test:

To ignore an XPath from the Quality Tasks view after a failed regression test:

  1. Right-click the error, then choose Ignore XPath from the shortcut menu. An Ignored XPath Settings dialog displays with the selected XPath automatically entered.



  2. Select the appropriate check boxes of the XPath operations you would like to ignore. The following options are available:XPath:
  3. Click OK.

    The XPath you specified will now be ignored for any future test runs. In addition, the XPath you specified now appears in the Ignored Differences tab of the XML Mode in the Diff tool. To modify the XPath, see Modifying XPath Settings.

Manually Entering XPaths to Ignore

You can also manually type or paste an XPath to ignore into the Diff tool configuration panel.

To manually enter an XPath:

  1. Select the Ignored Differences tab within the Text, XML, or JSON mode of the Diff tool.
  2. Click the Add button. An empty field displays in the XPath column of the Ignored XPaths list. By default, the Settings column is automatically filled in with all XPath operations specified, meaning that the entire XPath you add will be ignored. To specify a single XPath operation to ignore, see Ignoring XPaths from the Form XML Tree.
  3. Either enter an XPath position in the empty XPath field.
  4. To add additional XPaths, repeat steps 1 through 3.
  5. Click the OK button.

All XPaths added will be ignored in future runs of the modified regression test. For information on modifying ignored XPaths, see Modifying XPath Settings.

Ignoring XPaths from the Form XML Tree

You may also ignore XPaths directly from the Form XML tree within the Form XML tab by completing the following:

  1. Right-click an element node from the tree and choose Setup Ignored XPaths from the shortcut menu.
  2. Select the appropriate check boxes of the XPath operations you would like to ignore. The following options are available:
  3. Click OK.
    The selected element node now displays in gray in the Form XML tree. All XPath operations specified will be ignored in future runs of the modified regression test.
    To reset and no longer Ignore an XPath, right-click the Ignored XPath node and select Remove Ignored XPath from the shortcut menu. The node will then display in black and will no longer be ignored.

Creating a Shared Ignored XPaths List

Diff tools can either have their own local, exclusive Ignored XPath settings, or they can reference a list of XPaths that can be used by other Diff tools. 

Modifying XPath Settings

By default, when you add an XPath to the Ignored Differences tab, all of the possible operations for that XPath display in the Settings column. Since all of the possible operations for the XPath are specified by default, all of these operations will be ignored the next time the regression test is run. However, you can specify which operations are ignored, rather than having all of them ignored, by modifying the XPath settings.

To modify XPath settings:

  1. In the Ignored Differences tab, select the XPath you would like to modify and click the Modify button. The Ignored XPaths Settings dialog box displays.



  2. Select the appropriate check boxes of the XPath operations you would like to ignore. The following options are available:
  3. Click OK.

All XPath operations specified will be ignored in future runs of the modified regression test.

Video Tutorial

In this video, you'll learn how to generate and update regression controls.