You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Web アプリケーションの自動テストツール「WebDriver」に関するメモ。 WebDriver とは WebDriver は、オープンソースソフトウェアとして開発されている Web アプリケーションの自動テストツールである。 同じくオープンソースの Web アプリケーションの自動テストツール「Selenium」とプロジェクトがマージされ、 Selenium 2.0 の一部となった。 2011/07/08 に初のリリース版として Selenium 2.0.0 が公開された。 WebDriver (Selenium 2.0) のダウンロードとインストールについては 「インストール」 ページを参照。 用語 Selenium 自動テストツールのプロジェクトの名前 Selenium 1.0 2009年6月にリリースされたバージョン。Selenium-IDE、Selenium-RC、Seleniu
以前から気になっていた Selenium WebDriver を使ってWebアプリの自動テストを試してみたので忘れないうちにメモ。 WebDriverに惹かれたのは以下の理由 ブラウザの操作がJavaで簡単に書ける(学習コストが低い) 記述するコードが簡潔で分かりやすい(コードのメンテナンスがしやすい) JUnitからも実行できる(Jenkinsから実行して自動化したり) ブラウザのスクリーンショットが撮れる(エビデンス作成) 導入準備 ここから Selenium Client Drivers(Java) をダウンロードしてjarにクラスパスを通すだけ。 Mavenを利用する場合、pom.xmlに selenium-java を追加するだけでOKです。 ブラウザ操作の機能のみを利用するだけなら selenium-htmlunit-driver は不要なのでexclusionを指定しておくと
Selenium 2, the new iteration of the end-to-end web application testing tool, contains some fancy innovations over its 1.x version: it controls browser directly via the OS, instead of generating JS commands. It's also more reliable than the 1.x as it features a different waiting model. After trying out Selenium 2, it was natural for me to look for its support in PHP code; however, there isn't an o
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く