Installation :-
➫ Lauch fire fox browser, if not available Download fire fox browser and install
➫ go to selenium IDE Downloads page click
➫ Firefox will protect you from installing Add-ons from unfamiliar locations , so you will need to click allow to proceed with the installation.
➫ After install selenium IDE once need to restart the fire fox browser and follow instructions
➫ After firefox reboots you will find the selenium-IDE listed under the firefox Tools menu.
➫ To run the selenium-IDE,it opens as follows with an empty script-editing window and a menu for loading, or creating new test cases.
Speed control:- controls how fast your test case runs.
Run All :- runs the entire test suite when a test suite with multiple test cases is loaded.
Run :- puns the currently selected test. When only a single test is loaded this button and the all button have the same effect.
pause/resume:allows stopping and re-starting of a running test case.
step:allows you to "step" through a test case by running it one command at a time. Use for debugging test cases.
TestRunner mode:allows you to run the test case in a browser loaded with the selenium-core testRunner. Thetestrunner is not commonly used now and is likely to be deprecated. this button is for evaluating test cases for backwards compatibility with the testrunner. most users will probably not need this button.
0 comments:
Post a Comment