Search This Blog

Sunday, April 11, 2010

Using Selenium IDE


  1. In tools we can find Selenium IDE item clicking that one open IDE in which we can find the button to record (Red color right corner button)
  2. Click record button minimize the popup
  3. Perform the action which you want to test
  4. After completion of actions we can see the test case filled with the script for testing on table tab
  5. We can run the full test case once to check for the output at the bottom log or even we can store the source for future use (don’t forget to change the format to PHP from options menu)
  6. Whenever you want to test just load the test case file from the folder and click the test icon (Green play button with stack )
  7. We can see the results in the log window
  8. We can also edit the test case in Selenium IDE or the code generated from it

No comments:

Post a Comment