views:

174

answers:

3

Hello people,

I am wondering what tool(s) do you use for front-end testing...

Currently I am using Selenium RC as tool to test the front-end. I am quite happy with the result as I managed to integrate it with the ms build process etc. The problem with Selenium tests is that they are not always reliable especially if you browse with something else than Firefox.

I am looking for open source alternatives (tools for front-end testing)?

A: 

Together with selenium, we're also using twill. However, its because of it's speed and it's used only for "quick & fast" tests, I'm afraid not a lot of things are better then selenium out there.

On the other hand, I find Selenium quite reliable, even in another browsers - it's just hard to build tests in such way, to think about race conditions etc.

Almad
I will check it out. I just want to look for alternatives. Not that Selenium is bad solution, but it's not THE only solution.
Ekaterina
Then You also might want to check cuckoo, I've heard praise for it.
Almad
+1  A: 

Have you heard of Watin ?

Gabriel Guimarães
A: 

I'd recommend TestPlan which can use Selenium as a backend, or HTMLUnit. It also allows you to do a myriad of other testing. It also works around several of the problems Selenium has, making it a bit easier to user than Selenium directly.

edA-qa mort-ora-y