What is the best way to run automated tests against a web based application which is heavy Ajax on client & ASP.NET on back end?

If you want to do functional testing from the front end (as opposed to unit testing at the back end), I suggest Canoo WebTest, an open source tool. You can write tests in fairly straightforward language (though it's embedded in XML) for doing all sorts of things from the web browser. The tests should be executable using nant (.net's version of ant).

I've also heard good things about Selenium, though I haven't used it yet. You can apparently write and run tests right inside Firefox. If you want to spend some money, you can also use Rational Functional Tester, which lets you record and playback.

I'm pretty sure there's a . Net version now.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions