Zephyr Scale - Test Case Label Search
This previously worked, but not when I try to search using a Label value I get no results when I know there are Test Cases with the value. The search appears to be searching based on the "Name" value. I've tried resetting the search filters, but still not results display. I've included two screen shots - one that shows the labels exist on test cases; second shows "no results" when searching for that Label value.Solved2.6KViews0likes3CommentsHow to attach a file to a test case/step (creating tests)
Hi All, While setting up test cases, i am wondering how i could attach a file to a test case/step so that when a tester executes the test case, a file is available to check. For example, the test case is "download file and check to see if same as attachment" - this test case downloads a file and if it matches the file which is attached to the test step or case, then the test passes. How and where to attach the file to be compared with? I can see in the test data section of the test step there are options for insert link, picture but thing for a file. I hope im explaining this correctly.Solved2.5KViews0likes4CommentsYour Journey to Atlassian Jira Cloud with Zephyr Scale
Greetings community, Surely by now, most of you are aware of Atlassian’s shift in strategy to become a cloud-first company. This has some important implications to anyone who uses their Server based products, including apps. TL;DR: Follow these steps to migrate your Zephyr Scale app data using JCMA: Follow Atlassian's guide to setup theJCMA Followour Cloud migration guide to complete the migration Key dates per Atlassian’s FAQ page: February 2, 2021 – Atlassian customers can no longer purchase or request a quote for new Server licenses. February 2, 2022 – you will no longer be able to upgrade or downgrade user tiers for your Server products or apps (with some exceptions) February 2, 2023 – Existing customers can no longer purchase Server apps on the Marketplace February 2, 2024 – Atlassian stops support for Server products and apps What does this mean for Zephyr Scale customers? From my calls with some of you, and what I keep hearing from our support team, is that many of you are already actively exploring your options. While some are choosing to stick with on-prem by moving to Data Center, many of you are making plans to migrate everything to Cloud, including apps. Here at SmartBear, we are committed to facilitating a smooth transition to Cloud for all our customers. This includes brining feature parity between Server and Cloud products, supporting automated migration tools like JCMA, and be compliant with a number of Atlassian Cloud security and reliability programs on the Marketplace (e.g. Cloud Fortified). What is the recommended migration path to Cloud? Atlassian’s Jira Cloud Migration Assistant (JCMA) is your primary path to Cloud. It is an application that helps you move projects, users, and groups from Jira Core or Jira Software on Server to Cloud.The automated app migration functionality in JCMA is now in an open beta, which means that all users can migrate their app data over to Cloud. Are there any feature differences between Jira Server and Cloud versions of Zephyr Scale? If you want to move to the Cloud version of Zephyr Scale, it’s worth considering feature differences from Server. We’ve created a handy Server/DC vs Cloud comparison matrix where you can review these differences in detail. Are there any limitations regarding what data I can migrate using JCMA tool? Yes. Because of feature differences between the Server and Cloud versions of the Zephyr Scale, some data will not be migrated. Please refer to the ‘Limitations’ section of the Cloud Migration Guide. What if I need any help with the migration? If you require technical assistance, please check out the Cloud Migration FAQ or raise a ticket with our support team. Tell us a bit about your Cloud migration journey I’ll conclude this post with a question to you, our awesome community. What is your plan of action around migrations? Please spend a moment to fill our this short survey to let us know!2KViews3likes1CommentWhat is the best way to set up tests?
Hi All Just about to start using zephyr scale and before that, wanted to know whats the best way to start? Create tests from the main view and sort in folders on the left? What other ways/structure works to display different systems test cases under one project? Open to ideas CheersSolved1.7KViews0likes4CommentsIs there a way to preserve the test case order in which they appear when adding them to test cycle ?
Whenever I create a Test Cycle and add the required Test Cases, all of them appear in a random order. The test case order in which they were created is not respected and it is relevant for test execution. I cannot drag and drop as a I have more than 900 test cases within my test cycle. Any ideas?Solved1.5KViews0likes4Comments'You have no permission to perform this action' Unable to create test case in Zephyr
New to using Zephyr, when I click on the three dots to create a test case, it shows 'You have no permission to perform this action' Do I need to set/request permissions from someone? How could I do that. Kindly help. Thank YouSolved1.4KViews0likes4Commentshow 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.4KViews0likes1CommentOctober 2021 | Zephyr Scale Community News
Hello Zephyr Scale Community! Welcome to the October Community news. Updates include the Q3 Community Leaders announcement, SmartBear Connect results, a list of our most-discussed topics, and a new SmartBear Academy course. Q3 2021 COMMUNITY LEADERS We're happy to announce our Zephyr Scale Community Leaders for Q3 2021! These people have shared so much valuable information about the product. The entire Community is grateful for all the wisdom they bring to the table! Q3 Community Leaders: MisterB and josh42 Each Community Leader will be rewarded with a $50 gift card from SmartBear and, depending on their location, maybe some exclusive SmartBear swag as well! If you'd like to become a Community Leader in Q4, we created this article - 3 Simple Steps to Become a Zephyr Scale Community Leader. It's easier than you think😊 SMARTBEAR ACADEMY September brought exciting news for the SmartBear Academy - a new Zephyr Scale course: Zephyr Scale Manual Test Engineer. In this course, you'll learn how to create and edit test cases, execute test cases individually or as part of a test cycle, and create and link defects. It also covers creating test cycles and test plans, working with traceability, and sharing across projects in a Jira instance. If you pass an exam at the end of the course, you'll get a course completion certificate! Congratulations to all SmartBear Academy students who got certified after completing Zephyr Scale courses in September. They will receive a unique Academy Certified badge in the SmartBear Community: josh42,htongol,MisterB,reprosser,julian_palmer Check out all free learning options for Zephyr Scale here! SMARTBEAR CONNECT 2021 In September, many of you attended our annual conference, SmartBear Connect. We hope you enjoyed the event and got lots of takeaways. If you want to re-watch some sessions, you can access the recordings here: Access Connect 2021 On-Demand Thanks for spending time with SmartBear and we'll see you next year! ux research survey Do you want to help co-create SmartBear’s products? Sign up to participate in UX research to share your valuable feedback. You’ll get the chance to win a $50 virtual gift card! Please sign up HERE- it only takes 2 minutes. We’ll reach out once we match you to a research study. Thanks for your time! MOST DISCUSSED TOPICS September brought a lot of fruitful discussions to the Zephyr Scale Community. Here are the most active forum threads: - is there a limit on how many test cases can be created in Zephyr scale? - Test execution results by coverage - limit? - Api to get executions based on testcase key/id in zephyr scale - Owner field in test case import from CSV will not resolve - How to Delete a version That’s all for today. Have a question or comment? Please feel free to let us know!1.2KViews3likes4Comments