sridhar249
3 years agoOccasional Contributor
Passing testcomplete project suite variables from Ready API
On the ready api, we can do Add step, Testcomplete as shown in the picture below.
The test complete step added above looks like this
In here, there is "Other args:" I was thinking these psv variables passed will be comsumed by the Testcomplete. But looks like it is not working as i expected.
Expected: On the testcomplete, ProjectSuite.Variables.testCaseNumber should be set to 1 and ProjectSuite.Variables.orderId should be set to 902783221
Actual: The testcomplete is setting, ProjectSuite.Variables.testCaseNumber = 1 /psv:orderId=902783221
bascially, it is treating everything after "/psv:testCaseNumber=" as it's value, which is n't correct.