android native app testing-appium with saucelabs -


i have created script using selenium (java) testing android native app appium.

issue:- unable run script on saucelab emulator.

steps:- 1. created free account in saucelabs , uploaded .apk file in temporary storage of saucelabs using command:- curl –u rajeevkumar:d5fd1f02-1b3e-457c-bb82-fc47b7dfc01d –x post –h "content-type: application/octet-stream" https://saucelabs.com/rest/v1/storage/rajeevkumar/xyz.apk?overwrite=true --data-binary @xyz.apk

  1. .apk file uploaded on saucelabs.

  2. i copy paste desired capabilities saucelab code (on emulator want run).

  3. when run code app gets installed on saucelabs emulator (i can check in saucelab dashboard page unnamed job) throws exception while finding elements.

  4. do need add more stuff saucelabs script? running app on saucelabs.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -