WebDriverはWebブラウザを操作するためのJavaライブラリだ。WebアプリケーションのUIテストツールとして使用することが想定されており、JavaScriptを多用しリッチなUIを提供するアプリケーションのテストに効果を発揮する。 サポートするブラウザはFirefox、Safari ...
WebDriverには様々な便利機能がある。ここではそれらの一部を紹介しておこう。 クッキー WebDriverではクッキーの設定・取得もサポートされている。以下のようなコードでドライバーへのクッキーの設定・取得を行うことが可能だ。 // クッキーの設定 Options ...
Developing outstanding software is vital to business success in the contemporary digital society. As software programs get more intricate with every new version, advanced and smooth testing techniques ...