The Selenium RC environment here is based on the Eclipse tool's configuration
1. Installing the JDK
JDK installation package: On-line download, installation steps and environment variable configuration can refer to this link: http://jingyan.baidu.com/album/9f63fb91d87fb0c8400f0e93.html?qq-pf-to=pcqq.c2c.
Multiple commands can verify that the installation was successful, such as: Java,java-version,javac
2,Eclipse (64-bit), (: Http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/luna /sr1/eclipse-jee-luna-sr1-win32-x86_64.zip&mirror_id=1071), download the installation directly.
It is important to note that if the computer is 64-bit, both JDK and Eclipse will need to install 64-bit.
3. Importing JUnit Packages
After installing Eclipse, create a new Java project
Right-click Project-- Select buidpath--> Select Configuer Buidpath
Click Next to select JUnit 4
Selenium RC Environment Configuration