Zephyr 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?29Views0likes0CommentsAttaching 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 this369Views0likes0CommentsSorting 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 reportTest execution scorecard by test cycle it creates using the folder id/key but i want the report in alphabetical order396Views1like0CommentsHow 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!639Views0likes1CommentHow 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() {}318Views0likes0CommentsI'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[Education] Testing Oracle Applications with TestComplete
In SmartBear’s new "Testing Oracle Applications with TestComplete" basics course, you will learn the basics of creating simple web tests on an Oracle application using TestComplete. In this course, you will learn about: Creating a keyword test working with an Oracle EBS instance Understanding how TestComplete is recognizing objects under test Using the Test Visualizer Creating validations as part of the test Utilizing an external data source as part of the test for data driving Using variables and parameters in a keyword test For all of SmartBear’s course offerings, visit theSmartBear Academy. Enjoy!639Views0likes0Comments