Thanks for the input Kris. What you're saying does make sense. And while 
I'm not going to get into static analysis, by "the right thing" what I was 
looking at is a bit more simpler like checking things inline with what a 
programmer would do using asserts. Anyways, I understand that the problem 
definition is getting a bit vague, so I'll possibly go dig around more and 
come back with something specific, if required.

On Friday, 27 September 2013 19:12:04 UTC+5:30, Anirvan wrote:
>
> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to