Wednesday, November 9, 2016

 Here we are going to learn how to record  selenium script using Selenium IDE Use below steps to learn recording selenium script using IDE Open Firefox Browser Go to tools Click on "Selenium IDE" Click on Red button  4.  On click red button record record will start 5. Open Firefox browser 6. Type URL www.google.com 7. Search "Happiness" 8....

Sunday, November 6, 2016

Before starting practicing selenium IDE you need to install Firefox and selenium on Firefox below are the steps to download and install selenium IDE Open Firefox browser Open URL seleniumhq.org In the menu tabs click on download  Press "Install now "button  Selenium IDE add on is installed  Click on "Restart Firefox" button  Go to tools and verify...
Next we need to know about Selenium IDE . Firefox extension allows recording and editing of test in IDE. It make test development easy. Record and Playback Intelligent field selection will use IDs Auto complete for all common selenium commands Walk through test cases and test suites Debug and set breakpoints Save tests as HTML , Java, PHP and other such formats Support  for selenium user extension  .js file Option to automatically...
Before starting with selenium it is required to know "What is Selenium"? in simple words we can say "Selenium is portable software testing framework for web application" The test scripting in selenium can be write in HTML tables as well as multiple popular languages and can run in most of the latest web browsers We can use selenium on different different platforms like linux, windows, Macintosh. Components of Selenium IDE  RC GRID Next...

Popular Posts