Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,390
Community Members
 
Community Events
184
Community Groups

Do AIO BDD/Gherkin testcases allow example tables?

For our QA team it is very important to use Example tables in our BDD Gherkin test cases. I don't see this specified anywhere in the documentation so I'm not sure if that's given for granted or not. An example table would look like this:

Examples:

||Name|Surname|

||Peter|Smith|

||Sam|Robinson|

||Roger|Marks|

So then we can write steps like:

Given the user inputs <Name>

When the user inputs <Surname>

Then....

1 answer

Hello Damian,

AIO Tests supports BDD examples in the below ways :

1. While importing feature files, examples get imported as separate cases with data replaced in step definition and scenario texts. So, if you have a scenario outline with 3 examples, then 3 testcases get created in AIO Tests.


2. On execution, while importing results from cucumber.json results file, each example of a scenario outline corresponds to one test. To better map results of scenario outline examples, AIO Tests creates/updates one test per example, so that the result can be reported against each of the executions and it matches the way cucumber generates its results file.


You can reach out to us at help@aioreports.com or via our support portal for further queries or schedule a demo with us and we would be happy to demo the Cucumber functionality as well as the rest of the application to you.


Regards,

Niharika (AIO Tests Team)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events