selenium IDE


 

Selinium Web Server Training institute

Seleinium IDE

Introduction to Selenium IDE

Selenium IDE (Integrated Development Environment) is the simplest tool in the Testing tools. Selenium is a Firefox add-on that creates tests very quickly through its records.  This feature is same as that of QTP. It is easy to learn and install, learn and to go ahead with the creation of test scripts. . Being a Firefox plug-in, Selenium IDE supports only Firefox, thus the created test scripts could execute only on Firefox. The Selenium tool Selenium stays on a record and playback fundamental and also allows editing of the recorded scripts.

Selenium IDE uses as a prototyping tool, not a permanent solution for developing and maintaining complex test suites. The main reason of using selenium IDE selenium is that the user is not required to show any particular programming knowledge.  We should know the minimum knowledge of HTML, DOMS and JavaScript to create numerous test scripts using this tool. Some of the difficult factors make this tool insufficient to use of complex test scripts. Thus, other tools like Selenium RC; Web Driver comes into the picture. So, before gripping on to the details of Selenium IDE selenium, let’s have a look at its installation first.

Some of the feautures of selenium IDE Selenium:

 

  • Menu Bar
  • Selenium IDE Options dialog box
  • Base URL Bar
  • Toolbar
  • Editor

What is Selenium IDE Selenium?

  • An open-source tool for building automated test suites of web pages
  • An extension to Firefox
  • Named for the antidote for Mercury poisoning (Mercury Interactive created Win Runner)

Recommended First Steps for

Learning Selenium:

  1. Learn how to create tests in Selenium IDE.
  2. Learn how to run Selenium IDE (SIDE) tests against different browsers/platforms using Selenium RC (Remote Control) server.
  3. Learn how to write Selenium tests in any one of the several supported languages using

Selenium RC drivers.

Executing the Test Suite

  • Selenium Core is a collection of JavaScript and HTML with Frames
  • Due to security concerns Core must be deployed within the same server as the application being hosted.
  • The simplest way to run Pixory is to just run the Java application and let it use its own server.
  • Problems using Core with Pixory
  • Selenium IDE is a plug-in for Firefox and thus can go around these restrictions

Running the Test Suite

  • We basically want to execute the test suite using the Selenium IDE plug-in TestRunner.html.

Conclusion:

In this article we describe about the Selenium IDE introduction, Features and Learning Process.