Cannot see 'test script' in create test
Hi, When I try to create a single test case using 'Create' and Issue type 'Test' there is no place to add the test steps. However if I were to import a couple tests using Zephyr sqaud's import function it is available as a field. Why is the test steps section not availabe in Create Issue of type Test? Also, there is no section panel to add a folder. Regards, Archie44Views0likes0CommentsAccess to external users
Hello, I am working for a non profit organization and ours is open source code. So we have few questions regarding security and access to the testing artifacts within Jira/Zephyr. 1. Are there any aspects of the testing that can be made openly available to external users, here external means users outside the project/not part of the project. 2. Is there a way to make Testing data accessible to most appropriate users only? Not to all jira users? 3. If there is any increase in number of users, how will it affect the pricing over the period of time? Looking forward to hear from you. Thanks & Regards, Ramya333Views0likes0CommentsCanot import test cases from Excel to Zepyrl
I'm trying to import test cases from excel spreadhseet to Zyphyr Squad with 4 fields mapped 'Test case name', 'Description' , 'Channel' and 'Use case'. When i import its failing with this error. Please advice. Master Row : 3, Sheet Name : Sheet1, Error Message : Error while creating issue : {"customfield_10177":"Specify a valid value for Channel","customfield_10176":"Specify a valid value for UseCase"} Master Row : 2, Sheet Name : Sheet1, Error Message : Error while creating issue : {"customfield_10177":"Specify a valid value for Channel","customfield_10176":"Specify a valid value for UseCase"} the values of these two fields are as below. Channel Use Case Desktop-External AIA476Views0likes0CommentsInstalling the new Zephyr Squad version
Hi guys, I have a question regarding the new Zephyr Squad version. I am an existing user on the old version of Zephyr and I was wondering if I were to uninstall our current version of Zephyr, would I then be able to install the new version? So far Zephyr has not really been put to use, only for practice purposes. Uninstalling / no data migration wouldn't be an issue. Thanks in advance! Tessa143Views0likes0CommentsZephyr SQUAP Rest API to expoert execution not exporting csv in correct format
Hi, I am using Zephyr Squad REST API to export test cycle with all test & steps. I tried with both Rest API endpoints to extract the file & I am able to extract the csv https://zephyrsquad.docs.apiary.io/#reference/execution/export-executions/export-executions?console=1 https://zephyrsquad.docs.apiary.io/#reference/cycle/export-cycle/export-cycle?console=1 Issue is that csv extracted using these end points is getting distorted as shown in SS below. After Priority Column, there is "Executed By" for which value is appearing in Date format which is obviously not correct and also a new line is inserted in csv after priority field. This is how it looks like in Excel:152Views0likes0CommentsI want to connect TestIM with Zephyr Squad - Test Management for Jira
I'm currently on a quest to integrate TestIM with Zephyr Squad for Jira and would be immensely grateful for your guidance. If anyone has experience with this integration, could you kindly share a brief overview or steps to get started?154Views0likes0CommentsAssign test executions based on Assignee in test case definition
Hi, Could you please advise how to do bulk assign of test executions to assignees of test case definitions? I have imported test cases from excel, I see correct assignees in the test case definitions, however those assignees are not populated to the test cases executions. I have more than 3k test cases and more than 150 users, manual assignment is very time consuming. Rg, Pawel101Views0likes0CommentsaddTestsToCycle REST API error in Zephyr for Jira (Zephyr Quad?)
Purpose I would like to add each test to a cylce in excel continuously. Excel data input format --------------------------------------------- testcase issuekey| --------------------------------------------- testcase-01 testcase-02 ... --------------------------------------------- My script For i = 1 To End Of Excel Rows body = { "method": 1, "projectId": "123456", "versionId": "654321", "cycleId": "789100" "issues": [excel.Cells(i, 1)] } POST http://myzephyrhost/rest/zapi/latest/execution/addTestsToCycle/ End For Results Only first request is success,. only "testcase-01" is added to cycle. but from 2nd request in For loop, addTestsToCycle does not works and "testcase-02", .... were not added to cycle. Question How Can I solve this error?168Views0likes1CommentStill unable to import test cases
Our team members have not been able to import their test cases since yesterday afternoon (US Eastern). The current error message is: "Import encountered a fatal error and could not proceed. Please try again." On a different approach, we are receiving: "When trying to import test cases in Zephyr Squad for [XXXX], Jira is displaying the following error: "503 Service Temporarily Unavailable". This error is also received when trying to link tests to test cycles and when trying to navigate to the Cycle Summary."243Views0likes1Comment