I start to learn how to automate my tests. I learn this: http://anoopjshetty.wordpress.com/2012/02/08/creating-test-automation-framework-using-c-selenium-and-nunit/
But this in this case result is dll file with selenium tests. For run test in that manual uses NUnit app.
But what (or how) I must do if I need to control those tests from my application? I mean I need to click button on my application and it will run tests from that class?