Answer Posted / thirumala reddy
option explicit force you to declare a variable to avoid any mistakes in the script
normally when u misspell something in script it takes as a new variable
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the differences between quicktest professional (qtp) and winrunner?
How to define array in qtp?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
How to add synchronisation points in qtp?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
what is run action?
How can you close the second opened browser?
Explain about the test fusion report of quicktest professional?
How do you convert manual test cases to automated test cases?
What is the difference between shared and local object repository?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
Define Canvas view of UFT?
How to test fly out menu in qtp?
What will be happen if i load object repository at run time, but it has already associated.