Selenium

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    Favorites, Groups & Events

    Selenium - Presentation Transcript

    1. SELENIUM
    2. Speakers  Aaron Tinio • atinio@g2ix.com  Bernard Lago • blago@g2ix.com
    3. Goals • To be able to consider implementation of automated testing • To jumpstart Selenium usage
    4. Pre-requisites • HTML • Javascript • Ruby or other scripting/programming language
    5. Selenium 101  Selenium Introduction  Selenium IDE Basics  Selenium RC Basics  Selenium GRID Demo
    6. SELENIUM INTRODUCTION
    7. Selenium Introduction  Why choose Selenium?  Types of Functional Test Tools for Web Apps  “Flavors” of Selenium  Selenium IDE Basics
    8. Why choose Selenium?  Open source  Backed by Industry Players  Stable and Well Tested  Platform-independent  Uses a real browser  Allows you to use your favorite programming language
    9. Types of Functional Test Tools  Use of a simulated browser: HttpUnit, HtmlUnit & WebTest  Use of a real browser: Selenium, Watir (and FireWatir and SafariWatir)
    10. Flavors of Selenium  Selenium Core  Selenium IDE  Selenium RC (and Selenium Grid)
    11. SELENIUM IDE
    12. Selenium IDE  Installation, overview and usage  Locators  Actions, Accessors, Assertions  Patterns
    13. Locators  id • id=gbar  name • name=q  dom • dom=document.links[0]  xpath • xpath=//html/body/center/form/table/tbody/tr/td[2]/input[2]  link • link=English
    14. Actions  open(url)  click(locator)  type(locator, value)  select(locator, optionLocator)
    15. Accessors • storeText(locator, variableName) • from getText(locator) command • storeLocation(variableName) • from getLocation() command
    16. Assertions • assertText(locator, pattern) • from getText(locator) command • assertLocation(pattern) • from getLocation() command OTHER ASSERTIONS: • verifyText • waitForText • verifyLocation • waitForLocation
    17. Patterns  exact • exact:Google.com in English  glob • glob:*in English  regexp • regexp:Go+gle\\.com in English  regexpi • regexpi:go+gle\\.com in english
    18. SELENIUM REMOTE CONTROL
    19. Selenium Remote Control  Selenium RC Architecture  Selenium RC Server  Selenium RC Ruby Client Driver  Testing Frameworks for Ruby  Prototyping tests in IRB  Writing tests (Ruby / Test::Unit)
    20. Selenium RC Architecture
    21. Selenium Server: Interactive Mode  is a way of rapidly prototyping tests.  requires no coding whatsoever.  allows you to immediately see the results. Starting the server in interactive mode: java -jar selenium-server.jar -interactive [otherOptions]
    22. Selenium RC (Ruby Client Driver) • requires ruby • requires rubygems • requires selenium-client gem • gem install selenium-client
    23. Testing Frameworks (Ruby) • Test-Driven Development (TDD) • Test::Unit • Behaviour-Driven Development (BDD) • Rspec • TDD + BDD • Shoulda • test/spec
    24. Interactive Ruby Shell • is a shell for programming in the Ruby language • allows the programmer to experiment with codes
    25. Writing tests (Ruby / Test::Unit)  Require the following in the test script • 'rubygems' • 'selenium/client' • 'test/unit'  Create a class that subclasses Test::Unit::TestCase.  Define “setup” method to set up the common test fixture. • create a new Selenium::Client::Driver object • run the “start” method on the selenium driver object  Add a method that begins with \"test\" to the class. • make assertions in the test method.  Define “teardown” method to tear down the test fixture. • run to “stop” method on the selenium driver object
    26. Writing tests (Example)
    27. SELENIUM GRID
    28. Selenium Grid • Selenium Grid Architecture • Selenium Grid Demo
    29. Selenium Grid Architecture
    30. Selenium Grid Demo • Running scripts on multiple machines using different browsers • Sample Environment Configurations • Firefox on Linux • Internet Explorer on Windows • Firefox on Windows
    31. QUESTIONS ???
    32. REFERENCES
    33. References • http://seleniumhq.org/projects/ide/ • http://seleniumhq.org/projects/core/ • http://seleniumhq.org/projects/remote-control/ • http://selenium-client.rubyforge.org/ • http://selenium-grid.seleniumhq.org/
    34. Maestrodev • www.maestrodev.com • Forums • Downloads • Announcements
    35. Thank you!!!
    SlideShare Zeitgeist 2009

    + g2ixg2ix Nominate

    custom

    976 views, 0 favs, 0 embeds more stats

    Automated testing using Selenium

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 976
      • 976 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 24
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories

    Tags