タグ

Webとtestに関するodzのブックマーク (4)

  • ROBO-IE

    Internet Explorer 自動運転ツール ROBO-IEROBO-IEについて これは何か?モジュール単体のテストはJUnitなどの手法が確立されていますが、WebアプリのUIを通じた統合テストはまだ膨大なEXCELの表と延々と続く手作業に頼っている人が多いのではないでしょうか。 ROBO-IEは、Microsoft Internet Explorer専用ではありますが、もっとわかりやすく、簡単に全自動UIテストコードを書くためのフレームワークです。 全 自動とはいっても、相手はユーザーインターフェイスですから、たとえば夜間ビルドのたびに回して…というのはあまり望ましくありません。ちゃんと人間が目で 見て正しい動作をしているか判断することがどうしても必要です。 ROBO-IEが提供するインターフェイスでは、ダイアログなど、インタラクティブ性やログメッセージといった、テスト自体のユ

    odz
    odz 2006/02/05
    IEを自動運転させるプログラム
  • mozdev.org - seleniumrecorder: index-ja

    English / Japanese Selenium Recorder は Selenium IDE というプロジェクトに引っ越しました。Selenium Recorder のかわりに Selenium IDE の最新版を使うことをおすすめします。 Selenium Recorder は、ユーザの操作を記録し、Seleniumのコマンドを生成する Firefox エクステンションです。 テストケースのファイルを直接編集することもできます。 インストール Selenium Recorder 0.6 をインストール 使用方法 エクステンションをインストールしたあと、メニューバーの ツール から Selenium Recorder を選択してください。 Selenium Recorder のウィンドウが開き、ブラウザ上で行った操作がこのウィンドウに記録されるようになります。 verifyTex

    odz
    odz 2006/02/05
    seleniumのテストケースを生成するFirefoxエクステンション
  • Watir - Overview

    description goes hereAutomated testing that doesn’t hurt Watir is a simple open-source library for automating web browsers. It allows you to write tests that are easy to read and easy to maintain. It is optimized for simplicity and flexibility. Watir drives browsers the same way people do. It clicks links, fills in forms, presses buttons. Watir also checks results, such as whether expecte

    odz
    odz 2006/02/05
  • Selenium

    Selenium is a suite of tools to automate web app testing across many platforms. Selenium... runs in many browsers and operating systems can be controlled by many programming languages and testing frameworks.

    odz
    odz 2006/02/05
  • 1