top of page
  • Govinda Raj

Jumpstart iOS automation using Appium – Part 5

Updated: Aug 15, 2021


Important Links

A few pointers that should help you in your automation:

  • Make sure the setup is rock solid. Use the SampleTest provided in this article to test out the setup before you proceed with your automation.

  • Use Id/Accessibility Id/Name/ClassName/Predicate String to locate elements, your test will run very fast. Avoid absolute and relative xpaths.

  • If you are using a real device and the app is not installed then only that you need is a .app file for testing your app.

  • Close the Appium session(quit driver) when your test is over.

  • Use Appium inspector to get locators of elements. Read our blog on DevOps and SRE- Selection of Monitoring Tools

7 views0 comments

Recent Posts

See All

10 coding watchouts for an Automation Developer - Part 4

Here's the continuation of previous blog 8. Assertions Testing is all about validation and verification. While it is easier to find the elements or trigger actions, automation is complete only when th

10 coding watchouts for an Automation Developer - Part 3

Here's the continuation to the previous blog- 5. Testing Framework A framework usually takes away the grunt work out of running the tests, generating reports. The most common frameworks used in auto

bottom of page