1. ISTQB® Glossary of Testing Terms (Version 4.0). The definition for "Test Case" states: "A set of preconditions, inputs, actions (where applicable), expected results and postconditions, developed based on test conditions." This directly links expected results to the test case.
2. IEEE Std 829-2008, "IEEE Standard for Software and System Test Documentation". Section 5.4, "Test Case Specification," requires a dedicated section for "Expected results." It defines this as specifying "the required, observable outcomes from executing the test case."
3. Pressman, R. S., & Maxim, B. R. (2020). Software Engineering: A Practitioner's Approach (9th ed.). McGraw-Hill. In Chapter 18, "Software Testing Strategies," the book describes the anatomy of a test case, explicitly including "a list of expected outputs or results" as a critical element. This text is standard in university software engineering curricula.