1. 添加配置信息
<application>
<! -- 使用android测试包 -->
<uses-library android:name="android.test.runner" />
</application>
<!-- android:targetPackage的值应与manifest的package的值一致-->
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.atguigu.t4_storage”/>
2. 编写测试类
class StudentTest extends AndroidTestCase