We are using Zephyr with JIRA for test case management. And uploaded test cases into them. There are more than 1000 test cases. My Objective here is to use Selenium(Java) and Automate these test cases in such a way that:
- The corresponding test case execution in Selenium needs to be triggered from JIRA
- The corresponding result (Pass / fail) needs to be returned and updated in Zephyr
- In case of defects, the defects needs to be created automatically
Pls let me know, anyone have implemented or tried this approach…
There is an official documentation about Zephyr integration with selenium. You can take a look at it:
Zephyr’s Integration with Selenium