Can appium's testing case run locally?

hi, all.

I found appium is a great tool to do autotesting job. But it’s C-S module, in order to do autotesting I have to connect my phone to PC. If I have many android phones to test, it’s not so convenient in that way.

I’am wondering if there’s some way to do autotesting in my android phone locally? What I mean is we only need to install a apk to do autotesting, the test results will upload to web server via wifi.

Hi LiWeijian,

You can connect your mobile devices to laptop via wifi (locally), and run your script in any devices or in all devices on a single run. Once your test is executed. You can upload/fetch your testng report to any web server as those results are in your laptop.

You can watch my videos for more details.


Thanks
Srikanth