タグ

seleniumに関するYoshioriのブックマーク (3)

  • Selenium RC 0.9.2 - テストとか

    Yoshiori
    Yoshiori 2007/09/21
    captureScreenshot 追加
  • よねのはてな - Teeda Selenium Test

    とりあえず叩き台として、Teedaを複数のアプリケーションサーバで Seleniumを使ってTestするものをコミットしました。 チェックアウトして mvn integration-testを実行すると jetty6x tomcat5x resin3x geronimo1x weblogic8x(事前インストール必要あり)のアプリケーションサーバでTestを実行します。 上記アプリケーションサーバは自動でzipファイルをダウンロードして解凍しますが WebLogicだけは事前にインストールする必要があります。 【補足】 このTestを使えば、例えばTomcatがインストールされていない環境でも自動でTomcatを ダウンロードしそれを解凍しTestしたいアプリケーションをデプロイしてくれます。 具体的にはpom.xmlの以下が該当します。 <configuration> <containe

    よねのはてな - Teeda Selenium Test
    Yoshiori
    Yoshiori 2007/06/19
    Teedaを複数のアプリケーションサーバでSeleniumを使ってTestする
  • Maven2でSelenium RC - まとばと!

    id:matobat:20061216:1166264864ではSeleniumの実行はAntに任せてたけど、やっとMaven2プラグインでも出来るようになったみたい。 http://mojo.codehaus.org/selenium-maven-plugin/ <build> <finalName>${artifactId}</finalName> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>selenium-maven-plugin</artifactId> <executions> <execution> <id>selenese-ie</id> <phase>integration-test</phase> <goals> <goal>selenese</goal> </goals> <c

    Maven2でSelenium RC - まとばと!
    Yoshiori
    Yoshiori 2007/06/18
    プラグインあったんだw
  • 1