Dry Run – Test the Program Program Name – find the Number Range Language – Python No of Test Executions – 3 Run ID Description of Run Test Input Expected Outcome R001 Input an Integer with Positive Type 53 “Positive Number” R002 Input an Integer with Negative Type -72 “Negative Number” R003 Input an Integer with Zero Type 0 “Zero” Actual Outcome