Siwei
Siwei

Reputation: 21617

Can I use Appium run test for other's app?

Can i use Appium to test an app that i download, which were not developed and package on my mac?

I try to do this on an iOS app. But when I Launch it, it crash immediately every time.

Why? And is it possible on Android? Thanks for help.

Upvotes: 1

Views: 117

Answers (1)

Kristaps Mežavilks
Kristaps Mežavilks

Reputation: 595

You can do so with Android apps if you have the .apk file.

But it is impossible with iOS apps because they must be signed with developer identity from XCode application when building the .ipa file. Otherwise it will not run on Appium.

Upvotes: 4

Related Questions