<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Offside &#187; TestLink</title>
	<atom:link href="http://htakeuchi.offtheball.jp/tag/testlink/feed" rel="self" type="application/rss+xml" />
	<link>http://htakeuchi.offtheball.jp</link>
	<description>Offtheball LLC 代表  竹内仁のブログ</description>
	<lastBuildDate>Sun, 05 Sep 2010 13:02:28 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>オープンソースのテスト管理ツールTestLinkを使ってみての雑感</title>
		<link>http://htakeuchi.offtheball.jp/archives/2687</link>
		<comments>http://htakeuchi.offtheball.jp/archives/2687#comments</comments>
		<pubDate>Fri, 20 Nov 2009 19:43:00 +0000</pubDate>
		<dc:creator>htakeuchi</dc:creator>
				<category><![CDATA[プロジェクト管理ツール]]></category>
		<category><![CDATA[TestLink]]></category>
		<category><![CDATA[テスト]]></category>

		<guid isPermaLink="false">http://htakeuchi.offtheball.jp/?p=2687</guid>
		<description><![CDATA[
 photo credit: aussiegall
前から気になっていたオープンソースのテスト管理ツールTestLinkをインストールして使ってみました。

好ましいと感じたポイント

テスト仕様とテスト計画が独立して [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/14516334@N00/4099849737/" title="30 Days of Gratitude- Day 13" target="_blank"><img src="http://farm3.static.flickr.com/2756/4099849737_f98194d750_m.jpg" alt="30 Days of Gratitude- Day 13" border="0" /></a><br />
<small><a href="http://creativecommons.org/licenses/by/2.0/" title="Attribution License" target="_blank"><img src="http://htakeuchi.offtheball.jp/wp-content/plugins/photo-dropper/images/cc.png" alt="Creative Commons License" border="0" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a href="http://www.flickr.com/photos/14516334@N00/4099849737/" title="aussiegall" target="_blank">aussiegall</a></small></p>
<p>前から気になっていたオープンソースのテスト管理ツール<a href="http://testlink.org/">TestLink</a>をインストールして使ってみました。</p>
</p>
<h3>好ましいと感じたポイント</h3>
<ul>
<li>テスト仕様とテスト計画が独立しており、テスト計画でどのテストを実行するかを選択することができる。特定機能だけの再テスト計画を作成するなど、柔軟に使えそう。</li>
<li>テストケースにキーワードを設定し横串で検索できる。(境界・限界、異常系、追加テスト、顧客受入テスト…）</li>
<li>簡単な要件管理機能がありテストケースと関連付けてテストカバレジを参照できる。</li>
<li>テスト計画やテストレポートをHTML、Word、Excel、OpenOffice形式で出力することができる。顧客や社内向けに簡単に「紙で」状況を報告できる仕掛けがあるのは嬉しい。弊社のプロジェクト管理ソフト<a href="http://www.offtheball.jp/product/projectscape/tokucyou">Projectscape</a>のレポート機能、印刷機能と同じ思想。と、少し宣伝(^^;</li>
<li>失敗したテストケース、ブロックされたテストケースのみを出力したり、担当者がアサインされていないテストケースを抽出したりなど、実際の現場で役立ちそうな機能がある。</li>
<li>「要件に基づくレポート」機能はスケジュール遅延や品質が悪い場合ケースで、事前に顧客へ制約事項を提示するのに便利そう。</li>
</ul>
<h3>こうだったら良いのに…と感じたポイント</h3>
<ul>
<li>ユーザインタフェースが直感的でなくテスト計画・テストスイート・テストケース・要件仕様ドキュメント・要件・ビルドなどのTestLink用語の意味と関係性を事前に理解しておかないと、どう操作して良いかわかりにくい。</li>
<li>要件管理機能がシンプル（要件を階層的に管理できない、要件IDがツリーに表示されない、要件からテストケースを作成できないなど）OSRMTなど他の要件管理ツールとの連携ができないか。</li>
</ul>
<p>好ましいと感じたポイントが6つ、こうだったら良いのに…と感じたポイントが2つということで、個人的にはかなりのポテンシャルを感じるツールです。<br/>実際のプロジェクトで使い込んでみたいと思います。</p>
</p>
<p>最後にインストールして動かすまでにハマったポイントについてまとめておきます。</p>
<h3>テストケースと要件を関連付けを行うと以下のエラーが表示される。</h3>
<pre class="brush: php;">
Fatal error: require_once() [function.require]: Failed opening required 'tlAttachmentRepository.class.php' (include_path='.:/usr/share/php:/usr/share/pear:.:/var/www/testlink/lib/functions/') in /var/www/testlink/lib/functions/common.php on line 109
</pre>
<p><a href="http://www.teamst.org/phpBB2/viewtopic.php?p=5362&amp;amp;sid=f950c01995a049b842c83575e121b407">TestLink :: View topic &#8211; Error while assiging reuirements to test cases</a>にある通り、/var/www/testlink/lib/functions/common.phpへ以下の行を追加。</p>
<pre class="brush: php;">
require_once(&quot;testproject.class.php&quot;);
</pre>
<h3>グラフに日本語が表示されない。</h3>
<p><a href="http://testlinkjp.org/modules/pukiwiki/?TestLinkTips#ct71_1_1">こちらを参考に</a>日本語フォントをインストールして設定ファイルを変更。</p>
<h3>関連・参考リンク</h3>
<ul>
<li><a href="http://gihyo.jp/dev/serial/01/testlink/">きちんと学びたいテストエンジニアのためのTestLink入門</a></li>
<li><a href="http://jibun.atmarkit.co.jp/lskill01/rensai/tool10/05/01.html">脱Excel！ TestLinkでアジャイルにテストをする</a></li>
<li><a href="http://dev.ariel-networks.com/Members/inoue/testlink-report">TestLink使用レポート — ありえるえりあ</a></li>
<li><a href="http://forza.cocolog-nifty.com/blog/2008/06/testlinkexcel_03ad.html">TestLinkがExcelのテスト仕様書よりも素晴らしい点: プログラマの思索</a></li>
<li><a href="http://forza.cocolog-nifty.com/blog/2009/02/testlink-1389.html">TestLinkの可能性: プログラマの思索</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://htakeuchi.offtheball.jp/archives/2687/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
