Hello, sri vamsi.
If you run test cases via execution set you can use callback section of it.
- Create REST connection that calls your server endpoint.
- Put required execution info properties to REST connection body in the format you need (e.g. JSON, XML).
- Go to Execution Set "Callbacks" section and setup it to use your REST connection on ANY result of Test Case execution.
So as soon as each test case execution is finished platform will call your REST connection and send execution variables you put into it.
At this moment we provide support for next test case execution variables in callback:
@test_case_execution_id
@test_case_execution_video_url
@test_case_execution_image_url
@test_case_execution_log_url
@test_case_execution_status
@test_case_execution_duration
@test_case_execution_defect_tracking_id
You can put it inside your callback REST connection as you usually do for test cases.
If you don't want to send details as execution callback or you want to get extended details use our API, please.
Documentation is here: https://platform.subject-7.com/spec/index.html
We plan to extend API with possibility to get suite and folder info in one of future releases.