Looking for a good Coding format in Appium-java for Full app testing

  1. create BaseTest class and move there all “@AfterTest”, “@BeforeTest” …
  2. Login class should extend BaseTest
  3. move all search elements into Pages.

Example: PageFactory PageObjectModel issues