Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 538 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 538 Bytes

AppiumTest_Java_And_iOS

AppiumTest_Java_And_iOS

Refer Appium tutorial step by step


Run Android or IOS tests -

If running from the testNG.xml file, then any of theses section is mandatory to redirect tests on Android or IOS

<parameter name="platform" value="findBy.android"/>
or  
<parameter name="platform" value="findBy.ios"/>

The testng.xml will trigger the TestListener class implemented methods for Driver instantiation