Hi,
We rely more and more on BDD, and as such we use Feature files in Gherkin syntax, like :

#Auto generated Octane revision tag
@TID121001REV2.1.0
Feature: Fund Transfers on Digital.AI Bank Demo Website
Scenario: Transfer funds - with sufficient funds
Given an user is connected on the demobank website
And has sufficient funds
When the user does a transfer with the specific informations :
|name|phone|amount|country|
|Dorothy|123-4567890|35000|Australia|
Then the total balance amounts to "0$"

it would be nice to be able to use Gherkin syntax when defining the steps for a manual run in the Mobile Studio natively, and not play it like currently where we put Given/and/when in the description fied and the Then in the actual field

here is an example from the Octane Test management tool in attachment of how they deal natively with Gherkin files.

Comments

  • Thank you for submitting this idea. We will take this into consideration as we build our roadmap and follow up as necessary.