Using Zephyr Enterprise API to fetch details.
Hi,
I have created a test account for Zephyr Enterprise "https://testaccountAPI.zephyrdemo.com/flex/html5/release/1".
I had created an API token and was trying to fetch the details busing the below code snippet , but the same fails.Can you please guide me what I am doing wrong here or can you please guide me to the documentation for the same? I have gone through the steps mentioned at "https://zephyr67.docs.apiary.io/#reference/releases/get-release-by-release-id", but here it doesn't tell us about API token and details.
Response response = client.target("https://testaccountAPI.zephyrdemo.com/flex/services/rest/latest/release/1")
.request(MediaType.TEXT_PLAIN_TYPE)
.header("Authorization", "***********************************************************")
.get();
Hi endorium,
The requirements for running SoapUI Pro (with Fixed license) and TestComplete tests from Jenkins are mutually exclusive, indeed. TestComplete requires the Jenkins service to run under the Local System account, and SoapUI Pro - under a user account that is a requirement of the licensing system and the Fixed license type.
You can overcome this conflict by using the Floating license type instead of Fixed. Once you have your SoapUI Pro Floating license you will need to:
1. Run the Jenkins service to run under the Local System account;
2. Add a build step that checks out the license before the test execution as it's described here: https://smartbear-cc.force.com/portal/KbArticleViewer?name=How-to-check-out-Ready-API-floating-license-automatically&sp=all
In this case, the license will be applied under the Local System account and TestRunner will be able to use it.
To learn more about Floating licenses please reach out to your Sales rep or submit a request here: https://smartbear.com/product/ready-api/demo-request/