<?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: How to make QTP &#8220;analog mode&#8221; steps more reliable</title>
	<atom:link href="http://www.jds.net.au/tech-tips/making-qtp-analog-mode-reliable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jds.net.au/tech-tips/making-qtp-analog-mode-reliable/</link>
	<description>Expert consulting services with HP Software</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:24:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Charles M</title>
		<link>http://www.jds.net.au/tech-tips/making-qtp-analog-mode-reliable/#comment-93678</link>
		<dc:creator>Charles M</dc:creator>
		<pubDate>Thu, 01 Dec 2011 03:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=1274#comment-93678</guid>
		<description>In other words, I got the error Ken Palmer mentions too, but I didn&#039;t look for the title of the browser or the Iframe.

The above code works with IE 8 and ATP 10.

This of course still does not help if your QTP code runs on a screen with a different resolution than the one you recorded on.</description>
		<content:encoded><![CDATA[<p>In other words, I got the error Ken Palmer mentions too, but I didn&#8217;t look for the title of the browser or the Iframe.</p>
<p>The above code works with IE 8 and ATP 10.</p>
<p>This of course still does not help if your QTP code runs on a screen with a different resolution than the one you recorded on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles M</title>
		<link>http://www.jds.net.au/tech-tips/making-qtp-analog-mode-reliable/#comment-93677</link>
		<dc:creator>Charles M</dc:creator>
		<pubDate>Thu, 01 Dec 2011 03:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=1274#comment-93677</guid>
		<description>This does basically work.

For QTP 10 the following works:

With Browser(&quot;Browser&quot;)
	.Navigate &quot;http://www.google.com/maps&quot;
	.Navigate &quot;http://www.google.com/mapfiles/home3.html&quot;,&quot;vp&quot;
End With


&#039; switch to low level recording mode here. 

With Window(&quot;Windows Internet Explorer&quot;)
	.Activate
	.Resize 1024, 860  &#039;  horizontal, vertical
	.WinObject(&quot;Internet Explorer_Server&quot;).Click 216,17
End With


&#039; switch out of low level recording (if you want) 


To get the native Window class you can temporarily turn on low level recording. After recording go to expert mode and type in the resize method. You will see it in intellisense.

Good luck.</description>
		<content:encoded><![CDATA[<p>This does basically work.</p>
<p>For QTP 10 the following works:</p>
<p>With Browser(&#8220;Browser&#8221;)<br />
	.Navigate &#8220;http://www.google.com/maps&#8221;<br />
	.Navigate &#8220;http://www.google.com/mapfiles/home3.html&#8221;,&#8221;vp&#8221;<br />
End With</p>
<p>&#8216; switch to low level recording mode here. </p>
<p>With Window(&#8220;Windows Internet Explorer&#8221;)<br />
	.Activate<br />
	.Resize 1024, 860  &#8216;  horizontal, vertical<br />
	.WinObject(&#8220;Internet Explorer_Server&#8221;).Click 216,17<br />
End With</p>
<p>&#8216; switch out of low level recording (if you want) </p>
<p>To get the native Window class you can temporarily turn on low level recording. After recording go to expert mode and type in the resize method. You will see it in intellisense.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Palmer</title>
		<link>http://www.jds.net.au/tech-tips/making-qtp-analog-mode-reliable/#comment-12184</link>
		<dc:creator>Ken Palmer</dc:creator>
		<pubDate>Thu, 11 Mar 2010 21:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=1274#comment-12184</guid>
		<description>This looked promising. Can&#039;t get it to work in QTP 10/ XP  /IE 7.  Can&#039;t find object &quot;Window&quot; [of class &quot;Window&quot;].  Rats.</description>
		<content:encoded><![CDATA[<p>This looked promising. Can&#8217;t get it to work in QTP 10/ XP  /IE 7.  Can&#8217;t find object &#8220;Window&#8221; [of class "Window"].  Rats.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

