Forum Discussion
ms237
Jul 17, 2023Microsoft
If we do Testing on Edge, do we need to do it on Chrome as well
We have an outlook Addin that we are testing on the Outlook Desktop App on Windows and MacOS.
In addition to that we also test the Addin functionality on Edge (outlook web access) and Chrome (outlo...
chxrlotte_xo
Iron Contributor
ms237 If you wish to ensure compatibility between a variety of browsers, such as Edge and Chrome, you should test the feature on each browser individually. This is because while Edge, as you've correctly stated, is built on Chromium, it isn't Chrome. They're two different things. Put simply, the absolute core of the browsers is the same, but they are wildly different in most other things.
TLDR: Yes, test on each browser for the most accurate results.
ms237
Jul 19, 2023Microsoft
chxrlotte_xo Thanks for the reply!