Java test framework for Selenium RC
Posted
by sebstein.hpfsc.de
on Stack Overflow
See other posts from Stack Overflow
or by sebstein.hpfsc.de
Published on 2010-04-23T19:31:05Z
Indexed on
2010/04/23
19:33 UTC
Read the original article
Hit count: 164
I'm going to use Selenium RC to replay some tests for a website. I want to kickoff those tests from a Java test framework so that I get nice reports how many tests failed, etc.
Which java test framework should I use? Is JUnit the preferred framework for this purpose?
© Stack Overflow or respective owner