You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be sweet if we could define an optional error message that is included in the test result for failed test statements. If given, this would replace the generic "expected / actual"-message in the result file.
Suggestion:
call enterValue "3"
test displayedValue = "3.00" [$actual$ is not a valid output, $expected$ should be displayed because all number shall have two decimal places in this screen]
The text was updated successfully, but these errors were encountered:
It would be sweet if we could define an optional error message that is included in the test result for failed test statements. If given, this would replace the generic "expected / actual"-message in the result file.
Suggestion:$expected$ should be displayed because all number shall have two decimal places in this screen]
call enterValue "3"
test displayedValue = "3.00" [$actual$ is not a valid output,
The text was updated successfully, but these errors were encountered: