Feature: login
Scenario Outline: validate userid
Given launch gmail site
Then validate userid with "" criteria
When enter password as "<z>"
And click pwd button
Then validate password with "<b>" criteria
And close site
Examples:
| x | y | z | b |
| a | valid | 888654554 | valid |
| b | valid | | invalid |
| | invalid | | |
You can not pass null values. When you pass an empty value, it will be seen as an empty string.
You could however change an empty value to a null value in your step definition file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With