Automated Testing in VSTS

Any suggestions on a test language to use for regression testing? I understand VS2005 has automated unit testing, but I am looking for the best tools to create automated box level tests.
[186 byte] By [BBue] at [2007-12-23]
# 1
Can you elaborate a little more by what you mean automated box level tests?
JohnnyColemanMSFT at 2007-8-30 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - General...
# 2

I run a white box test team. The application we will be testing is being developed on VSTS. It's a large enterprise application with over 3000 fields. The new app will be based off of an app we've been working on for 5 years and was written in VS6.

We're all new to VSTS and my task is to determine the best way to create and run auto tests on our new application. I've considered Rational Robot, and Win Runner. I thought I'd see if someone has investigated other tools for this need.

Some auto tests that I hope to have written will test constraints, the validity and applicability of fields, verify certain features are available under correct conditions, etc.

BBue at 2007-8-30 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - General...
# 3

VSTS provides the tools necessary to create unit- and service-level tests (similar to what NUnit and Fitnesse provides). However, VSTS does not include any tools for generating automated UI testing (with the exception of some web-based load testing tools).

Assuming your business logic is separated from the UI, the unit/service level testing tools in VSTS could handle a lot of your situations. Currently, we're using Mercury's QuickTest Professional for our UI tests although we've had issues with it working nicely with some 3rd party controls.

JeffB. at 2007-8-30 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - General...
# 4

You might want to look at AutomatedQA. They seem to integrate with VSTS.

RobertKozak at 2007-8-30 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - General...
# 5

Thanks for the information. We'll check this one out.

BeckyN at 2007-8-30 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - General...
# 6
Thanks, integration is important. I'm assuming more tools will integrate as time goes on, but we're trying to plan our automation now.
BeckyN at 2007-8-30 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - General...

Visual Studio Team System

Site Classified