Example 1: Failure (Output)
RUNNING /cygdrive/c/rolemodel/Demos/MudHogBuild/Windows/WithTests/com.cipheroptics.mudhog.customertests/inProgress/accept_create_negotiated_policy.rb
PASSED [1] clickMenuItem 'Graphical Network'
PASSED [6] clickMenuItem 'Create Appliance and Subnet'
PASSED [7] clickCanvasAtPoint(*firstApplianceLocation)
PASSED [8] clickCanvasAtPoint(200, 50)
PASSED [10] clickMenuItem 'Create Subnet'
PASSED [11] clickCanvasAtPoint(*extraSubnetLocation)
PASSED [13] clickMenuItem 'Create Connection'
PASSED [14] clickCanvasAtPoint(*firstApplianceLocation)
PASSED [15] clickCanvasAtPoint(*extraSubnetLocation)
PASSED [17] clickMenuItem 'Policies...'
PASSED [18] checkMudHogPolicyTableRowCount 0
PASSED [20] clickButton "Cancel"
PASSED [22] clickMenuItem "Negotiated Policy"
PASSED [23] clickMenuItem 'Policies...'
FAILED [24] checkMudHogPolicyTableRowCount 4
Reason:
Policy table should have had the correct number of rows. Expected:
<4> but was:
<0>
FAILED [27] checkMudHogPolicyTableRow 1, 'Appliance 2', 'Subnet 1 to Subnet 2', 'Negotiated', '6', '20', '21', '22', '23'
Reason:
Skipped the action because it does not exist in the vocabulary
FAILED [28] checkMudHogPolicyTableRow 2, 'Appliance 1', 'Subnet 2 to Subnet 1', 'Negotiated', '12', '22', '23', '20', '21'
Reason:
Skipped the action because it does not exist in the vocabulary
FAILED [29] checkMudHogPolicyTableRow 3, 'Appliance 2', 'Subnet 2 to Subnet 3', 'Negotiated', '6', '26', '27', '22', '23'
Reason:
Skipped the action because it does not exist in the vocabulary
FAILED [30] checkMudHogPolicyTableRow 4, 'Appliance 1', 'Subnet 3 to Subnet 2', 'Negotiated', '12', '22', '23', '26', '27'
Reason:
Skipped the action because it does not exist in the vocabulary
SCRIPT FAILED