[android-developers] How to Verifying Correctness of App in Eclipse
The question might appear a bit vague, so allow me to explain a bit.
I'm part of a startup that is trying to build a way to set up an Android tutorial, whereby, users also get to build a proper, functioning app alongside. Unlike teaching web-based technologies, we can't emulate the experience of building an android app on the web.
For this, we were hoping to create a stub project, which our users would download and then, we can devise ways to verify that users have correctly performed certain actions, by modifying the "Run Configuration". However, we haven't been able to find any useful hooks through which we can test for correctness.
By correctness, I mean some basic tests, like whether the user properly created a list adapter, whether an edit box was created, whether the textview showed up, etc.
At this point, I wanted to ask if there are any good approaches I can try? I thought of extending the ADT, or build a plugin for it. But that would be a significant effort, and I'd like to exhaust any other alternatives before diving into this.
Thanks for reading!
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home