fitSharp
Cell Differences
When a value from the system under test does not match an expected value in a cell, the actual value is displayed and the cell is marked as an error.

when input is
story test fixture
checkplain test'sample domain'

set 'integer field' 2
check 'integer field' 3

set strings some,thing
check strings or,other
sample domain

set integer field 2
check integer field 3 expected
2 actual

set strings some,thing
check strings or,other expected
some, thing actual
'sample domain'

set 'integer field' 2
check 'integer field' 3

set strings some,thing
check strings or,other
then output is
sample domain

set integer field 2
check integer field 3 expected
2 actual

set strings some,thing
check strings or,other expected
some, thing actual

If the values being compared are strings, a message describing the difference is displayed.

when input is
story test fixture
checkplain test'sample domain'

set 'string field' Bob
check 'string field' Bub
sample domain

set string field Bob
check string field Bub expected
Bob actual
At 1 expected u was o
'sample domain'

set 'string field' Bob
check 'string field' Bub
then output is
sample domain

set string field Bob
check string field Bub expected
Bob actual
At 1 expected u was o
Copyright © 2022 Syterra Software Inc. All rights reserved.