I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail.?
Answer / dinesh1433
You said you want to execute your script in Remote
desktop,so Remote Desktop is completely different
machine/server other than your desktop,so if you will start
your execution and disconnect the remote desktop. Scripts
will not going to fail.
| Is This Answer Correct ? | 0 Yes | 3 No |
Hi, I will provide perticular age,it needs to enter date in text box (MM/DD/YYYY) compare to system date. or already exist data in the text box.
What are the five challenges you faced in QTP?
Explain types of descriptive programming?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
How can i open 5 multiple browser at once through QTP VB script and i want to login with 5 different credentials i already tried with this code but its entering credentials only for first browser and am using datatable to parameterize
Can we continue functionality testing without framework?
What is the new version of qtp which is recently released in the market?
How to change the priorities of the recovery scenario properties?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
what r the main benefits of automation?
Why to use descriptive programming?
Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"