<Introduction>
UX Analyzer tool is to check, if Applications graphics is correct as per the given UX specifications.
Each application have UX docs which defined what component to be add, where to be used , what will be size & what will color.
Ex.
Window
size : 700(w) * 500(h) Position : 20(x),20(y) BG Color : NULL
Component : Button
Where to be used : Center, Bottom .
Size : 80(w),20(h)
Color : BLUE
<Assumption>
- Input UI format is already provided
- Analysis of size, position & color class.
- Output can be generated in any format.
<TO Do..>
- Algorithm to Get Graphics Data from Application UI. New clouseau client, color class parameter to be added in EFL
- Algorithm to compare input data with UI data. object will be compare based on their text. Same text objects can be detected by marking mechanism
- Output will show mismatch cases.