Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Web Test » Visual Studio Team Test   (RSS)

New Performance Testing Training Available from RTTS

RTTS , a premier testing consultancy and test tools training company, now has training available for performance and load testing with VSTS 2008. RTTS specializes in providing software quality services, and offers training on a variety of tools. It is

Dev10 Beta 1 Available!

Beta 1 was released to the web today for MSDN subscribers. If you are a MSDN subscriber, you can download the Beta today from here . We have been very busy on this release of late (one reason why my blog posts have slowed down lately :)) My team and I

New, comprehensive technical documentation available for Web, Load, and Unit Tests

The VSTS Ranger team, led by Geoff Gray, just published the VSTT Quick Reference Guide 1.0 . This is a comprehensive collection of technical information on VSTT –- 83 pages of information!!! Many questions you may have on how stuff works in web, load,

VSTS wins Testers Choice in for .NET Apps in Software Test and Performance Magazine

The annual testers choice awards are out in STP magazine , and VSTS took top spot in two categories in this years tester's choice poll, winning out over load runner for ".NET Performance Testing" and for "Integrated Test/Performance Suite". Congrats to

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

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

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.

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

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

Catching errors as they happen: WebTest ValidateResponseUrl

In VS 2008, we added a new Validation Rule ValidateResponseUrl. In VS 2005, a very common problem was that a page would redirect to the error page, but the web test engine did not automatically recognize this as an error. Then downstream in the playback

VS 2008 SP1 Beta is available

Incase you haven't seen this, the beta for Visual Studio 2008 SP1 is now available. We've put a lot of work into this SP1 release, mostly around bug fixes for bugs that you reported on the forums and through tech support (mostly forums), as well as bugs
More Posts Next page »
 
Page view tracker