copying the output value returned in QTP

Anything VBScript-related, including Windows Script Host, WMI, ADSI, and more.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 11 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
asif2k12
Posts: 1
Last visit: Wed Feb 20, 2013 4:20 am

copying the output value returned in QTP

Post 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....
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

copying the output value returned in QTP

Post 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.
This topic is 11 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked