kmathur
7 years agoOccasional Contributor
iOS testing - Testing on safari
Hi We have a mobile browser experiences of our website and I need to test that on safari on iPhone. When i connect my iPhone and click on Show mobile screen, it says "Device is not running an ap...
- 7 years ago
You can't test against safari directly as you can't instrument that app, it's part of the OS provided by Apple.
So you really have two options:
https://support.smartbear.com/testcomplete/docs/app-testing/web/mobile/real-devices.html
Or
https://support.smartbear.com/testcomplete/docs/app-testing/web/mobile/emulator/index.html
Both should be fine from an automation standpoint, as you're testing how the page render against a specific rendering engine and responsive size point, not the browsers itself.