<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Qtptester's Blog</title>
	<atom:link href="http://qtptester.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://qtptester.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 23 Mar 2009 14:16:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='qtptester.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/eac14ff37bcee0a7793b4f1fa6bb93c5?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Qtptester's Blog</title>
		<link>http://qtptester.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://qtptester.wordpress.com/osd.xml" title="Qtptester&#039;s Blog" />
	<atom:link rel='hub' href='http://qtptester.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Identify Biggest number in given numbers</title>
		<link>http://qtptester.wordpress.com/2009/03/23/identify-biggest-number-in-given-numbers/</link>
		<comments>http://qtptester.wordpress.com/2009/03/23/identify-biggest-number-in-given-numbers/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 14:16:53 +0000</pubDate>
		<dc:creator>qtptester</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[QTP Beginners]]></category>
		<category><![CDATA[VBScripting]]></category>

		<guid isPermaLink="false">http://qtptester.wordpress.com/?p=22</guid>
		<description><![CDATA[&#8216; Here is the code to identify Biggest no. in given 10 digits &#8216; Identify Biggest no. in a given list &#8216;******************************Called Function with an Array********************** Function Biggest(a) val2=a(9) print val2 Big=val2 For i=0 to ubound(a) val1=a(i) print val1 If (val1&#62;Big) Then Big=val1 else Big=biggest End If biggest=big Next &#8216;print &#8220;Biggest no. is &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.&#8221;&#38;Big End [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=22&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8216; Here is the code to identify Biggest no. in given 10 digits</p>
<p>&#8216; Identify Biggest no. in a given list</p>
<p>&#8216;******************************Called Function with an Array**********************</p>
<p>Function Biggest(a)</p>
<p>val2=a(9)<br />
print val2<br />
Big=val2</p>
<p>For i=0 to ubound(a)</p>
<p>val1=a(i)<br />
print val1</p>
<p>If (val1&gt;Big) Then</p>
<p>Big=val1</p>
<p>else</p>
<p>Big=biggest</p>
<p>End If</p>
<p>biggest=big</p>
<p>Next</p>
<p>&#8216;print &#8220;Biggest no. is &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.&#8221;&amp;Big</p>
<p>End Function</p>
<p>&#8216;*******************************End of Function **********************************</p>
<p>Dim a</p>
<p>a=array(1,2,4,3,56,2,35,30,12,5) &#8216; Assigning values to an Array &#8220;a&#8221;</p>
<p>&#8216;************************************ Calling Function ****************************</p>
<p>big=Biggest(a) &#8216;Function calling with an array &#8220;a&#8221;</p>
<p>print &#8220;Biggest No. is &#8220;&amp;big &#8216; Printing Returned Value of Function</p>
<p>Thanks &amp; Regards<br />
Baba Fakruddin.D</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtptester.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtptester.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtptester.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtptester.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtptester.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtptester.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtptester.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtptester.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtptester.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtptester.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtptester.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtptester.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtptester.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtptester.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=22&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtptester.wordpress.com/2009/03/23/identify-biggest-number-in-given-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b9c05639a347470194a0e3bf7c504cf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">qtptester</media:title>
		</media:content>
	</item>
		<item>
		<title>Reverse the Given Number</title>
		<link>http://qtptester.wordpress.com/2009/03/23/reverse-the-given-number/</link>
		<comments>http://qtptester.wordpress.com/2009/03/23/reverse-the-given-number/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 14:06:48 +0000</pubDate>
		<dc:creator>qtptester</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[QTP Beginners]]></category>
		<category><![CDATA[VBScripting]]></category>

		<guid isPermaLink="false">http://qtptester.wordpress.com/2009/03/23/reverse-the-given-number/</guid>
		<description><![CDATA[&#8216;Reversing the Given Number&#8230; Function Reverse(Num) num_len=len(Num) for i=0 to len(Num)-1 Rem=Num mod 10 &#8216;msgbox Rem Num=Num\10 &#8216;msgbox Num val=val&#38;Rem print val Next Reverse=val End Function Num=Inputbox(&#8220;Enter a Number to reverse&#8221;) result=Reverse(Num) msgbox &#8220;Reversed Number is      :&#8221;&#38;result thanks &#38; regards, Baba Fakruddin.D<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=15&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8216;Reversing the Given Number&#8230;</p>
<p>Function Reverse(Num)</p>
<p>num_len=len(Num)</p>
<p>for i=0 to len(Num)-1</p>
<p>Rem=Num mod 10</p>
<p>&#8216;msgbox Rem</p>
<p>Num=Num\10</p>
<p>&#8216;msgbox Num</p>
<p>val=val&amp;Rem</p>
<p>print val</p>
<p>Next</p>
<p>Reverse=val</p>
<p>End Function</p>
<p>Num=Inputbox(&#8220;Enter a Number to reverse&#8221;)</p>
<p>result=Reverse(Num)</p>
<p>msgbox &#8220;Reversed Number is      :&#8221;&amp;result</p>
<p>thanks &amp; regards,</p>
<p>Baba Fakruddin.D</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtptester.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtptester.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtptester.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtptester.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtptester.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtptester.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtptester.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtptester.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtptester.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtptester.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtptester.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtptester.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtptester.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtptester.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=15&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtptester.wordpress.com/2009/03/23/reverse-the-given-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b9c05639a347470194a0e3bf7c504cf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">qtptester</media:title>
		</media:content>
	</item>
		<item>
		<title>ActionTemplate</title>
		<link>http://qtptester.wordpress.com/2009/03/21/actiontemplate/</link>
		<comments>http://qtptester.wordpress.com/2009/03/21/actiontemplate/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 07:26:37 +0000</pubDate>
		<dc:creator>qtptester</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[QTP Beginners]]></category>

		<guid isPermaLink="false">http://qtptester.wordpress.com/?p=13</guid>
		<description><![CDATA[If you wanna create ActionTemplate, so follow below steps.   Step 1: open a Text document &#38; give the required test script header contents as given below  &#8216;************************************************************** ‘PROJECT NAME                                       : ‘CURRENT VERSION                                : ‘SCRIPT NAME                                           :   ‘DESCRIPTION                                           :   ‘PRE – CONDITIONS                                : ‘INPUT DATA SHEET/FILE                      : ‘FEATURES TO [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=13&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you wanna create ActionTemplate, so follow below steps.</p>
<p> </p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;"><span style="font-family:Calibri;"><strong>Step 1:</strong> open a Text document &amp; give the required test script header contents as given below </span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;"><span><span style="font-family:Calibri;"> </span></span><span style="font-family:&quot;">&#8216;**************************************************************</span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;font-family:Calibri;">‘PROJECT NAME<span>                                       </span>:</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;font-family:Calibri;">‘CURRENT VERSION<span>                   </span><span>             </span>:</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;"><span style="font-family:Calibri;">‘SCRIPT NAME<span>                            </span><span>               </span>:<span>   </span></span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;"><span style="font-family:Calibri;">‘DESCRIPTION<span>      </span><span>     </span><span>                  </span><span>              </span>:<span>   </span></span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;font-family:Calibri;">‘PRE – CONDITIONS<span>                   </span><span>             </span>:</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;font-family:Calibri;">‘INPUT DATA SHEET/FILE<span>         </span><span>             </span>:</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;font-family:Calibri;">‘FEATURES TO BE TESTED<span>        </span><span>              </span>:</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;"><span style="font-family:Calibri;">‘REUSABLE ACTIONS USED<span>      </span><span>             </span>:<span>               </span><span>               </span></span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;font-family:Calibri;">‘REUSABLE FUNCTIONS USED <span>            </span>: </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;"><span style="font-family:Calibri;"><span> </span>‘CREATED DATE<span>                         </span><span>               </span>:</span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;font-family:Calibri;">‘AUTHOR/TEAM<span>                         </span><span>              </span>: </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;font-family:Calibri;">‘&#8217;*************************************************************</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;font-family:Calibri;">‘REVIEW HISTORY<span>                                    </span>:</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;font-family:Calibri;">‘&#8217;*************************************************************</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;font-family:Calibri;">‘REVIEWED BY<span>                            </span><span>               </span>:</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;font-family:Calibri;">‘REVIEWED ON<span>          </span><span>                 </span><span>               </span>:</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;"><span style="font-family:Calibri;">‘LAST MODIFIED DATE<span>              </span><span>             </span>:<span>         </span></span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0 .75in;"><span style="font-size:small;font-family:Calibri;">‘&#8217;*************************************************************</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:small;"><span style="font-family:Calibri;"><strong>Step 2:</strong> Save the file as “<strong>ActionTemplate.mst</strong>” &amp; choose “<strong>All files</strong>” under “<strong>Save As Type</strong>” dropdown list in the “<strong>Dat</strong>” folder as given in below path. </span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:small;"><span style="font-family:Calibri;"><span>          </span><strong>C:\Program Files\Mercury Interactive\QTP\Dat<span style="color:#0070c0;"></span></strong></span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><strong><span style="color:#0070c0;"><span style="font-size:small;font-family:Calibri;"> </span></span></strong></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="color:#0070c0;"><span style="font-size:small;"><span style="font-family:Calibri;">Now onwards whenever we create “new test” in qtp then automatically/implicitly the above test script header will added to the test script.</span></span></span></p>
<p>thanks &amp; regards,</p>
<p>Baba Fakruddin.D</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtptester.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtptester.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtptester.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtptester.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtptester.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtptester.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtptester.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtptester.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtptester.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtptester.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtptester.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtptester.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtptester.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtptester.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=13&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtptester.wordpress.com/2009/03/21/actiontemplate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b9c05639a347470194a0e3bf7c504cf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">qtptester</media:title>
		</media:content>
	</item>
		<item>
		<title>ChildObjects</title>
		<link>http://qtptester.wordpress.com/2009/03/21/childobjects/</link>
		<comments>http://qtptester.wordpress.com/2009/03/21/childobjects/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 07:16:48 +0000</pubDate>
		<dc:creator>qtptester</dc:creator>
				<category><![CDATA[QTP Experts]]></category>
		<category><![CDATA[VBScripting]]></category>

		<guid isPermaLink="false">http://qtptester.wordpress.com/2009/03/21/childobjects/</guid>
		<description><![CDATA[ChildObjects:Returns the collection of child objects contained within the object. ChildObjects returns similar type of objects which matches with the properties given in Description of Object&#8230; under the parent object e.g. on google.com, &#8216;systemutil.Run &#8220;www.google.com&#8221; clas=inputbox(&#8220;Enter your object class&#8221;,&#8221;Object Class&#8221;,&#8221;Link&#8221;)msgbox clas Dim obj Set obj=description.Create obj(&#8220;micclass&#8221;).value=clas set co=browser(&#8220;Google&#8221;).Page(&#8220;Google&#8221;).ChildObjects(obj) msgbox co.count For i=0 to co.count-1 If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=11&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ChildObjects:Returns the collection of child objects contained within the object.</p>
<p>ChildObjects returns similar type of objects which matches with the properties given in Description of Object&#8230; under the parent object</p>
<p>e.g. on google.com,<br />
&#8216;systemutil.Run &#8220;www.google.com&#8221;<br />
clas=inputbox(&#8220;Enter your object class&#8221;,&#8221;Object Class&#8221;,&#8221;Link&#8221;)msgbox clas</p>
<p>Dim obj<br />
Set obj=description.Create<br />
obj(&#8220;micclass&#8221;).value=clas<br />
set co=browser(&#8220;Google&#8221;).Page(&#8220;Google&#8221;).ChildObjects(obj)<br />
msgbox co.count<br />
For i=0 to co.count-1 If (clas=&#8221;Link&#8221;) Then val=co(i).getroproperty(&#8220;text&#8221;) print val End If<br />
If (clas=&#8221;WebEdit&#8221;) Then val=co(i).getroproperty(&#8220;html tag&#8221;) attext=co(i).getroproperty(&#8220;attached text&#8221;) print attext print val End If<br />
If (clas=&#8221;WebButton&#8221;) Then val=co(i).getroproperty(&#8220;name&#8221;) print val End If<br />
If (clas=&#8221;WebRadioGroup&#8221;) Then val=co(i).getroproperty(&#8220;all items&#8221;) print val End IfNext</p>
<p>Thanks &amp; Regards<br />
Baba Fakruddin.D </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtptester.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtptester.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtptester.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtptester.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtptester.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtptester.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtptester.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtptester.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtptester.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtptester.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtptester.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtptester.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtptester.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtptester.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=11&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtptester.wordpress.com/2009/03/21/childobjects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b9c05639a347470194a0e3bf7c504cf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">qtptester</media:title>
		</media:content>
	</item>
		<item>
		<title>Function Returns multiple values? Check it out</title>
		<link>http://qtptester.wordpress.com/2009/03/20/function-returns-multiple-values-check-it-out/</link>
		<comments>http://qtptester.wordpress.com/2009/03/20/function-returns-multiple-values-check-it-out/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 04:58:28 +0000</pubDate>
		<dc:creator>qtptester</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[QTP Beginners]]></category>
		<category><![CDATA[VBScripting]]></category>

		<guid isPermaLink="false">http://qtptester.wordpress.com/2009/03/20/function-returns-multiple-values-check-it-out/</guid>
		<description><![CDATA[Hello friends&#8230; this is the question oftenly asked in Interviews&#8230; Returning a multiple values with function&#8230;. Function calc(a,b,c,d) &#8216; Called Function &#8212;&#8211; Function Definition msgbox &#8220;a is value &#8220;&#38;a &#8216; a value passed from calling function msgbox &#8220;b is value &#8220;&#38;b &#8216; b value passed from calling function c=a+b &#8216; Calculation of c d=a-b &#8216; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=6&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello friends&#8230; this is the question oftenly asked in Interviews&#8230;</p>
<p>Returning a multiple values with function&#8230;.</p>
<p>Function calc(a,b,c,d)                  &#8216; Called Function &#8212;&#8211; Function Definition</p>
<p>msgbox &#8220;a is value &#8220;&amp;a           &#8216; a value passed from calling function<br />
msgbox &#8220;b is value &#8220;&amp;b           &#8216; b value passed from calling function</p>
<p>c=a+b                                               &#8216; Calculation of c<br />
d=a-b                                                &#8216; Calculation of d</p>
<p>calc=array(c,d)                              &#8216; Assigning Calculated values in array of Function name (calc here)</p>
<p>End Function</p>
<p>res=calc(10,20,c,d)                         &#8216;Calling Function with Passing input parameters<br />
msgbox res(0)                                &#8216; returning a value from array of Function (calc here)</p>
<p>&#8216; User Inputs for Addition and Subtraction calculations and getting mutiple values by using Functions<br />
Function calc(a,b,c,d)</p>
<p>msgbox &#8220;Value of a is &#8220;&amp;a<br />
msgbox &#8220;Value of b is &#8220;&amp;b</p>
<p>c=cint(a)+cint(b)<br />
d=cint(a)-cint(b)</p>
<p>calc=array(c,d)</p>
<p>End Function</p>
<p>a=inputbox(&#8220;Enter a value:&#8221;,&#8221;a Value&#8221;,10)<br />
b=inputbox(&#8220;Enter b value:&#8221;,&#8221;b Value&#8221;,20)</p>
<p>result=calc(a,b,c,d)</p>
<p>msgbox &#8221; No. of Values in an Array is &#8221; &amp;ubound(result)+1</p>
<p>iter=ubound(result)</p>
<p>For i= 0 to iter</p>
<p>msgbox &#8220;Returned Value of &#8220;&amp;i+1&amp;&#8221;th iteration is    &#8220;&amp;result(i),3,&#8221;Returned Value of Function&#8221;</p>
<p>Next</p>
<p>Thanks &amp; Regards<br />
Baba Fakruddin.D</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtptester.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtptester.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtptester.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtptester.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtptester.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtptester.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtptester.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtptester.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtptester.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtptester.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtptester.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtptester.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtptester.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtptester.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=6&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtptester.wordpress.com/2009/03/20/function-returns-multiple-values-check-it-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b9c05639a347470194a0e3bf7c504cf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">qtptester</media:title>
		</media:content>
	</item>
		<item>
		<title>Testing Process in QTP</title>
		<link>http://qtptester.wordpress.com/2009/03/19/testing-process-in-qtp/</link>
		<comments>http://qtptester.wordpress.com/2009/03/19/testing-process-in-qtp/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 06:33:57 +0000</pubDate>
		<dc:creator>qtptester</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[QTP Beginners]]></category>

		<guid isPermaLink="false">http://qtptester.wordpress.com/?p=3</guid>
		<description><![CDATA[Hello, Automation Life cycle in QTP would be like this 1. Preparing for record/generate script 2. Recording/Generating the script 3. Enhancing the script 4. Debugging the Script 5. Executing the script 6. Analyzing the Results 7. Reporting the Defects Brief description about each phase 1. Preparing to record: Preparing/making ready QTP to record or to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=3&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>Automation Life cycle in QTP would be like this</p>
<p style="text-align:center;"><em>1. Preparing for record/generate script</em></p>
<p style="text-align:center;"><em>2. Recording/Generating the script</em></p>
<p style="text-align:center;"><em>3. Enhancing the script<br />
</em></p>
<p style="text-align:center;"><em>4. Debugging the Script</em></p>
<p style="text-align:center;"><em>5. Executing the script</em></p>
<p style="text-align:center;"><em>6. Analyzing the Results</em></p>
<p style="text-align:center;"><em>7. Reporting the Defects</em></p>
<p>Brief description about each phase</p>
<p><strong>1. Preparing to record:</strong> Preparing/making ready QTP to record or to generate script, means gathering pre-requisites before developing the test.</p>
<p>(a) Check QTP is available</p>
<p>(b) Check Test Cases are available</p>
<p>(c) Check respective Add-In is installed in QTP</p>
<p>(d) Check application is available or not (if you are using Object Repository)</p>
<p>if above prerequisites are available, you can develop the test in QTP. if your application under development, you should use Descriptive Programming to develop the script.</p>
<p><strong>2. Recording/Generating Script:</strong> Now, you can develop the script in QTP or Record Test in QTP. because we have all requirements to develop the script. we make ready QTP in previous step itself.</p>
<p><strong>3. Enhancing the Script:</strong> Adding the Steps manually in Test or any function calls, Action calls, if any Loops for no.of iterations, Check Points, Output values, Accessing XML Files, Loading Environment values, Executing any applications or opening web applications, Creating Variable Objects, Creating instances, using Utility Objects, etc., these all should done manually according to our requirements.</p>
<p><strong>4. Debugging:</strong> Executing the Script in an user desired fashion called debugging. to find the values of variables and changing the values of variables, checking the flow of script, checking the step in, step out, step over for function calls and action calls, We can pause the test where ever we want and check the forward steps one by one. debugging the iterations for loops like For Next, For Each Next, While, Do Until&#8230;etc., these all can be analyze by using the Debugging.</p>
<p>Debug viewer Pane: It is used for viewing the values of variables and changing the values of variables in this contain Watch expressions, Variables, Command Tabs</p>
<p>Watch Expressions: It is used to check the particular variable value and also to change the value of that variable</p>
<p>Variables: It is used to watch all the variable values up to previous step.</p>
<p>Command Tab: It is used to change the variable values in a Test</p>
<p>** If we assign a value to variable in debug viewer pane before assigning the value to that  variable in Script would be overwritten by latest expression.(It may be in Script or in Debug Viewer Pane)</p>
<p>the assigned values automatically updated in Variable Tab and Watch expression tabs</p>
<p><strong>5. Executing the Test:</strong> After completion of Debugging, we can go for execution of the Test. Executing test will not stop till the end of Test.It pauses if any error occurs or any unpredictable error occurs,</p>
<p>Some times we have no. of iterations of loops or no. of function/action calls, Data Driven Testing.. pausing the values from different sources to Test to perform parametrization/retesting/regression testing. here, before executing the test keep one or two iterations for loops, one or two values from external source and debug. if we feels that all iterations and data is getting from source are perfect, we can keep all iterations for loops and database sources then execute the Tests. It makes your work efficient, effective and optimized way.</p>
<p><strong>6. Analyzing the Results:</strong> After Test Execution, QTP will show you the results in Results Pane. here, we will get how many test cases are failed and how many test cases are passed, Check point validations, Reporter events, Run Time Data Table, some times the results can be sent to run time data table. etc.,</p>
<p><strong>7. Reporting the Defects:</strong> If we found any defects in Results Pane, we have to report the defects to Test Lead or if we have Defect Tracking tool, we will report those defects in Defect Tracking Tool and also we can keep the details about that like defect found by, identified on, assigned by, assigned to, status, etc.,</p>
<p>if QC is available, we can send the results directly to QC. because we have option in QTP and also in Results pane to connect with QC.</p>
<p>Please comment on my posts&#8230;</p>
<p><strong>Thanks &amp; Regards</strong></p>
<p><strong>Baba Fakruddin.D</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtptester.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtptester.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtptester.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtptester.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtptester.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtptester.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtptester.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtptester.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtptester.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtptester.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtptester.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtptester.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtptester.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtptester.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=3&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtptester.wordpress.com/2009/03/19/testing-process-in-qtp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b9c05639a347470194a0e3bf7c504cf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">qtptester</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://qtptester.wordpress.com/2009/03/17/hello-world/</link>
		<comments>http://qtptester.wordpress.com/2009/03/17/hello-world/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 03:31:47 +0000</pubDate>
		<dc:creator>qtptester</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=1&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtptester.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtptester.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtptester.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtptester.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtptester.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtptester.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtptester.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtptester.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtptester.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtptester.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtptester.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtptester.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtptester.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtptester.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtptester.wordpress.com&amp;blog=6987481&amp;post=1&amp;subd=qtptester&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtptester.wordpress.com/2009/03/17/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b9c05639a347470194a0e3bf7c504cf?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">qtptester</media:title>
		</media:content>
	</item>
	</channel>
</rss>
