Forum Discussion
Please find documentation for creating teststep here: https://zephyr66.docs.apiary.io/#reference/teststep/create-teststep/create-teststep
Related Content
- 3 years ago
- 4 years ago
- 4 years ago
Recent Discussions
- 2 months ago
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
}
Please find documentation for creating teststep here: https://zephyr66.docs.apiary.io/#reference/teststep/create-teststep/create-teststep