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 got this error while analyzing patches with individual objects. The patch contained one expression rule only.
in the expression AQA_ER_findNumberOfBatches,
local!numObjects: count(pv!patchObjects) needs to be changed to
local!numObjects: count(ri!patchObjects)
We just updated to 21.2 and have started having issues when trying to "Analyze Patch" We are getting the following;
: An error occurred while evaluating expression: =rule!AQA_ER_getObjectAttributeValueByAttributeName( object: pv!Object, attributeName: cons!AQA_TEXT_OBJECT_ATTRIBUTE_NAME, objectAttributes: pv!objectAttributes ) (Expression evaluation error in rule 'aqa_er_getobjectattributevaluebyattributename': Invalid index (1) for list: valid range is empty) (Data Inputs)
Started to setup Applications and found a bug. When Registering an application "Test Fail Override For Unused Variables" has a dropdown item of Information, but when if/when you need to update the application, Information is not in the dropdown list in the AQA_if_application interface.