<?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/"
	>

<channel>
	<title>dBuggr &#187; qtp</title>
	<atom:link href="http://www.dbuggr.com/tag/qtp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:33:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Capture Date Using QTP on a Sharepoint Application?</title>
		<link>http://www.dbuggr.com/abhaybharti/capture-date-qtp-sharepoint-application/</link>
		<comments>http://www.dbuggr.com/abhaybharti/capture-date-qtp-sharepoint-application/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 04:47:25 +0000</pubDate>
		<dc:creator>automation.lifegoeasy.com</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[qtp]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/capture-date-qtp-sharepoint-application/</guid>
		<description><![CDATA[How to Capture date using QTP on a sharepoint application?

Related posts:How to Capture Tool Tip of a Web Element Using QTP
How to Select Date &#38; Year Using Regular Expression in QTP?
How to Launch an Application in QTP



Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/capture-tool-tip-web-element-qtp/' rel='bookmark' title='Permanent Link: How to Capture Tool Tip of a Web Element Using QTP'>How to Capture Tool Tip of a Web Element Using QTP</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/select-date-year-regular-expression-qtp/' rel='bookmark' title='Permanent Link: How to Select Date &amp; Year Using Regular Expression in QTP?'>How to Select Date &amp; Year Using Regular Expression in QTP?</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/launch-application-qtp/' rel='bookmark' title='Permanent Link: How to Launch an Application in QTP'>How to Launch an Application in QTP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>How to Capture date using QTP on a sharepoint application?</strong></p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/capture-tool-tip-web-element-qtp/' rel='bookmark' title='Permanent Link: How to Capture Tool Tip of a Web Element Using QTP'>How to Capture Tool Tip of a Web Element Using QTP</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/select-date-year-regular-expression-qtp/' rel='bookmark' title='Permanent Link: How to Select Date &amp; Year Using Regular Expression in QTP?'>How to Select Date &amp; Year Using Regular Expression in QTP?</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/launch-application-qtp/' rel='bookmark' title='Permanent Link: How to Launch an Application in QTP'>How to Launch an Application in QTP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/abhaybharti/capture-date-qtp-sharepoint-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Right Click on Web Link and Select [Save Target As]..</title>
		<link>http://www.dbuggr.com/abhaybharti/click-web-link-select-save-target/</link>
		<comments>http://www.dbuggr.com/abhaybharti/click-web-link-select-save-target/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 03:40:40 +0000</pubDate>
		<dc:creator>automation.lifegoeasy.com</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[getroproperty]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[mercury]]></category>
		<category><![CDATA[qtp]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/click-web-link-select-save-target/</guid>
		<description><![CDATA[How to right click on web link and select [Save target as]..

Related posts:In SQL, how can you select and match more than one column in a sub-select?
Are There Any Difference Between SELECT UNIQUE and SELECT DISTINCT in Oracle?
Cocos2d-iPhone Function to Check if the Touch Input Was a Click



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/sql-select-match-column-select/' rel='bookmark' title='Permanent Link: In SQL, how can you select and match more than one column in a sub-select?'>In SQL, how can you select and match more than one column in a sub-select?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/oracle-database-internal-difference-select-unique/' rel='bookmark' title='Permanent Link: Are There Any Difference Between SELECT UNIQUE and SELECT DISTINCT in Oracle?'>Are There Any Difference Between SELECT UNIQUE and SELECT DISTINCT in Oracle?</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/cocos2d-iphone-function-check-touch-input-click/' rel='bookmark' title='Permanent Link: Cocos2d-iPhone Function to Check if the Touch Input Was a Click'>Cocos2d-iPhone Function to Check if the Touch Input Was a Click</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to right click on web link and select [Save target as]..</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/sql-select-match-column-select/' rel='bookmark' title='Permanent Link: In SQL, how can you select and match more than one column in a sub-select?'>In SQL, how can you select and match more than one column in a sub-select?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/oracle-database-internal-difference-select-unique/' rel='bookmark' title='Permanent Link: Are There Any Difference Between SELECT UNIQUE and SELECT DISTINCT in Oracle?'>Are There Any Difference Between SELECT UNIQUE and SELECT DISTINCT in Oracle?</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/cocos2d-iphone-function-check-touch-input-click/' rel='bookmark' title='Permanent Link: Cocos2d-iPhone Function to Check if the Touch Input Was a Click'>Cocos2d-iPhone Function to Check if the Touch Input Was a Click</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/abhaybharti/click-web-link-select-save-target/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Select Date &amp; Year Using Regular Expression in QTP?</title>
		<link>http://www.dbuggr.com/abhaybharti/select-date-year-regular-expression-qtp/</link>
		<comments>http://www.dbuggr.com/abhaybharti/select-date-year-regular-expression-qtp/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 04:07:39 +0000</pubDate>
		<dc:creator>automation.lifegoeasy.com</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[expression]]></category>
		<category><![CDATA[qtp]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/select-date-year-regular-expression-qtp/</guid>
		<description><![CDATA[How to select Date &#38; year using regular expression in QTP?

Related posts:How to generate a string from a Regular Expression?
Java, Checking if a Date is a Leap Year
Tips on Select/query/calculate N Days/month with MySQL Date/timestamp Field



Related posts:<ol><li><a href='http://www.dbuggr.com/mr-wang/generate-string-regular-expression/' rel='bookmark' title='Permanent Link: How to generate a string from a Regular Expression?'>How to generate a string from a Regular Expression?</a></li>
<li><a href='http://www.dbuggr.com/wirelessjava2002/java-checking-date-leap-year/' rel='bookmark' title='Permanent Link: Java, Checking if a Date is a Leap Year'>Java, Checking if a Date is a Leap Year</a></li>
<li><a href='http://www.dbuggr.com/smallwei/tips-select-query-calculate-days-month-mysql-date-timestamp-field/' rel='bookmark' title='Permanent Link: Tips on Select/query/calculate N Days/month with MySQL Date/timestamp Field'>Tips on Select/query/calculate N Days/month with MySQL Date/timestamp Field</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to select Date &amp; year using regular expression in QTP?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/mr-wang/generate-string-regular-expression/' rel='bookmark' title='Permanent Link: How to generate a string from a Regular Expression?'>How to generate a string from a Regular Expression?</a></li>
<li><a href='http://www.dbuggr.com/wirelessjava2002/java-checking-date-leap-year/' rel='bookmark' title='Permanent Link: Java, Checking if a Date is a Leap Year'>Java, Checking if a Date is a Leap Year</a></li>
<li><a href='http://www.dbuggr.com/smallwei/tips-select-query-calculate-days-month-mysql-date-timestamp-field/' rel='bookmark' title='Permanent Link: Tips on Select/query/calculate N Days/month with MySQL Date/timestamp Field'>Tips on Select/query/calculate N Days/month with MySQL Date/timestamp Field</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/abhaybharti/select-date-year-regular-expression-qtp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create a HTML Page for QTP Script Code?</title>
		<link>http://www.dbuggr.com/abhaybharti/create-html-page-qtp-script-code/</link>
		<comments>http://www.dbuggr.com/abhaybharti/create-html-page-qtp-script-code/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 06:00:32 +0000</pubDate>
		<dc:creator>automation.lifegoeasy.com</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[qtp]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/create-html-page-qtp-script-code/</guid>
		<description><![CDATA[Create a HTML page for QTP Script code?

Related posts:How to strip HTML tags, scripts, and styles from a web page using PHP
&#8216;Code to Run Script at Specified Time 6.00 PM
Faster Script Generation Techniques in QTP



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/strip-html-tags-scripts-styles-web-page-php/' rel='bookmark' title='Permanent Link: How to strip HTML tags, scripts, and styles from a web page using PHP'>How to strip HTML tags, scripts, and styles from a web page using PHP</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/code-run-script-time-6-00-pm/' rel='bookmark' title='Permanent Link: &#8216;Code to Run Script at Specified Time 6.00 PM'>&#8216;Code to Run Script at Specified Time 6.00 PM</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/faster-script-generation-techniques-qtp/' rel='bookmark' title='Permanent Link: Faster Script Generation Techniques in QTP'>Faster Script Generation Techniques in QTP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Create a HTML page for QTP Script code?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/strip-html-tags-scripts-styles-web-page-php/' rel='bookmark' title='Permanent Link: How to strip HTML tags, scripts, and styles from a web page using PHP'>How to strip HTML tags, scripts, and styles from a web page using PHP</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/code-run-script-time-6-00-pm/' rel='bookmark' title='Permanent Link: &#8216;Code to Run Script at Specified Time 6.00 PM'>&#8216;Code to Run Script at Specified Time 6.00 PM</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/faster-script-generation-techniques-qtp/' rel='bookmark' title='Permanent Link: Faster Script Generation Techniques in QTP'>Faster Script Generation Techniques in QTP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/abhaybharti/create-html-page-qtp-script-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Start Time,End Time and Total Time of Script Execution in HP QTP</title>
		<link>http://www.dbuggr.com/abhaybharti/start-time-time-total-time-script-execution-hp-qtp/</link>
		<comments>http://www.dbuggr.com/abhaybharti/start-time-time-total-time-script-execution-hp-qtp/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 05:47:16 +0000</pubDate>
		<dc:creator>automation.lifegoeasy.com</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[end timing]]></category>
		<category><![CDATA[qtp]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[start timing]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[total]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/start-time-time-total-time-script-execution-hp-qtp/</guid>
		<description><![CDATA[Start time,End Time and Total Time of Script Execution in HP QTP

Related posts:How to Know Start Time, End Time and Total Execution Time of QTP Script ?
How to Close QTP After Execution
Faster Script Generation Techniques in QTP



Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/start-time-time-total-execution-time-qtp-script/' rel='bookmark' title='Permanent Link: How to Know Start Time, End Time and Total Execution Time of QTP Script ?'>How to Know Start Time, End Time and Total Execution Time of QTP Script ?</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/close-qtp-execution/' rel='bookmark' title='Permanent Link: How to Close QTP After Execution'>How to Close QTP After Execution</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/faster-script-generation-techniques-qtp/' rel='bookmark' title='Permanent Link: Faster Script Generation Techniques in QTP'>Faster Script Generation Techniques in QTP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Start time,End Time and Total Time of Script Execution in HP QTP</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/start-time-time-total-execution-time-qtp-script/' rel='bookmark' title='Permanent Link: How to Know Start Time, End Time and Total Execution Time of QTP Script ?'>How to Know Start Time, End Time and Total Execution Time of QTP Script ?</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/close-qtp-execution/' rel='bookmark' title='Permanent Link: How to Close QTP After Execution'>How to Close QTP After Execution</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/faster-script-generation-techniques-qtp/' rel='bookmark' title='Permanent Link: Faster Script Generation Techniques in QTP'>Faster Script Generation Techniques in QTP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/abhaybharti/start-time-time-total-time-script-execution-hp-qtp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Know Start Time, End Time and Total Execution Time of QTP Script ?</title>
		<link>http://www.dbuggr.com/abhaybharti/start-time-time-total-execution-time-qtp-script/</link>
		<comments>http://www.dbuggr.com/abhaybharti/start-time-time-total-execution-time-qtp-script/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 03:56:07 +0000</pubDate>
		<dc:creator>automation.lifegoeasy.com</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[qtp]]></category>
		<category><![CDATA[script time]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[total]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/start-time-time-total-execution-time-qtp-script/</guid>
		<description><![CDATA[How to know Start Time, End Time and Total Execution Time of QTP Script ?

Related posts:Start Time,End Time and Total Time of Script Execution in HP QTP
How to Close QTP After Execution
Faster Script Generation Techniques in QTP



Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/start-time-time-total-time-script-execution-hp-qtp/' rel='bookmark' title='Permanent Link: Start Time,End Time and Total Time of Script Execution in HP QTP'>Start Time,End Time and Total Time of Script Execution in HP QTP</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/close-qtp-execution/' rel='bookmark' title='Permanent Link: How to Close QTP After Execution'>How to Close QTP After Execution</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/faster-script-generation-techniques-qtp/' rel='bookmark' title='Permanent Link: Faster Script Generation Techniques in QTP'>Faster Script Generation Techniques in QTP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to know Start Time, End Time and Total Execution Time of QTP Script ?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/start-time-time-total-time-script-execution-hp-qtp/' rel='bookmark' title='Permanent Link: Start Time,End Time and Total Time of Script Execution in HP QTP'>Start Time,End Time and Total Time of Script Execution in HP QTP</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/close-qtp-execution/' rel='bookmark' title='Permanent Link: How to Close QTP After Execution'>How to Close QTP After Execution</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/faster-script-generation-techniques-qtp/' rel='bookmark' title='Permanent Link: Faster Script Generation Techniques in QTP'>Faster Script Generation Techniques in QTP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/abhaybharti/start-time-time-total-execution-time-qtp-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>QTP &#8211; Description Object</title>
		<link>http://www.dbuggr.com/abhaybharti/qtp-description-object/</link>
		<comments>http://www.dbuggr.com/abhaybharti/qtp-description-object/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 04:14:24 +0000</pubDate>
		<dc:creator>automation.lifegoeasy.com</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[descriptive programming]]></category>
		<category><![CDATA[dp]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[qtp]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[webutton]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/qtp-description-object/</guid>
		<description><![CDATA[QTP &#8211; Description Object

Related posts:QTP &#8211; DataTable Object &#38; Its Function
How to Add Value in QTP &#8211; Dictionary Object?
Converting Object Repository Based Scripts to Descriptive Programming



Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/qtp-datatable-object-function/' rel='bookmark' title='Permanent Link: QTP &#8211; DataTable Object &amp; Its Function'>QTP &#8211; DataTable Object &amp; Its Function</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/add-qtp-dictionary-object/' rel='bookmark' title='Permanent Link: How to Add Value in QTP &#8211; Dictionary Object?'>How to Add Value in QTP &#8211; Dictionary Object?</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/converting-object-repository-based-scripts-descriptive-programming/' rel='bookmark' title='Permanent Link: Converting Object Repository Based Scripts to Descriptive Programming'>Converting Object Repository Based Scripts to Descriptive Programming</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>QTP &#8211; Description Object</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/qtp-datatable-object-function/' rel='bookmark' title='Permanent Link: QTP &#8211; DataTable Object &amp; Its Function'>QTP &#8211; DataTable Object &amp; Its Function</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/add-qtp-dictionary-object/' rel='bookmark' title='Permanent Link: How to Add Value in QTP &#8211; Dictionary Object?'>How to Add Value in QTP &#8211; Dictionary Object?</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/converting-object-repository-based-scripts-descriptive-programming/' rel='bookmark' title='Permanent Link: Converting Object Repository Based Scripts to Descriptive Programming'>Converting Object Repository Based Scripts to Descriptive Programming</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/abhaybharti/qtp-description-object/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>QTP &#8211; How to Append Value in Data Table Cell?</title>
		<link>http://www.dbuggr.com/abhaybharti/qtp-append-data-table-cell/</link>
		<comments>http://www.dbuggr.com/abhaybharti/qtp-append-data-table-cell/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 05:44:19 +0000</pubDate>
		<dc:creator>automation.lifegoeasy.com</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[datatable]]></category>
		<category><![CDATA[qtp]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/qtp-append-data-table-cell/</guid>
		<description><![CDATA[QTP &#8211; How to append value in Data Table cell?

Related posts:Code to Compare 2 Excel Sheets Cell by Cell
How to Paste Picture Hyperlink in a Cell of Excel?
Table of CSS Named Colors for SASS (editable for Other Languages)



Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/code-compare-excel-sheets-cell/' rel='bookmark' title='Permanent Link: Code to Compare 2 Excel Sheets Cell by Cell'>Code to Compare 2 Excel Sheets Cell by Cell</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/paste-picture-hyperlink-cell-excel/' rel='bookmark' title='Permanent Link: How to Paste Picture Hyperlink in a Cell of Excel?'>How to Paste Picture Hyperlink in a Cell of Excel?</a></li>
<li><a href='http://www.dbuggr.com/simon-tite/table-css-named-colors-sass-editable-languages/' rel='bookmark' title='Permanent Link: Table of CSS Named Colors for SASS (editable for Other Languages)'>Table of CSS Named Colors for SASS (editable for Other Languages)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>QTP &#8211; How to append value in Data Table cell?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/code-compare-excel-sheets-cell/' rel='bookmark' title='Permanent Link: Code to Compare 2 Excel Sheets Cell by Cell'>Code to Compare 2 Excel Sheets Cell by Cell</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/paste-picture-hyperlink-cell-excel/' rel='bookmark' title='Permanent Link: How to Paste Picture Hyperlink in a Cell of Excel?'>How to Paste Picture Hyperlink in a Cell of Excel?</a></li>
<li><a href='http://www.dbuggr.com/simon-tite/table-css-named-colors-sass-editable-languages/' rel='bookmark' title='Permanent Link: Table of CSS Named Colors for SASS (editable for Other Languages)'>Table of CSS Named Colors for SASS (editable for Other Languages)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/abhaybharti/qtp-append-data-table-cell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Little Facts About QTP?</title>
		<link>http://www.dbuggr.com/abhaybharti/facts-qtp/</link>
		<comments>http://www.dbuggr.com/abhaybharti/facts-qtp/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 04:02:38 +0000</pubDate>
		<dc:creator>automation.lifegoeasy.com</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[getrow]]></category>
		<category><![CDATA[qtp]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/facts-qtp/</guid>
		<description><![CDATA[Little facts about QTP?

Related posts:Load Runner Facts (Goal of Performance Testing)
Introduction of QTP Framework
How to Restart the PC Using QTP?



Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/load-runner-facts-goal-performance-testing/' rel='bookmark' title='Permanent Link: Load Runner Facts (Goal of Performance Testing)'>Load Runner Facts (Goal of Performance Testing)</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/introduction-qtp-framework/' rel='bookmark' title='Permanent Link: Introduction of QTP Framework'>Introduction of QTP Framework</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/how-restart-pc-qtp/' rel='bookmark' title='Permanent Link: How to Restart the PC Using QTP?'>How to Restart the PC Using QTP?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Little facts about QTP?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/load-runner-facts-goal-performance-testing/' rel='bookmark' title='Permanent Link: Load Runner Facts (Goal of Performance Testing)'>Load Runner Facts (Goal of Performance Testing)</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/introduction-qtp-framework/' rel='bookmark' title='Permanent Link: Introduction of QTP Framework'>Introduction of QTP Framework</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/how-restart-pc-qtp/' rel='bookmark' title='Permanent Link: How to Restart the PC Using QTP?'>How to Restart the PC Using QTP?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/abhaybharti/facts-qtp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Capture Tool Tip of a Web Element Using QTP</title>
		<link>http://www.dbuggr.com/abhaybharti/capture-tool-tip-web-element-qtp/</link>
		<comments>http://www.dbuggr.com/abhaybharti/capture-tool-tip-web-element-qtp/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 03:55:52 +0000</pubDate>
		<dc:creator>automation.lifegoeasy.com</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[alt]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[getroproperty]]></category>
		<category><![CDATA[qtp]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/capture-tool-tip-web-element-qtp/</guid>
		<description><![CDATA[how to capture tool tip of a Web Element using QTP

Related posts:How to Capture Date Using QTP on a Sharepoint Application?
Usage of QTP As Automation Tool?
Web Based Tileset Tool



Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/capture-date-qtp-sharepoint-application/' rel='bookmark' title='Permanent Link: How to Capture Date Using QTP on a Sharepoint Application?'>How to Capture Date Using QTP on a Sharepoint Application?</a></li>
<li><a href='http://www.dbuggr.com/ravime2/usage-qtp-automation-tool/' rel='bookmark' title='Permanent Link: Usage of QTP As Automation Tool?'>Usage of QTP As Automation Tool?</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/web-based-tileset-tool/' rel='bookmark' title='Permanent Link: Web Based Tileset Tool'>Web Based Tileset Tool</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>how to capture tool tip of a Web Element using QTP</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/capture-date-qtp-sharepoint-application/' rel='bookmark' title='Permanent Link: How to Capture Date Using QTP on a Sharepoint Application?'>How to Capture Date Using QTP on a Sharepoint Application?</a></li>
<li><a href='http://www.dbuggr.com/ravime2/usage-qtp-automation-tool/' rel='bookmark' title='Permanent Link: Usage of QTP As Automation Tool?'>Usage of QTP As Automation Tool?</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/web-based-tileset-tool/' rel='bookmark' title='Permanent Link: Web Based Tileset Tool'>Web Based Tileset Tool</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/abhaybharti/capture-tool-tip-web-element-qtp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
