Add tests to cycle via API
Hello all, I am so sorry to bother you every day. Today I want to add a tests into a test cycle via API. I tried to use the following link https://zfjcloud.docs.apiary.io/#reference/execution/get-execution/add-tests-to-cycle I created a JWT for the endpoint, used the body which is included on the mentioned link, adjusted the values, but I am getting the error"method field is required.". If I saw correctly it is not included in the body. Can you help me with this? As always I am including some screen shots. Thanks for the tips, TiborSolved4.2KViews0likes6CommentsAnyone else experiencing slowness in Zephyr For Jira Cloud
I am experiencing really slow responses / updates when executing test cases in a test cycle in Zephyr. All other website and Jira itself is quick and responsive. just changing the status of a step when executing is too slow to work with. I will post a recording to demonstrate the lag between updating a step status, and going back control of the web page Actually I cannot, as it is over the 5 MEG limit Restarted machine to rule that out as an issue, and have been using Zephyr all day today without issue, until approx 7PM ESTSolved2.8KViews0likes6Commentsqsh error when creating test cycle with API
Hello all, I am trying to create a testing cycle through an API (currently Postman). This is what I am doing I am not using Authorization tab at all. As a JWT generator I use this code in JAVA I tried both "GET" and "POST" methods. An I still get the gsh error like seen in the first Image. I am using the following site to get the idea how should I send an API https://zfjcloud.docs.apiary.io/#reference/cycle/creates-new-cycle/creates-new-cycle?console=1 BTW: I am pretty sure that project ID and version is correct Am I doing something wrong? Can you please help me with this? Thanks a lotSolved2.2KViews0likes7CommentsZephyr for JIRA and TestComplete
Glad to know the new implementation of Test Automation from A.T.O.M for ZFJ (https://zephyrdocs.atlassian.net/wiki/spaces/ZFJCLOUD/pages/1234960420/Test+Automation) How to integrate with Test Complete seamless and trigger test execution from Jira ? Is ZAPI the only option till date ? Regards Valla1.9KViews0likes3CommentsCreate a new test case via API
Hello all, I would like to ask how can I create Test or any kind of issue through Zephyr's API. I was able to create test cycle through the following APIhttps://zfjcloud.docs.apiary.io/#reference/cycle I did not find the way to create an issue or more specifically test case via API. I would really appreciate a tip how to configure headers and body too. Can you please help me with this?Solved1.7KViews0likes4CommentsCould Zephyr - Regression issue: Some text formatting in the test steps is no longer functional
Text formatting that used to work in test steps of Zephyr (local server version) is not functional in the cloud version. Examples that used to work: - Miscellaneous syntax such as (!) or (i). - Code blocks - Status lines - 2nd or 3rd degree bullet points (they are now all flattened to a 1st degree) - "-" no longer works the same way "*" to create bullet pointsSolved1.2KViews0likes1CommentImporting automation results duplicates creation of test cases
I've noticed when trying out a further import of cucumber test execution results that, the import does not recognise that a test cases for that scenario was created with the first import, and so duplicates creation of test case. is this expected ? I'd like to be able to see one test case with all test executions of that test attached to it. This is especially important for regression.Solved1KViews0likes2CommentsFind tests without test execution
Hello, we are using Zephyr Squad6.1.1.61109179 on JIRA Server and have the following issue: We have a lot of test cases, some with executions, some without. However, i have not figured out yet how to search for Tests in JIRA where no execution has been created yet and get a list of those issues. So far what i have read it seems like the issue is, that in JÌRA i can search for tests with JQL and in Zephyr with ZQL? But combinating it is not that easy.976Views0likes0Comments[Inside Zephyr] Test Management Trends Explained by Zephyr Squad Product Owner
Hi Zephyr Squad Community! We are wrapping up the Inside Zephyr event soon. This is your last chance to participate - watch the interview, answer the question under the video and win prizes. Event winners will be announced next week 🎉 Today’s Inside Zephyr interview is with Sanjeev Pande (sanjeevpande), Zephyr Squad Product Owner.In this interview, Sanjeev shares his views on the test management trends and how Zephyr Squad fits in. Watch the interview>> After you watch the interview, join in the discussion and you could easily win a prize*! Today's topic for discussion: How do you keep up with Test Management trends? Any books/courses/web sites you’d recommend? Don't forget to subscribe to this event tag –InsideZephyr– to get notified of all related postsand 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.845Views1like0CommentsAdd a new Test Cases into Newly created Test Cycle via API
Hello all, I would like to know how should I add a new test cases into created Test Cycle. In short I already created a test cycle through API, now I want to add a new test cases into the cycle. Note that the whole project is new so no test are present. This is what I want to do. I have several API tests in my Java project. Before the run I create the test cycle (which is working fine), after the creation I execute those API tests and after that I would like to create the text case into the previously created test cycle and send the status (pass or fail). I am getting the API endpoints from the following site: https://zfjcloud.docs.apiary.io/#reference/execution/add-tests-to-folder/create-execution Is it possible in that way? Is there an option to do that? How can I create these test cases in the test cycle? PS: I use Postman for now Thanks for the tips823Views0likes0Comments