[Testlinkjp-users] Rubyで書いたTestLinkのXMLRPCのクライアント「TestLinkClientクラス」をリリースしました

Back to archive index

garyo hosu garyo****@gmail*****
2008年 12月 17日 (水) 14:56:07 JST


garyoです。

RubyでTestLinkのXMLRPCを使いやすくする「TestLinkClientクラス」をリリースしました。

◆詳しい説明は以下を参照願います。
http://testlinkjp.org/modules/mydownloads/singlefile.php?cid=1&lid=22

◆インストールは以下でできます。
gem install TestLinkClient

※最新バージョンは0.0.4です
バージョン0.0.3が入った場合は時間をおいてリトライするか上記URL先にある「TestLinkClient-0.0.4.gem」のあるフォルダで上記コマンドを実行してみてください。

◆使えるメソッドは以下を参照願います。
http://testlinkjp.org/uploads/testlinkclient/

◆サンプルソースは以下を参照願います。
require "rubygems"
require "TestLinkClient"

ServerURL="http://garyo.net63.net/testlink_18RC1"
Dev_key="f2e726e2c22a1d7226ca258be1ff94ea"

tlc = TestLinkClient.new(ServerURL,Dev_key)

p tlc.sayHello
p tlc.about
p tlc.repeat("TestLink")

◆TestLink 1.8 RC1以降で動きます
◆TestLink 1.8 RCxは正式リリース前のバージョンのため、業務などでは使用しないでください。



Testlinkjp-users メーリングリストの案内
Back to archive index