how qtp will recognise if application is run on many browsers
Answer / sandeep
by using Browser("CreationTime:=0").page(micclass:=page).......
here QTP recognises Browser("CreationTime:=0") as first
opened browser and Browser("CreationTime:=1) as second and
so on...
| Is This Answer Correct ? | 17 Yes | 1 No |
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???
How many ways we can parameterize data in quicktest professional?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
What criteria do you use when determining when to automate a test or leave it manual?
QTP identifying the child tabs in a maintab like tab_1,tab_2,tab_3,tab_4 while using a for loop for these tabs.its not proceeding from _1 to _2. How can i use "for loop "
what is the difference between link and hyperlink?
What are the 3 main stages involved in testing with qtp?
what is the difference between built-i function and In-built function?
What are accessibility check point and xml check point?
When to use descriptive programming?
How to get line numbers in your editor in expert view?
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b