During development, I create tests which accept direct data entry(captured). However, as I combine multiple tests to create an end-to-end test. I would like to be able to disable test driven for troubleshooting and step through using the entered data. Then enable it once I have resolved my issues. Is this possible without manually changing every data driven binding?