<?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>.NET Software Development Videos &#38; Tutorial Directory &#187; functional testing</title>
	<atom:link href="http://www.dotnet-tv.com/tag/functional-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnet-tv.com</link>
	<description>.NET Software Development Tutorials and Videos: c#, asp, Sql Server, Linq, Visual Basic, Silverlight</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:35:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Behavior-Driven Development in the Real World</title>
		<link>http://www.dotnet-tv.com/2010/08/27/behavior-driven-development-in-the-real-world/</link>
		<comments>http://www.dotnet-tv.com/2010/08/27/behavior-driven-development-in-the-real-world/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 13:01:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[requirements]]></category>
		<category><![CDATA[unit testing]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1783</guid>
		<description><![CDATA[Behavior-Driven Development is more than a technique for creating and organizing unit tests. It is also a wonderful way to communicate with customers and users about the software being created. This video demonstrates some techniques and tools you can use to start delivering software with BDD. : Using Behavior-Driven Development frameworks, this session explores ways to create software starting with solid Agile requirements, moving all the way through automated testing. We use .NET in C# and Visual Studio ALM, although none of these exact tools are required to accomplish the ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/08/27/behavior-driven-development-in-the-real-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ecn.channel9.msdn.com/o9/te/NorthAmerica/2010/wmv/DPR302.wmv" length="87208104" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Driving an ASP.NET MVC Application Outside-in with SpecFlow</title>
		<link>http://www.dotnet-tv.com/2010/08/09/driving-an-asp-net-mvc-application-outside-in-with-specflow/</link>
		<comments>http://www.dotnet-tv.com/2010/08/09/driving-an-asp-net-mvc-application-outside-in-with-specflow/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 14:28:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[requirements]]></category>
		<category><![CDATA[specflow]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1761</guid>
		<description><![CDATA[You will learn the basics of Behavior Driven Development (BDD) and Acceptance Test Driven Development (ATDD) as well as how to use these concepts to bridge the gap between requirements and implementation ? on .NET platform with SpecFlow. SpecFlow is an open source project inspired by Cucumber aiming at bringing pragmatic BDD to .NET. 
Watch this video on Skillsmatter.com
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/08/09/driving-an-asp-net-mvc-application-outside-in-with-specflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Cucumber for BDD and Agile Acceptance Testing</title>
		<link>http://www.dotnet-tv.com/2010/02/18/using-cucumber-for-bdd-and-agile-acceptance-testing/</link>
		<comments>http://www.dotnet-tv.com/2010/02/18/using-cucumber-for-bdd-and-agile-acceptance-testing/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:38:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1647</guid>
		<description><![CDATA[Cucumber is a tool that can execute plain-text functional descriptions as automated tests. The language that Cucumber understands is called Gherkin. While Cucumber can be thought of as a “testing” tool, the intent of the tool is to support BDD. This means that the “tests” (plain text feature descriptions with scenarios) are typically written before anything else and verified by business analysts, domain experts, etc. non technical stakeholders. The production code is then written outside-in, to make the stories pass. Cucumber itself is written in Ruby, but it can be ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/02/18/using-cucumber-for-bdd-and-agile-acceptance-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast Track Test-Driven Development: Testify Your Project</title>
		<link>http://www.dotnet-tv.com/2009/11/09/fast-track-test-driven-development-testify-your-project/</link>
		<comments>http://www.dotnet-tv.com/2009/11/09/fast-track-test-driven-development-testify-your-project/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 13:19:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[testify]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1493</guid>
		<description><![CDATA[This video presents the technical challenges that teams discover when adopting TDD difficult and a set of principles for successful TDD. it contains a demonstration of the Testify tool and how to use it to introduce TDD on your own project. 
http://skillsmatter.com/podcast/agile-scrum/fast-track-test-driven-development-testify-your-project
Testify home page
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/11/09/fast-track-test-driven-development-testify-your-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Driving GUI with Approval Tests</title>
		<link>http://www.dotnet-tv.com/2009/10/30/test-driving-gui-with-approval-tests/</link>
		<comments>http://www.dotnet-tv.com/2009/10/30/test-driving-gui-with-approval-tests/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 12:51:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1483</guid>
		<description><![CDATA[This video shows why you want to write unit tests for the perspectives of specifications, feedback, regression &#038; granularity. Then write a GUI in C# using Windows Forms &#038; Approval Tests. ApprovalTests is an open source tool that supports C#, Java, Ruby for unit or acceptance tests.
 
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/10/30/test-driving-gui-with-approval-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acceptance testing in English with Concordion .NET</title>
		<link>http://www.dotnet-tv.com/2009/09/02/acceptance-testing-in-english-with-concordion-net/</link>
		<comments>http://www.dotnet-tv.com/2009/09/02/acceptance-testing-in-english-with-concordion-net/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 10:49:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[concordion]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1436</guid>
		<description><![CDATA[Concordion is an acceptance testing tool that enables developers, testers and business analysts to build executable specifications in free-form HTML. In this talk, Gojko Adzic introduces Concordion.NET acceptance testing tool, the .NET  port of Concordion, and demonstrates it with examples.
Watch this video on Skills Matter
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/09/02/acceptance-testing-in-english-with-concordion-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10-4 Episode 18: Functional UI Testing</title>
		<link>http://www.dotnet-tv.com/2009/09/01/10-4-episode-18-functional-ui-testing/</link>
		<comments>http://www.dotnet-tv.com/2009/09/01/10-4-episode-18-functional-ui-testing/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 10:51:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1434</guid>
		<description><![CDATA[In this episode of 10-4 we look  at a new type of test coming in Visual Studio Team System 2010 known as the  coded UI test. Coded UI tests can be created to automatically navigate through  your application&#8217;s UI, which in turn can be used to verify that the paths your  users might take through your application are working properly. You can also add  validation logic along the way to verify the properties of objects within the  UI. Much like unit tests can quickly ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/09/01/10-4-episode-18-functional-ui-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/4/1/8/6/4/104Episode18FunctionalUITesting_2MB_ch9.wmv" length="48780087" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Leveraging Unit Tests As Functional Tests, Load Tests, and Service Monitors</title>
		<link>http://www.dotnet-tv.com/2008/02/22/leveraging-unit-tests-as-functional-tests-load-tests-and-service-monitors/</link>
		<comments>http://www.dotnet-tv.com/2008/02/22/leveraging-unit-tests-as-functional-tests-load-tests-and-service-monitors/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 14:36:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[load testing]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[SOA]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=10</guid>
		<description><![CDATA[Frank Cohen will demonstrate the new PushToTest TestMaker Version 5 open- source end-to-end service governance and test automation tool. Software developers use PushToTest to turn their unit tests into functional tests in a test automation platform that runs on their development machine. Frank will demonstrate PushToTest&#8217;s Wizards and Recorders to automatically build tests and supports a variety of languages, including Java, .NET, Jython, Groovy, PHP, Ruby, and many others. Plus Frank will show how PushToTest Version 5 supports SOA, Web Service, AJAX, and REST services using HTTP, HTTPS, SOAP, XML- ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2008/02/22/leveraging-unit-tests-as-functional-tests-load-tests-and-service-monitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

