Introducing G2.ai, the future of software buying.Try now

integration

we are using selenium for automation testing, and Bugzilla for bug tracking. so we want to integrate Bugzilla and selenium, is it possible to integrate both?
1 comment
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
Peter R.
PR
Director of Development
0
Yes, you should be able to, depending on what your hosting environment is. Bugzilla has an API that is pretty robust, so you can create scripts that would take Selenium test results and then post them to their Bugzilla tickets. Depending on your defined output, you could also change the bug Status. I think it depends on how you are using Selenium and your team's ability to tie the Selenium actions to API calls.
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply