I have a complex app. I would like to test just one view controller in a new UI test I'm writing.
What is the best way to get that one view controller on the screen so I can test against it? Using record and emulating all the user interaction to get to that view controller is not practical.