Thursday, March 19, 2015

Integration of TestLink with Jenkins/Hudson to Run Automated Tests



Install the TestNG Plugin on Jenkins


Get API Key from TestLink -> Test Project Management -> API Key



 Go to Jenkins -> Manage Jenkins -> Configure System Add following


Go to Jenkins -> Automation Project -> Build -> Invoke TestLink


Invoke TestLink has 3 Parts

1. Test Link Configuration 
(Using these details Jenkins can get details about Test Cases from TestLink)


 2. Test Execution
(Using this Jenkins execute Test Cases)

3. Result Seeking Strategy
(Using this Jenkins Posts Test Results to TestLink)


Click on Any Build in Jenkins and it shows TestLink Results 


On Right Side Pane of Automation Project, You can see TestLink 





~Yagnanarayana Dande