how qtp will recognise if application is run on many browsers



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

Post New Answer

More QTP Interview Questions

Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()

6 Answers   IBM,


WHAT IS SMATR IDENTIFICATION? plz EXPLAIN BRIEFLY? IS IT POSSIBLE in QTP? HOW AND WHEn THE SITUATION U R USING EXPLAIN WITH EXAMPLE?

3 Answers  


Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks

0 Answers  


How many types of trigger events are there in qtp?

0 Answers  


Why you have to add the specific add in in QTP? My answer is to recognize the specific objects we have to add the add-in in QTP...but he asked again after adding addin how qtp recognize the objects successfully? what is there in the add-in ?

1 Answers   CTS,






Explain about datafile/verification of date file when file is not available in local system?

0 Answers  


how to retreive the xml file data through qtp.can anybody send script for this..

1 Answers   Synechron,


Differences between quicktest professional (qtp) and winrunner?

0 Answers  


Does QTP support Linux Red Hat? Does QTP support Flash?

4 Answers  


Suppose i have given 10 test cases all the test cases should be automated?

3 Answers   NTT Data,


What is Distributed testing? How does UFT support it?

0 Answers  


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

0 Answers   Accenture,


Categories