How to write a function for maximising a browser in QTP ?
Hi QTP experts, how to write a function for maximising a browser in QTP i'm already having function for that but it's taking very slow to access the browser im pasting my function belowhwnd = browser("...").Getroproperty("hwnd")window("hwnd:=" & hwnd).Maximize and also i'm having different function...
How to delete a check points associated files in QTP
Hi guys, im using checkpoints in my test(QTP 9.2) but sometimes I may delete the checkpoints by deleting the scripts is there any location for checkpoints files to be deleted even after deleting the scripts if so pls help me in this because its hiding in the obj repository thanks in advance,prabhu.R
You don't have to delete the entire script to just remove the Checkpoint. You can go to the Expert view and comment out the line containing the Checkpoint. Also, QTP does not store checkpoints in its OR.
Problem with recognising the list view in QTP
Iam having a problem in recognising the list view how can I make it recognisable using descriptive programming or writing function for that..Is it possible to write function to select the particular option in the list or tree view of the application? Pls send me the code for selecting the list view but...
Explain me how to write the descritive programming in QTP using sample filght application?
Try this....invokeApplication"C:Program FilesMercury InteractiveQuickTest Professionalsamplesflightappflight4a.exe"window("text:=Login").Activatewindow("text:=Login").win...
It worked fine when I did it without Creatime Time.