タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

rubyとtestに関するhsydのブックマーク (2)

  • Category: Browser testing - The Ruby Toolbox

    Selenium implements the W3C WebDriver protocol to automate popular browsers. It aims to mimic the behaviour of a real user as it interacts with the application's HTML. It's primarily intended for web application testing, but any web-based task can automated.

    Category: Browser testing - The Ruby Toolbox
    hsyd
    hsyd 2009/07/29
  • Route 477(2009-01-07)

    ■ [misc] プログラマの仕事場 耳鼻科で思いついたネタ。 「病院の診察室できょろきょろしてはいけないよ」 「どうして?」 「尖った道具を見つけたら、何をされるのだろうと無駄に不安になるからさ。」 「レストランで厨房を覗き込んではいけないよ」 「どうして?」 「手の洗い方が雑なのを見つけたら、それで大丈夫なのかと不安になるからさ。」 「ねえパパ、パパはプログラマだよね」 「そうだよ」 「パパの職場も見てはいけないの?」 ■ [ruby] Webアプリのテストに役立つらしい「Webrat」って何だ? WebratはRubyのライブラリで、 def test_sign_up visit "/" click_link "Sign up" fill_in "Email", :with => "good@example.com" select "Free account" click_butto

    Route 477(2009-01-07)
    hsyd
    hsyd 2009/01/08
  • 1