0
votes

We are developing an app for Microsoft Teams, which is a web application that resides inside a teams shell. So, while testing the app in development mode, we have to use teams web app (teams.microsoft.com) and test the functionality on a dev tenant.

Major question here is What's the browser engine that's running inside the Microsoft Teams Native app? In order to have the expectations for testing team right - What browsers should they be testing our web app with?

Currently we are testing on Chrome, Firefox and Microsoft Edge - Should we support Edge Legacy and Edge on Chromium? or testing on Edge Chromium should be good?

1

1 Answers

2
votes

The desktop full client runs on the Electron shell, which is using Chromium under the hood, so basically Chrome and "Edge Chromium" are much the same. However, as you've stated, the user could be using Teams in the browser. As a result, Firefox for sure is possible, but so are MacOS browsers and (gasp) even Classic IE!

That's aside from Mobile of course - if your app includes a Tab, then the mobile app might well load it inside the native mobile browser, making that a test vector too