Mobile Testing with kobiton and katalon studio

Could you please provide a code example of a small test (e.g. launching the app and the closing it) for native Android mobile app running remotely on a Kobiton device ?

also how to add the beolow datils in mobile script

capabilities.setCapability(“appPackage”, “com.sourcey.materialloginexample ”);
capabilities.setCapability(“appActivity”, “ com.sanlok.app.
MainActivity”);

Can I ask why you don’t just use current Kobiton integration in this case? It will save time and efforts if you present it in raw code :slight_smile:

I followed all the steps in the Kobiton integration guide but still i am recieving the following error: Unable to start app at: ‘kobiton-store:8199’ (Root cause: org.openqa.selenium.SessionNotCreatedException: No device matching the desired capabilities
Command duration or timeout: 676 milliseconds
Build info: version: ‘3.7.1’, revision: ‘8a0099a’, time: ‘2017-11-06T21:07:36.161Z’
System info: host: ‘DESKTOP-0LA0L33’, ip: ‘192.168.0.113’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_102’
Driver info: driver.version: SwipeableAndroidDriver)

2 Likes