Hi All,
I am using Data Driven framework for our android automation using appium.
Framework Design ,
All our data we are reading the from the exel sheets.
Mainly consists of 3 parts
Initial.java - this is the main execution part
Driverscripts.java - helps to read/write the exel sheets
Keywords.java - All methods defined here - like Desired capabalities, clickevents,verifyevents etc
Really Confusion state , our data driven framework supports the parallel running on multiple devices ?
Plz help with the sample code
Please help regarding to run our scripts parallel on android devices.
Note : Currently not using TestNG in our framework
Thanks in Advance