Test engineers MUST test applications against specifications. Specifications define expected behavior, and testing validates whether the application meets those requirements. Testing against specifications ensures the software delivers what was agreed upon and helps identify gaps between requirements and implementation.
Verifying that the application behaves according to its documented requirements/specifications is the core purpose of testing (this is essentially the definition of verification). Claiming testers "need not" check the app against specs is false, so False is correctly marked.