OverviewAs a Peer Reviewer I want to have a fast and predictable method of checking the quality of application patches so that I do not have to exert a lot of time and energy manually checking these against the application standards.
As a Lead Developer I want to define and manage the quality standards that comprise the 'Definition of Good' for my application so that they can be applied and reported on in a peer review against an application patch.
Key Features & Functionality
Report on missing labels/accessibility text for Interface Object components
I try AquAMan with the version 23.1 and it doesn't work properly. Problem is due to XPath for object type and object attribute for interface. Previously the tag bname was rule but now interface.
To solve this issue, it is necessary to update some rows of the SQL script by changing:
/*[name()=\'contentHaul\']/*[name()=\'rule\'] => /*[name()=\'contentHaul\']/*[name()=\'interface\']