我可以在Android应用程序中运行android测试用例吗?

时间:2011-03-14 03:12:22

标签: android testing

我想运行一个Android测试用例,它来自Android应用程序中的一个android测试项目,比如我点击一个按钮然后开始测试用例,我不知道怎么做。

2 个答案:

答案 0 :(得分:1)

这是一个很好的起点,很好地描述了 http://developer.android.com/resources/tutorials/testing/helloandroid_test.html

首先查看HelloWorld的测试示例。按照我所说的步骤进行描述 然后为您的应用创建一个测试项目,如果您遇到困难,请尝试调整应用示例中的代码。

答案 1 :(得分:0)

谢谢hackbod,他的答案很完美,所以我在这里复制: ere已经是一个API,Context.startInstrumentation:http://developer.android.com/reference/android/content/Context.html#startInstrumentation(android.content.ComponentName,java.lang.String,android.os.Bundle)