Answer Function

I am testing on a remote computer and would like to have a yes/no box appear on the testers end. With the answer or ask function it ends up prompting me for the response. How do I include this inside the automated test itself so that it asks the witness for the answer?

If your SUT is a Windows machine then you might be able to use Visual Basic to create a window. Or maybe launch notepad and ask the question there.