<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!--<?xml version="1.0" encoding="UTF-8"?>--><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>KnowledgeInbox (By Tarun Lalwani)</title>
	
	<link>http://knowledgeinbox.com</link>
	<description>Because knowledge knows no limit</description>
	<pubDate>Sun, 12 Jul 2009 02:24:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
				<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/KnowledgeInbox" type="application/rss+xml" /><feedburner:emailServiceId>KnowledgeInbox</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Add date and time using string addition - “2days 1hr 10 min”</title>
		<link>http://feedproxy.google.com/~r/KnowledgeInbox/~3/yXKChhlqO3Q/</link>
		<comments>http://knowledgeinbox.com/articles/vbscript/add-date-and-time-using-string-addition-2days-1hr-10-min/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 02:19:17 +0000</pubDate>
		<dc:creator>Tarun Lalwani</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Add]]></category>

		<category><![CDATA[date]]></category>

		<category><![CDATA[Reference]]></category>

		<category><![CDATA[Relative]]></category>

		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://knowledgeinbox.com/?page_id=826</guid>
		<description>Recently while automating an application it was required for me to fill a relative date in one of the place. This meant capturing a reference date from the screen and adding a relative date to the same. The relativity of the date can be expressed in various forms as shown below
1 hr
2 days 3 hours
1 [...]&lt;img src="http://feeds.feedburner.com/~r/KnowledgeInbox/~4/yXKChhlqO3Q" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://knowledgeinbox.com/articles/vbscript/add-date-and-time-using-string-addition-2days-1hr-10-min/feed/</wfw:commentRss>
		<feedburner:origLink>http://knowledgeinbox.com/articles/vbscript/add-date-and-time-using-string-addition-2days-1hr-10-min/</feedburner:origLink></item>
				<item>
		<title>Accessing Window Environment Variable</title>
		<link>http://feedproxy.google.com/~r/KnowledgeInbox/~3/Jvka550Efbg/</link>
		<comments>http://knowledgeinbox.com/articles/vbscript/accessing-window-environment-variable/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 02:06:20 +0000</pubDate>
		<dc:creator>Tarun Lalwani</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[access]]></category>

		<category><![CDATA[Accessing]]></category>

		<category><![CDATA[Environment]]></category>

		<category><![CDATA[read]]></category>

		<category><![CDATA[System]]></category>

		<category><![CDATA[update]]></category>

		<category><![CDATA[USER]]></category>

		<category><![CDATA[variable]]></category>

		<category><![CDATA[windows]]></category>

		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://knowledgeinbox.com/?page_id=934</guid>
		<description>Window Environment variables can be used to store User specific or Machine specific information. This information is accessible to all windows program. Below is the list of some common windows environment variables

TEMP - Temporary directory path
TMP - Temporary directory path
PATH - Folder locations where a file is searched when the complete path is not provided
windir [...]&lt;img src="http://feeds.feedburner.com/~r/KnowledgeInbox/~4/Jvka550Efbg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://knowledgeinbox.com/articles/vbscript/accessing-window-environment-variable/feed/</wfw:commentRss>
		<feedburner:origLink>http://knowledgeinbox.com/articles/vbscript/accessing-window-environment-variable/</feedburner:origLink></item>
				<item>
		<title>Capturing desktop Screenshot to QC if a Test or Component Fails</title>
		<link>http://feedproxy.google.com/~r/KnowledgeInbox/~3/LE8i1Guh4uk/</link>
		<comments>http://knowledgeinbox.com/articles/bpt/capturing-desktop-screenshot-to-qc-if-a-test-or-component-fails/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 01:58:57 +0000</pubDate>
		<dc:creator>Tarun Lalwani</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Add]]></category>

		<category><![CDATA[Attach]]></category>

		<category><![CDATA[BPT]]></category>

		<category><![CDATA[Business Components]]></category>

		<category><![CDATA[Business Process Testing]]></category>

		<category><![CDATA[capture]]></category>

		<category><![CDATA[Component]]></category>

		<category><![CDATA[CurrentRun]]></category>

		<category><![CDATA[desktop]]></category>

		<category><![CDATA[Error]]></category>

		<category><![CDATA[failure]]></category>

		<category><![CDATA[file]]></category>

		<category><![CDATA[images]]></category>

		<category><![CDATA[QC]]></category>

		<category><![CDATA[Results]]></category>

		<category><![CDATA[run]]></category>

		<category><![CDATA[screencapture]]></category>

		<category><![CDATA[Screenshot]]></category>

		<category><![CDATA[Terminate]]></category>

		<category><![CDATA[Test]]></category>

		<category><![CDATA[test lab]]></category>

		<category><![CDATA[test result]]></category>

		<guid isPermaLink="false">http://knowledgeinbox.com/?page_id=932</guid>
		<description>Capturing screenshots to QC in test result can quickly eat up all the space on the QC Server. This makes it sensible to capture images only in case a Test has failed. This can allow easy debugging of Test Cases to see what error had occurred when the test failed. Adding this functionality to your [...]&lt;img src="http://feeds.feedburner.com/~r/KnowledgeInbox/~4/LE8i1Guh4uk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://knowledgeinbox.com/articles/bpt/capturing-desktop-screenshot-to-qc-if-a-test-or-component-fails/feed/</wfw:commentRss>
		<feedburner:origLink>http://knowledgeinbox.com/articles/bpt/capturing-desktop-screenshot-to-qc-if-a-test-or-component-fails/</feedburner:origLink></item>
				<item>
		<title>Change title of Command Prompt for Automation</title>
		<link>http://feedproxy.google.com/~r/KnowledgeInbox/~3/oqXU4aweqYA/</link>
		<comments>http://knowledgeinbox.com/articles/qtp/console-application/change-title-of-command-prompt-for-automation/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 07:28:20 +0000</pubDate>
		<dc:creator>Tarun Lalwani</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[batch]]></category>

		<category><![CDATA[cmd]]></category>

		<category><![CDATA[cmd.exe]]></category>

		<category><![CDATA[command]]></category>

		<category><![CDATA[console]]></category>

		<category><![CDATA[dos]]></category>

		<category><![CDATA[jobs]]></category>

		<category><![CDATA[MSDOS]]></category>

		<category><![CDATA[prompt]]></category>

		<guid isPermaLink="false">http://knowledgeinbox.com/?page_id=922</guid>
		<description>Executing batch jobs or commands through window command prompt requires recognizing the MSDOS Window. The DOS window can be launched from a QTP script using the below command
SystemUtil.Run &amp;#8220;cmd&amp;#8221;
This launched a MS-DOS console as shown in the image below

The above window can be recognized using the title of the Window &amp;#8220;C:\Windows\System32\cmd.exe&amp;#8221;

Window&amp;#40;&amp;#34;title:=C:\\Windows\\System32\\cmd\.exe&amp;#34;&amp;#41;.Activate

or

Set oDosW = Description.Create
oDosW&amp;#40;&amp;#34;regexpwndtitle&amp;#34;&amp;#41;.Value = [...]&lt;img src="http://feeds.feedburner.com/~r/KnowledgeInbox/~4/oqXU4aweqYA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://knowledgeinbox.com/articles/qtp/console-application/change-title-of-command-prompt-for-automation/feed/</wfw:commentRss>
		<feedburner:origLink>http://knowledgeinbox.com/articles/qtp/console-application/change-title-of-command-prompt-for-automation/</feedburner:origLink></item>
						<item>
		<title>Converting HTML Text to Plain Text</title>
		<link>http://feedproxy.google.com/~r/KnowledgeInbox/~3/bzkDu5USZgg/</link>
		<comments>http://knowledgeinbox.com/articles/vbscript/strings/converting-html-text-to-plain-text/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 01:33:19 +0000</pubDate>
		<dc:creator>Tarun Lalwani</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Convert]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Plain]]></category>

		<category><![CDATA[Strip]]></category>

		<category><![CDATA[text]]></category>

		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://knowledgeinbox.com/?page_id=920</guid>
		<description>HTML and XML are very common entities in the testing/automation world. At time we are required to convert the HTML/XML to a Plain text version. Example of such a conversion can be seen below

&amp;#60;HTML&amp;#62;&amp;#60;BODY&amp;#62;&amp;#60;FONT color=&amp;#34;red&amp;#34;&amp;#62;Click on the Login link&amp;#60;/FONT&amp;#62;&amp;#60;/BODY&amp;#62;&amp;#60;/HTML&amp;#62;

The converted text for about HTML would be &amp;#8220;Click on the Login link&amp;#8221;. One example of such [...]&lt;img src="http://feeds.feedburner.com/~r/KnowledgeInbox/~4/bzkDu5USZgg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://knowledgeinbox.com/articles/vbscript/strings/converting-html-text-to-plain-text/feed/</wfw:commentRss>
		<feedburner:origLink>http://knowledgeinbox.com/articles/vbscript/strings/converting-html-text-to-plain-text/</feedburner:origLink></item>
				<item>
		<title>Getting Current BPT Test or Component Iteration</title>
		<link>http://feedproxy.google.com/~r/KnowledgeInbox/~3/8Yp5ikjlK_M/</link>
		<comments>http://knowledgeinbox.com/articles/bpt/getting-current-bpt-test-or-component-iteration/#comments</comments>
		<pubDate>Wed, 20 May 2009 04:04:03 +0000</pubDate>
		<dc:creator>Tarun Lalwani</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[ActionIteration]]></category>

		<category><![CDATA[BPT]]></category>

		<category><![CDATA[Business Components]]></category>

		<category><![CDATA[Business Process Testing]]></category>

		<category><![CDATA[Component]]></category>

		<category><![CDATA[Current Component]]></category>

		<category><![CDATA[Current Iteration]]></category>

		<category><![CDATA[CurrentRun]]></category>

		<category><![CDATA[iteration]]></category>

		<category><![CDATA[Iterations]]></category>

		<category><![CDATA[Scripted Component]]></category>

		<category><![CDATA[StepFactory]]></category>

		<category><![CDATA[TestIteration]]></category>

		<guid isPermaLink="false">http://knowledgeinbox.com/?page_id=905</guid>
		<description>Working with BPT is not always same as working with normal QTP script. On my quest to find the current test and component iteration for a Business Process Test I found that below two Environment variables always return 1

Environment&amp;#40;&amp;#34;TestIteration&amp;#34;&amp;#41;
Environment&amp;#40;&amp;#34;ActionIteration&amp;#34;&amp;#41;

Inquiring with HP i found out that currently this is not possible with BPT. I was disappointed [...]&lt;img src="http://feeds.feedburner.com/~r/KnowledgeInbox/~4/8Yp5ikjlK_M" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://knowledgeinbox.com/articles/bpt/getting-current-bpt-test-or-component-iteration/feed/</wfw:commentRss>
		<feedburner:origLink>http://knowledgeinbox.com/articles/bpt/getting-current-bpt-test-or-component-iteration/</feedburner:origLink></item>
				<item>
		<title>Overriding default functions using function pointers</title>
		<link>http://feedproxy.google.com/~r/KnowledgeInbox/~3/f7qzYYXNzmg/</link>
		<comments>http://knowledgeinbox.com/articles/qtp/advanced-qtp/overriding-default-functions-using-function-pointers/#comments</comments>
		<pubDate>Sat, 16 May 2009 05:00:14 +0000</pubDate>
		<dc:creator>Tarun Lalwani</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[function]]></category>

		<category><![CDATA[GetRef]]></category>

		<category><![CDATA[overload]]></category>

		<category><![CDATA[overridden]]></category>

		<category><![CDATA[Override]]></category>

		<category><![CDATA[Overriding]]></category>

		<category><![CDATA[pointer]]></category>

		<category><![CDATA[redefine]]></category>

		<category><![CDATA[redefining]]></category>

		<category><![CDATA[Replace]]></category>

		<category><![CDATA[VBScript]]></category>

		<guid isPermaLink="false">http://knowledgeinbox.com/?page_id=902</guid>
		<description>In this article we will see how to override function using function pointer. Let&amp;#8217;s first understand what overriding means. Overriding a function means changing the behavior of an existing function and defines a new behavior. It is different from function overloading. Function overloading allows a method to exhibit different behavior based on method signature while [...]&lt;img src="http://feeds.feedburner.com/~r/KnowledgeInbox/~4/f7qzYYXNzmg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://knowledgeinbox.com/articles/qtp/advanced-qtp/overriding-default-functions-using-function-pointers/feed/</wfw:commentRss>
		<feedburner:origLink>http://knowledgeinbox.com/articles/qtp/advanced-qtp/overriding-default-functions-using-function-pointers/</feedburner:origLink></item>
				<item>
		<title>QuickTest Professional Unplugged</title>
		<link>http://feedproxy.google.com/~r/KnowledgeInbox/~3/gQWee8IZpe8/</link>
		<comments>http://knowledgeinbox.com/books/quicktest-professional-unplugged/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 05:25:49 +0000</pubDate>
		<dc:creator>Tarun Lalwani</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Advanced]]></category>

		<category><![CDATA[Automation]]></category>

		<category><![CDATA[Basics]]></category>

		<category><![CDATA[Book]]></category>

		<category><![CDATA[BPT]]></category>

		<category><![CDATA[Descriptive Programming]]></category>

		<category><![CDATA[Ebook]]></category>

		<category><![CDATA[Elearning]]></category>

		<category><![CDATA[Excel]]></category>

		<category><![CDATA[HP QuickTest Pro]]></category>

		<category><![CDATA[Introduction]]></category>

		<category><![CDATA[Lalwani]]></category>

		<category><![CDATA[Learn]]></category>

		<category><![CDATA[Mastering]]></category>

		<category><![CDATA[Material]]></category>

		<category><![CDATA[OTA]]></category>

		<category><![CDATA[Outlook]]></category>

		<category><![CDATA[Professional]]></category>

		<category><![CDATA[QA]]></category>

		<category><![CDATA[QC]]></category>

		<category><![CDATA[Quality Center]]></category>

		<category><![CDATA[QuickTest]]></category>

		<category><![CDATA[Session]]></category>

		<category><![CDATA[Tarun]]></category>

		<category><![CDATA[Tarun Lalwani]]></category>

		<category><![CDATA[Training]]></category>

		<category><![CDATA[Unplugged]]></category>

		<category><![CDATA[VBScript]]></category>

		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://knowledgeinbox.com/?page_id=841</guid>
		<description>QuickTest Professional Unplugged (Paperback)
By Tarun Lalwani (Author)
List Price: $49.99 + S/H
Current Price: $49.99 + S/H
Pages: 442, Size: 8.5&amp;#8243; X 11&amp;#8243;
Pre-booking now open for Indian readers
 




Get 10% extra discount by using JULYCONTEST10 during checkout on Lulu (Valid till 31st July)

HP QuickTest Professional is a functional test automation tool. It supports a Record and Playback framework [...]&lt;img src="http://feeds.feedburner.com/~r/KnowledgeInbox/~4/gQWee8IZpe8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://knowledgeinbox.com/books/quicktest-professional-unplugged/feed/</wfw:commentRss>
		<feedburner:origLink>http://knowledgeinbox.com/books/quicktest-professional-unplugged/</feedburner:origLink></item>
						<item>
		<title>Parameters evaluation in Business Components</title>
		<link>http://feedproxy.google.com/~r/KnowledgeInbox/~3/hk0u7jJxWCQ/</link>
		<comments>http://knowledgeinbox.com/articles/bpt/parameters-evaluation-in-business-components/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 10:21:27 +0000</pubDate>
		<dc:creator>Tarun Lalwani</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Actual]]></category>

		<category><![CDATA[BPT]]></category>

		<category><![CDATA[Business Components]]></category>

		<category><![CDATA[Business Process Testing]]></category>

		<category><![CDATA[compare]]></category>

		<category><![CDATA[Evaluate]]></category>

		<category><![CDATA[Expected]]></category>

		<category><![CDATA[parameter]]></category>

		<category><![CDATA[Value]]></category>

		<guid isPermaLink="false">http://knowledgeinbox.com/?page_id=864</guid>
		<description>This is my first ever article on BPT and to be frank I am not a very great fan of BPT framework. But that is what i am currently working on. It actually feels like someone handing a 2mm pistol to a Elite force commando and asking them to fight with the same. But as [...]&lt;img src="http://feeds.feedburner.com/~r/KnowledgeInbox/~4/hk0u7jJxWCQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://knowledgeinbox.com/articles/bpt/parameters-evaluation-in-business-components/feed/</wfw:commentRss>
		<feedburner:origLink>http://knowledgeinbox.com/articles/bpt/parameters-evaluation-in-business-components/</feedburner:origLink></item>
						<item>
		<title>Is it possible to use JavaScript in QTP</title>
		<link>http://feedproxy.google.com/~r/KnowledgeInbox/~3/vXfhNAaYmkE/</link>
		<comments>http://knowledgeinbox.com/articles/qtp/advanced-qtp/is-it-possible-to-use-javascript-in-qtp/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 19:27:28 +0000</pubDate>
		<dc:creator>Tarun Lalwani</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[catch]]></category>

		<category><![CDATA[finally]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[language]]></category>

		<category><![CDATA[scripting language]]></category>

		<category><![CDATA[try]]></category>

		<category><![CDATA[VBScript]]></category>

		<guid isPermaLink="false">http://knowledgeinbox.com/?page_id=859</guid>
		<description>This question has been asked a million times and the answer has been &amp;#8220;Not possible&amp;#8221; all the times. But not this time. Recently the query was asked on KnowledgeInbox forums and I had promised to get back soon on this.
On my quest to do the impossible I started researching on how exactly scripting technologies work. [...]&lt;img src="http://feeds.feedburner.com/~r/KnowledgeInbox/~4/vXfhNAaYmkE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://knowledgeinbox.com/articles/qtp/advanced-qtp/is-it-possible-to-use-javascript-in-qtp/feed/</wfw:commentRss>
		<feedburner:origLink>http://knowledgeinbox.com/articles/qtp/advanced-qtp/is-it-possible-to-use-javascript-in-qtp/</feedburner:origLink></item>
				<item>
		<title>QuickTest Professional 10 Review</title>
		<link>http://feedproxy.google.com/~r/KnowledgeInbox/~3/sxC5_7LRcsU/</link>
		<comments>http://knowledgeinbox.com/articles/qtp/reviews/quicktest-professional-10-review/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 13:10:42 +0000</pubDate>
		<dc:creator>Tarun Lalwani</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[BTO]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[HP]]></category>

		<category><![CDATA[HP QuickTest Pro]]></category>

		<category><![CDATA[QTP 10]]></category>

		<category><![CDATA[QuickTest]]></category>

		<category><![CDATA[QuickTest Pro]]></category>

		<category><![CDATA[QuickTest Professional]]></category>

		<category><![CDATA[Review]]></category>

		<category><![CDATA[trial]]></category>

		<guid isPermaLink="false">http://knowledgeinbox.com/?page_id=846</guid>
		<description>Being a part of QTP 10 Beta Test team i had an opportunity to test the new version before hand. Instead of writing review on the Beta version I decided to wait for the final version to test the fixes for the issue i had reported. This article will walk you through all major enhancements [...]&lt;img src="http://feeds.feedburner.com/~r/KnowledgeInbox/~4/sxC5_7LRcsU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://knowledgeinbox.com/articles/qtp/reviews/quicktest-professional-10-review/feed/</wfw:commentRss>
		<feedburner:origLink>http://knowledgeinbox.com/articles/qtp/reviews/quicktest-professional-10-review/</feedburner:origLink></item>
				<item>
		<title>QTP 10 Trial Version now available for download</title>
		<link>http://feedproxy.google.com/~r/KnowledgeInbox/~3/6zhSTzDylTA/</link>
		<comments>http://knowledgeinbox.com/articles/qtp/general/qtp-10-trial-version-now-available-for-download/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 08:03:26 +0000</pubDate>
		<dc:creator>Tarun Lalwani</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[BTO]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[HP]]></category>

		<category><![CDATA[HP QuickTest Pro]]></category>

		<category><![CDATA[QTP 10]]></category>

		<category><![CDATA[QuickTest]]></category>

		<category><![CDATA[QuickTest Pro]]></category>

		<category><![CDATA[QuickTest Professional]]></category>

		<category><![CDATA[trial]]></category>

		<guid isPermaLink="false">http://knowledgeinbox.com/?page_id=836</guid>
		<description>A good news for all QTP lovers, the trial version of QTP 10 is now available for download. To download the same browse to HP BTO - Download Center and search for QTP in Trials. I was one of the few lucky people who got a chance to test out the Beta version of QTP [...]&lt;img src="http://feeds.feedburner.com/~r/KnowledgeInbox/~4/6zhSTzDylTA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://knowledgeinbox.com/articles/qtp/general/qtp-10-trial-version-now-available-for-download/feed/</wfw:commentRss>
		<feedburner:origLink>http://knowledgeinbox.com/articles/qtp/general/qtp-10-trial-version-now-available-for-download/</feedburner:origLink></item>
		</channel>
</rss>
