Hello,
I am developing a hybrid app and I am looking write UI tests.
My scenario basically is -
- Launch the app
- Click Login button (which will open a Web page)
- Enter User details on the web page and click submit
- Now verify native components on app for successful login.
What is the tool recommended by Apple to Automate above test?