« Redmineの性能を検証した事例~ITS応答性能の調査結果と対策編を読んで #RxtStudy | トップページ | Jenkinsのジョブフローを可視化 »

2012/10/30

jenkins-testlink-plugin

jenkins-testlink-pluginのチュートリアルを見つけたのでリンクしておく。

【元ネタ】
Twitter / croquette0212: JenkinsとTestLinkの連携について丁寧に書かれているpdfみつけた。 http://tupilabs.com/books/jenkins-testlink-plugin-tutorial/en/book.pdf

TestLink Plugin - Jenkins - Jenkins Wiki

Automatizando Testes Com Hudson e TestLink

continuous-integration-with-hudson

Jenkins TestLink Plug-in Tutorial

TestLink Java API

Test management tool = TestLink

jenkins-testlink-pluginは、Jenkinsが定期的にJUnitなどの自動テストを実施して、その結果をTestLinkへ記録するプラグインのようだ。
アーキテクチャとしては、 TestLink にあるXML-RPC APIで記録するようだ。

(引用開始)
The TestLink plug-in integrates Jenkins with TestLink.
TestLink plug-in uses testlink-java-api to access TestLink XML-RPC API.
With the information that you provide in the build step configuration the plug-in retrieves automated tests from TestLink.
With the plug-in, you are able to execute build steps that call testing tools.
It reads TestNG, JUnit and TAP test report formats, used to update TestLink test cases' executions.
(引用終了)

テストケースの実行結果を管理するTestLink、自動テストを定期的なジョブで実行するJenkinsの組合せが面白い。

|

« Redmineの性能を検証した事例~ITS応答性能の調査結果と対策編を読んで #RxtStudy | トップページ | Jenkinsのジョブフローを可視化 »

TestLink」カテゴリの記事

Jenkins」カテゴリの記事

コメント

Hi there! Thanks for putting all these links together, that'll very useful, especially for Japanese speakers.

I've added this post to the Resources Section of the plug-in Wiki page [1], I hope you don't mind :-)

[1] https://wiki.jenkins-ci.org/display/JENKINS/TestLink+Plugin#TestLinkPlugin-Resources

どうもありがとう!

投稿: Bruno P. Kinoshita | 2012/11/09 13:40

コメントを書く



(ウェブ上には掲載しません)


コメントは記事投稿者が公開するまで表示されません。



« Redmineの性能を検証した事例~ITS応答性能の調査結果と対策編を読んで #RxtStudy | トップページ | Jenkinsのジョブフローを可視化 »