views:

76

answers:

3

I am looking for a test automation tool that supports eclipse based plug ins for all web browsers and it sholud be cross platform. pls send me suggestions

+1  A: 

We use jUnit, which integrates very well into Eclipse.

dj_segfault
+1  A: 

If you are talking about and automated functional/integration testing tool, IBM Rational Functional Tester is an eclipse-based product. It supports both IE and FF browsers. And it supports Windows and Linux. If you have any more detailed questions, let me know.

Tom E
A: 

Depending on what you're looking to test (thick/thin client), you could try Selenium with CubicTest. I use Selenium myself and like it.

/matt

Matt Dewey