DotNetShoutout - Stories tagged with SpecsFor
2
Shouts

Using SpecsFor.Mvc - Navigation and Form Submission

published 410 days, 9 hours, 17 minutes ago posted by Matt_TCFMatt_TCF 415 days, 16 hours, 19 minutes ago
Wednesday, April 04, 2012 10:04:00 AM GMT Friday, March 30, 2012 3:01:55 AM GMT
This is part two of my series on Using SpecsFor.Mvc to write awesome automated acceptance tests for your ASP.NET MVC application. In this post, we’ll look at navigating around your app from SpecsFor.Mvc and at how to locate, populate, and submit forms. (more)
category: Web Dev | clicked: 24 | comment | | source: trycatchfail.com
tags: SpecsFor, acceptance tests, specsfor.mvc, Testing, Unit Tests, ASP.NET
2
Shouts

Quick-and-Easy Database Integration Tests with SpecsFor

published 429 days, 18 hours, 14 minutes ago posted by Matt_TCFMatt_TCF 438 days, 13 hours, 52 minutes ago
Friday, March 16, 2012 1:06:57 AM GMT Wednesday, March 07, 2012 5:28:32 AM GMT
SpecsFor makes it very easy to bolt on your own conventions, create your own base classes, and extend its behavior to support your specific testing needs. I’m working on a project that’s built on LINQ to SQL, and I wanted to start creating integration tests around our stored procedures and views. Here’s the base class I made to handle establishing a database connection, loading in “seed data,” and then cleaning up after each set of specs once they’re finished. (more)
category: Agile | clicked: 23 | comment | | source: trycatchfail.com
tags: SpecsFor, Linq To SQL, TDD, Testing, Database
6
Shouts

Status Update on SpecsFor.Mvc

published 499 days, 3 hours, 29 minutes ago posted by Matt_TCFMatt_TCF 503 days, 15 hours, 13 minutes ago
Friday, January 06, 2012 3:51:12 PM GMT Monday, January 02, 2012 4:07:58 AM GMT
SpecsFor.Mvc is an integration testing framework for ASP.NET MVC applications. It enables you to write integration tests that are strongly-typed, refactor-friendly, and that run under the testing framework of your choice, all while leveraging your existing unit test writing skills. SpecsFor.Mvc is a work-in-progress, so please take a moment to give me some feedback on how the API is shaping up. (more)
category: Agile | clicked: 18 | 1 comment | | source: trycatchfail.com
tags: SpecsFor, integration testing, specsfor.mvc, Testing, unit testing
5
Shouts

SpecsFor.com Launched, SpecsFor 2.2 Released!

published 523 days, 4 hours, 41 minutes ago posted by Matt_TCFMatt_TCF 524 days, 15 hours, 53 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Monday, December 12, 2011 3:27:03 AM GMT
I’m pleased to announce that SpecsFor.com is now live. I’ve also shipped a new version of SpecsFor that simplifies the painful task of creating multiple mocks of the same type for injection into IEnumerable parameters. (more)
category: Agile | clicked: 32 | 1 comment | | source: trycatchfail.com
tags: SpecsFor, TDD, Testing