Unable to create test step under testcase using rest api provided by zephyr enterprise standalone
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2020
07:57 AM
02-18-2020
07:57 AM
Unable to create test step under testcase using rest api provided by zephyr enterprise standalone
I am getting error:405 method not allowed.
I am trying to create test step using Zephyr Enterprise Standalone, PFB the url and the request for reference.
RestAPI URL: https://att11111.zephyrdemo.com/flex/services/rest/latest/testcase/1/teststep
Request:
{
"id": 1,
"tcId": 1,
"maxId": 1,
"steps": [
{
"id": 1,
"localId": 2,
"orderId": 2,
"step": "Go to test",
"data": "user name and password",
"result": "login to the system."
}
],
"testcaseVersionId": 1
}
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2020
12:16 AM
05-20-2020
12:16 AM
Please find documentation for creating teststep here: https://zephyr66.docs.apiary.io/#reference/teststep/create-teststep/create-teststep
