slecault
8 years agoContributor
iOS mobile app vs web links
I am testing a mobile app available in both Android and iOS. The app contains web views but also quite a few "web links".
When I touch one of these "web links" the link opens in a distinct browser.
With Android, I wait a few seconds, take a screenshot, and then send a "hardware back button" which returns me to the mobile app.
With iOS, the browser opens with the same page as Android. The problem is how do I tell this browser to go back to my app since I cannot automate stuff outside my tested app.
The objective here is to see that the embedded links point to the appropriate web pages.