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
1
vote
1 answer

Type mismatch: cannot convert from org.json.JSONObject to org.json.simple.JSONObject

When executing the following code I get a type mismatch error. Please help me to sort that out. /** * Gets the versionID for the project. * * @param versionName * @param projectId * @throws IOException * @return the ID for the specified…
dilRox
  • 71
  • 2
  • 13
1
vote
1 answer

Is there a way to integrate zephyr with github?

I am going through the zephyr for jira cloud plugin and would like to know if there is any plugin available or any way through witch we can integrate zephyr with github?
1
vote
2 answers

Zephyr writing tests

I read the documentation here: https://zephyrdocs.atlassian.net/wiki/display/ZTD/Writing+Tests about writing tests in zephyr, but I'm not sure what those tests are supposed to entail. For example, that video shows one test case as "Verify app can be…
1
vote
1 answer

how to Add phase to cycle in zephyr using rest api

I am trying to add a phase to the cycle in zephyr using java rest API.i have written the following code. String auth = new String(Base64.encode("test.manager:test.manager")); Client client= Client.create(); WebResource webresource =…
1
vote
2 answers

No JSON object could be decoded after retrieving JSON content using POST without Gzip encoding

Using Python 2.7.8 we get "ValueError: No JSON object could be decoded", if running this script: from urllib2 import urlopen, Request from json import dumps, loads, load values = dumps({ "issueId": 10600, "versionId": "10000", …
Würgspaß
  • 4,660
  • 2
  • 25
  • 41
1
vote
1 answer

jira zephyr database scheme

I need to collect information about test cases and test execution results directly from JIRA DB (Oracle 11g) with Zephyr plugin but I cannot find where exactly that information is stored by the plugin. Can someone share typical DB schema for Zephyr…
1
vote
1 answer

Jira as a test case execution tool

Is there a way to track test case exection & progress in Jira? I currently use the Test Management Workflow & provides me various phases like TestCaseReview, Pass, Fail, Invalid, ... But is there a way to assocaite the test status to a specific…
praneel
  • 1,842
  • 4
  • 19
  • 24
0
votes
0 answers

Unable to trigger Zephyr for Jira Server REST API

I have Jira Server 7.10.1 and Zephyr for JIRA 3.6.4.36403917 running on my local linux server. Now I'd like to use API to get the information in Zephyr related fields. Here's the python code that I used to fetch the information in Jira Zephyr…
Brian
  • 12,145
  • 20
  • 90
  • 153
0
votes
0 answers

JIRA API: How to upload zip file as test result using Version and Test Cycle?

I can update execution status by /rest/zapi/latest/execution/${ExecutionId}/execute, So I want to upload zip file as test result using Version and Test Cycle that Test Cycles are organised by version and project in Zephyr I try ${PathFile} Set…
Sawitree Cha
  • 189
  • 1
  • 4
  • 26
0
votes
0 answers

Anyone can help me to integrate zephyr scale to cypress project?

I am currently switching to cypress. I am not able to get proper documentation regarding zephyr scale for integration for my cypress project. I only found doc related with selenium integration. I have found documentation related with API as well but…
0
votes
2 answers

How to update Zephyr Scale Test Cycle Execution using Cypress?

I was trying to find a method to update my Cypress test execution into Zephyr Scale. I do not need to update the test step. I just need to update the related test cases for traceability and reporting purposes. So this is my solution and some points…
Azri
  • 1
  • 3
0
votes
0 answers

How can I easily export a Jira-Zephyr test case with all the steps to Excel?

I defined test cases with several steps for each one. I have to export the test cases with all the belonging steps to an Excel files. The possibilities to export a test case, are to Word or XML, but it exports only the JIRA fields (like description,…
ChaimB
  • 1
  • 1
0
votes
0 answers

How to raise jira ticket automatically based on Zephyr test case failed

I am new to Zephyr. I have a requirement where I need to raise a jira tickets automatically when a test case failed in Zephyr . Could any one suggest how to do this.
Krish
  • 13
  • 6
0
votes
0 answers

I am unable to search imported test cases from excel to Zephy Scale in Jira?

I have imported test cases to Zephyr Scale from Excel, but I am unable to search those test cases in Jira ? Tried searching with title, key, test case number but unable to search them? What do I do? I tried searching the test cases (imported from…
0
votes
0 answers

GetResponse is throwing time out error after several requests to JIRA Cloud Zephyr

After couple of execution, invoke code activity is encountering exception. Dim fr As System.Net.HttpWebRequest Dim targetURI As New Uri(strURL) fr = DirectCast(HttpWebRequest.Create(targetURI), System.Net.HttpWebRequest) Dim webProxy As IWebProxy =…