Running ReadyAPI project and test cases from JIRA utilizing Jenkins and generating report
Could you please suggest me if there is a way I could run my ReadyAPI project/test cases from JIRA utilizing Jenkins and also generating reports? My expectation:
A. ReadyAPI project/test case would be triggered through some Jenkins plugin when test run is invoked from JIRA . The scenario would be:
- JIRA will send run request
- Jenkin plugin will trigger ReadyAPI project/test case
- ReadyAPI project/test case would be run
- Pass/fail result is shown in JIRA
- Report is generated
The same if I could do with other alternates.
Hi prasanna2
Let's consider your request once again:
1. JIRA will send run request
To run tests from Jira you need to use a plugin. It can be QMetry, TestRail, Test Management for Jira, Zephyr... Please see the details:
QMetry: https://qmetrysupport.atlassian.net/wiki/spaces/QTMFJC/pages/12132218/Test+Execution
TestRail: https://www.gurock.com/testrail/jira-test-management
TM4J: https://www.adaptavist.com/doco/display/TMFJC/Execute+Test+Cases
Zephyr: https://zephyrdocs.atlassian.net/wiki/spaces/ZFJCLOUD/pages/21757977/Executing+in+Test+Cycles
2. Jenkin plugin will trigger ReadyAPI project/test case
Running ReadyAPI Tests From Jenkins: https://support.smartbear.com/readyapi/docs/integrations/jenkins.html
3. ReadyAPI project/test case would be run
OK.
4. Pass/fail result is shown in JIRA
This will depend on what plugin you use.
5. Report is generated
A report can be generated by ReadyAPI if you specify the corresponding arguments in the TestRunner command-line:
https://support.smartbear.com/readyapi/docs/soapui/running/automating/cli.html