Forum Discussion

Supreeth's avatar
Supreeth
New Member
11 months ago

Zephyr scale access via API to update the test execution status of a Test Execution

Hi smart bear community,

 

 I use the Jira Atlassian cloud access to manage the Project management activities, recently we have integrated the Zephyr scale inorder to manage the test management

Requirement is after the execution of a particular test cases associated to a test execution, there is need to update the test execution status of each individual test cases and also the test execution via API call

 

Any help will be very much helpful

 

Thanks

.

 

2 Replies

  • MisterB's avatar
    MisterB
    Champion Level 3

    Hi,

     

    I will try to help.

     

    You can find the API documentation here: Zephyr Scale Cloud API

     

    I believe the endpoint you need is: Create test execution, which should enable you to update the test execution of a test case within a test cycle, i.e. post the result of a test.

     

  • MisterB's avatar
    MisterB
    Champion Level 3

    Hi.  On further reflection, it's not possible to update a test execution via the API (there is no PUT endpoint).  I believe this is being considered in the roadmap for inclusion by SmartBear.

     

    Does that answer your question?