0

Whenever I run my Feature file with HTML report as output file, then 1st scenario in Scenario Outline is failing everytime. But when I make the same Scenario Outline as first Scenario in the Feature file it is getting passed, but this will make my test case flow weird in the Feature file.

Any idea why this is happening and how to overcome?

My Cucumber version is "1.3.15"

Scenario Outline: Validation of links
When I click "<Link>" link
Then I should be in the "<Link>" page

Examples:
  | Link          |
  | TV            |
  | Email         |
Srikanth
  • 265
  • 2
  • 8

0 Answers0