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 application that was prepared for testcomoplete". My question
1. Do we need to prepare safari too, to test via testcomplete
2. If yes, are the steps same as for any other app
3. If not is there a documentation i can use
Details
TestComplete : 12.5
iPhone : 6s
iOS : 11
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.