2
votes

Can you suggest me a QA automation tool for web application that deals with WebRTC?

Target browsers & devices:

  • Windows - chromium browsers (Chrome & Edge)
  • Windows - Firefox
  • MacOS - Safari
  • Android - Chrome
  • ipadOS & iOS - Safari

If possible, please suggest the tool that can be integrated with Jenkins.

1

1 Answers

7
votes

I don't know about Jenkins integrations, but here is a blog post / tutorial about how to set up headless chrome to test WebRTC apps. Given the variety of platforms and browsers you are targeting, you might want to look into WebDriver; specifically safaridriver, geckodriver, and chromedriver. Add Selenium or some other framework that plays nicely with Jenkins and that may be a good place to start.