fitSharp
Start Keyword
Obsolete: use With Keyword.

The Start keyword is one of the Flow Fixture Keywords. It creates a new instance of a class and makes it the current System Under Test.

when input is
story test fixture
checkplain test'sample do'
set name Bob
start 'sample domain'
check name null
sample do
set name Bob
start sample domain
check name null
'sample do'
set name Bob
start 'sample domain'
check name null
then output is
sample do
set name Bob
start sample domain
check name null

Copyright © 2022 Syterra Software Inc. All rights reserved.