views:

69

answers:

2

It seems like MS really left a massive gaping hole in their automated testing tools in Visual Studio for web pages with AJAX components and I have been hard pressed to find any commentary or third party add-ons that remedy the problem. Anyone have any advice on automating web tests in MSVS for AJAX pages?

+1  A: 

I eventually gave up trying, and just stuck with WATIR

Danimal
A: 

I dont know if this will help, but you cn try this:

http://www.jsunit.net/

EDIT:Sorry i reread your Q and realized you meant spoecific to VS. I dont know if you are familiar with Script#, but i had read some talk a little while back that someone was building a testing framework to use with that, and Script# can be used with MSAjax. Might be worth some investigation.

http://projects.nikhilk.net/ScriptSharp/

Look at the screen shots:Unit Testing Coming Soon :/

mattlant