Zephyr Scale Data on Free Trial Period
Good day, we are currently using the free trial version of Zephyr Scale as we are trying to propose its use for TM tool. Just wondering what will happen to the test cases, attachments, history and reports made and generated during the free trial version, after the free trial version date ends. Will the data still be accessible for download? This is to create a Proof Of Concept for Zephyr scale as part of our proposal. TIA257Views0likes1CommentZephyr integration with PowerBI
we are planning to pull data from zephyr to Power BI dashboard. Power BI have been our primary dashboard for pulling the data from various sources. we want to do the same for zephyr as well. Our main need is to pull zephyr filter data directly to powerBI. Is there any API or any solution available for this integrations??530Views0likes2CommentsHow to execute testcases maintained under folder of cycle using TestComplete in Jira Zephyr
we have created testcases in zephyr and pulled them in cycle summary as follows. Created Test cycle called Regression and added folders called 'Application-shopping' in these cycle. Added test 'TAM-3156' in these folder and mapped the same to test script in TestComplete. After executing the script noticed that TAM-3156 was created in cycle and the test status is updated as passed or failed. But the once which i had created under folder 'Application-shopping' remains unexecuted . Is there any solution available for this? There was similar question raised for the issue but there was no response for that. https://community.smartbear.com/t5/TestComplete-Questions/How-to-do-the-execution-under-the-folder-t...219Views0likes1CommentTest Executions section of a Test - changed to ASC vs DESC - Can this be adjusted in Settings?
Recently migrated to Cloud, Zephyr Squad, I have noticed the Test Executions section of a Test - changed to ASC Date vs previous format by Date DESC - Can this be adjusted in Settings? See attachment 2023-05-09_1-50-53.jpg313Views0likes0Commentshow to upload junit test result file to existing test cycle
As of now every time when we upload the junitresult.xml file into the zephyr scale, it creates a new test cycle. but I want to upload it to the existing test cycle and to a specific folder in the same post-call. which is not happening now. to customize the test cycle name I am sending the test cycle JSON object along with the junitresultfile.xml but, post-call is ignoring the test cycle JSON object. below is my request: import json import requests def upload_result_to_zyphyr(): headers = { 'Authorization': 'Bearer Token' } params = ( ('projectKey', 'xxx'), ('autoCreateTestCases', 'true'), ) payload = { "name": "Sanity", "description": "Any additional description can be added here.", "jiraProjectVersion": 'null', "folderId": 1111111, } files = { 'file': open('junitresult.xml', 'rb'), } data = {'data': json.dumps(payload)} response = requests.post('https://api.zephyrscale.smartbear.com/v2/automations/executions/junit', headers=headers,params=params, data=data, files=files) print(response.content) upload_result_to_zyphyr() Response: I am getting a successful response with 200 OK and the result file is getting uploaded into the test cycle but, test cycle customization is not working. Any suggestion on the above-mentioned points will be really appreciable.1.4KViews0likes1CommentMoving from using Zephyr Squad to Zephyr Scale
Hi All, I have a simple need. 1. I am using Zephyr Squad on Atlassian Jira Cloud. 2. I want to start using Zephyr Scale on the same Atlassian Jira Cloud instance. How can I migrate from Squad to Scale without losing test history? What do I need to do for the same?476Views0likes1Comment