Questions tagged [jira-xray]

xray is a testcase management application which supports integration with JIRA.

xray is a testcase management application which supports integration with JIRA, one of the leading defect tracking tools. The integration helps you link your defects with the test cases and improves the trace-ability.

184 questions
-2
votes
1 answer

incorrect mapping of test case XRay with Jira

@Xray(requirement = "QA", test = "TM-3553" ,ProjectName="QA") @Test() public void GETGradeForGuestStudent() { } why the execution is not getting mapped to TM-3553 Rather its getting mapped always to TM-3601 mapped to jira my testng…
-2
votes
1 answer

Jira Xray add Test Steps to existing Test via. csv upload

Problem: I have a bunch of standard test cases (~200) that are easily imported with the bulk csv importer. But sometimes I want to add extra tests to specific testcases. This works by referencing the Key as a column in the csv file, but it only…
-2
votes
1 answer

How to write gherkin scenario directly on Xray test case creation page

How do I get the below options like test details (to add BDD scenario) when creating test cases? enter image description here On my one it just looks like this. I have imported the 6 test type from Xray into my JIRA project. Is there more…
-2
votes
2 answers

Jira - XRay- How to get the total of defects created during a test execution

I'm creating a script that goes into all tests into a test execution. I'd like to get the amount of defects for that particular test execution. Is that a way to get it using rest api?
Brito
  • 67
  • 1
  • 14
1 2 3
12
13