Is there anything much to go detailed about IDE. Though it's record and play back ,when it comes to real automation it's little tricky.Lets start form the scratch.
You can download the latest Selenium IDE form the below link.
http://docs.seleniumhq.org/download/
Open the above link in Firefox (Make sure to use Firefox ,since it's a FF plugin )and download the latest version(currently its 2.5.0) and run it.Once you are done ,you can find the Selenium IDE plugin on the top right corner of your browser.
OK...hold on...why should i write anything more about selenium IDE....Because you can find the best documentation in their official website...here you go ...
http://docs.seleniumhq.org/docs/02_selenium_ide.jsp#introduction
Try it out..it's fun...This is the best documentation i have seen about Selenium IDE.
Once you have gone through the first part of it, try this exercise.
Task: Automate the following scenario using IDE. Open google>Type 'Cheese' >Click on the first website link
Do you think it's too easy...Try it ....Let's see whether your automated script is able to open the first website link from the search list...
You can download the latest Selenium IDE form the below link.
http://docs.seleniumhq.org/download/
Open the above link in Firefox (Make sure to use Firefox ,since it's a FF plugin )and download the latest version(currently its 2.5.0) and run it.Once you are done ,you can find the Selenium IDE plugin on the top right corner of your browser.
OK...hold on...why should i write anything more about selenium IDE....Because you can find the best documentation in their official website...here you go ...
http://docs.seleniumhq.org/docs/02_selenium_ide.jsp#introduction
Try it out..it's fun...This is the best documentation i have seen about Selenium IDE.
Once you have gone through the first part of it, try this exercise.
Task: Automate the following scenario using IDE. Open google>Type 'Cheese' >Click on the first website link
Do you think it's too easy...Try it ....Let's see whether your automated script is able to open the first website link from the search list...