Kobiton integration in Katalon Studio – Application start

Hi there,

We’ve asked Kobiton and they confirm there is currently no way to make a bridge connection between your local machine and Kobiton devices.

In this case, you can do the following steps:

1. Upload your application to Kobiton device on manual interface: http://prntscr.com/ekjf5z
2. Find appPackage and appActivity of your application: http://toolsqa.com/mobile-automation/appium/how-to-find-apppackage-and-appactivity-for-apk-file/
3. Set desired capabilites using appPackage and appActivity of your application, e.g:

capabilities.setCapability("appPackage", "com.android.collagemaker");
capabilities.setCapability("appActivity", "com.android.collagemake.MainActivity");