Hi Group, I am facing out of memory issue in my test application.
I have written 102 test methods(distributed in 7 test classes) for the application and when it reaches to the execution of second last test method the test application get crash giving "java.lang.OutOfMemory" exception. I have declared very few static objects in my test classes and i am nullyfying them on the final execution of each test class. My main app uses REST API. In my test method there is at-least one server hit. If any one have an idea on it, please help me out thanks in advance. -- 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

