In the feature file, Scenario Outline, eg,
When user enters “”
Examples:
|userName|
|xxxx|
The question is that I see sometimes “” and other times without double quotes like . I watched some you tubers and as usual, everyone just type and go. any difference? if it has to do passing strings or numbers?
couldn’t apply to the application am testing