Is it possible to perform unittest tests via a web interface...and if so how?
EDIT: For now I want the results...for the tests I want them to be automa
You can use Hudson to schedule the tests to run whenever you check in code. Since Hudson is a web app, you can then see the results via the web (and/or publish them and/or email them to you or your team).