<?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>TechBubbles &#187; Testing</title>
	<atom:link href="http://www.techbubbles.com/category/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 22:18:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating Code UI Tests in Visual Studio 2010</title>
		<link>http://www.techbubbles.com/microsoft/creating-code-ui-tests-in-visual-studio-2010/</link>
		<comments>http://www.techbubbles.com/microsoft/creating-code-ui-tests-in-visual-studio-2010/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 22:41:08 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/creating-code-ui-tests-in-visual-studio-2010/</guid>
		<description><![CDATA[&#160;



This post discusses about creating a test case for windows application in both Microsoft Test Manager and using a Code UI Test in Visual Studio 2010. It also discuss about editing a Code UI test by adding assertions into the UI map using UI controller.




1. Before creating test case we will create small windows application [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/creating-code-ui-tests-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Testing with VS 2008 Team edition</title>
		<link>http://www.techbubbles.com/microsoft/unit-testing-with-vs-2008-team-edition/</link>
		<comments>http://www.techbubbles.com/microsoft/unit-testing-with-vs-2008-team-edition/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 17:11:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[VS 2008 Team suite]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/unit-testing-with-vs-2008-team-edition/</guid>
		<description><![CDATA[Introduction
Unit tests allows the developers and testers to check the logical errors in the methods of classes in C# and VB.NET Projects.Unit test can be created once and can be run every time that source code changes.Unit test cases make sure that no bugs are introduced when you write the new code.
This post speaks about [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/unit-testing-with-vs-2008-team-edition/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Introduction to Test driven development</title>
		<link>http://www.techbubbles.com/testing/introduction-to-test-driven-development/</link>
		<comments>http://www.techbubbles.com/testing/introduction-to-test-driven-development/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 19:53:26 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/2008/07/06/introduction-to-test-driven-development/</guid>
		<description><![CDATA[Test driven development(TDD) is a agile methodology technique&#160; to develop the software applications. It is one of the basic tenets of eXtreme Programming(XP).
In Test driven development life cycle unit-test cases written before the code it self. These test cases contains assertions that can be either true or false.
Unique feature of TDD is developer can focus [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/testing/introduction-to-test-driven-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

