Estoy buscando cualquier herramienta o enfoque con el que pueda hacer la prueba UI de la unidad para la aplicación iPhone, conozco el framework SenTestCase que se usa para hacer eso probando el código. Estoy buscando pruebas de unidad UI.Hay alguna herramienta para la aplicación UI Unit Testing iPhone (No SenTestCase)
Respuesta
Puede usar OCUnit/SenTest para realizar pruebas unitarias en la IU así como en el otro código - this blog post de Chris Hanson acerca de la unidad de UI de Cocoa, pero los mismos principios se aplican a Cocoa Touch.
Salida UISpec http://code.google.com/p/uispec/
Está siendo desarrollado un marco de pruebas de interfaz de usuario de código abierto para el iPhone.
¡Salud!
Si usted está dispuesto a construir un objetivo pruebas especiales para su aplicación, se puede utilizar el marco de pepino con sede en Rubí para impulsar una interfaz gráfica de usuario iPhone de forma remota: http://www.slideshare.net/undees/iphone-meets-cucumber
--Ian
Google tiene una un conjunto genial de herramientas también.
http://code.google.com/p/google-toolbox-for-mac/wiki/iPhoneUnitTesting
Existe también mono Fone que le permite grabar las acciones y luego añadir afirmaciones.
libcat Try para las pruebas de interfaz de usuario y la automatización. que también proporciona el modo de consola.
el desarrollo de aplicaciones iPhone interactiva
- 1. UI testing vs unit testing
- 2. Unit Testing iPhone Code que usa NSLocalizedString
- 3. Unit Testing show output
- 4. Tibco Unit Testing tools
- 5. Java Card Unit Testing
- 6. unit testing modular javascript
- 7. ResourceManager and Unit Testing
- 8. Prueba Driven Development, Unit Testing
- 9. New to Unit Testing
- 10. Silverlight Unit Testing
- 11. Black Box Unit Testing
- 12. C++ Unit Testing Libraries
- 13. Unit Testing and PostSharp
- 14. Rails unit testing associations
- 15. Javascript Sandbox unit testing
- 16. Integration vs Unit Testing
- 17. Unit Testing EJB 3.1
- 18. CSS Unit Testing
- 19. .NET Unit Testing packages?
- 20. PHP Unit testing
- 21. HTML Canvas Unit testing
- 22. Mongodb unit testing in .NET
- 23. UI Testing Tool?
- 24. Clojure database unit testing/mocking
- 25. Entity Framework 4.0 Unit Testing
- 26. Unit Testing Machine Learning Code
- 27. Monkey testing for iPhone?
- 28. Android Unit Testing: Paquete/Parcelable
- 29. Sencha Touch unit testing best practice?
- 30. UI Testing Framework + Integración continua?
Gracias Graham Lee Parece muy bueno conmigo, muchas gracias. – JSK