MadBison
MadBison

Reputation: 199

Visual Studio Team System 2008 Test Edition books or online training?

Our testers are in the process of evaluating Visual Studio Team System 2008 Test Edition. As they are unfamiliar with the use of Visual Studio, I would like to give them as much help as I can.

I have had a look on Amazon for books on the Test edition of VS.Net, but there is only one VS.Net 2005 test edition book.

Does anyone know of any good books, or online training resources with a particular focus on the features of the Test Edition of Visual Studio Team System 2008?

Upvotes: 6

Views: 2868

Answers (5)

Siva
Siva

Reputation: 2811

Please check below links -

Visual Studio Team System Test Edition FAQ http://msdn.microsoft.com/en-us/library/ee338734(v=vs.90).aspx

Visual Studio Performance Testing Quick Reference Guide (Version 2.0) Published http://blogs.msdn.com/b/edglas/archive/2010/04/13/visual-studio-performance-testing-quick-reference-guide-version-2-0-published.aspx

Books on software testing with Visual Studio ALM 2010 http://blogs.msdn.com/b/anutthara/archive/2011/04/04/books-on-software-testing-with-visual-studio-alm-2010.aspx

Performance Testing Guidance for Web Applications http://msdn.microsoft.com/en-us/library/bb924375.aspx

Upvotes: 0

Napoleon
Napoleon

Reputation:

Also, have a look at msdn:

Walkthroughs for Test Edition
http://msdn.microsoft.com/en-us/library/ms182417.aspx

Web Test Walkthroughs
http://msdn.microsoft.com/en-us/library/aa337591.aspx

Upvotes: 0

Cory Foy
Cory Foy

Reputation: 7212

I also point people to the Virtual Labs on MSDN:

http://msdn.microsoft.com/virtuallabs

In particular:

Microsoft Visual Studio Team System Virtual Labs

Upvotes: 1

Chris Bowen - MSFT
Chris Bowen - MSFT

Reputation: 9839

For someone evaluating features who isn't that familiar with Visual Studio, I'd recommend the videos from a few places:

Plenty of videos between those sites on the various VSTS Test Edition features. Note that many are about VS2005, but the fundamental concepts don't change when moving to 2008.

Once they get the basic features, here's a summary of What's New in VS2008 Test Edition.

See also:

  • VSTS 2008 Test Edition Home (BTW, there's a link to a trial VPC w/TFS & VSTS Suite on the right-hand side)
  • Visual Studio 2008 Training Kit - Not a lot on VSTS in here, but there are a few demos and resources that touch on the Test features, and it's a good general resource to have, anyway.

Upvotes: 4

Related Questions