Micro Focus QTP (UFT) Forums
Strange Things happing with QTP - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Strange Things happing with QTP (/Thread-Strange-Things-happing-with-QTP)



Strange Things happing with QTP - vamshiram - 09-09-2008

I am running my Script remotely in other machine...

QTP and My broser both are in same machine and I am runing script there.

There a is window pop up will appear, I need to fill the UN and Pasword and click OK(Win Button). if you open the RD connection and run the script , is working fine and clicking the OK -winButton.

RUn the script and close the RD session... It is able enter the value on the window but it is not clicking the OK button. I tried in always using discriptive program also. No result.

SAme with the capture bitmap -- close the session and and run the script it capturing a black screen.

If any one faced these type of problems and have any solution please let me know. I structed up here not able to run the night sessions.

With Reagrds
Tulasi Vamshiram


RE: Strange Things happing with QTP - vamshiram - 09-10-2008

HI Guys

I got the answer for this Question

it is a well known issue. When you use Remote Desktop (mstsc or mstsc /console), if you close or sometimes even minimize your remote session window, QTP is not going to work as expected.
You can, however, resize that window and keep it aside on your desktop and continue to work on your local box. That would work fine.

If you absolutely have to close your session, then I advise you install the free ultraVNC (www.ultravnc.com) 1.0.2 client software on your local box and server software on the remote box and use it to connect. That way, you can minimize, close do whatever with that session and it will still work.


RE: Strange Things happing with QTP - tvani179 - 09-12-2008

Good Info...Very useful