Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 776 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 776 Bytes

Appium Examples

Browser Automation Example

Sample code to help perform browser tests on IOS and Android Local devices and on Saucelabs. In these test we are launching browser on the device/simulator and navigating to a url.

Local Broswer Tests

  1. AndoridBrowserLocalTest
  2. IOSBrowserLocalTest

Saucelabs Brower Tests

  1. AndroidBrowserSaucelabsTest
  2. IOSBrowserSaucelabsTest

Native Application Automation Examples

Sample code to help perform tests on native apps on both IOS and Android devices. In these test we are launching native apps on the device/simulator and performing tests.

IOS Native App Tests

  1. IOSNativeAppTest
  2. IOSNativeParallelTest

Android Native App Tests

  1. AndroidNativeAppTest
  2. AndroidParallelTest