Hello, I’m trying to integrate the Practitest api into our automation framework. Due to the Test Cases being written by the Manual Test teams, the test steps do not directly correlate to our script steps. I need to write something that fails, skips or passes each Test Case, but I will likely have several hundred Test Cases that need to be updated each time, due to the api call limits, I need to do a batch update. Is there any way to accomplish this?
So far I’ve got the logic sorted out to get the test ID’s, generate a test set with instances, but I’m not seeing a way to create/update multiple runs from one call, and I don’t see a way to update the status of the entire test case rather than each individual step.