0

I am trying to post the test result along with test step using ALM Octane API, but I am not able to do that.

This is what I have tried to post:

<?xml version="1.0" encoding="UTF-8"?>
<test_result>
    <test_runs>
        <test_run status="Passed" duration="140" name="Test">
        <steps>
        <step duration="60" name="Anish test Step 1" status="passed" ></step>
        <step duration="60" name="Anish test Step 2" status="passed" ></step>
        <step duration="60" name="Anish test Step 3" status="passed" ></step>
        </steps>
        </test_run>

    </test_runs>
</test_result>
demouser123
  • 4,108
  • 9
  • 50
  • 82
bunnu
  • 1

0 Answers0