puneet_1106
Lurker
actually i have create a simple activity in which i have 2 buttons for submit and cancel.I just want to test this project by using UIAutomator Tetsing.So i create an android test project and make a class.I extend this testclass with uiautomatortestcase.I have also added uiautomator.jar,android.jar as well as junit3 library.But when i run the testcase,it gives me an error of testsuiteConstruction failed and java.lang.runtime exception.Please solve this error as soon as possible.Can you please tell me anything that i havenot added in my project?