タグ

seleniumに関するjanuaryのブックマーク (4)

  • Selenium Client Driver Javadoc

    january
    january 2012/04/03
    slenium API
  • Selenium-IDE — Selenium 日本語ドキュメント

    はじめに¶ Selenium-IDE (統合開発環境) は、Selenium テストケースを開発するためのツールです。Selenium-IDE は使いやすい Firefox プラグインで、一般にテストケースを開発するための最も効率的な方法です。Selenium-IDE ではコンテキストメニューも使用できます。コンテキストメニューを使うと、まず現在ブラウザに表示されているページ上の UI 要素を選択し、次に Selenium コマンドのリストから目的のコマンドを選択できます。コマンドのパラメータは、選択された UI 要素のコンテキストに従って、あらかじめ定義されたものが使われます。Selenium-IDE を使う方法は、時間の節約になるだけでなく、Selenium スクリプトの構文を学ぶ手段としても優れています。 この章では Selenium-IDE について詳しく取り上げ、Selenium

  • Selenium_IDE

    このファイル(goto_sel_ide.js)を適当な場所に置き『Selenium Core 拡張スクリプト』として読み込むように設定する。 すると、右のように ◎label文によるラベルの定義 ◎gotolabel文による無条件分岐 ◎gotoIf文による条件分岐 ◎while〜endWhileによる繰り返し制御 を行うことが可能になる。 条件文の記述方法については下記参照。

    january
    january 2012/04/02
    フロー制御
  • Selenium

    Selenium automates browsers. That's it!What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should) also be automated as well. Selenium WebDriver If you want to create robust, browser-based regression automation suites and tests, scale and di

  • 1