Selenium IDE is an Automation testing tool that provide Record/Playback tool for testing website. IDE stands for Integrated Development Environment. It is a Firefox Add-On and allows recording, editing and debugging test. Usually Screen shot are taken for all type of application testing such as Web based, Product base etc. The reason for taking screen shot during testing is that, we can capture screen information easily when an error occurs in an application. Tester will manually take screen shot of the required page with the help of Plugin/Add-On in Manual testing.
Selenium IDE
Selenium IDE stands for Selenium Integrated Development Environment. It is a Firefox plugin which helps testers to recorded their actions and then export them as a reusable script in one of many programming languages. Selenium IDE has a recording feature, that provides an easy-to-use interface for developing automated tests.
Selenium IDE was developed by Shinya Kasatani. Selenium IDE became a part of Selenium Package in the year 2006. Then tool becomes a great value and potential to the community.
Selenium IDE is an Automation testing tool that provide Record/Playback tool for testing website. IDE stands for Integrated Development Environment. It is implemented as Firefox Add-On and allows recording, editing and debugging test. Usually Screenshot are taken for all type of application testing such as Web based, Product base etc.
Selenium IDE is an Automation testing tool that provide Record/Playback tool for testing website. IDE stands for Integrated Development Environment. It is implemented as Firefox Add-On and allows recording, editing and debugging test. Suppose you have Drupal website where user can purchase ticket through online platform.
The testing tool selenium IDE is usually used to develop test cases. It is a Firefox plugin So Our first step is, to install Selenium IDE. For that you can download it from the following place http://seleniumhq.org/download/. After that 'Selenium IDE' add-on to be installed. You should restart the fire fox browser.
Suppose if a Drupal login page has a Captcha to find whether the user is human or a bot. Using Selenium IDE we can automate all type of web elements such as link, check box, radio button etc. In case of Captcha, human interaction is a must.
XPATH stands for XML Path. In web-based application, XPATH is a unique address for each web object. XPath is mainly used to find an element in the web page. XPath helps to get address of the web element such as check box, radio button, link etc. To write XPATH for Dropdown, first of all we need to install Firebug in Mozilla Firefox browser. Firebug allow user to view the code behind the web page.