2

Wanted to know like there is Galen test framework for web-page visual rendering test on the multiple devices such as mobile, tablet and desktop etc with Appium.

Is there any support from Galen framework on the Android apps also (Visual Android Layout comparison with given specs as input) ?

And what could be the inputs( say :welcomePage.spec as input to the html pages) if the Android apps are supported ?

Syed Rafi
  • 825
  • 2
  • 12
  • 35

2 Answers2

0

you can use it together with Appium, see this example: https://github.com/saikrishna321/Galen-TestNG-Appium-Maven

hypery2k
  • 1,681
  • 15
  • 20
  • Its only for the firefox or some browser not for the android apps, I tried connecting android device with all the browser opening some webUrl(Via Appium). My question is whether any provision is there for the android apps layout comparison with defined specs – Syed Rafi Aug 26 '15 at 11:33
  • so did you have an hybrid app with HTML pages you want to verify? – hypery2k Aug 27 '15 at 06:16
  • Is that Possible for plain android app ? No I need it for Normal android app too – Syed Rafi Aug 27 '15 at 08:34
  • would not work, as the framework is used for HTML layouts – hypery2k Sep 01 '15 at 09:29
0

Used galen-rainbow dependency for the layout comparison of Android apps

Syed Rafi
  • 825
  • 2
  • 12
  • 35