Forum Discussion
Devyanikonde
2 years agoNew Member
Hi,
If you want to add test cases to a test cycle in Zephyr Scale using the API, you can follow the steps outlined in the Zephyr Scale API documentation.
Here's a general guide based on the provided information:
Add Test Cases:
- Use the API endpoint for adding test cases. Refer to the Zephyr Scale API documentation for details on the request payload and parameters.
- This step involves specifying the test case details, such as the project, issue type, summary, and other relevant information.
Create Test Cycle:
- Use the API endpoint for creating a test cycle. Refer to the Zephyr Scale API documentation for details on the request payload and parameters.
- Provide the necessary information for the test cycle, such as the project, cycle name, start date, end date, and other relevant details.
Add Test Cases to Test Cycle:
- Once you have created the test cycle, you can use the API endpoint for adding test cases to the cycle. Refer to the Zephyr Scale API documentation for details on the request payload and parameters.
- Specify the test cycle ID and the list of test case IDs to be added to the cycle.
Make sure to handle authentication and authorization properly by including the necessary API tokens or credentials in your requests.
Related Content
- 2 years ago
Recent Discussions
- 15 days ago