Verify function raises correct exceptions for invalid inputs
Preconditions (2)
Step 1: Call 'process_input' with input that should raise ValueError
Step 2: Verify that ValueError is raised
Step 3: Call 'process_input' with input that should raise TypeError
Step 4: Verify that TypeError is raised
Step 5: Call 'process_input' with input that should raise KeyError
Step 6: Verify that KeyError is raised
✅ Expected Result: The function raises the expected exceptions for each invalid input