RubyToXML

[Introduction]
Generate TestLink testcase XML from ruby source codes.


[Usage]

* On command line

1. Write RDoc tags for TestLink in unit test source codes.

   # tltestcase:: <testcase name>
   # tlsummary:: <testcase summary>
   # tlsteps:: <testcase steps>
   # tlexpectedresults:: <expected results>
   # tlkeyword:: <linked keyword>
   # tlnotes:: <keyword's notes>

2. Compile RubyToXML.rb.

  mkexy rubytoxml.rb
  exerb rubytoxml.exy

3. Put following commands.

  rubytoxml.exe <target_unit_test_code_filename>

[Change Log]

2007/12/12 0.1 garyo The First release.
2007/12/12 0.2 garyo A comment correction
2007/12/12 0.3 garyo Change forman @xxx yyy -> xxx::yyy for RDoc

----------
RubyToXML

[はじめに]
RubyのソースコードからTestLinkのテストケースを作成します。


[使用法]

* コマンドラインでの使用

1. TestLink用のRDocタグをUnitテストのソースコードに記述してください。

   # tltestcase:: <テストケース名>
   # tlsummary:: <テストの概要>
   # tlsteps:: <テスト手順>
   # tlexpectedresults:: <期待される結果>
   # tlkeyword:: <キーワード>
   # tlnotes:: <キーワードの説明>

2. Compile RubyToXML.rb.

  mkexy rubytoxml.rb
  exerb rubytoxml.exy

3. 以下のコマンドを入力してください。

  rubytoxml.exe <対象となるUnitテストコードのファイル名>


[更新履歴]

2007/12/12 0.1 garyo 新規作成。
2007/12/12 0.2 garyo コメント訂正
2007/12/12 0.3 garyo RDoc用に@xxx yyy を xxx::yyyに変更
