Skip to content

padmakarsrinivas/Appium_Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

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