ykrrishna
8 years agoOccasional Contributor
Updating Test Step details of a Run item in QAComplete with API triggered from Testcomplete Script
I am using TestComplete Project with Python language for Running my automated scripts. With this I am triggering a Run with the test set ID in QAComplete and fetching the Test Run details and c...
- 8 years ago
Hi Krishna,
1. To add an attachment to a Test Step you need to user the Attachments_Add Operation: https://support.smartbear.com/viewarticle/90347/
Use EntityCode = Teststeps
2. If a Test has a failed Test Step, the status of this Test can be only "Failed". To update a Test Step use the TestSteps_Update Operation: https://support.smartbear.com/viewarticle/90211/
If you have additional questions, please share your xml requests and provide more details.