Writing tests with F#
Software testing is an area where F# really shines. This video shows us how to quickly get started with F# testing using tools like Ionide, XUnit, and FSCheck.
.net software testing
Software testing is an area where F# really shines. This video shows us how to quickly get started with F# testing using tools like Ionide, XUnit, and FSCheck.
This videoo talks about Unit Testing for database projects and how it integrates with the DevOps pipeline. It presents how the open source test framework Slacker works with SSDT, SQL Server 2016 (or SQL Database on Azure) and Visual Studio 2017 to enable database unit testing. You will also learn …
SpecFlow is an open source acceptance test driven development and behavior driven development for .NET. You can use it to define, manage and execute automated acceptance tests from business-readable specifications. SpecFlow is quite a recent addition to the software development toolbox. Sometimes it feels like we’re using a hammer to …
In this interview, Eric Potter presents the Canopy test framework. Canopy is an open source web testing framework with one goal in mind, make UI testing simple. It provides a solid stabilization layer built on top of Selenium. It is quick to learn, even if you have never done UI …
Do you want to create automated tests for your Windows Phone apps? With Microsoft Visual Studio 2013 Update 2 you can now create automated tests for your XAML-based Windows Phone apps. Starting from unit tests to functional end-to-end scenario tests, you can now perform all of your testing from the …
This video demonstrates creating an on-premises load test and then take it to the cloud with Windows Azure. The presentation starts by creating a test in Visual Studio and then recording web traffic using the Web Recorder and Internet Explorer. It also walks through using the Load Test Wizard to …