<?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: Descriptive Programming (DP) Concepts &#8211; 1</title>
	<atom:link href="http://relevantcodes.com/descriptive-programming-concepts-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://relevantcodes.com/descriptive-programming-concepts-1/</link>
	<description>A Test Development Resource for HP QuickTest Professional.</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:13:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Piyush</title>
		<link>http://relevantcodes.com/descriptive-programming-concepts-1/#comment-55137</link>
		<dc:creator>Piyush</dc:creator>
		<pubDate>Fri, 03 Feb 2012 05:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=89#comment-55137</guid>
		<description>Hi Anshoo,
In QTP10.0 I don&#039;t see any runtime and test object property radio button on object spy while I see native and identification property there,so how this GUI change is related to old GUI
is native property(10.0) updated from---------&gt;runtime(old GUI)
and identification(10.0) updated from----------&gt;test object(old GUI)
please help me out on this.
thanks,
Piyush kotiyal</description>
		<content:encoded><![CDATA[<p>Hi Anshoo,<br />
In QTP10.0 I don&#8217;t see any runtime and test object property radio button on object spy while I see native and identification property there,so how this GUI change is related to old GUI<br />
is native property(10.0) updated from&#8212;&#8212;&#8212;&gt;runtime(old GUI)<br />
and identification(10.0) updated from&#8212;&#8212;&#8212;-&gt;test object(old GUI)<br />
please help me out on this.<br />
thanks,<br />
Piyush kotiyal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshoo Arora</title>
		<link>http://relevantcodes.com/descriptive-programming-concepts-1/#comment-54015</link>
		<dc:creator>Anshoo Arora</dc:creator>
		<pubDate>Thu, 12 Jan 2012 16:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=89#comment-54015</guid>
		<description>Pushkar, this seems to work:

&lt;pre&gt;
Browser(&quot;title:=New Cars.*&quot;).WebList(&quot;html id:=drpMakeNew&quot;).Select &quot;Audi&quot;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Pushkar, this seems to work:</p>
<pre>
Browser("title:=New Cars.*").WebList("html id:=drpMakeNew").Select "Audi"
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pushkar</title>
		<link>http://relevantcodes.com/descriptive-programming-concepts-1/#comment-53043</link>
		<dc:creator>Pushkar</dc:creator>
		<pubDate>Tue, 27 Dec 2011 18:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=89#comment-53043</guid>
		<description>Anshoo, I tried doing this as well but the problem remains the same.

Below is my code:

	Setting.WebPackage(&quot;ReplayType&quot;) = 2
	browser(&quot;New Cars, Used Cars, Car&quot;).Page(&quot;New Cars, Used Cars, Car&quot;).WebList(&quot;drpMakeNew&quot;).Select &quot;Audi&quot;
	wait 4
	browser(&quot;New Cars, Used Cars, Car&quot;).Page(&quot;New Cars, Used Cars, Car&quot;).WebList(&quot;drpModelNew&quot;).Select &quot;TT&quot;

The &#039;model&#039; weblist doesnt seem to get populated. (URL: carwale.com)</description>
		<content:encoded><![CDATA[<p>Anshoo, I tried doing this as well but the problem remains the same.</p>
<p>Below is my code:</p>
<p>	Setting.WebPackage(&#8220;ReplayType&#8221;) = 2<br />
	browser(&#8220;New Cars, Used Cars, Car&#8221;).Page(&#8220;New Cars, Used Cars, Car&#8221;).WebList(&#8220;drpMakeNew&#8221;).Select &#8220;Audi&#8221;<br />
	wait 4<br />
	browser(&#8220;New Cars, Used Cars, Car&#8221;).Page(&#8220;New Cars, Used Cars, Car&#8221;).WebList(&#8220;drpModelNew&#8221;).Select &#8220;TT&#8221;</p>
<p>The &#8216;model&#8217; weblist doesnt seem to get populated. (URL: carwale.com)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshoo Arora</title>
		<link>http://relevantcodes.com/descriptive-programming-concepts-1/#comment-53016</link>
		<dc:creator>Anshoo Arora</dc:creator>
		<pubDate>Tue, 27 Dec 2011 12:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=89#comment-53016</guid>
		<description>Pushkar: Try changing the ReplayType and see if that helps.

&lt;pre&gt;
Setting.WebPackage(&quot;ReplayType&quot;) = 2

&#039;code to select data in WebList
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Pushkar: Try changing the ReplayType and see if that helps.</p>
<pre>
Setting.WebPackage("ReplayType") = 2

'code to select data in WebList
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pushkar</title>
		<link>http://relevantcodes.com/descriptive-programming-concepts-1/#comment-52868</link>
		<dc:creator>Pushkar</dc:creator>
		<pubDate>Sun, 25 Dec 2011 14:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=89#comment-52868</guid>
		<description>Hi Anshoo,

Selecting an items from a  weblist populates data in another weblist. But using QTP this doesnt happen, i.e the 2nd weblist doesnt get populated. Any inputs would be appreciated.</description>
		<content:encoded><![CDATA[<p>Hi Anshoo,</p>
<p>Selecting an items from a  weblist populates data in another weblist. But using QTP this doesnt happen, i.e the 2nd weblist doesnt get populated. Any inputs would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: knenisarada</title>
		<link>http://relevantcodes.com/descriptive-programming-concepts-1/#comment-52756</link>
		<dc:creator>knenisarada</dc:creator>
		<pubDate>Fri, 23 Dec 2011 16:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=89#comment-52756</guid>
		<description>very nice site</description>
		<content:encoded><![CDATA[<p>very nice site</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramadurai</title>
		<link>http://relevantcodes.com/descriptive-programming-concepts-1/#comment-44658</link>
		<dc:creator>Ramadurai</dc:creator>
		<pubDate>Wed, 09 Nov 2011 13:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=89#comment-44658</guid>
		<description>Awesome tutorial. Really helped me alot</description>
		<content:encoded><![CDATA[<p>Awesome tutorial. Really helped me alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hash</title>
		<link>http://relevantcodes.com/descriptive-programming-concepts-1/#comment-41416</link>
		<dc:creator>hash</dc:creator>
		<pubDate>Wed, 19 Oct 2011 05:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=89#comment-41416</guid>
		<description>i am trying to automate my gmail account, when i define the web element (Conpose mail), it is not working.

i tried with the below code: 


Set ListElmt = Description.Create()
ListElmt(&quot;micclass&quot;).Value = &quot;WebElement&quot;
ListElmt(&quot;innertext&quot;).Value = &quot;Compose mail&quot;
WebElement(ListElmt).click

Please help me out of it.

many thanks</description>
		<content:encoded><![CDATA[<p>i am trying to automate my gmail account, when i define the web element (Conpose mail), it is not working.</p>
<p>i tried with the below code: </p>
<p>Set ListElmt = Description.Create()<br />
ListElmt(&#8220;micclass&#8221;).Value = &#8220;WebElement&#8221;<br />
ListElmt(&#8220;innertext&#8221;).Value = &#8220;Compose mail&#8221;<br />
WebElement(ListElmt).click</p>
<p>Please help me out of it.</p>
<p>many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshoo Arora</title>
		<link>http://relevantcodes.com/descriptive-programming-concepts-1/#comment-39567</link>
		<dc:creator>Anshoo Arora</dc:creator>
		<pubDate>Tue, 11 Oct 2011 21:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=89#comment-39567</guid>
		<description>Sukhvinder, do you have multiple browsers with the same title open?</description>
		<content:encoded><![CDATA[<p>Sukhvinder, do you have multiple browsers with the same title open?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshoo Arora</title>
		<link>http://relevantcodes.com/descriptive-programming-concepts-1/#comment-39559</link>
		<dc:creator>Anshoo Arora</dc:creator>
		<pubDate>Tue, 11 Oct 2011 21:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://relevantcodes.com/?p=89#comment-39559</guid>
		<description>Chandan: maybe the Google website is not a good candidate because it works a little differently in comparison to most other websites, but you can use the above code in a loop:

&lt;pre&gt;
sourceIndex = Browser(&quot;title:=Google&quot;).WebButton(&quot;name:=Google Search&quot;).Object.sourceIndex

Do
    Browser(&quot;title:=Google&quot;).Refresh

    If Not (sourceIndex = Browser(&quot;title:=Google&quot;).WebButton(&quot;name:=Google Search&quot;).Object.sourceIndex) Then
        Print &quot;page refreshed&quot;
    End If
Loop
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Chandan: maybe the Google website is not a good candidate because it works a little differently in comparison to most other websites, but you can use the above code in a loop:</p>
<pre>
sourceIndex = Browser("title:=Google").WebButton("name:=Google Search").Object.sourceIndex

Do
    Browser("title:=Google").Refresh

    If Not (sourceIndex = Browser("title:=Google").WebButton("name:=Google Search").Object.sourceIndex) Then
        Print "page refreshed"
    End If
Loop
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

