I want to create automated tests for Mobile Apps for IOS, (better if both IOS and Android). Until now I've just ran the sample test of this site https://www.browserstack.com/app-automate/appium-python. The problem is: I don't know how to create the same kind of tests but for my applications. I have to use BrowserStack and Python, but I don't know how.
Is there some kind of tutorial anywhere on how to create custom tests? Somewhere else it explains what can I do with appium in python and how to do it?
Preferable I would want to create and make the tests with scripts only with out the use of any IDE, but I don't know if there is a best way to do it.
Thanks for the help.