Shortcut to Run from Current Step
B
Correct answer
Explanation
In QTP/UFT (Unified Functional Testing), Ctrl+F5 executes the test or action starting from the current step rather than from the beginning. This is useful when debugging and you want to run only a portion of the test. F5 runs from the beginning, F6 is step over, and F3 is typically find/replace.