タグ

2012年10月2日のブックマーク (4件)

  • Selenium 0.7利用手順書(前編)

    はじめに 稿は、Webアプリケーション用のテストツールSelenium(セレニウム)を利用するための手順を解説するものです。これから2回に分けて、Seleniumの概要および、インストール手順、実際のテストケースの実行について解説していきます(後編はこちら。また、Tipsも公開しました)。 今回は、Seleniumの概要および、Seleniumのダウンロード、インストール手順について解説します。 読者対象 プロジェクトの試験担当者を想定しています。 対象フェーズ ドキュメントでは、プロジェクトにおいて作成したWebアプリケーションに対して、ブラウザを用いた試験(結合試験・総合試験)を実施するフェーズを対象としています。Webアプリケーションの製造、単体試験フェーズや、外部のアプリケーションに対する試験については対象外です。 使用したソフトウェア・環境 Seleniumを動作させるにあた

    Selenium 0.7利用手順書(前編)
  • 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

  • Xdebug: Downloads

    Please refer to the installation instructions on how to install Xdebug. Source Xdebug is hosted in GIT. The source code can be browsed through github and can be checked out with: git clone https://github.com/xdebug/xdebug.git Latest Release Xdebug 3.3.1

    mima3
    mima3 2012/10/02
  • 主にAndroid xampでPEARのインストールが失敗(ERROR: failed to mkdir C:\php\pear\)のときの対処法

    Androidの情報を中心に、自分の備忘録を兼ねて書いてます。プロモーション・広告・PRが含まれています。 dotcloudにPEARを入れて、ローカルの開発環境のxampにもPEARをインストールしようとしたときに、以下のエラーでインストールできませんでした。その対処法をメモっておきます。 ERROR: failed to mkdir C:\php\pear\ コマンドプロンプトから以下のコマンドを打つとPEARインストールができました。 cd D:\xampp\php pear config-set doc_dir d:\xampp\php\pear\docs pear config-set cfg_dir d:\xampp\php\pear\cfg pear config-set data_dir d:\xampp\php\pear\data pear config-set cach

    mima3
    mima3 2012/10/02