I'm writing a small model of a
GUI, which I'm going to perform user tests on via the web. For these tests, I need to log all user action (button clicks etc). I have no problem with the actual logging, but how do I submit it from the tester so I'll be able to view the statistics? Note that the tests will be performed at the testers own computers.
Thanks a lot in advance.