Showing 451 - 460 of 481 results for “unit testing”

Hey, Scripting Guy! Quick-Hits Friday: The Scripting Guys Respond to a Bunch of Questions (3/12/10)

In this post:   How Can I Format Dates in Windows PowerShell? Hey, Scripting Guy! I am having trouble formatting a date in Windows PowerShell. I would like to format the date as seen here: (Get-Date).AddDays(-1) | $_.ToString("yyyy-MM-dd") However, I am getting an error when I run that command. The only way I found to...


How to run tests in a build without test metadata files and test lists (.vsmdi files)

[UPDATE 6/16/2010]  The VSTS 2008 release added support for test containers (/testcontainer) in the product, and the 2010 release added support for test categories.  This post now only applies to TFS 2005. Since the beginning, running tests in Team Build (or MSBuild in general) has meant having to use .vsmdi files to specify the...


CLR-Related PDC 2009 Sessions

If you’re at PDC this year and are reading the CLR Team’s blog, there are a few sessions that might be of interest to you. ·         Future of Garbage Collection is a session by the creator of the CLR’s GC, Patrick Dussud.  Come hear him talk Wednesday at 1:00PM in ...


Tech-Ed San Diego, Tuesday.

Posted By: David Guyer, Visual Basic Test TeamToday was my first day working the pavillion at Tech-Ed.I had the opportunity to talk to a lot of people with a lot of interesting backgrounds and experiences.Here is a list of some of the features of VS 2005 that were drew the most interest or excitement: My. Edit and Continue (even ...


Third party add-in: Test Manager Add-In for Microsoft® Visual Studio® 2005 Team Edition for Software Developers

Many customers have expressed their disappointment with the fact that test lists (.vsmdi files) can only be created and managed in VSTS for Testers or VSTS Suite, leaving VSTS for Developers users in a bind.  There is now an add-in from Ekobit that solves this problem!  Check it out!Here's the announcement on Ognjen Bajic's blog. ...


Performance Tests

Hello everyone, I’m Asmaa Taha; I’m a test developer in the Visual C++ compiler optimization test team.Our Team has various testing systems that automate the testing and reporting processes to convey the state of the product to our feature teams. Some of them are useful in automating the feature testing we have for the compiler (...


Branch structure in Developer Division at Microsoft

I've seen a lot of people looking for more information on Team Project organization and branching.  The Version Control PMs are putting together some good whitepapers on it.  Recently, however, there have been some questions about how we do branching at Microsoft so I figured I'd wade into that in my blog.  I'm most familiar ...