1

I want to automate testing of java based applications, not exactly portals though. RFT 7 version that we have is not compatible with latest version of Firefox, so we need another tool, preferably open source.

Please suggest some replacement for Selenium and RFT. The purpose is automation of Functional testing.

Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176

2 Answers2

1

I think you meant "Web applications", since that's what Selenium is for.

I suggest Sahi Open Source: works with many browsers, OS independent. I've never used it though, so can't give you a proper review.

Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
Alessandro Da Rugna
  • 4,571
  • 20
  • 40
  • 64
0

Both RFT (Rational Functional Tester) and Selenium is used for Functional & Regression test of web. RFT is commercial & Selenium is open source/free tool.

There are some other free tools that you can try. Such as

TestProject

Sahi

Watir

Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176