How to generate JWT TOKEN from Postman
Hi Doug & Team, There seems to be some confusion. Kindly help me out here as soon as possible. My issue is How to generate JWT token from Postman itself. I have SecretKey, access Key, AccoutnId, Zephyr base URL also. Please just guide me how to use these details to generate JWT token from Postman. I am not talking about usage of the JWT TOKEN. I am asking about the process of generating JWT token via Postman. Thank you2.5KViews0likes6Commentshow to Integrate Zephyr Squad or Zephyr Scale with Azure DevOps.
I want to Integrate Zephyr Squad/Scale with Azure DevOps Pipeline , Because After running CI-CD pipeline on Azure Devops, it will generate results in the form of Excel file(.xlsx) & Screenshots(.png). so Now Want toSend Test Results from Azure DevOps to Zephyr Squad/Scale. To transfer your test-execution results from Azure DevOps back to Zephyr Scale/Squad, what should I do can anybody suggest. Now I m following Zephyr Squad documention:- Continuous Integration. url:https://support.smartbear.com/zephyr-squad-cloud/docs/continuous-integration/integration-script.htmlSolved2.1KViews0likes2Comments[Inside Zephyr] Zephyr Squad Testing - Learn Key Secrets from the Zephyr Squad QA Lead
Hi everyone! Welcome to Inside Zephyr. This is an online event over the course of which you will not only meet the Zephyr Team, but also learn a lot of exclusive insights and get the chance to win prizes! Today’s Inside Zephyr interview is with Jagadeesh Madhura (JagadeshMadhura)Zephyr Squad QA Lead. Jagadeesh speaks about how his Team is using Zephyr Squad internally and how testing is done in general. Check it out! Watch the interview>> After you watch the interview, join in the discussion and you could easily win a prize*! Today's topic for discussion: Introduce yourself: Where are you from? How did you start a career in test management? Don't forget to subscribe to this event tag –InsideZephyr– to get notified of all related posts! * Our expert group will monitor all replies under this post to determine the winners.2.1KViews6likes4Comments[Inside Zephyr] Zephyr Squad Roadmap Revealed by Engineering Manager
Hi everyone! Welcome to Inside Zephyr. This is an online event over the course of which you will not only meet the Zephyr Team, but also learn a lot of exclusive insights and get the chance to win prizes! Today’s Inside Zephyr interview is with Naveen (naveen_ks), Zephyr SquadEngineering Manager.In this interview, Naveen talks about the Zephyr Squad roadmap and some features of the tool you should definitely check out. Take a look! Watch the interview>> After you watch the interview, join in the discussion and you could easily win a prize*! Today's topic for discussion: What are your favorite features of Zephyr Squad and why? Don't forget to subscribe to this event tag –InsideZephyr– to get notified of all related posts! * Our expert group will monitor all replies under this post to determine the winners.1.6KViews2likes3CommentsZephyr Squad BDD - Adding a scenario fails because 'Description' is required
Hi I just starting out using the BDD feature in Zephyr Squad but when I try to enter the a scenario I get a pop up error message saying: {"description":"Description is required"} I've read that a feature is a "Story" type issue and a scenario is a "test" type issue but in our project "Description" is set as a required field for both stories and tests, but I don't know how to show the description field to be able to populate it for the "scenario". Any help resolving this would be most greatly appreciated. TIA Kay Note : Description is displayed for the main story/featureSolved1.5KViews0likes5Comments[Inside Zephyr] How Zephyr Squad Support Prioritizes Queries - Learn from Customer Care Product Lead
Hi everyone! Welcome to Inside Zephyr. This is an online event over the course of which you will not only meet the Zephyr Team, but also learn a lot of exclusive insights and get the chance to win prizes! Today’s Inside Zephyr interview is with Raksha Nataraju, Zephyr Squad Customer Care Product Lead.Raksha is very passionate about Zephyr Squad, and she has been part of the team for a while now. Learn about Customer Care processes - how quickly you should receive a reply to your support request, how cases are prioritized and more! Watch the interview>> After you watch the interview, join in the discussion and you could easily win a prize*! Today's topic for discussion: Describe your QA process. Which metrics do you use? Don't forget to subscribe to this event tag –InsideZephyr– to get notified of all related posts and watch the great interviews we already posted with other Zephyr Team members! * Our expert group will monitor all replies under this post to determine the winners.1.2KViews2likes0Commentscicd automation integration script returns 500 Error in input
Hi, I'm trying to send test junit test results to JIRA using the provided integration script:https://support.smartbear.com/zephyr-squad-cloud/docs/continuous-integration/integration-script.html When the script runs, the response to the curl request is "status":500,"error":"Internal Server Error","message":"Error in input","path":"/api/v1/automation/job/saveAndExecute" The call to saveAndExecute does create the automation task in JIRA, but when i try to execute manually I receive the error: "Found invalid file format. Please provide valid file to import with respect to configured framework." The results file that I am uploading via the script uploads and executes manually without issue.995Views0likes1CommentUnable to run my gradle project after adding zfj-cloud-rest-client-1.2-jar-with-dependencies.jar
Hi, We have a java gradle project thatupdates statusof automation test cases in Jira via Zephyr APIs. For these calls we had been using basic authentication(userame/password). After Jira cloud migration, basic authentication failed to work due to deprecation (https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/) and so we followed this guidelinehttps://support.smartbear.com/zephyr-squad-cloud/docs/api/jwt-token.htmlto generate JWT tokens for Zephyr calls. When I created a blank new project with the SampleJwtGenerator class it worked fine and I was able to successfully use the generated JWT tokens. But when I tried to include theSampleJwtGenerator class in our existing project (our project is based onSpring Framework 5.3.12) I could not run the project, I get the following exception Exception in thread "main" java.lang.NoSuchMethodError: 'void org.springframework.core.annotation.AnnotationAwareOrderComparator.sort(java.util.List)' at org.springframework.boot.SpringApplication.getSpringFactoriesInstances(SpringApplication.java:458) at org.springframework.boot.SpringApplication.getSpringFactoriesInstances(SpringApplication.java:450) at org.springframework.boot.SpringApplication.getBootstrapRegistryInitializersFromSpringFactories(SpringApplication.java:294) at org.springframework.boot.SpringApplication.<init>(SpringApplication.java:285) at org.springframework.boot.SpringApplication.<init>(SpringApplication.java:266) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332) at com.hyland.jiraconnector.JiraConnectorServiceApplication.main(JiraConnectorServiceApplication.java:25) Please can you provide any guideline to solve my problem?985Views0likes2Comments