Browse by Tags
All Tags »
DevTools (RSS)
I’ve been interesting in unit testing for some years now. One major aspect of unit testing is about how use designs that allows a separation of concerns so you can test your program as units (usually at class level), for this the interface basic programming
Read More...
This week I’ve spent some time to update my new laptop (a LenovoT61p) and to install some fresh bits. Right now I’m running: Windows 7 Enterprise x64 Office 2010 Beta Visual Studio 2010 Beta2 Also I have one VPC running Windows Server 2008 x86 SQL Server
Read More...
Since gotdotnet is phased out, I'm moving all my samples to codeplex ( http://www.codeplex.com/ridocode ), including the famous FileRollerTraceListener
Read More...
I have moved the trx2html project to CodePlex http://www.codeplex.com/trx2html I'm looking for members and collaborators !!
Read More...
If you use TFSBuilds with VS UnitTests, you know how to inspect the TestResults: you must download the whole directory to your local machine, and sometimes this folder could be pretty huge. So, if you want to check the error details of your tests, you
Read More...
Today's workshop was based on a demo to show all the vs features about testing, it covers: Unit Tests (With MockObjects) Integration Tests (Using ASP.Net Host) Functional Tests (With Web Tests) Load Tests (With testcontrollers and test agents) I've packed
Read More...
Today I have switched to Vista RC2. After reinstalling the OS I have to install all the tools I use everyday. Here is the list Office Beta2 OneNote 2007 Project 2007 SQL2005 SP2 (Beta) Visual Studio 2005 Team Suite Enterprise Library Composite UI Application
Read More...
When you setup TFS for the first time, usually you use the TFSSetup account. And with this account you are going to login for the first time. However, once your environment is complete, you will want to login as a different user, but the credentials you
Read More...
Last week I had to stress a web portal running on x64 machine. Everything works as spected but when I tried to analyze ASP.Net counters I found there was little problem, every ASP.Net related counter was empty, I mean with no values. And this is because
Read More...
The first time I saw the Load Tests in action I got impressed: you can watch the performance counters in the same graph as the stats of your tests !! However when I tried to use it in a real production environment I discover you can not stablish a direct
Read More...
Link to ploeh blog : Cleaning Away The TestResults Folder
Read More...
http://blogs.msdn.com/marcalt/archive/2006/07/02/654157.aspx A good thing to remember about CodeCoverage in VSTS... however I wonder how to evaluate this metric because "manual testing" is slow... I don't think you could reach more than 20% CC with manual
Read More...
Another great trick of our old friend notepad.exe Link to Hirlpoo West : Cool Notepad Trick
Read More...
Good tools are forever. One of my favs is the old "Command Prompt Here" power toy. If you want to open a cmd (with vs8 env vars set) from a folder in Windows Explorer, copy this text into a .reg file, and execute it !! Windows Registry Editor Version
Read More...
Updated !! now this tool has it's own homepage at codeplex www.codeplex.com/trx2html ----------------------------------------------------------------- As I said in my previous post , I'm working on a tool to convert trx files (TestRun Results from VSTS)
Read More...