background preloader

Automated testing

Facebook Twitter

Document Object Model. Hierarchy of objects in an example HTML DOM—Document Object Model Legacy DOM[edit] Intermediate DOM[edit]

Document Object Model

Testing - Sikuli Script. Watir-WebDriver with GhostDriver on OSX: headless browser testing. GhostDriver has been released which means it is now easy to run reliable headless WebDriver tests on Mac OSX.

Watir-WebDriver with GhostDriver on OSX: headless browser testing

Steps to get working on OSX First make sure you have homebrew installedRun brew updatethenbrew install phantomjswhich should install PhantomJS 1.8.1 or newerRun irb and start using GhostDriver! Require 'watir-webdriver' b = Watir::Browser.new :phantomjs b.goto "www.google.com" b.url #" b.title #"Google"

Selinium

Automated Web Testing Is Hard - Arrgyle. There are so many tools to choose from that you don’t know where to start.

Automated Web Testing Is Hard - Arrgyle

You’re worried you’ll pick one and find yourself down a rabbit hole with little to show for it. Maybe you go open source and build out a quick test suite. You might even roll your own framework. Chrome Developer Tools. Chrome DevTools Tips and Tricks - DevFestParis2011. Google I/O 2012 - Chrome Developer Tools Evolution. Rest API's.