Content Index for Web Tests and Load Tests
Content Index for Visual Studio Web Tests and Load Tests | |
Getting Started |
|
Online Help 2010 |
|
|
|
|
|
|
|
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 |
|
Load Test Modeling |
|
Load Test Analysis |
|
Performance Reporting |
|
Agent/Controller |
|
Network Emulation |
|
Web Test |
|
Debugging |
|
Extensibility |
|
Tools and Techniques |
|
Web Services |
|
Fiddler |
|
Data Binding |
|
Load Test |
|
Reporting |
|
Feature Drill Down |
|
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 |
|
Virtual Labs |
|
What’s new in VS 2008 |
|
New Web Test Features |
|
Support for multiple web test plugins and parameterized plugins |
|
New Load Test Features |
|
Support for multiple graphs, new performance graph, vertical zoom, synch zoom |
|
New in SP1 |
|
Web Tests |
|
Load Tests |
|
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 |
|
Tools |
|
A custom ValidationRule to catch redirects to error pages (VS 2005) |
|
Dynamic QueryString Correlation: Custom Extraction Rules and WebTest Plug-in (VS 2005) |
|
Load Test |
|
Reporting |
|
Feature Drill Down |
|
Load Patterns |
Load Test Modeling: How to Simulate User Logon and Execute Tests in a Test Mix (VS 2005) |
Techniques |
|
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 thisAnonymous
December 17, 2007
Ed Glas has put together a great index of resources for web/load testing. Check it out, there is a lotAnonymous
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.aspxAnonymous
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 versjonenAnonymous
April 14, 2008
As promised I have listed a number of useful links to get you started or help expand your existing knowledgeAnonymous
July 27, 2008
I updated my Links to Info on Web and Load Tests post with new links. The last update was in March, soAnonymous
August 13, 2008
Seekordne postitus on viimane Visual Studio 2008 seeriast ja toob võrdlusesse juurde Team System versioonidAnonymous
August 19, 2008
I've updated my links to info on web and load test post with the following links: New Item TemplatesAnonymous
December 17, 2008
The comment has been removedAnonymous
January 29, 2009
Continuing the series on Testing with Visual Studio Team System, I devote this blog to our Web and LoadAnonymous
March 05, 2009
I’ve updated my Load Test Links post with links to new posts, as well as added some links to contentAnonymous
February 12, 2013
Hi Ed The link to the Forum is out of date Take CareAnonymous
April 01, 2013
This blog has now moved to blogs.msdn.com/.../content-index-for-visual-studio-web-tests-and-load-tests.aspx thanks allAnonymous
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