If you are new for using selenium IDE software testing tool then first of all you have to understand how to operate Selenium IDE.
Here i have described how to use selenium IDE software testing tool's different elements and its functions.
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.
Note : You can view full selenium IDE tutorial with advanced functions at this link.
Run All Button :
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.
Note : You can view full selenium IDE tutorial with advanced functions at this link.
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 software web 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 software testing tool, Run All button is used to run the selected any one test case.