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

Facing Technical Debt with Capybara and Mechanize

Facing Technical Debt with Capybara and Mechanize

Tried browser tests on Java based project. It's easy to start with Capybara and Mechanize.
M3 Tech Talk #5 2013/07/19 #m3dev

Takayuki Matsubara

July 19, 2013
Tweet

More Decks by Takayuki Matsubara

Other Decks in Programming

Transcript

  1. describe 'top page' do before do visit '/' end it

    'shows something big' do expect(page).to have_content 'something big' end end TQFDWJTJU@UPQ@QBHF@TQFDSC
  2. 44-