Selenium-RC From The Following Website: This Involves Four Steps
Selenium-RC From The Following Website: This Involves Four Steps
http://www.seleniumhq.org/download/
Fig 5.5
Click on the workbench icon.
Give your project a name and then click on Finish. Now the project will be created
with the given name.
Click Add External JARs and select the path of selenium jar files.
Below is the selenium jar files needed.
-> Selenium server jar file.
Step 4: Configuring external tools:
Go to Run Menu, External Tools, External Tools Configuration
1.
Give configuration name in the first text box (in Name: text box).
2.
Give Java.exe location (you can find it where java is Installed). Location in second text
4.
Note:
Give the path of files as per your System location.
Installation of Firebug:
Firebug is a Firefox add-on that we will use to inspect the HTML elements of the
web application under test.It will provide us the name of the element that our
Selenese command would act upon.
Step 1
Use Firefox to navigate to Firebugs download page (https://getfirebug.com/downloads/)
and click on the download link.
Step 2
Firefox will take you to its Firebug download section. Click the Add to Firefox button.
Step 3
Wait for Firefox to complete downloading this add-on. On the dialog box that comes after,
click Install Now.
Step 4
Wait for installation to complete. A notification will pop-up saying, Firebug has been
installed successfully. You can immediately close this pop-up.