Tips and Tricks

is your QTP Script execution slower??

Are you experiencing slow execution of your scripts? Does it take much time to execute your scripts than it should be? If you feel...

6 helpful Tips on QTP

How to do Browser Back using RegisterUserFunc in QTP Public Function MyBack() Set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys "%{LEFT}" Set WshShell = Nothing Wait 2 End...