Forum Discussion
AlexKaras
8 years agoCommunity Hero
Hi,
Just put your .apk/.ipa file(s) to some common resource (share) and indicate the path in the relevant TestedApp item.
I see nothing wrong in this approach and consider it to be a good one.
The only potential problem that I can imagine (just because of lack of knowledge about mobile internals specifics) is that there might be problems with mobile application install from the network location. But this is a minor problem as you can always make a local copy of the installation file (check aqFile object for that) and do install from local folder.
hkap
8 years agoContributor
Hi Alex,
Thanks for your reply. I am still investigating on the same topic.
HK