we are using X-Ray for jira as Test Management. The flow of the test management that we are using is as below
Test issue type is having all the manual test steps and then multiple Test issue is linked into TestSet.
Test >> TestSet >> TestPlan
I have a scenario where we have 100 Test issue type under scrum scheme is linked to TestSet.
If i have the TestSet ID which linked to 100 Test issue type, How i will export all the test data(Manual Steps) present under each test issue type in Bulk mode.
Hi Sambeet,
The first thing you have to do is use JQL as means to obtain the Test cases you want in the Issue search page.
For that, you may use a JQL query similiar to:
issue in testSetTests("CALC-1")
More info on JQL functione here: https://confluence.xpand-addons.com/display/XRAY/Enhanced+querying+with+JQL
Then you have two ways of exporting Tests and their steps:
1. You can easily export the Tests and their steps, using Xray and JIRA natively, as described here: https://confluence.xpand-addons.com/pages/viewpage.action?pageId=21760052#ImportingandExportingTests(CSV)-UsingJirabuilt-infeatures
2. If you want to have full control over the layout of the generated document (e.g. word, pdf, excel) then you have to use Xporter app.
More info about this here: https://confluence.xpand-addons.com/pages/viewpage.action?pageId=21760052#ImportingandExportingTests(CSV)-UsingXporterapptoexporttofullycustomizablePDF,Word,Excel,CSVdocuments
Best regards,
Xray Team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.