2

I want to perform a visual and layout testing on a UI which is being migrated to HTML-5. What I discovered is Galen Framework suffices all my need from a validation perspective.

But since this is a legacy application transformed to new UI with a huge number of complex components present on each screen, generating a spec file is a challenge. Identifying and tracking hundreds of elements in the spec file manually is a tedious task.

Want to know, if someone has already experienced such an issue and how was it overcome. Is there an automatic way used to generate a spec file for the specified screen with multifarious elements?

RachanaB
  • 21
  • 2
  • If you want to do visual testing without writing specs, have a look at tools that follow the [golden master principle](https://en.wikipedia.org/wiki/Characterization_test). Such tools often use image comparison (e.g. [Depicted](https://github.com/bslatkin/dpxdt)), but you may also like [recheck-web](https://github.com/retest/recheck-web) (disclaimer: I'm a contributor). – beatngu13 Apr 01 '19 at 14:31
  • Thanks @beatngu13, will explore the technique you mentioned. – RachanaB Apr 03 '19 at 09:35

0 Answers0