Welcome to the SmartBear API Hub Community! π
Glad you made it here! This is your space to connect with fellow devs, testers, and API enthusiasts. Hereβs the quick-start guide: π¬ Join the Conversation: Share ideas, ask questions, swap tips, and geek out over all things API Hub. π Check the Docs: Need details? Dive into the API Hub documentation for Design, Portal, Contract Testing, Explore, and Test. π Level Up: Check out SmartBear Academy for free courses to sharpen your API skills. π οΈ Need Support? Got an issue that needs more than community help? Head over to the API Hub Support Center to open a support case. π Play Nice: Before diving in, skim through the Community Rules to keep things cool. Welcome to the crewβletβs build awesome APIs together. π33Views0likes0CommentsZephyr and Tosca Integration
Has anyone integrated Zephyr with Tricentis Tosca? All our automated tests are in Tosca and we would like to integrate these tools so that the test results (pass/fail) etc., show up against the test case in Zephyr. Does ZBot/Vortex (Folder watcher) parse the XML results from Tosca? If it does so, how would it identify what test case should be updated based on the XML?95Views0likes0CommentsAttaching Screenshots into failed test case - Testng via Jenkins Zee Reporter
Hi All, I am using selenium + Testng framework and it is integrated with zephyr after jenkins build using zephyr enterprise plug in (Zee Reporter). And, whenever test case is failed, it is able to pick the exception block from testng-results.xml and attaching log on the same. The same way would like to attach the screenshots to failed test case. Please help if any solution on this375Views0likes0CommentsSorting Test execution scorecard by test cycle by test cycle name in the reports
We created test cycles example : Anne_ChromeTest , Bryan_ChromeTest , Anne_FirefoxTest. When i create the report Test execution scorecard by test cycle it creates using the folder id/key but i want the report in alphabetical order405Views1like0CommentsHow can I update test results using API to a specific cycle phase? (Pytest)
Hello, New to Zephyr here. I have a test cycle and phases already created through the web UI. Each phase has test cases added to them. How can I use the API to post results to update the test status for the testcases in the phases? The tests I am running are automated through Pytest running on many different test machines, I am looking for a way to POST or PUT many test results at once either by providing a payload that Zephyr can read in. Assuming Pytest knows the testcase id. I do see the API endpoint /execution/bulk to Execute cases in bulk but not sure where to get the parameters to pass in, or how to format the body. https://zephyrenterprisev3.docs.apiary.io/#reference/execution/execute-testcases/execute-testcases?console=1 What is `scheduleids` ? There are also an `ids` in the JSON body as well in the example. Any help would be great! Thanks!708Views0likes1CommentHow can i map many to one testcases with test methods in automation.
Hello this is regarding automation. We're trying to implement android tests using espresso and junit. And we're looking to annotate each test method with related testcase key/id. Right now there is a way to map a test method with one single key but we're exploring an option of mapping multiple test case keys with single test method just like below. @Testcase(key= "abc", "def" ) test public void mappingMultipleTestCases() {}320Views0likes0CommentsI'm always getting HTTP 40* when I hit any zapi api
I'm using Jira API token to hit all the zapi apis as mentioned in the link - https://support.smartbear.com/zephyr-squad-server/docs/api/how-to/create-tests.html And, I'm using postman client. Any Jira is working properly, for e.g. https://xxxxx.atlassian.net/rest/api/latest/issue/TER-2 However, any request continaing zapi is throwing the error as below. Request https://xxxxx.atlassian.net/rest/zapi/latest/util/zephyrTestIssueType Response <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <status> <status-code>404</status-code> <message>null for uri: https://xxxxx.atlassian.net/rest/zapi/latest/util/zephyrTestIssueType</message> </status> Please help!!! Thanks in advance473Views0likes1Comment