I have a title that is a string and an integer, the integer needs to increment by 1 each time
I'm using jscript for our automation. I have a title field in a web app that needs to change after submission. The title is a string + an integer on the end, (ie, Automation Test 1) and the integer ne...
JScript is JScript. There is nothing special about JSCript in Test Complete. Google string manipulation for jscript. Pull out the integer piece, incremenet it, and put it back.