Monday, 5 October 2015

how to use selenium ide toolbar elements

How to use selenium ide toolbar elements 


Here i have described how to use selenium IDE different elements and its functions.


Speed Controller :


In Selenium IDE, Speed controller is used to control the speed of how fast your test case runs. Set it on fast if you want to run fast test case and set it to slow if you want to run your test case slow.



Run All Button :
In Selenium IDE, Run All button is used to run the entire test suite. Suppose you have created 5 test cases for you application and stored all them in one test suite and if you like to run all they 5 then open your test suite and press this button. it will run all the 5 test cases one by one. 
Run Button : 
 
 In Selenium IDE, Run All button is used to run the selected any one test case.

Pause/Resume Button :
 
  In Selenium IDE software, pause button is used to pause the running test case and resume button is used to resume or restart paused test case.

Step Button :
 In Selenium IDE, Step button is used to run test commands manually one by one. Suppose you have paused your test case and now you like to run remaining commands one by one then you can use step button. Basically step button is used debug the script in selenium IDE software.
Click to Record/ Stop Recording Button :

In Selenium IDE, Record button is used to record the users browser navigation of web application software and creating test script for reusing it and stop record button is used to stop recording.

Command Table :














Command table shows the recorded commands. you can also modify commands or insert any command in between. there are three elements in each command.
  1. Command : Command column describes name of command.
  2.  Target : Target column describes Target element id or name or Xpath
  3. Value : Value column describes Value of an element 

No comments:

Post a Comment