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
The First release.


----------
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
新規作成。
