Translate

Features of selenium ide in detail


speed control  we can set this option to 'slow' or 'fast' to control how fast/slow our test case should run..
run all If you want to run entire test suite(group of tests) then click on this option..
run If you want to run currently selected test then go for this option..
pause  This option allows you to stop/pause the running test case where ever required.  
noteclick on the same button to re-start your test case..
step  Allows you to 'step' through a test case by running it one command at a time.. Used for debugging test cases..
record  If you click on it, then it starts recording user's browser actions.
note: By default the button will be in recording mode.. click on the same button to stop recording..

Test case Pane:
_images/chapt3_img16_Table_Format.png
Your script is displayed in the testcase pane.. It has 2 tabs, one is 'table' tab, which contains the commands and their parameters, second is 'source' tab, which displays test in the HTML formate..


Log Pane :
_images/chapt3_img18_Bottom_Box.png
When you run your test case, error messages and information messages showing the progress are displayed in his pane..

Reference Pane :
_images/chapt3_img19_Bottom_Box_Ref.png
The reference tab is the default selection when ever you are entering or modifying selenese commands and parameters in table mode..

3 comments:

Anonymous said...

Its helpful for freshers on Selenium IDE..

Anonymous said...

Nice Tutorial

Visit https://www.facebook.com/verificaion for updated Selenium Topics discussion

Sherlin Jones said...

Hello author,

I found your blog while searching for the updates in Selenium WebDriver,I am happy to be here. Very useful content and also easily understandable providing.. Believe me I did wrote an post about selenium tutorials for beginners with reference of your blog.