I'm evaluating Visual Studio Team suite for the ability to test web page functionality.
I see some promiss but I'm really struggling to see if certain capabilities exist.
I'd love a reference manual on how to use visual studio testing ability but the only documentation I've found on the install.
Some things I'm trying to uderstand are branching and testing for things like login screens. For example, if one screen comes up the test needs to proceed down a different path. Who do I set this up
PS we are not keen on writing code for testing software. Some of the people developing tests are not programmers.

A book or manual?
amirtharajs
William,
I have a paper on MSDN that describes how to do branching and looping, among many other things.
Here's the link: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/WTAuthDebug.asp
Josh
Abhilash Vantaram
Here is our online help and walkthrougs. Take a look at these and let us know what questions you have.
http://msdn2.microsoft.com/en-us/library/ms182537.aspx
To do branching, you will need to write some code. The entire test does not need to be code, but you will have to write code to determine which set of requests to execute.