<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://yakinikunotare.boo.jp/orebase2/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Ore Base - development_method:test</title>
        <description></description>
        <link>http://yakinikunotare.boo.jp/orebase2/</link>
        <lastBuildDate>Tue, 14 Apr 2026 00:26:11 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://yakinikunotare.boo.jp/orebase2/_media/wiki/dokuwiki.svg</url>
            <title>Ore Base</title>
            <link>http://yakinikunotare.boo.jp/orebase2/</link>
        </image>
        <item>
            <title>開発手法 / テスト / n因子間網羅</title>
            <link>http://yakinikunotare.boo.jp/orebase2/development_method/test/n_wise_testing?rev=1619490193&amp;do=diff</link>
            <description>開発手法 / テスト / n因子間網羅

n個の因子に対して組み合わせ網羅してテストするということ。

統計的に、1因子網羅、2因子網羅、3因子網羅 を比較した場合。
1因子網羅は不安定で、問題を発見できる可能性が安定しない。
2因子と3因子ではそこまで変わりが無い。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 27 Apr 2021 02:23:13 +0000</pubDate>
        </item>
        <item>
            <title>開発手法 / テスト / 直交表</title>
            <link>http://yakinikunotare.boo.jp/orebase2/development_method/test/orthogonal_table?rev=1608621059&amp;do=diff</link>
            <description>開発手法 / テスト / 直交表

テストをする場合テスト対象の関数、メソッドのパラメータが多いとそれが組合せ爆発してしまい効果的なテストを短い時間で作れなくなってしまう。

そこでちょっと工夫することでそれを手抜きする方法$$
2 \times 2 = 4
$$$$
2 \times 2 \times 2 = 8
$$</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 22 Dec 2020 07:10:59 +0000</pubDate>
        </item>
        <item>
            <title>開発手法/テスト</title>
            <link>http://yakinikunotare.boo.jp/orebase2/development_method/test/start?rev=1621471936&amp;do=diff</link>
            <description>開発手法/テスト
test index


	*  「スタートアップだからテストを書かない」は正しいか - An Epicurean

テストしやすいメソッド

引数以外に外部から可変の値を得ない

結果は戻り値のみで副作用が無い

引数の内容が定型的かつ再現しやすい

memo

エッジケース

判定の端にあるようなパラメータに関するケース。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 20 May 2021 00:52:16 +0000</pubDate>
        </item>
        <item>
            <title>開発手法 / テスト / ユニットテスト</title>
            <link>http://yakinikunotare.boo.jp/orebase2/development_method/test/unit_test?rev=1608601505&amp;do=diff</link>
            <description>開発手法 / テスト / ユニットテスト

ユニットテスト改善ガイド ｜ Developers.IO

Tag

ユニットテスト</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 22 Dec 2020 01:45:05 +0000</pubDate>
        </item>
    </channel>
</rss>
