Is there any way to import/upload test plan/test execution?
I am wondering if there are a way to upload not only Tests but to set thought upload in which Release/Test Cycle/Folder to place Tests for execution? We have ~300 TCs which are planned for execution for ~7 releases that have multiple cycles and folders. It's really time consuming to create all test plan tree and put cases there manually. How it can be optimized?453Views1like1CommentAfter migrating to cloud test executions are not under test cycle
Hello, Recently we are migrating from server to cloud with Zephyr squad, however we came across a strange situation. Below is the test case screenshot where we are able to see the test execution in Jan 2023 Malaysia Test cycle, however we are unable to see the same test executions in cycle summary under test cycle, however if we change the status of the test execution in test case it was automatically reflecting under test cycle. We need to see the test executions under test cycles as it was showing in on on-prem before migration. I have provided all the screenshots. please let us know your inputs536Views0likes2CommentsZbot configuration
Hello, I have downladed Zepyre Squad, and i want to conduct Selenium Tests using Zbot REST API. i have configured the Zbot according to the README file, but now how do i connect it back to JIRA? there are no Zbots in the Automation Test Zbot Selection Drop Down....232Views1like1CommentJIRA Test case execution
Hi Team, I need to integrate JIRA zephyr squad with my application. I want to automate the process of test case execution and cycle execution. Can you please guide me, how to do that? I have tried something and posted on the Zephyr Squad community link is given below https://community.developer.atlassian.com/t/zephyr-squad-cloud-rest-api-integration-is-not-working-for-me/74639/2 Please give me step by step approach to do it. Thanks, Akhtar184Views0likes2CommentsNeed a dashboard widget that shows Test step status's
Need a dashboard widget that shows Test step status's. Zephyr Scale has a widget called Test Execution Results that shows the individual steps added to an test issue. We want to be able to report on this information and include it in our dashboards. Can this widget be added to Zephyr Squad?282Views2likes2Commentsis it possible to automate on creation test cycles and folder under Tests>Execute Tests.
I have a requirement that in our project where we need to create folders Under Tests>Execute test>Test cycles/Folders section.Every time I need to create some set of folders and Add test cases individually.Is there a way this can be automated and reduce manual work.All I need is to create few folders and add more than 50 test cases Via search filter for each folder.247Views0likes1Comment"Internal Server Error" 500 code on using Save and Execute API
I have been getting an "Internal Server Error" (500 code) whenever I'm trying to use the save and execute API ( https://prod-vortexapi.zephyr4jiracloud.com/api/v1/automation/job/saveAndExecute) to upload the test execution reports. Here is an example of my request header and body: Request Header: { accessKey:{{accessKey}} jwt:{{JWT_Token}} secretKey:{{secretKey}} accountID:{{accountId}} } Request Body: { jobName:New Task jobDescription:New Task Desc automationFramework:Cucumber versionName:Unscheduled cycleName:AtestCycle createNewCycle:true appendDateTimeInCycleName:false folderName:Windows createNewFolder:false appendDateTimeInFolderName:false assigneeUser:{{accountId}} mandatoryFields:'{\"components\":[{\"label\":\"my component\",\"value\":\"my component\",\"content\":\"my component\"}],{\"reporter\":{\"label\":\"Jaya Kushwaha\",\"name\":\"Jaya Kushwaha\",\"id\":\"{{accountId}}\"}} automationVia:Upload projectKey:CC assigneeDisplayName:Jaya Kushwaha cycleStartDate:01/11/23 cycleEndDate:01/11/23 } Making this API call would result in the creation of the job on the U.I. but it is neither able to upload the cucumber report nor create the test cycle.273Views0likes2CommentsNeed help on Test Executions based on Cycle Zephyr Squad Cloud API
The API documentation for these two end points is terrible. https://zephyrsquad.docs.apiary.io/#reference/execution/get-list-of-executions-by-cycle/get-list-of- ... vs. https://zephyrsquad.docs.apiary.io/#reference/execution/get-list-of-executions-by-cycle-v2/get-list-... Specifically, there is no information provided for the following parameters: - expand "expand of Execution" String - sortOrder "sortOrder of Execution" String - action "action of Execution" String - sortBy "sortBy of Execution" String Can anyone refer me to something with more information? I'm specifically wondering about expand and action. This is the URL I am hitting: https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/2.0/executions/search/cycle/f17f69af-02fc-4cdc-863a-bdbd4fa5a66b?versionId=16729&projectId=10087 I have even given necessary headers like Zapi access key and jwt token. Still unable to authenticate. MartiLobosanupdamodaranpls help! Screenshot attached. Pls note: My JWT token generation is working fine for other API endpoints but only for the above API its not working. Also I am unable to generate JWT sepcifically for the above API even after providing versionId, ProjectId,CycleID correctly. I need resolution on this urgently.464Views0likes1CommentaddTestsToCycle 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)] } POSThttp://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?115Views0likes1Comment