Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Building better workflow apps

Avatar for caleywoods caleywoods
September 14, 2011

Building better workflow apps

Avatar for caleywoods

caleywoods

September 14, 2011
Tweet

Other Decks in Programming

Transcript

  1. Who am I? - Systems Support Tech II for Walsworth

    Publishing Company - Walsworth makes yearbooks - Not capable of growing a beard You may already know
  2. Talk First, Build Second - Communication is paramount - Gathering

    Requirements - Your greatest asset is “NO”
  3. Watir / Selenium - Test Framework in Ruby - Why

    Watir? - Batteries Not Included
  4. Watir EXAMPLE require ‘firewatir’ # for firefox require ‘test/unit’ #

    ruby test library class FooTest < Test::Unit::TestCase def setup @browser = Watir::Browser.new @browser.goto(“http://url.com”) end def teardown @browser.close end def test_gets_page assert_equal(“Domain Exception Request”, @browser.title) end end
  5. Opinions are like… - Not seeing any other information on

    testing - Worthwhile? - What’s needed?