Delen via


Web and Load Testing Webcast (TODAY!)

MSDN Webcast: Load and Web Testing with Microsoft Visual Studio 2005 Team System (Level 200)    

Start Time:   Tuesday, October 25, 2005 1:00 PM (GMT-08:00) Pacific Time (US & Canada) 
End Time:   Tuesday, October 25, 2005 2:00 PM (GMT-08:00) Pacific Time (US & Canada) 
 
Products: Visual Studio.

Recommended Audience: Developer.

Language: English-American
 
Description: By using Microsoft Visual Studio 2005 Team System as a platform, you can better manage the software development life cycle. You have the flexibility to customize and extend this platform to meet organizational needs. In this webcast, gain a general understanding of the Web and load testing features in Visual Studio 2005.

Presenter: Ed Glas, Group Manager, Microsoft Corporation

Comments

  • Anonymous
    April 12, 2006
    I have recorded a web test (simple login to the site and display the page and logout)
    when i a playing back the recording the page after the login shows error 302-object moved.

    Is this something to do with the SessionId and Cookies?
  • Anonymous
    May 24, 2006
    I having the same problem too..could anyone please provide the answer.
    Thanks!
  • Anonymous
    May 26, 2006
    A 302 is not an error, it is a server-side redirect.  When a client, such as a web browser, receives a 302, it issues another request to the page it was redirected to.  Normally this process is not shown in a web browser, so just go to the next response with a 20x or 40x status code to see what a web browser would have shown to the user.