タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

javaとJavaとtestに関するshiumachiのブックマーク (3)

  • Cobertura

    Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.

    shiumachi
    shiumachi 2010/10/06
    "Cobertura is a free Java tool that calculates the percentage of code accessed by tests"
  • FindBugs - Find Bugs in Java Programs

    This is the web page for FindBugs, a program which uses static analysis to look for bugs in Java code.  It is free software, distributed under the terms of the Lesser GNU Public License. The name FindBugs™ and the FindBugs logo are trademarked by The University of Maryland. FindBugs has been downloaded more than a million times. The current version of FindBugs is 3.0.1. FindBugs requires JRE (or J

    shiumachi
    shiumachi 2010/09/28
    "a program which uses static analysis to look for bugs in Java code"
  • 開発の質を上げるJavaの単体テスト自動化ツール

    テンアートニが提供する「Agitator」はJavaアプリケーションの単体テストを自動化するツール。開発者が単体テストにかけるコストを削減し、プログラムの品質を向上させることができる。 Javaアプリケーションのテストを支援するツールとしてJUnitのようなテスティングフレームワークがある。JUnitは単体テストを支援するが、テストクラスを個別に作成しなければならず、それらを含めると開発工数が削減されないという問題点があった。さらに単体テストでは、均一の品質で網羅的にテストを実行する必要があるため、スキルに依存しない単体テストの実施も求められていた。 これらの要件を満たしているのが、テンアートニが提供する米アジター社のソリューションである「Agitator」だ。AgitatorはJavaプログラムを解析し、テストに必要な入力データやテスト項目を自動生成する機能を持つ。また、数々のアワード(

    開発の質を上げるJavaの単体テスト自動化ツール
  • 1