event scripts for testing and developing applications
It would be nice if one could replay a session. The idea is to add a test option allowing to record all events send to the server. One should then be able to restart the app from scratch and replay it using the logged events.
The problem is that tasks might get different id's when replayed. Perhaps one would also be able to state a property at the end of the event sequence.
The option is useful for testing standard applications for a new iTask release. But it also might be handy for testing your own application under development, reducing the number of clicks to make to test a certain situation while developing the application.