Hello All, I am trying to develop a test framework for my applications running on Android.
My applications are simple apk files.I do not have to perform any user interface tests i.e. clicking of buttons and all that. I need to perform simple operations on android or peripherals of my device or android filesystem and send the results back to junit test app. I need to get some result back from the apk running on the device and save it to file on Host side, i.e. not on android but on my system. The result can be as simple as a string or some class object. Queries: 1. Can I get any result back from apk to host system junit app ? 2. Can I use TestResult of junit.framework.testresult for this purpose? 3. For the test application , which is going to be Junit driven Approach 1: override TestCase,TestSuite from native junit.framework and use it. Approach 2: use already available Androids classes derived from Junit. which approach would yield this result? approach 1 or 2? which would be best suited? 4. Is getting the result back to my junit app possible at all? If not, could you please suggest some alternative? Any input would be appreciated. Regards, Dev --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

