You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Does exists any test management tool that can be integrated with Jira and supports cucumber scenario outline multiple example tables?
I try to use this cucumber feature with xray cloud but it looks that xray does not support this yet. Is there any similar tool that could be integrated with Jira and supports multiple example tables like in below example?
Example cucumber code:
Feature: Log in to the application
As user I want to be able to successfully log in to the application
@XrayTicketId-5000
Scenario Outline: Log in to the application
Given Log in page is opened
When User with <User Role> logs in
Then User should be logged in
And Overview page should be opened
@smoke
Examples:
| User Role |
| Administrator |
| Customer |
| Supplier |
@critical
Examples:
| User Role |
| Technical Support |
| Analyst |
Hi @Olansgz Sid
Please take a look at AssertThat BDD & Cucumber for Jira.
Features can be imported either by dropping the files into the App, through the API or added using the App.
Scenarios are linked natively to each user story as per the screenshot with your example. If you would like a demo then please get in contact.
AssertThat BDD & Cucumber for Jira
Thanks
Nick
AssertThat Marketplace Vendor
Hello @Olansgz Sid
AIO Tests has support for 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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Olansgz Sid and welcome to the community,
Take a look at Zephyr. I know that it supports cucumber, but I'm not sure about tables.
https://support.smartbear.com/zephyr-scale-cloud/docs/test-automation/cucumber-integration.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.