Automation framework for mobile automation

Hi, Can anyone help me to provide sample automation framework structure for mobile automation so that I can start writing script for mobile app UI testing . My plan is to use Eclipse, TestNG framework ,POM, Appium , selenium and build Maven project. And can we capture screenshot also for failure in mobile app testing ??

My suggestion is to start grouping those tools in to a tier and its function.

TestNG and Appium is possible with Maven project.

Have you tried to search on github? Maybe google like “github appium java TestNG”. I saw Junit with Appium java client project a few months ago. Not sure about TestNG. Code example with structure that works is best find in github.

1 Like

For example this one,

I start from this one and learn the basic from it.

Thank you Sarin :slightly_smiling_face: . I will check it