Page 1 of 1

copying the output value returned in QTP

Posted: Sat Feb 16, 2013 6:29 pm
by asif2k12
hi
I have a vbscript which is
1. Launching my qtp
2. Opening the test
3. Running the test

when the test completes, the test is returning some value. I want to copy that value in VB script.
Can someone help me....

copying the output value returned in QTP

Posted: Sun Feb 17, 2013 4:53 am
by jvierra
HOw is it returning the bvalue.

1. You can send the output to a fiel using '>'.
2. You can use WsShell.Exec and capture the output.