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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -