1 / 10

Selenium IDE

Selenium IDE. Benefits. Selenium IDE is full-featured Selenium version with GUI Easy to install (Firefox plugin) Plugin support Intelligent field selection will use IDs, names, CSS or XPath as needed Save tests as HTML, Ruby scripts, or any other format Support all common Selenium commands

dior
Download Presentation

Selenium IDE

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Selenium IDE

  2. Benefits • Selenium IDE is full-featured Selenium version with GUI • Easy to install (Firefox plugin) • Plugin support • Intelligent field selection will use IDs, names, CSS or XPath as needed • Save tests as HTML, Ruby scripts, or any other format • Support all common Selenium commands • Easy record and playback • Experimental WebDriver support

  3. Install • Open http://docs.seleniumhq.org/download/ in Firefox • Download and install latest released version • Restart Firefox

  4. Interface

  5. Locators Practice: Selenium context menu, visual locator

  6. Wait commands Practice: Overview other “waitFor” commands

  7. Actions Practice: Open google.com homepage and search “Selenium IDE”

  8. Verify commands Practice: other verify commands overview

  9. How to verify CSS? Command: verifyEval Target: window.getComputedStyle(window.document.getElementById(“myID”)).getPropertyValue('color'); Value: rgb(255,255,160) Practice: Try to verify logo width on maxymiser.com

  10. Practice • Find 10 differences game

More Related