Cubano Demo Specification > Concordion Commands >

Set Command

We want the first name (Bob) to be a parameter and the greeting (Hello Bob) to be verified against the result returned by the system.

Log File

Assert Equals with a Parameter using AssertEquals shortcut ?

Given I have a user with the first name Bob
Then the greeting will be: Hello Bob

Log File

Assert Equals with a Parameter using AssertEquals

Given I have a user with the first name Jan
Then the greeting will be: Hello Jan