fitSharp
Show Keyword
The Show Keyword is one of the Flow Fixture Keywords. It executes a method on the System Under Test and adds a cell to the row to display the result.

when input is
story test fixture
checkplain test'sample do'
set text stuff
show text
sample do
set text stuff
show text stuff
'sample do'
set text stuff
show text
then output is
sample do
set text stuff
show text stuff

The result is HTML-encoded.

when input is
story test fixture
checkplain test'sample do'
set text <b>stuff</b>
show text
sample do
set text <b>stuff</b>
show text <b>stuff</b>
'sample do'
set text <b>stuff</b>
show text
then output is
sample do
set text <b>stuff</b>
show text <b>stuff</b>
Copyright © 2022 Syterra Software Inc. All rights reserved.