<?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>Relevant Codes &#187; VBScript</title>
	<atom:link href="http://relevantcodes.com/category/vbscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://relevantcodes.com</link>
	<description>A Test Development Resource for HP QuickTest Professional.</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:36:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GUI Objects, VBScript &amp; Try..Catch..Finally</title>
		<link>http://relevantcodes.com/gui-objects-vbscript-try-catch-finally/</link>
		<comments>http://relevantcodes.com/gui-objects-vbscript-try-catch-finally/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 06:31:17 +0000</pubDate>
		<dc:creator>Anshoo Arora</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Catch]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Error Handling]]></category>
		<category><![CDATA[Finally]]></category>
		<category><![CDATA[Module]]></category>
		<category><![CDATA[QTP Module]]></category>
		<category><![CDATA[Test Module]]></category>
		<category><![CDATA[Try]]></category>
		<category><![CDATA[Try..Catch..Finally]]></category>
		<category><![CDATA[Wrapper]]></category>

		<guid isPermaLink="false">http://relevantcodes.com/?p=3802</guid>
		<description><![CDATA[VBScript's error handling techniques have been quite limited to <code>On Error</code> statements, and even though they satisfy our needs to some extent, the lack of incorporating dynamic behavior with them has been a much bigger issue. In this article, I will implement a Try-Catch-Finally statement with QTP's GUI objects along with an On Error statement. This will enable dynamic behavior and enable us to easily divide flow depending on different error conditions.]]></description>
		<wfw:commentRss>http://relevantcodes.com/gui-objects-vbscript-try-catch-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eval Function &amp; Execute Statement</title>
		<link>http://relevantcodes.com/eval-function-execute-statement/</link>
		<comments>http://relevantcodes.com/eval-function-execute-statement/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 20:24:29 +0000</pubDate>
		<dc:creator>Anshoo Arora</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Eval]]></category>
		<category><![CDATA[Eval Function]]></category>
		<category><![CDATA[Execute]]></category>
		<category><![CDATA[Execute Statement]]></category>
		<category><![CDATA[QTP Eval Function]]></category>
		<category><![CDATA[QTP Execute]]></category>
		<category><![CDATA[QTP Execute Statement]]></category>
		<category><![CDATA[VBScript Eval]]></category>
		<category><![CDATA[VBScript Eval Function]]></category>
		<category><![CDATA[VBScript Execute]]></category>
		<category><![CDATA[VBScript Execute Statement]]></category>

		<guid isPermaLink="false">http://relevantcodes.com/?p=3447</guid>
		<description><![CDATA[This topic covers the concepts of the <code>Eval</code> function and <code>Execute</code> statement in depth. The function Eval is used to evaluate a string and return the result of the string expression. The Execute statement on the other hand, executes one or more statements in a string expression and enables creation of dynamic code. Multiple statements can be executed at once by using colons or line breaks to separate them.]]></description>
		<wfw:commentRss>http://relevantcodes.com/eval-function-execute-statement/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>VBScript: Compare 2 Excel Files</title>
		<link>http://relevantcodes.com/vbscript-compare-2-excel-files/</link>
		<comments>http://relevantcodes.com/vbscript-compare-2-excel-files/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 18:31:29 +0000</pubDate>
		<dc:creator>Anshoo Arora</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Check Differences Between Excel Sheets]]></category>
		<category><![CDATA[Compare]]></category>
		<category><![CDATA[Compare 2 Excel Sheets]]></category>
		<category><![CDATA[Compare Excel]]></category>
		<category><![CDATA[Compare Excel Books]]></category>
		<category><![CDATA[Compare Two Excel Sheets]]></category>
		<category><![CDATA[Excel.Application]]></category>
		<category><![CDATA[VBScript Excel]]></category>

		<guid isPermaLink="false">http://relevantcodes.com/?p=3215</guid>
		<description><![CDATA[This post shows a quick and easy way to compare 2 Excel files. I know there are several code snippets on the inter-webs that show how to compare 2 Excel files, but what makes this technique different is performance. I know faster techniques are possible, but after much experiment, this was the one that continuously worked at the best speed in comparison to other methods.]]></description>
		<wfw:commentRss>http://relevantcodes.com/vbscript-compare-2-excel-files/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>RelevantCodes[1]One &#8211; QTP Automation Framework</title>
		<link>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/</link>
		<comments>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 10:51:11 +0000</pubDate>
		<dc:creator>Anshoo Arora</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Automation Frameworks]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Automation Framework]]></category>
		<category><![CDATA[Automation Framework QTP]]></category>
		<category><![CDATA[Excel Automation Framework]]></category>
		<category><![CDATA[QTP Automation Framework]]></category>
		<category><![CDATA[QTP Automation Framework Demo]]></category>
		<category><![CDATA[QTP Framework]]></category>
		<category><![CDATA[QTP Framework Demo]]></category>
		<category><![CDATA[Relevant Codes Framework]]></category>
		<category><![CDATA[RelevantCodes[1]One]]></category>

		<guid isPermaLink="false">http://relevantcodes.com/?p=2068</guid>
		<description><![CDATA[The first release of RelevantCodes[1]One, a Keyword-Driven Automation Framework Demo Project is available and ready for download. Usage examples and Videos included.]]></description>
		<wfw:commentRss>http://relevantcodes.com/relevantcodes1one-qtp-automation-framework/feed/</wfw:commentRss>
		<slash:comments>265</slash:comments>
		</item>
		<item>
		<title>QTP: Create Test Archives</title>
		<link>http://relevantcodes.com/qtp-create-test-archives/</link>
		<comments>http://relevantcodes.com/qtp-create-test-archives/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 02:27:37 +0000</pubDate>
		<dc:creator>Anshoo Arora</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Archive]]></category>
		<category><![CDATA[QTP Archive]]></category>
		<category><![CDATA[QTP Create Folders]]></category>
		<category><![CDATA[QTP Test Archive]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://relevantcodes.com/?p=698</guid>
		<description><![CDATA[This post explains how to create test archives elegantly and quickly and store all run-time files with a date and time stamp.]]></description>
		<wfw:commentRss>http://relevantcodes.com/qtp-create-test-archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QTP: Using VBScript Classes as Test Modules I</title>
		<link>http://relevantcodes.com/qtp-using-classes-as-test-modules-i/</link>
		<comments>http://relevantcodes.com/qtp-using-classes-as-test-modules-i/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 02:17:23 +0000</pubDate>
		<dc:creator>Anshoo Arora</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[OOPs]]></category>
		<category><![CDATA[QTP Classes]]></category>
		<category><![CDATA[QTP Creating Classes]]></category>
		<category><![CDATA[QTP Modular Classes]]></category>
		<category><![CDATA[QTP Modules]]></category>
		<category><![CDATA[QTP OOPs]]></category>
		<category><![CDATA[QTP VBScript]]></category>
		<category><![CDATA[QTP VBScript Classes]]></category>
		<category><![CDATA[Test Module]]></category>
		<category><![CDATA[VBScript OOPs]]></category>

		<guid isPermaLink="false">http://relevantcodes.com/?p=255</guid>
		<description><![CDATA[Usage of modular classes helps in keeping all methods and properties for a module intact, and if done correctly, this can simply maintenance greatly.]]></description>
		<wfw:commentRss>http://relevantcodes.com/qtp-using-classes-as-test-modules-i/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>CDO: Send Email from Yahoo, Hotmail, Live, AOL or GMail</title>
		<link>http://relevantcodes.com/cdo-send-email-from-yahoo-hotmail-live-aol-or-gmail/</link>
		<comments>http://relevantcodes.com/cdo-send-email-from-yahoo-hotmail-live-aol-or-gmail/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 21:48:09 +0000</pubDate>
		<dc:creator>Anshoo Arora</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[CDO]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email QTP]]></category>
		<category><![CDATA[QTP AOL]]></category>
		<category><![CDATA[QTP Check Email]]></category>
		<category><![CDATA[QTP Email]]></category>
		<category><![CDATA[QTP GMail]]></category>
		<category><![CDATA[QTP Hotmail]]></category>
		<category><![CDATA[QTP Live]]></category>
		<category><![CDATA[QTP Yahoo]]></category>
		<category><![CDATA[Send Email]]></category>

		<guid isPermaLink="false">http://relevantcodes.com/?p=97</guid>
		<description><![CDATA[This article discusses 2 ways of sending e-mail from your Yahoo, Hotmail, Gmail, Live or AOL e-mail accounts using the ‘clsSendMail’ class:
]]></description>
		<wfw:commentRss>http://relevantcodes.com/cdo-send-email-from-yahoo-hotmail-live-aol-or-gmail/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Retrieve Server Response using XMLHTTP</title>
		<link>http://relevantcodes.com/retrieve-response-using-xmlhttp/</link>
		<comments>http://relevantcodes.com/retrieve-response-using-xmlhttp/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 21:42:26 +0000</pubDate>
		<dc:creator>Anshoo Arora</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[QTP/Web]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Get]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[QTP XMLHTTP]]></category>
		<category><![CDATA[VBScript XMLHTTP]]></category>
		<category><![CDATA[XMLHTTP]]></category>

		<guid isPermaLink="false">http://relevantcodes.com/?p=80</guid>
		<description><![CDATA[This topic outlines the use of XMLHTTP object in VBSCript. It will show how to retrieve Server-side response without physically opening the page.]]></description>
		<wfw:commentRss>http://relevantcodes.com/retrieve-response-using-xmlhttp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Passing Multiple Values from Functions</title>
		<link>http://relevantcodes.com/passing-multiple-values-from-functions/</link>
		<comments>http://relevantcodes.com/passing-multiple-values-from-functions/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 21:41:43 +0000</pubDate>
		<dc:creator>Anshoo Arora</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[ByRef]]></category>
		<category><![CDATA[ByVal ByRef]]></category>
		<category><![CDATA[Dictionary]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[QTP ByVal ByRef]]></category>
		<category><![CDATA[VBScript ByVal ByRef]]></category>

		<guid isPermaLink="false">http://relevantcodes.com/?p=78</guid>
		<description><![CDATA[In this topic we will learn how to pass 2 or more values from function using Global Variables, Arrays, Dictionary Objects, Concatenated Strings and with the use of ByRef.]]></description>
		<wfw:commentRss>http://relevantcodes.com/passing-multiple-values-from-functions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Passing Parameters ByRef &amp; ByVal (Revised)</title>
		<link>http://relevantcodes.com/passing-parameters-byref-byval/</link>
		<comments>http://relevantcodes.com/passing-parameters-byref-byval/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 21:41:16 +0000</pubDate>
		<dc:creator>Anshoo Arora</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[ByRef]]></category>
		<category><![CDATA[ByVal]]></category>
		<category><![CDATA[ByVal ByRef]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[QTP ByVal ByRef]]></category>
		<category><![CDATA[VBScript ByVal ByRef]]></category>

		<guid isPermaLink="false">http://relevantcodes.com/?p=76</guid>
		<description><![CDATA[This article demonstrates the differences between ByRef and ByVal in VBScript. It will also provide the pros and cons and excellent examples to get you started immediately.]]></description>
		<wfw:commentRss>http://relevantcodes.com/passing-parameters-byref-byval/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 8/16 queries in 0.047 seconds using disk
Object Caching 750/811 objects using disk

Served from: relevantcodes.com @ 2010-09-06 18:07:20 -->