Selenium Works with Firefox IDE
I started using selenium which is a tool which i can automate tests in a more easier way comparing to Jenking Jmeter way. In this method I have to install the FireFox plugin for selenium shown in figure 1.0 https://addons.mozilla.org/en-US/firefox/addon/selenium-expert-selenium-ide/?src=search Figure 1.0 Install the plugin which will output a windows like this under the tools menu shown in figure 2.0. Figure 2.0 Now what you can do is, click the record button which is in the right top corner of the window. Do the actions you want to record in your test plan. It will record in actions and when your activitiees are finished, just stop the recording and you can run the test easily. Also you can see the output in visual format, if you entered a value in your recording, they will appear in the test as well. And special features of this is that you can export your test into different formats such as Java codes, Python or HTML etc.