Hi Darshana,
You can find user advice at Smartbear's community forum link below - I am active there.
To answer your question, you have two options:
1) Import the results, which is an ADD only function - you cannot import and UPDATE results
2) Manually update test results using features that can do this quite quickly (depending on how your data is structured)
3) Use the API endpoints to update tests. The API link is also below.
User Forum: https://community.smartbear.com/category/zephyr-scale-community
API: https://support.smartbear.com/zephyr-scale-cloud/api-docs/
Hi @Andy Barbet: Thank you for your message. I tried to create a task using rest API but i am getting status code is 200 along with msg as -
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not very experienced right now at using APIs, but I will try to help. If this doesn't help you out, I'm sure the Smartbear support team can: SmartBear Support
Looking at your code, it seems you are trying to create a Test Cycle. Checking the API documentation for the POST endpoint (for Create a test cycle), it seems that your code doesn't map to the expected format that is documented, the example of which is below:
{
"projectKey": "TIS",
"name": "Check axial pump",
"description": "Regression test cycle 1 to ensure no breaking changes",
"plannedStartDate": "2018-05-19T13:15:13Z",
"plannedEndDate": "2018-05-20T13:15:13Z",
"jiraProjectVersion": 10000,
"statusName": "In Progress",
"folderId": 1,
"ownerId": "5b10a2844c20165700ede21g",
"customFields": {
"Build Number": 20,
"Release Date": "2020-01-01",
"Pre-Condition(s)": "User should have logged in. <br> User should have navigated to the administration panel.",
"Implemented": false,
"Category": [
"Performance",
"Regression"
],
"Tester": "fa2e582e-5e15-521e-92e3-47e6ca2e7256"
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Darshana Toda , welcome to the Atlassian Community and thanks for your post.
Please excuse my ignorance but can you share please what UFT is? Do you mean that you want to integrate unified functional testing in Zephyr? Are you already using another tool for this or you want to start doing this kind of testing in or with Zephyr?
Best wishes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Darshana Toda , thanks for your feedback. I think you will need more practical support to get started than I can give here. Please can you reach out to the vendor for support? https://marketplace.atlassian.com/apps/1213259/zephyr-scale-test-management-for-jira?hosting=cloud&tab=support
You can also reference their documentation https://support.smartbear.com/zephyr-scale-cloud/docs/?lang=en
Best wishes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.