views:

221

answers:

2
+1  Q: 

Test Automation

We are moving to TSF 2008 and I am wondering if there is something in TFS 2008 that will automate test cases. I was looking into Test Automation FX for recording tests from our in-house built UI that we want to test. Any other recommendations? Thanks.

A: 

It have many tools: SilkTest, TestComplete, QuickTest And another choice is you can use UIAutomation to write your own automation tool

yufun
+1  A: 

VSTS 2008 has "web tests" which are better suited for load testing of web applications, as they are headless (no browser) tests that record/playback at the http level. VSTS 2010 will have the concept of "coded ui tests" which will allow for record/playback of automation functional tests against a windows ui.

Check out http://stackoverflow.com/questions/1411190/ui-testing-tool for a list of other ui testing tools.

Tom E