Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Visual Studio Team Test   (RSS)

Back from PDC

I spent last week in LA at the PDC. The conference was mainly focused on the new technologies Microsoft is working on bringing to market, such as Windows 7 and Azure. We also introduced the features in our next VSTS release, which customers were super-excited

Event ordering in Web Tests

Web tests have a number of extensibility points before and after a request. What order do they run in? The hooks are: WebTestPlugin.PreRequest WebTestRequestPlugin.PreRequest ExtractionRule.Extract ValidationRule.Validate Here is a sequence diagram that

JW post on MS Testing - my observations

Check out James's recent post with the eye-catching title “if Microsoft is so good at testing, why does your software suck?” I have another angle on this, which I saw first hand with our Whidbey release. It goes to some of the themes I refer to in my
Posted by edglas | 2 Comments

Updated load test links

I've updated my links to info on web and load test post with the following links: New Item Templates for custom rule and plugin development Data Driven Web Testing With Visual Studio 2008 Team System InfoPath Forms Services 2007 Web Testing Toolkit SharePoint

New templates for plugins and rules

Inspired by templates developed by Dennis Bass of the services test labs, I added new item templates to the codeplex.com\TeamTestPlugins project. If you install these on your machine it makes creating new plugins much easier: If you work with web and

dynaTrace is cool!

dynaTrace just completed a nice integration with VSTS web, unit and load tests that enables them to do end-to-end tracing of performance. In addition to getting overall performance numbers, they have a feature called PurePath that let's you trace, down

Masking a 404 error in a dependent request

There are times when your web test may fail with a 404 error in a dependent request (like a css file or gif), but you may not actually care about this error. For example, it may be something that doesn't really impact the layout or content of the page.

WCF Load Test Tool is hot on codeplex

Check out the stats for the WCF load test tool on codeplex. The tool is approaching 2000 downloads! Kudos again to Rob Jarratt, who wrote this tool. It's great that we have a platform with the right extensibility hooks that enables us to produce out band
Posted by edglas | 1 Comments

Updated Links to Info

I updated my Links to Info on Web and Load Tests post with new links. The last update was in March, so it was due. I also moved some links into a separate table that are specific to 2005. Some of the 2005 context still applies to 2008, so I left that

Web test support for random text extraction in SP1

In SP1 we added a new Random property on the Extract Text rule. This simple property enables some really powerful scenarios. The best example is to randomly select a link that is the result of a query. This works nicely if search result urls are uniform

Web, Load and Unit Testing Videos on MSDN

Check out these videos on MSDN. Here's the landing page for VSTS videos. Here are the testing related videos: How Do I: Create a Data-Bound Web Test? How Do I: Use .NET Code to Customize Coded Web Tests? How Do I: Use the Visual Studio Team System Test

SQL Load Test vs. Read80Trace and OStress

A reader asked about my post on SQL Load testing , and why someone would want to use that vs. Read80Trace and OStress . OSTRESS does straight record/playback of a trace file, but does not allow you to do experiments on mixing up commands, nor does it

New rules published to codeplex

I've published a new project to http://codeplex.com/teamtestplugins . This project is based on VS 2008. A summer intern we have from Duke, Herodotos Herodotou, has developed a nice set of rules we did not have before. All of the rules have to do with

Dependent request filter for Web tests

A pretty common need when you are testing your web application is to filter out certain types of dependent requests. For example, if a page you are testing has an ad in it from an external site, you may not want to hit that site in your load tests. Here

New tool for SQL Load Testing

Check out the new SQL Load Test project on CodePlex ! Rob Jarratt, the VSTS ranger who wrote the WCF script generator for load testing WCF apps has done it again, this time for SQL! Once again he teamed up with the Services Test Lab to deliver this tool,
More Posts Next page »
 
Page view tracker