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

QSH claim mismatch for Zephyr API in Atlassian

My api uri is this /public/rest/api/1.0/executions/search/cycle/1fb7c831-61cd-4cc3-b070-fb0a46d5c8f7?versionId=10268&projectId=12853 and the canonical path I inputted for qsh is…
Karias Bolster
  • 955
  • 3
  • 17
  • 31
0
votes
1 answer

How to use zapi for zephyr jira

I want to create an automated process for my tests. I am using jira and zapi. I want to try interacting with my tests in zephyr-jira using postman api. The thing is there isn't much documentation on how to use zapi. First thing, what is the url? Is…
0
votes
1 answer

Test status not getting updated on Jira-Zaphyr when running test from Zapi-Jenkins

I have Jira including their plugin Zephyr and ZAPI. I am running my code from Jenkins as shown in the video. My code is in Java+TestNG and I have not added a Junit Plugin for Jenkins. My tests runs fine but console output shows: Build result is…
0
votes
1 answer

I want to Execute My Test Cases according to the Test Case Id not the Test Case Summary

I have integrated the Selenium Code with jenkins to execute the test cases with following steps: https://wiki.jenkins.io/display/JENKINS/Zephyr+For+Jira+Test+Management+Plugin Right now I have to narrate my Test cases according to the project…
0
votes
1 answer

Zephyr For Jira Test Management Plugin of Jenkins hangs while sending test report to Jira

I am trying to use Zephyr For Jira Test Management Plugin in Jenkins to create test cases automaticly and update their status. What works is that Jenkins creates test case and it is fine, but issue is that it hangs and not updates Jira's issue…
0
votes
1 answer

Migration Zephyr test-cases steps from Jira server to Jira cloud

Now we are on the process of migration from Jira server to the Jira cloud. We are using Zephyr for Test Cases. For now we have 1843 and they must be migrated as other tickets to Jira cloud. We do not need to migrate all Test Cycles and all history…
Vladimir
  • 91
  • 6
0
votes
1 answer

Can i use single Zephyr test case to maintain record of test execution on multiple device?

Background->So i am using Zephyr for Test case management.I have a manual test suit with around 100 test cases .All test cases i have to execute on around 10 mobile devices. I dont want to write same test cases for 10 devices as it will become…
shashank shekhar
  • 155
  • 3
  • 16
0
votes
1 answer

Jenkins and Zephyr integration for Protractor Tests

We are trying to integrate Jira and jenkins . We are using Zephyr for test management, and for Jenkins integration, we already installed the Zapi. In Jenkins the Zephyr plug in is installed. so far Jenkins can connect with Jira and shows us the…
nhrcpt
  • 862
  • 3
  • 21
  • 51
0
votes
1 answer

what is the end point url of my jira tool to update my testcases status using Rest api

In my jira tool I have installed zephyr plugin to integrate with tests found some documentation of all the restAPI requests here https://getzephyr.docs.apiary.io but I am not sure what is the end point url of my jira tool to send these…
kethan
  • 17
  • 1
  • 8
0
votes
1 answer

How can I customize the report .xml output to contain info about JUnit suite’s test classes?

Hope you are doing well. I have a quick question please if someone can help me. In my case i can publish the result of my test on Zephyr for JIRA cloud. But I have in the summary field of my testcases the name of the package like…
0
votes
2 answers

Truncate Item Title to 15 Characters Using Zephyr

I'm developing an HTML email on Sailthru and was wondering if there is a way to truncate a long item title? If it is past 15 characters, to show the first 15 characters and then add an ellipsis? I've looked at the developer's handbook and could not…
0
votes
1 answer

Updating execution status by test case ID/schedule ID using REST API

I have Zephyr related Query, how I can update the execution status of a test case to PASS/FAIL/WIP by using test case ID with rest API. I have referred to the article at below…
Priyanka
  • 307
  • 2
  • 16
0
votes
1 answer

java.lang.NullPointerException when Zypher is publishing report to JIRA

I use a reportng format to publish the report to the Jira, but I am seeing the nullpointer exception: java.lang.NullPointerException at com.thed.zephyr.jenkins.utils.rest.TestCaseUtil.executeTests(TestCaseUtil.java:424) at…
user2511126
  • 620
  • 1
  • 14
  • 31
0
votes
0 answers

Using Testing framework how do we add test description in the (reportng) xml report

This is my Test case @Test(enabled=true, description="Test zip coding") public void testZIPGeocodingAUValid() { } This is the xml report below. How do we add the description in the xml report ?
user2511126
  • 620
  • 1
  • 14
  • 31
0
votes
1 answer

zephyr how to update test description

I have test running in Jenkins and I have integrated the test to display in JIRA using Zephyr The test looks something like this - @Test(enabled=true, description="check for OS Anomaly ") public void testOS4() { .... } and in the JIRA why dont I…
user2511126
  • 620
  • 1
  • 14
  • 31