Any tutorial on automating the iPhone user interface using Java scripts?

I want to automate the UI Testing my application. Tell us how to use javascripting to automate the process. Dont get a lot of info after google search.

+4
source share
3 answers

The main resource on the Apple website is a collection of links for automating the user interface , which lists various interfaces, etc.

If you click the “more” link at the top of the link above, you will be given a brief overview, although I would recommend at least reading a blog quickly, such as “ How to test user interface automation in iOS 4 ” on the Code Project .

+3
source

One Place to Search - UI Automation Reference . This is not a tutorial, but a link.

In the Tools User Guide, you can read about how to run scripts. It also talks about how a script can access elements using recipient sample code.

+1
source

Source: https://habr.com/ru/post/1339001/


All Articles