Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleNotes

Although this tutorial explores a way of managing Specflow tests in Jira, it does not take advantage of Xray's Cucumber features.

Therefore, in this case, Jira isn't used to make the BDD specification; only to abstract the Tests. The tests in Jira wil be created as Generic Tests, not Cucumber Tests. Since the semantics of Cucumber Tests is lost, so do the Scenario Outline examples-related results.

We suggest you to have a look at this tutorial instead: Testing using SpecFlow and Cucumber Scenarios in C#.


Description

Specflow is a tool used for BDD in C#.

...