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
.apk file uploaded on saucelabs.
i copy paste desired capabilities saucelab code (on emulator want run).
when run code app gets installed on saucelabs emulator (i can check in saucelab dashboard page unnamed job) throws exception while finding elements.
do need add more stuff saucelabs script? running app on saucelabs.
Comments
Post a Comment