I have a fairly basic application. I’m loading it up on 2.1+ on emulators and 2.3.3 on an n1 and basically just making sure everything looks right and does what it’s supposed to.
I was reading about activity testing on the dev site and it talks about creating test applications and such. I don’t get the point of testing whether a textview = a resource string that you set it to or not.
How deep do you really need to test fairly basic apps before letting other people use them. Is there really anything that I won’t catch using emulators and an n1 that test applications and such will?
The general rule of thumb is test anything that is complex enough to go wrong. If you don’t have alternate resources, it is generally too simple to break.