Browse by Tags
All Tags »
DevTools »
Agile (RSS)
TMap for Visual Studio 2010 [ http://tmap.codeplex.com/ ] is a testing focused process guidance, looks great !! ..and it has a nice icon set to illustrate the software lifecycle like the development and test ones
Read More...
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...
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...
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...
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...
I was waiting for the new version, it has been tested with .Net 2.0 RTM. http://sourceforge.net/project/showfiles.php?group_id=10749
Read More...
With the proximity of VS 2005 launch everybody is talking about IDEs. I know it's not a new discussion, IDE vs Editors, VS vs Notepad, Eclipse vs VIM ... Charles Petzold has written a piece http://charlespetzold.com/etc/DoesVisualStudioRotTheMind.html
Read More...
NUnit is the most popular unit tests framework for .Net. The new VSTS has a chance to replace NUnit in corporate environments, however there are some minor issues you must know before take a decission…
Read More...
Honeslty, MSProject it's not my favorite tool to track software development projects (or at least the kind of projects where I use to work). I agree Mr Spolsky about his opinion of the product, and I prefer Excel, and Shared lists to track project information.
Read More...
Does everybody agree about the " Principles Of Object Oriented Design " ? from: http://butunclebob.com/ArticleS.UncleBob.PrinciplesOfObjectOrientedDesign "… The first five principles are principles of class design. They are: SRP The Single Responsibility
Read More...
Michael Feathers has posted a set of Unit Tests Rules http://www.artima.com/weblogs/viewpost.jsp?thread=126923 he said: A test is not a unit test if: It talks to the database It communicates across the network It touches the file system It can't run at
Read More...
My first article for microsoft.com is online. MockObjects y TDD en .Net Framework It has been published in "MSDN en Español" and based on user feedback I will plan the english version I would like to upgrade to .Net 2.0 using VSTS, but I'm waiting the
Read More...
http://patternshare.org/ check it out, and let me know waht you think about it.
Read More...
The best overview about EDT I've found is here: http://blogs.msdn.com/rholloway/archive/2004/06/22/162134.aspx It's time to start playing with it !!
Read More...