This document provides answers to questions about running Selenium tests with JUnit and TestNG frameworks. It discusses the prerequisites for running Selenium RC tests with JUnit, how to configure Selenium RC with Eclipse to run JUnit tests, commands to run the Selenium RC server, and how to run Selenium commands slowly using setSpeed() and Thread.sleep(). It also compares setSpeed() and Thread.sleep(), explains why assert and verify statements can be used without instantiating Selenium in JUnit tests, and lists the annotations generated with JUnit 4 tests in Selenium IDE. The document further discusses challenges with running Selenium RC test suites in JUnit, advantages of using TestNG over JUnit, basic annotations used in TestNG, and how to run