Automate an e-commerce app order journey

I can write cases for a single page application. But how to detect and automate a journey starts from the homepage and ends in another activity

You don’t say what language or which platform you are trying to automate, so whatever language do a search for Page Object Model. Here is one for Java/Android, with full source code automating 2 pages:

https://medium.com/automationmaster/appium-mobile-app-automation-tutorial-2-527d6d78998a

1 Like

I am writing on java, using eclipse!
And yes, its android platform.