-
15 May 2012 12:42 AM #1
Unanswered: Testing tools
Unanswered: Testing tools
Hey guys,
my question is how are you testing your application? Are you just test it with chrome and the console? I started to create selenium tests but that is not working so well as i thought
What testing tools do you can recommend to test sencha touch 2 application?
-
15 May 2012 1:41 AM #2
On as many devices as I can! It's the only reliable way I've found, for instance webkit on an iPhone throws "undefined" exceptions where safari/chrome skip over them.
Chrome or Safari are ok for development purposes, but beyond that the one and only way to test for deployment is on the devices.
-
15 May 2012 2:19 AM #3Sencha - Community Support Team
- Join Date
- May 2012
- Location
- Istanbul
- Posts
- 1,331
- Vote Rating
- 76
- Answers
- 124
Hi,
You should use iPhone/iPad hardware simulator on a mac, or the Android simulator if you're on Windows.
By the way there are major differences between testing scenarios in terms of simulators and browsers. So you should use one of the simulators for testing purposes.
Also,there is a Chrome extension named 'Ripple' that is too cool for testing purposes.sword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.
-
15 May 2012 2:22 AM #4Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,456
- Vote Rating
- 53
- Answers
- 29
Siesta supports testing of ST apps/components, give it a go!
-
15 May 2012 4:26 AM #5
Thanks for the response. I'm testing already on real devices but for the prettiness i would like to write tests.
I will give siesta a try is there anywhere to find a good manual how to use it and how to import it to the application?
-
17 May 2012 9:46 PM #6


Reply With Quote