Share via


Content Index for Web Tests and Load Tests

Content Index for Visual Studio Web Tests and Load Tests

Getting Started

Online Help 2010

How Do I: Create a Data-Bound Web Test?

How Do I: Use .NET Code to Customize Coded Web Tests?

Training

Guidance and References

Web/Load Test Bloggers

What’s new in VS 2010

Web Test Debugging

Web Test Recorder

Web Test Editor

Web Test Result Viewer

API for Processing Web Test Results

Enhancements for Web Test Playback UI

Load Test Modeling

Load Test Analysis

Performance Reporting

Agent/Controller

Network Emulation

Web Test

Debugging

Extensibility

Tools and Techniques

Web Services

Services Plugins for VS 2010

Fiddler

Data Binding

(new)

Load Test

Reporting

Feature Drill Down

(VS 2005)

Automating Web and Load Test Execution

Performance and Load Test Tools

WCF Load Tests

SQL Load Tests

Performance Tuning

Load Patterns

Unit Tests in a Load Test

SharePoint

Dynamics AX

SQL Analysis Services

SQL Reporting Services

InfoPath

Content specific to VS 2008 Web and Load Tests

VS 2010 is in large part additive to VS 2008. So most of these links pertain to both products.

Online Help 2008

Working with Web Tests, VS 2008

Working with Load Tests, VS 2008

Working with Controllers, Agents, and Rigs, VS 2008

Guidance and References

Professional Software Testing with Visual Studio 2005 Team System: Tools for Software Developers and Test Engineers

Virtual Labs

Virtual Lab on Testing

Virtual Lab on ASP.NET Testing with Web Tests

What’s new in VS 2008

What's new in VS 2008 for Web and Load Tests?

New Web Test Features

Recorder now records AJAX and popups

Easily bind to csv or XML

UI improvements in playback

Support for multiple web test plugins and parameterized plugins

API improvements

Request-level plugins

Correlation helper

New Load Test Features

Load test result manager

Summary report

Support for multiple graphs, new performance graph, vertical zoom, synch zoom

New load model for user pacing, users running

User init/terminate functions, also here

Support for iteration count, cool down

Unit tests under load performance improvements

Custom Data Binding in Web Tests

New in SP1

New Web Test APIs for page boundaries and error handling

New Load Test APIs for load modeling

Support for IE8 and FireFox3 playback emulation

Support for random extraction of text

Web Tests

New rules for Inner Text parsing, list, and combo box

How to upload a file in a web test

Load Tests

Team Test Load Agent product overview

How Do I: Use the Visual Studio Team System Test Load Agent?

Content specific to VS 2005 Web and Load Tests

Many of the issues we wrote about for VS 2005 were addressed in VS 2008. I’ve decided to pull those articles that are no longer applicable to 2008 into a separate table below. Note that some links above were written to 2005, but partially or in whole still apply to 2008 so I’ve left them in the table above. Links below really no longer pertain to 2005. So if you are using 2005, you should also go through the content in both tables.

Getting Started

Online Help

Working with Web Tests, VS 2005

Working with Load Tests, VS 2005

Working with Controllers, Agents, and Rigs, VS 2005

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

Web Test

Overview

Introducing Microsoft Visual Studio 2005 Team System Web Testing

Debugging

Web Test Authoring and Debugging Techniques for VS 2005

Can I call a web test from a web test (VS 2005)?

Tools

Adding multiple plugins to a web test

Stopping a webtest on a request error (VS 2005)

Custom ExtractionRule to extract form fields by index

A custom ValidationRule to catch redirects to error pages (VS 2005)

Testing web applications with pop ups (VS 2005)

Dynamic QueryString Correlation: Custom Extraction Rules and WebTest Plug-in (VS 2005)

Load Test

Reporting

Web-based load test reports and result management

Feature Drill Down

Adding an IE7 Browser Template for use by Web Tests

Load Patterns

Load Test Modeling: How to Simulate User Logon and Execute Tests in a Test Mix (VS 2005)

Techniques

Limiting the number of tests run in a load test (VS 2005)

Deleting old load test results (VS 2005)

Moving VSTS 2005 Load Test results from one computer to another

Comments

  • Anonymous
    December 17, 2007
    I've updated my collection of links for info on web tests and load tests. I had been publishing this

  • Anonymous
    December 17, 2007
    Ed Glas has put together a great index of resources for web/load testing. Check it out, there is a lot

  • Anonymous
    December 17, 2007
    Ed Glas has posted a "Content Index for Web and Load Tests" on his blog at: http://blogs.msdn.com/edglas/pages/content-index-for-web-tests-and-load-tests.aspx

  • Anonymous
    February 27, 2008
    Kom over en ganske nyttig content side her om dagen når det kommer til load testing og VSTS Test versjonen.

  • Anonymous
    February 27, 2008
    Kom over en ganske nyttig content side her om dagen når det kommer til load testing og VSTS Test versjonen

  • Anonymous
    April 14, 2008
    As promised I have listed a number of useful links to get you started or help expand your existing knowledge

  • Anonymous
    July 27, 2008
    I updated my Links to Info on Web and Load Tests post with new links. The last update was in March, so

  • Anonymous
    August 13, 2008
    Seekordne postitus on viimane Visual Studio 2008 seeriast ja toob võrdlusesse juurde Team System versioonid

  • Anonymous
    August 19, 2008
    I've updated my links to info on web and load test post with the following links: New Item Templates

  • Anonymous
    December 17, 2008
    The comment has been removed

  • Anonymous
    January 29, 2009
    Continuing the series on Testing with Visual Studio Team System, I devote this blog to our Web and Load

  • Anonymous
    March 05, 2009
    I’ve updated my Load Test Links post with links to new posts, as well as added some links to content

  • Anonymous
    February 12, 2013
    Hi Ed The link to the Forum is out of date Take Care

  • Anonymous
    April 01, 2013
    This blog has now moved to blogs.msdn.com/.../content-index-for-visual-studio-web-tests-and-load-tests.aspx thanks all

  • Anonymous
    April 08, 2014
    Hi i am facing issue with dynamic value. there is value captured in post form parameter for peoplesoft application. i could not find those value from the previous response and i see only in the request. but previous request has some other value in server response,so i have extraced the rule. but is saying those parameter is not found when i change the constact value to dyanamic value. Please suggest.

  • Anonymous
    November 10, 2015
    Hi Ed Glas How to find cookie size for the set of requests in webtest. when we record a request,cookies associated as part of that request are not recorded. I want to find the total size of cookie and size of cookie per domain using webtest. please suggest