0
votes

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.

1

1 Answers

1
votes

You can use Appium Desktop to review the Native App elements and create valid locators for the elements on your application. Please review the documentation here.

By locating the elements for the test application successfully you should be able to write the corresponding Appium commands in your test script.