タグ

2009年7月7日のブックマーク (5件)

  • iMacros for Firefox :: Add-ons for Firefox

    iMacros is designed to automate the most repetitious tasks on the web. If there’s an activity you have to do repeatedly, just record it in iMacros. The next time you need to do it, the entire task will be completed at the click of a button! With iMacros, you can quickly and easily fill out web forms, download files, extract text and images, and more. The uses are limited only by your imagination!

    iMacros for Firefox :: Add-ons for Firefox
  • Selenium 0.7利用手順書(前編)

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

    Selenium 0.7利用手順書(前編)
  • 各種言語のスケルトン

    ■テキストファイル読み込みロジック 1.概要 単純です。テキストファイルを1行づつ読み込み、標準出力します。 2.言語 C言語、C++JavaPHPRubyPerlPython、なでしこ、Bシェル ■CSVファイル読み込みロジック 1.概要 これまた単純です。CSVファイルを1行づつ読み込み、1要素ずつ標準出力します。 2.言語 C言語(未)、C++JavaPHPRubyPerlPython、なでしこ、Bシェル 3.但し書き ・C++については、台北々ライブラリのCSVファイル読み込みクラスを使用しています。 ・Javaについては、OpenCSV(http://opencsv.sourceforge.net/)のCSVReaderクラスを使用しています。 ■ファイルダウンロード(Webサーバ側)ロジック 1.概要 サーバにあるファイルをクライアント(ブラウザ)にダウン

  • artemis.ac

    artemis.ac artemis.ac is owned by Tool Domains. Contact them directly! 2018 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois)

  • iframe 関連処理まとめ - Cyokodog :: Diary

    iframe 関連の処理で分かったことをこちらにまとめてこうかと思います。コードは jQuery ベースです。 変更履歴 2009.06.17 Safari,Chrome にて動的に生成したiframe内に CSS ファイルを読み込ます方法が分からないとしてましたが、codeなにがし(http://code.nanigac.com/forum/view/488)で教えていただき、記事を修正しました。 iframe 内 を親 html から参照する 同一ドメインであることが前提です。 //iframe 内の window オブジェクトを参照する $('iframe')[0].contentWindow //iframe 内の document オブジェクトを参照する $('iframe')[0].contents()[0] //iframe 内の html 要素を参照する $('iframe

    iframe 関連処理まとめ - Cyokodog :: Diary