0

I was wondering if there are any tools out there for testing an application's conformance to a given graphical style guide? Preferrably cross-technology (Web, Silverlight, Java, etc) but I'd be happy for any pointers (even research tools).

To be clear: I am NOT interested in classical "user interface testing" where you (essentially) record mouse clicks and test that the UI behaves as expected. What I am looking for is a tool where you can specify stuff like "Cancel buttons are always on the lower right of a window", "Every OK button is always to the left of a Cancel button", "Background color for all UI widgets is gray", "BUttons have a 1 pt black border" and so on.

Thanks for your help!

Christoph
  • 687
  • 1
  • 6
  • 12

1 Answers1

1

There is a (commercial) tool named "expecco" which might be able to do that for you. It will probably not do that kind of stuff "out of the box", but need some (graphical) programming, though.

blabla999
  • 3,130
  • 22
  • 24
  • Thanks for the tip! From the website it doesn't look as if it supports style guide testing out of the box (as you mentioned), but I wrote their sales people my question. I will add a comment to let you know their response. – Christoph Feb 11 '12 at 12:28