<?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>Software Testing Tools Blog - Testertools &#187; VB</title>
	<atom:link href="http://www.testertools.com/blog/category/vb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testertools.com/blog</link>
	<description>The latest news and blog information from testertools.com</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:24:16 +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>Addison Wesley Release Visual Studio Software Testing book</title>
		<link>http://www.testertools.com/blog/addison-wesley-release-visual-studio-software-testing-book/</link>
		<comments>http://www.testertools.com/blog/addison-wesley-release-visual-studio-software-testing-book/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 22:38:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[Automated Testing Framework]]></category>
		<category><![CDATA[Test Management]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[Addison Wesley]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=2152</guid>
		<description><![CDATA[<br/>informit.com have featured an extract from a new Visual Studio Software testing book.
The book is titled Software Testing with Visual Studio 2010: Planning Your Testing and published by Addison-Wesley Professional
To begin, you need a plan. The plan does not need to be 500 pages of  documentation or a massive Gantt chart. This chapter covers ]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://informit.com"><a href="http://www.informit.com/ShowCover.aspx?isbn=0321734483"><img class="alignleft" src="http://www.informit.com/ShowCover.aspx?isbn=0321734483" alt="" width="180" height="235" /></a>informit.com </a>have featured an extract from a new Visual Studio Software testing book.</p>
<p>The book is titled <strong>Software Testing with Visual Studio 2010: Planning Your Testing</strong> and <strong>published by </strong><a href="http://www.awprofessional.com/">Addison-Wesley Professional</a></p>
<blockquote><p>To begin, you need a plan. The plan does not need to be 500 pages of  documentation or a massive Gantt chart. This chapter covers how to  create a Test Plan with Microsoft Test Manager (MTM) and the various  options that the Test Plan provides to you. More important, this chapter  covers <em>what</em> to test and how to get involved as a tester early  in the development process. In addition, Microsoft provides a  little-used Test Plan Word template that can help answer some questions  about the testing process up front.</p>
<p>Another key item covered here is how to plan and test for multiple  iterations. Can you reuse your Test Cases, and does it make sense to do  that? Many items come into play when planning the testing for an entire  release versus a single iteration. By the end of this chapter, you will  know how to use the Plan tab of MTM, create new plans, and create a  framework for testers to work in for a given period of time.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/addison-wesley-release-visual-studio-software-testing-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Testertools &#8211; COMUnit</title>
		<link>http://www.testertools.com/blog/new-testertools-comunit/</link>
		<comments>http://www.testertools.com/blog/new-testertools-comunit/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 21:23:39 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=102</guid>
		<description><![CDATA[<br/>
COMUnit is a unit testing framework based on the architecture of JUnit, the de facto open source standard for creating unit tests. COMUnit is a Visual Basic port of the JUnit framework that is designed to facilitate developing unit tests for Microsoft COM components and Visual Basic applications.
]]></description>
			<content:encoded><![CDATA[<br/><p><span style="font-size: x-small;"><a href="http://comunit.sourceforge.net/" target="_blank"><img class="alignnone" src="http://comunit.sourceforge.net/images/comunit-header.gif" alt="" width="141" height="51" /></a></span></p>
<p><span style="font-size: x-small;"><a href="http://comunit.sourceforge.net/" target="_blank">COMUnit</a> is a unit testing framework based on the architecture of JUnit, the de facto open source standard for creating unit tests. COMUnit is a Visual Basic port of the JUnit framework that is designed to facilitate developing unit tests for Microsoft COM components and Visual Basic applications.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/new-testertools-comunit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Testertools &#8211; vbUnit3 Professional</title>
		<link>http://www.testertools.com/blog/vbunit3-professional/</link>
		<comments>http://www.testertools.com/blog/vbunit3-professional/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 21:10:10 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=97</guid>
		<description><![CDATA[<br/>vbUnit3 helps to write and run automated unit tests against Visual Basic and COM objects.

It is especially designed for incremental development with the &#8220;Test First&#8221; approach, where tests for each object are written before the implementation, and where all tests are run after each change, but it is also suitable for other forms of regression ]]></description>
			<content:encoded><![CDATA[<br/><div><a href="http://www.testertools.com/10917/vbUnit3_Professional.html" target="_blank">vbUnit3</a> helps to write and run automated unit tests against Visual Basic and COM objects.</div>
<div></div>
<div>It is especially designed for incremental development with the &#8220;Test First&#8221; approach, where tests for each object are written before the implementation, and where all tests are run after each change, but it is also suitable for other forms of regression testing.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/vbunit3-professional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

