ソフトウェアテスト勉強室 wiki内検索 / 「graphviz」で検索した結果

検索 :
  • graphviz
    graphvizについて 使い道 コードのビジュアル化 遷移図 画面遷移図 人間関係
  • 検索
    構造体 typedef struct _bigram_pos_t bigram_pos_t; struct _bigram_pos_t { unsigned int id; unsigned char pos; };/* 3バイト */ typedef struct _bigram_term_t bigram_term_t; struct _bigram_term_t { unsigned char word[8]; bigram_pos_t* pos; };/* 12バイト */ typedef struct _bigram_docid_t bigram_docid_t; struct _bigram_docid_t { unsigned int start; unsigned ch...
  • メモ/C言語による単体テスト
    C言語による単体テストメモ SUtestで単体テスト gcov&lcovでテスト・カバレッジ測定 valgrindでメモリリークや初期化チェック 単体テストの水準をサジェスト[unsigned]short [unsigned]int [unsigned]long [unsigned]char [unsigned]char* struct hoge* トップダウン方式/ボトムアップ方式 結合テスト 単体と単体のグラフが必要 単体A1,A2,A3,B1,B2,C1,C2,C3,D1 PGフレームワーク for C言語 詳細設計/プログラム設計を元に関数プロトタイプを記述(func.c) 関数に対応するテストケースを作成(func.case) テスト実行(→全てレッド) テストケースがグリーンになるようにひとつずつ実装 テスト実行(→全てグリーン) リファクタリング テスト実行(→...
  • メモ/gcov
    http //www002.upp.so-net.ne.jp/mamewo/tool.html#gcov http //www.asahi-net.or.jp/~wg5k-ickw/html/online/gcc-2.95.2/gcc_6.html http //www.sra.co.jp/wingnut/gcc/gcc-j.html#Gcov
  • @wiki全体から「graphviz」で調べる

更新順にページ一覧表示 | 作成順にページ一覧表示 | ページ名順にページ一覧表示 | wiki内検索