我已经实现了Instrumentation和AndroidTestCase.
对于我的测试,我需要连接到外部WIFI设备.我希望测试人员能够为要使用的测试指定SSID.
给命令行(adb shell am instrument ...)运行测试不是问题,但是如何将SSID添加到命令行并在代码中提取它?
instrumentation android
android ×1
instrumentation ×1