This repository documents a formal Quality Assurance audit of the Famous Triangle Application. The goal was to verify the intersection of geometric logic (Triangle Inequality Theorem) and graphical UI rendering.
- Boundary Value Analysis (BVA): Identifying failure points at the exact limits of valid geometry.
- Negative Testing: Validating system resilience against alphanumeric and non-positive inputs.
- Visual-Logic Synchronization: Auditing the consistency between text classifications and visual output.
/docs: Contains the detailed Formal Test Report.README.md: Project executive summary and QA roadmap.
The audit identified 5 Critical Defects that impact user trust and mathematical accuracy:
- Invalid Rendering: Systems draws a "flat line" for invalid geometry (5, 5, 10).
- Sanitization Failure: Input fields accept alphanumeric strings (e.g., '10A').
- Precision Mismatch: Floating-point rounding causes text/visual inconsistency.
- Amogi Endurance
- Software Test Engineer