Error when importing test cases using Zephyr Importer utility tool
We are on: Zephyr for Jira 6.0.1 -Test Management for JIRA (Server) and Jira v8.13.4 We were using the Zephyr Internal Importer successfully following the instructions on the Zephyr doc at this pagehttps://zephyrdocs.atlassian.net/wiki/spaces/ZFJ0500/pages/1061421425/Import+Testsstarting in the "Using the Internal Importer" section. But it has stopped working and now when we get to the last step of clicking the "Import" button we get an error. We have tried to reformat the excel file being imported in multiple ways but nothing is working. The error on screen says it was successful but also that it errored - and no test cases are actually imported. "Error: Sheet1:Row:2:null". I've pasted a screenshot below. The logs also show errors like this (where I've replaced the person's real user name with 'xxxuser': 2021-03-10 13:45:57,892 pool-8077-thread-1 ERROR xxxuser 825x6044494x1 g1bsm5 10.217.229.68,172.27.70.88 /rest/zephyr/latest/importer/issueImport [c.t.z.j.service.impl.ExcelFileProcessThread] Exception while creating issue: Please advise, thank you.1.4KViews0likes0CommentsResult of "Clone Request" creates a second "linked" instance, rather than a new standalone version
I must be misunderstanding something, but here goes. I've created a REST request, including method, endpoint, resource, and Auth(!) for a particular call. I run it and it works fine. Now, there are say 30 more requests I need to create, each which varies only by the Resource (everything else is the same). Right clicking the Request that I just created, I see "Clone Request" (as one would expect), so I'm thinking "great, creating these 30 requests, each of which varies only slightly (the Resource) will be a breeze! However, when cloning a resource, I then discover that any alterations I make to it, *are also made in the original request that I cloned from*. This seems not very logical to me. I mean, perhaps there is some useful scenario for this behavior that I can't think of, but at the very least I would expect there to be an alternate clone method that creates a new Request that is not associated (will not alter) the original cloned Request. And another question I've always wondered about: I've attached a screenshot of the resource I am querying below. Does there happen to be some way I can "import" that resource and have all of the API calls automatically created in SOAP UI?Solved2.3KViews0likes4CommentsRequest and Response URI different in Ready API and SoapUI NG Pro
Hi Guys, We are having an issue with the Ready API which is showing the Response URL different from the Request URI. This is the reason we are not able to switch to Ready API from SoapUI. We have analysed the traffic with Fiddler and our Response is originating from the URI that is mentioned in the Request Please find the screenshot for reference.2.4KViews0likes6CommentsTestedApp.Close return value is None in Python
Hi, The help[1] stated that TestedApp.Close() should return True if the app was closed within the auto timeout time, False otherwise. In python the returned value is None ('Undefined') This is perhaps not a big issue but still a problem since I trust that the help is up to date and that I may follow the API described there to write tests. A lot of effort goes in to figuring out what is wrong that could be spent elsewhere. BR, Johan [1]https://support.smartbear.com/viewarticle/75112/Solved2.6KViews0likes14CommentsPosting form values to a rest endpoint
I'm trying to POST to a REST endpoint, utilising a username and password (in order to be returned a token, for an OAuth2 Resource Owner flow). When I add the various form values required as parameters, I'm not seeing them in the body of the request sent.1.8KViews0likes4Comments