简体   繁体   中英

Can we integrate selenium with JIRA and HP ALM?

We would like to automate regression test cases using selenium.These regression test cases are availbale in JIRA and HP ALM.My Objective here is to use Selenium(Java) and Automate these test cases in such a way that when I execute individual test cases from selenium webdriver through eclipse IDE, my test cases should be able to mark results (Pass/Fail) corresponding to each test case. Can you please let me know if this can be done??

You might want to look at Agiletestware Bumblebee which has a Java annotations package and JUnit test listener, so you can use it to send test results to HP ALM if you use selenium together with JUnit or TestNG

Please refer to: http://www.agiletestware.com/docs/bumblebee-docs/en/latest/qa-frameworks/junit/

Disclaimer: I'm a developer of Bumblebee.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM