简体   繁体   中英

Create Android APK Test Application

I have an app to be tested, called app A.

I also have a test project for automated testing of this app.

I want to have a second app which includes these test cases, so that I can run all test cases for app A by starting another, app B. I don't want to start tests in Eclipse, I want to start them directly from the phone where the app should be tested

Someone knows a solution?

BR

我猜你想从你的代码运行测试,在这种情况下,这个帖子 ,提出了解决的代码运行的仪器,会有所帮助。

也许我听不懂...您想从MainActivity启动一个活动,但是第二个活动必须从启动器中隐藏吗?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM