Browse by Tags

All Tags » Testing (RSS)

Windows Live Agents Testing: Introduction

Developing a Windows Live Agent is much like developing any software solution. Your team creates code, you test it, the customer tests it from the user side, you fix bugs and add functionality, and the cycle goes on until you're finished. Although...

To mock or not to mock, that is the question

I'm right now in the final weeks of the first phase of a project. We're very tight on schedule and having to leave a few features for the next phase. Although the project may be delayed because of the client, we want it to be because of them,...
Posted by Kartones | with no comments
Filed under: , ,

NUnit 2.4.1 & Watin 1.1.0

There's a new version of NUnit out there, the 2.4.1 . I was eager to try the new 2.4 constrained assert model , because I feel it's more like natural language. Instead of repeating stuff you can read in the official documentation , I will just leave two...
Posted by Kartones | with no comments
Filed under: , ,

VS2005 Unit Tests and copying files

Sometimes you need to copy some files to the output folder before executing your application from Visual Studio. This isn't a problem, unless you're going to execute a VS2005 unit test battery, because it creates a custom output folder before launching...

Testing cheat sheet & Windows Vista tweaking guide

I've just uploaded two pdfs I've found quite interesting: A Test heuristics cheat sheet , with lots of tests related to file system, dates, numbers, strings, web and others. Quite handy to check if we're doing all basic testing or we're missing for example...
Posted by Kartones | with no comments
Filed under: ,

MS Patterns & Practices Performance Testing Guidance released

A new Patterns & Practices guide has been released. Covers performance testing, capacity plans, load testing, stress testing, test cases and testing under Visual Studio 2005. You can find the online guide at Codeplex .

TDD and Testing

While cleaning a bit the hundreds of unread RSS feeds I've got, I've come to some very interesting articles related to Test Driven Development and testing in general. First, an article about unit testing , including a full example in ruby of testing...
Posted by Kartones | with no comments
Filed under: ,