<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: QTP: Working with Multiple Browser Applications (Revised)</title>
	<atom:link href="http://relevantcodes.com/qtp-working-with-multiple-browser-applications-revised/feed/" rel="self" type="application/rss+xml" />
	<link>http://relevantcodes.com/qtp-working-with-multiple-browser-applications-revised/</link>
	<description>A Resource for Test Automation Development</description>
	<lastBuildDate>Fri, 18 May 2012 07:21:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Anshoo Arora</title>
		<link>http://relevantcodes.com/qtp-working-with-multiple-browser-applications-revised/#comment-57556</link>
		<dc:creator>Anshoo Arora</dc:creator>
		<pubDate>Thu, 15 Mar 2012 13:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=1598#comment-57556</guid>
		<description>Luda, if you download the project, move it to root (C:\) and it will run. Else, change the path to your path from Settings-&gt;Resources.</description>
		<content:encoded><![CDATA[<p>Luda, if you download the project, move it to root (C:\) and it will run. Else, change the path to your path from Settings-&gt;Resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luda</title>
		<link>http://relevantcodes.com/qtp-working-with-multiple-browser-applications-revised/#comment-56790</link>
		<dc:creator>luda</dc:creator>
		<pubDate>Fri, 02 Mar 2012 19:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=1598#comment-56790</guid>
		<description>I placed the class code in the action1 and everything is working! 
But the question about registering a class still exists and how to associate function lib? 
If I save the class code in vbs and associate this lib with the demo test. Code is not executed and object is not created. 
  

I cannot create dll, because I don’t have installed vb</description>
		<content:encoded><![CDATA[<p>I placed the class code in the action1 and everything is working!<br />
But the question about registering a class still exists and how to associate function lib?<br />
If I save the class code in vbs and associate this lib with the demo test. Code is not executed and object is not created. </p>
<p>I cannot create dll, because I don’t have installed vb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luda</title>
		<link>http://relevantcodes.com/qtp-working-with-multiple-browser-applications-revised/#comment-56789</link>
		<dc:creator>luda</dc:creator>
		<pubDate>Fri, 02 Mar 2012 18:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=1598#comment-56789</guid>
		<description>Hi Anshoo, I downloaded test project, but not able to associate function lib to the test. Is clsBrowser should be registered?</description>
		<content:encoded><![CDATA[<p>Hi Anshoo, I downloaded test project, but not able to associate function lib to the test. Is clsBrowser should be registered?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankita suhaney</title>
		<link>http://relevantcodes.com/qtp-working-with-multiple-browser-applications-revised/#comment-43315</link>
		<dc:creator>ankita suhaney</dc:creator>
		<pubDate>Wed, 02 Nov 2011 08:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=1598#comment-43315</guid>
		<description>I am trying this line of code:
Window(&quot;DEMO2301.spm&quot;).Window(&quot;Window&quot;).WinObject(&quot;F3 Server 60000000&quot;).VScroll micScrollStart

but it is giving me runtime error:
This operation cannot be performed.

Can anybody tell me the probable reasons for it?
My WinObject is having vertical scrolldown</description>
		<content:encoded><![CDATA[<p>I am trying this line of code:<br />
Window(&#8220;DEMO2301.spm&#8221;).Window(&#8220;Window&#8221;).WinObject(&#8220;F3 Server 60000000&#8243;).VScroll micScrollStart</p>
<p>but it is giving me runtime error:<br />
This operation cannot be performed.</p>
<p>Can anybody tell me the probable reasons for it?<br />
My WinObject is having vertical scrolldown</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://relevantcodes.com/qtp-working-with-multiple-browser-applications-revised/#comment-32181</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 11 Aug 2011 22:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=1598#comment-32181</guid>
		<description>i am having the same problem Qtp is not recognising  the browsers, please help</description>
		<content:encoded><![CDATA[<p>i am having the same problem Qtp is not recognising  the browsers, please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radhika</title>
		<link>http://relevantcodes.com/qtp-working-with-multiple-browser-applications-revised/#comment-24841</link>
		<dc:creator>Radhika</dc:creator>
		<pubDate>Fri, 24 Jun 2011 18:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=1598#comment-24841</guid>
		<description>Still not working for me. I tried cross checking all the properties of the browser and also with the &quot;If...loop&quot; but not working. :(

If browser(&quot;opentitle:=Yahoo!&quot;).Exist(25) Then
       browser(&quot;opentitle:=Yahoo!&quot;, &quot;name:=Yahoo!&quot;).Navigate &quot;www.gmail.com&quot;
End if

Radhika</description>
		<content:encoded><![CDATA[<p>Still not working for me. I tried cross checking all the properties of the browser and also with the &#8220;If&#8230;loop&#8221; but not working. :(</p>
<p>If browser(&#8220;opentitle:=Yahoo!&#8221;).Exist(25) Then<br />
       browser(&#8220;opentitle:=Yahoo!&#8221;, &#8220;name:=Yahoo!&#8221;).Navigate &#8220;www.gmail.com&#8221;<br />
End if</p>
<p>Radhika</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshoo Arora</title>
		<link>http://relevantcodes.com/qtp-working-with-multiple-browser-applications-revised/#comment-24826</link>
		<dc:creator>Anshoo Arora</dc:creator>
		<pubDate>Fri, 24 Jun 2011 16:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=1598#comment-24826</guid>
		<description>Radhika:  It may not work correctly because the properties for the Browser object may not be correct, or because the script runs faster than it takes to open the browser.  Try this:

&lt;pre&gt;
SystemUtil.Run &quot;iexplore.exe&quot;, &quot;yahoo.com&quot;

If Browser(&quot;title:=Yahoo!&quot;).Exist(15) Then
	Browser(&quot;title:=Yahoo!&quot;).Navigate &quot;google.com&quot;
End If
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Radhika:  It may not work correctly because the properties for the Browser object may not be correct, or because the script runs faster than it takes to open the browser.  Try this:</p>
<pre>
SystemUtil.Run "iexplore.exe", "yahoo.com"

If Browser("title:=Yahoo!").Exist(15) Then
	Browser("title:=Yahoo!").Navigate "google.com"
End If
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radhika</title>
		<link>http://relevantcodes.com/qtp-working-with-multiple-browser-applications-revised/#comment-24642</link>
		<dc:creator>Radhika</dc:creator>
		<pubDate>Thu, 23 Jun 2011 14:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=1598#comment-24642</guid>
		<description>Hey Anshoo,

I am trying to navigate from one browser to another but it is not happening.
systemutil.Run &quot;iexplore.exe&quot;, &quot;yahoo.com&quot;
browser(&quot;IE&quot;).Navigate &quot;google.com&quot;

It opens &quot;yahoo.com&quot; successfully but does not navigate to google in next step.

I have qtp 10 and IE 8

Thanks,
Radhika</description>
		<content:encoded><![CDATA[<p>Hey Anshoo,</p>
<p>I am trying to navigate from one browser to another but it is not happening.<br />
systemutil.Run &#8220;iexplore.exe&#8221;, &#8220;yahoo.com&#8221;<br />
browser(&#8220;IE&#8221;).Navigate &#8220;google.com&#8221;</p>
<p>It opens &#8220;yahoo.com&#8221; successfully but does not navigate to google in next step.</p>
<p>I have qtp 10 and IE 8</p>
<p>Thanks,<br />
Radhika</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis</title>
		<link>http://relevantcodes.com/qtp-working-with-multiple-browser-applications-revised/#comment-22018</link>
		<dc:creator>Louis</dc:creator>
		<pubDate>Thu, 02 Jun 2011 11:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=1598#comment-22018</guid>
		<description>Function function_IdentifyNewBrowser2 (objBrowser)

	Dim objFindBrowser, objBrowserChild, strHwnd
 
	&#039; Description object for Browser Class
	Set objFindBrowser = Description.Create
	objFindBrowser(&quot;micclass&quot;).Value = &quot;Browser&quot;		
 
	&#039; ChildObjects of Browser Class Description
	Set objBrowserChild = Desktop.ChildObjects(objFindBrowser)
 
	&#039; Store the Browser Handle
	objBrowser.SetTOProperty &quot;hwnd&quot;, Browser(&quot;creationtime:=&quot; &amp; objBrowserChild.Count - 1).GetROProperty(&quot;HWND&quot;)

End Function				&#039; function_IdentifyNewBrowser2</description>
		<content:encoded><![CDATA[<p>Function function_IdentifyNewBrowser2 (objBrowser)</p>
<p>	Dim objFindBrowser, objBrowserChild, strHwnd</p>
<p>	&#8216; Description object for Browser Class<br />
	Set objFindBrowser = Description.Create<br />
	objFindBrowser(&#8220;micclass&#8221;).Value = &#8220;Browser&#8221;		</p>
<p>	&#8216; ChildObjects of Browser Class Description<br />
	Set objBrowserChild = Desktop.ChildObjects(objFindBrowser)</p>
<p>	&#8216; Store the Browser Handle<br />
	objBrowser.SetTOProperty &#8220;hwnd&#8221;, Browser(&#8220;creationtime:=&#8221; &amp; objBrowserChild.Count &#8211; 1).GetROProperty(&#8220;HWND&#8221;)</p>
<p>End Function				&#8216; function_IdentifyNewBrowser2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavneet Singh</title>
		<link>http://relevantcodes.com/qtp-working-with-multiple-browser-applications-revised/#comment-15466</link>
		<dc:creator>Pavneet Singh</dc:creator>
		<pubDate>Wed, 23 Feb 2011 11:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=1598#comment-15466</guid>
		<description>Hi Anshoo

I want to create and add objects to OR during runtime , is this method possible ? Please update 

Regards,
Pavneet Singh Bhatia</description>
		<content:encoded><![CDATA[<p>Hi Anshoo</p>
<p>I want to create and add objects to OR during runtime , is this method possible ? Please update </p>
<p>Regards,<br />
Pavneet Singh Bhatia</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 10/15 queries in 0.010 seconds using disk: basic
Object Caching 378/380 objects using disk: basic
Content Delivery Network via N/A

Served from: relevantcodes.com @ 2012-05-19 11:39:31 -->
