Hi, Im a UI developer on a financial website and been tasked with finding (or creating) a tool to automate testing pages against a bunch of formatting/layout rules
Example rules;
- use of bracket format for numbers: (123) rather than -123
- use of ISO codes for financial amounts: USD 123 rather than $123
- all numbers should be right justified
- checking of format and case of various text labels
- (nice to have) checking of specified padding widths between certain elements
- (nice to have) image comparison against known good screenshots
Also - the tool will need to be usable on a non public version of the site (i.e. for internal pre-prod testing)
Is anyone aware of any tools for doing this kind of thing? Ive googled around but couldn't find anything even remotely close. I could create a bespoke tool to do this but Id much rather not reinvent the wheel if I can help it!
Cheers!