Showing 431 - 440 of 481 results for “unit testing”

Managing Quality (part 3) - Performance Testing

If you read my blog much, then you know performance and scale are near and dear to my heart.  If you read back far enough in my blog, you'll find a bunch of information on my philosphy of performance testing and what we've done for TFS.  I'm going to repeat some of it here but if want more detail, I've included a map of previous ...


Improvements for testing in VSTS 2008

Compared to our VSTS 2005 release, the 2008 release is a fairly modest release.  Mostly it's filling gaps in the offering and adding in a few nice new features.  However, I think the improvements we've made in testing are are under appreciated.  IMHO, we really did some great work to improve testing.  These include major ...


Functional Testing of Cmdlets

While developing unit and functional tests for Windows Installer PowerShell Extensions, I needed a way to invoke cmdlets without requiring elevation on Vista. That is, of course, because running elevated has always been a bad idea unless it is required. In order to load a PowerShell snap-in, however, one must write to HKEY_LOCAL_MACHINE which ...


Windows PowerShell for Testers

The PowerShell team is very much into unit testing so, when  I ran into this blog by Adam Geras today, I found it very interesting.  All its entries are on using PowerShell for testing.  I especially liked this entry on using PowerShell and Excel for data driven testing because I always love it when you can ...


VS/TFS 2010 SP1 Beta has Released

Today we released VS/TFS 2010 SP1 Beta and .NET 4 Update Beta to MSDN subscribers.  On Thursday, they will be available to the general public.  The Beta comes with a "go live" license which means that it can be installed in a production environment.  Further, upgrading from the Beta to the final release of SP1, when it is ...


June ALM Documentation Update Available

The documentation team continues with their plan to ship documentation updates every month to address the biggest areas of user feedback.  New content in the June update includes: Planning and Tracking Projects  Tracking Bugs, Tasks, and Other Work Items  New and updated topics about work item tracking can help you manage and ...


Hey, Scripting Guy! How Can I Use Windows PowerShell 2.0 to Find Active Directory Domain Services Groups Not Being Used?

  Hey, Scripting Guy! I need to use Windows PowerShell 2.0 to find groups in Active Directory Domain Services (AD DS) that are not being used. Over the years, we have had several network administrators. Some of them were good, and some had challenges in the “good” category. As a result, there are groups that do not have any ...