assertValue
assertValue
open
https://sideex.github.io/example/webpage_under_test/input-form-for-personal-data.html
COMMENT
Set the value of the input box
sendKeys
id=account
name=account
//input[1]
//input[@id='account']
css=#account
sideex@mail.testing
COMMENT
Assert the value within the target element being correct. The test case will not keep playing if the command fails
assertValue
id=account
name=account
//input[1]
//input[@id='account']
css=#account
sideex@mail.testing
COMMENT
The next command is intended to fail to demonstrate the termination of the test case
assertValue
id=account
name=account
//input[1]
//input[@id='account']
css=#account
ideex@mail.testing
echo
This command will not be executed since the test case terminated due to command failure