iOS自动化测试有关

参考:http://developer.apple.com/library/ios/#documentation/DeveloperTools/Reference/UIAutomationRef/_index.html


UI Automation Reference Collection

Use the UI Automation feature to write test scripts that exercise your app’s user interface elements as it runs on a connected device. You write the tests in JavaScript, calling the UI Automation API to simulate user interaction. The system returns log information to the host computer.

Note: The UI Automation feature simulates all user interface actions initiated by the script. For the sake of brevity and clarity, this document describes those actions in terms of a user’s perspective.

[More]

    Class References
  1. UIAActionSheet
  2. UIAActivityIndicator
  3. UIAAlert
  4. UIAApplication
  5. UIAButton
  6. UIAEditingMenu
  7. UIAElement
  8. UIAElementArray
  9. UIAHost
  10. UIAKey
  11. UIAKeyboard
  12. UIALink
  13. UIALogger
  14. UIANavigationBar
  15. UIAPageIndicator
  16. UIAPicker
  17. UIAPickerWheel
  18. UIAPopover
  19. UIAProgressIndicator
  20. UIAScrollView
  21. UIASearchBar
  22. UIASecureTextField
  23. UIASegmentedControl
  24. UIASlider
  25. UIAStaticText
  26. UIAStatusBar
  27. UIASwitch
  28. UIATabBar
  29. UIATableCell
  30. UIATableGroup
  31. UIATableView
  32. UIATarget
  33. UIATextField
  34. UIATextView
  35. UIAToolbar
  36. UIAWebView
  37. UIAWindow


你可能感兴趣的:(JavaScript,ios,测试,user,interface,reference)