Hi All,

I have a problem with multiple browsers open in the system while running 
QTP scripts. The situation is:

1. There can be *multiple browsers open* in the system while the QTP 
scripts are running. 

2. I am invoking the browser through descriptive programming:

Set ObjBrowser=CreateObject("InternetExplorer.Application")
ObjBrowser.Navigate RadURL
ObjBrowser.Visible=True

3. To Identify the exact browser, I tried using the *OpenedByTestingTool 
*property. 
But this seems to work only if I enter the URL manually in the "Record and 
Run Settings" under the 'Automation' menu.

If I use descriptive programming like in step 2, the 
property OpenedByTestingTool is set to False.

How exactly can this "OpenedByTestingTool" property is used ? Can it be 
used if the browser is opened through programming? Can someone give an 
example.

Thanks in Advance.

-- 
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to