开发者

Any tutorial for UI Automation of iPhone using Java Scripting? [closed]

开发者 https://www.devze.com 2023-02-09 23:53 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

I 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消