Greetings,
I was wondering how are you guys doing to test your mobile application built with RhoMobile?
That would be interesting to gather many different techniques and being able to compose a little "HowTo" on that topic.
Thanks
How do you test?Greetings, I was wondering how are you guys doing to test your mobile application built with RhoMobile? Thanks |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
My answer
I am using Ruby language with RhoMobile framework, and love the power of rspec, so I do my classes unit tests using rspec. Though I'm obliged to stub many (almost all) parts of RhoMobile framework. Also I am not able to do any acceptance test for not, but I'll certainly find a way