bdd - Gherkin in Behat and input validations scenarios -
i using gherkin in behat , face input problem in validation scenario. here example of scenario wrote, behat doesn't understand difference between variable definition in tags <variable>
, test invalid input special characters of tags <testspecialchar>
scenario outline: - incorrect entry @ input variable - given user logged username "sh" , password "123" - when user enter incorrect data @ <input variable>
- user have
examples:
| input variable | validation message | | <testspecialchar> | please, enter valid entry | | test<specialchar | incorrect entry | | test>specialchar | incorrect entry |
could try before , have solution problem? support :) shimaa
afaik use these kind of special characters (the ones used gherkin) it's needed escape "\" backslash.
i hope helps
Comments
Post a Comment