Any tutorial for UI Automation of iPhone using Java Scripting? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
开发者_开发知识库Closed 8 years ago.
Improve this questionI want to automate the UI Testing
of my app.
Please tell me how to use javascripting
to automate the process.
Dint get much information after searching on google.
The main resource on Apple's site is the UI Automation Reference Collection which lists the various interfaces, etc. available.
If you click the "more" link at the top of the above link a brief overview is provided, although I'd recommend at least a quick read of a blog such as "How Do I Perform UI Automation Testing in iOS 4" over on The Code Project.
The following is a place for beginners. http://blog.manbolo.com/2012/04/08/ios-automated-tests-with-uiautomation
One place to look is the UI Automation Reference. It is not really a tutorial but a reference.
In the Instruments User Guide you can read about how to run the scripts. It also walks you through how to script access to elements using the Recepies sample code.
精彩评论