Is Zephyr Scale Down?
Hi all! I'm receiving a blank screen when I try to navigate to zephyr scale. Zephyr status , as well as Jira's status show now incidents. I've already opened a support request, but I was wondering if someone else is currently experiencing such issue. Thanx! AlexSolved1.3KViews2likes6CommentsZephyr Scale Test Cases Not Showing In Jira Seach
Good Morning, We used to have Zephyr Squad plugged into Jira and I was successfully able to create test cases in Zephyr squad, link them to user stories in Jira and search for them using Jira filters (e.g.,project = abc AND issuetype = Test). We are now using Zephyr Scale and it so far appears to be plugged into Jira correctly as I am able to create test cases from within user stories and also in Zephyr scale and link them back to user stories, however, I am unable to search for these Zephyr scale test cases from within Jira. When I use the same search query(e.g.,project = abc AND issuetype = Test), only the old Zephyr squad test cases show up, not the new ones I have created, even though I can see them linked in the user story. I'm just wondering if this is expected behaviour with Zephyr scale or whether I should indeed be able to search for and filter my Zephyr scale test cases? This also impacts my ability to show my test cases in my Jira dashboard because I can't create any filters with my Zephyr scale test cases, only the old zephyr squad test cases appear in my filters. I was watching this video (https://www.youtube.com/watch?v=vM6lPK_AT_g) around Zephyr Reports and Jira Dashboards and noticed that in my instance of Zephyr scale, I don't see the same dashboard gadgets as the ones in the video (e.g., Top Defects Impacting Testing and the Execution Details table). Should I be able to see these gadgets within my instace of Zephyr scale? or have the been retired? Thank you, AnthonySolved1.1KViews0likes1CommentZephyr Scale: Is there a way to do a global find / replace in test cases other than the bulk edit?
I would like to do a keyword search/find and then replace that word with a different word. The Bulk Edit doesn't seem to get the job done in the same way as I need. When I tried it on the 'Name' field the other characters around my change got removed. Perhaps there's a way to avoid that from happening but I didn't find it documented anywhere. Also, I want to apply the same Find/Replace to the text in my Test Case steps but that doesn't seem to be an option - unless I'm missing that somehow. ******************************************************************************************************************************************************************************* An update from my users who figured out a work-around to the lack of a global find/replace: Export all of the TCs to Excel Conditionally formatted cells to be red where the keyword existed Used the Excel file as a guide for what TCs had the keyword, went back to ZS and accessed each impacted TC: Used Ctrl-F on the page with the TC open and all of the instances of the keyword were highlighted Used Ctrl-V in each instance to replace the keyword As a confirmation at the end, re-exported all of the TCs and used the same conditional format rule to see that none of the keywords were missedSolved1KViews0likes4CommentsTest Cases API - How to add a link to an issue on a different project?
I’m using the test cases endpoint API to create test cases, and I would like to link the test cases to issues that are on a different project. How can I do that? While path parameters include testCaseKey which has the project id in the test case key - PRJ-T123, the body parameters include only issueId which is integer. I can’t use the full issue key which includes project, e.g. PRJ2-1234, and I can't find the issue ID in an issue details page. Fromdocs: Create issue link Creates a link between a test case and a Jira issue. AUTHORIZATIONS: AccessToken PATHPARAMETERS testCaseKey - required - string(.+-T[0-9]+) - The key of the test case. Test case keys are of the format [A-Z]+-T[0-9]+ REQUEST BODY SCHEMA:application/json Issue Link Input issueId - required - integer<int64>>= 1 - The issue IDSolved970Views0likes1Commentcan Traceability Report display more than 20 records ? can we configure the no
Hi Team, Currently, theTraceability report shows only 20 records at a time and we have more than 2000 records so manually clicking on load more each time its very time consuming , is there a way we can change or increase the no of records on a page to display more than 20 records? And also is there an API that we can hit to get the traceability reports with a specific filter. ?897Views0likes6CommentsTest Case calling a Test Case with Parameters
I tried searching around for similar questions but didn't have any luck, so forgive me if this has been answered before. I have a test case with 2 steps. We'll call this TEST-T10. T10's very first step has a parameter that can be set. This is fine and works as expected. The problem is when I create another test case that calls upon TEST-T10 and then call a test case that calls upon that test case, I cannot set the parameter for T10's first step. This is pretty crucial to our how we're using Zephyr Scale, as many of the test cases we plan to create will use calls to test cases with simple parameters. Example: TEST-T10 has a parameter that is set in step 1. TEST-T11 calls TEST-T10, and you can set the parameters there. A final test, TEST-T12, calls TEST-T11 and thus I cannot set parameters for TEST-T10. Is there a setting I missed or a button I'm missing?794Views1like4CommentsTrack tests cases automated/not automated
Hi, In addition to creating test cases, I would like to define whether a test case is automated or pending to be automated. 1. What's the best way to do this? 2.What type of report can I generate to view/track automated andpending to be automated test cases?759Views1like5CommentsUpload test execution results in Bulk zephyr scale api
Hello, I am trying to use the `/testexecutions` endpoint to upload test results in bulk but am getting an invalid payload error. Here is a sample pay load [ { "projectKey": "S22", "statusName": "Fail", "testCaseKey": "S22-T491", "testCycleKey": "S22-R5", "comment": "Test failed user could not login" }, { "projectKey": "S22", "statusName": "Pass", "testCaseKey": "S22-T455", "testCycleKey": "S22-R5", "comment": "Test user could login" } ]Solved757Views0likes4Commentsnumber of Test cases displayed for adding test cases -- can we select all test cases @1 go?
Hi there, this is a query while adding test cases to a test cycle. At the moment, system allows upto 100 test cases to be displayed on the same page. if we have 1000 test cases to add, we need to select first 100 test cases first and then move on to next 100 test cases. Is there a way to select all test cases and map them to a test cycle?Solved722Views0likes4CommentsGet test cases request through postman failing
I am working on below request format through postman. URI: https://api.zephyrscale.smartbear.com/v2/issuelinks/<<JIRA-ID>>/testcases METHOD: GET REQUEST: Headers Authorization : Bearer <<TOKEN>> However, the request is failing as below even when the correct token is provided. What am I missing here?Solved708Views0likes4Comments