SOAPBegUser
23 days agoOccasional Contributor
Overridding a setting with TestRunner.bat
Hi,
I resolved the general problem of executing TestRunner.bat. It's been a few years, and needed to review and trial & error.
But I'm not able to figure out how to override a setting in the Test Suite xml. Specifically this Report ID setting:
<soapenv:Header/>
<soapenv:Body>
<tem:RegenerateReportRequest>
<tem:ReportID>17224</tem:ReportID>
</tem:RegenerateReportRequest>
</soapenv:Body>
Is the assignment in Global Properties the correct format? Should this be in System Properties or Project Properties?