Questions tagged [jira-zephyr]

JIRA and Zephyr integration is available via connectors

zephyr is a testcase management application and also 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.

98 questions
0
votes
1 answer

Is there any way to run a Jenkins job on Zephyr Squad for Jira test-case execution status change?

So i have a private Jira Server 8.5.7 with Zephyr Squad (9.1.3) plugin for it. What this plugin does is adds a custom fields with Test Steps and Test Execution Status to the Jira Issue. Test Steps Test Execution Status What i need to do is to make…
Nick OGS
  • 1
  • 1
0
votes
0 answers

Jira project automation (Issue type - Test)(Zephyr TestStep)

Maybe any one can help, I am trying to create Project automation in Jira and using automation rule. Condition in issue transitioned from one status to other then create a new task. Everythin is working if I am creating new story, but I would like to…
0
votes
0 answers

How to Migrate UFT Scripts integrated in ALM to now in JIRA

How to Migrate UFT Scripts integrated in ALM to now in JIRA I have a Test Suite Created in ALM using UFT (QTP), but now we require to move these scripts in JIRA. Can anyone guide the best and easiest way? I tried in "Zephyr Squad" -> Test…
0
votes
1 answer

Upload junittest report to Jira-Zephyr from GitHub Actions

I created a JUnit test report on GitHub Actions and now I need to send this to Zephyr. On Zephyr, it is possible to import the report manually but I haven't found an API or anything else. Do you have any suggestions?
netshark1000
  • 7,245
  • 9
  • 59
  • 116
0
votes
1 answer

Zephyr Scale - Execute a test case for only one row of the test data table

Anyone knows if it's possible to execute a parametrized test case with a specific entry from a test data table? For example, I'm testing an interface with multiple languages allowed. My test case "TC" is a parametrized with this test data "TD"…
Omar.R
  • 91
  • 10
0
votes
1 answer

Adding stacktrace in zephyr test execution using selenium

we currently have our framework that automatically updates the test execution status in zephyr, I want to improve upon that by adding the stack trace to failed executions as a comment, I am struggling to find any documentation on this, I was…
D. Barnett
  • 123
  • 6
0
votes
1 answer

How to copy one property value to all the test cases in bulk - zephyr scale

If we have one test case like Test cas1 having developer property value as dev1 I want to copy this value to another property in the same test cases.. This I wanted to do in bulk way because I have 1000 test cases.
0
votes
1 answer

Python POST Request called from robot file throws 400

I am very new to python and robot framework and it would be great if someone could point out what is the mistake that I am doing. I am creating a simple function which will do a POST request to a test management tool called Zephyr and upload the…
Alapan Das
  • 17,144
  • 3
  • 29
  • 52
0
votes
2 answers

Jira Zephyr Integration with Webdriver IO

Being completely new to webdriver IO, wondering how do I update an existing test cycle (with specific name format) in Jira. I am running the test suite on 3 different browsers and have separate test cycles for these cycles in Jira. After execution,…
0
votes
0 answers

Plugins necessary to integrate Specflow with Jira

I want to integrate manual testing and automated testing in Jira. I use Specflow in .Net with NUnit and Jenkins. In Jira it's installed the Zephyr plugin: Zephyr for Jira - Test Management for JIRA (Server) 2000 Users: Commercial License From my…
Trica
  • 3
  • 3
0
votes
1 answer

Zephyr for Jira Create test using API

my goal is to create a test in Zephyr for Jira using API. I found something like this on the internet "fields": { "issuetype": { "name": "Test" }, "project": { "key": "TP" }, "summary": "Test…
Apuna12
  • 375
  • 2
  • 6
  • 23
0
votes
1 answer

errorcode 104 while hitting the execution API of Zapi

While trying to create a new execution of a cycle in zephyr I am getting an error code of 104. I have tried it through postman as well of which i am pasting a screenshot as well. please any type of guidance would be great Below is the body that i am…
mrygank
  • 23
  • 3
0
votes
1 answer

Zephry for Jira API

I have a problem with ZAPI (Zephyr for Jira) I need to mark execution on my created execution but when I am trying to use: Rest API function: StepResultResource/Create New StepResult/Create New StepResult For Previously created teststep Rest API…
Michal
  • 1
  • 2
0
votes
1 answer

Use the zephyr rest api to get test summary results when not in folders

Have been successful in using the rest api to get summary of execution results: http://localhost:2990/jira/rest/zapi/latest/cycle/cycleId/folders?projectId=&versionId=&limit=&offset= However, the way that my organisation has organised things is to…
REdim.Learning
  • 655
  • 2
  • 14
  • 32
0
votes
1 answer

How to mark katalon test execution in zephyr through script?

I have some test cases written in Katalon. I need to execute them from Katalon and mark directly to Zephyr in already created test cycle. Please provide any step-by-step guide to implement this Katalon-Zephyr integration.
OsamaA
  • 451
  • 1
  • 8
  • 13