When initially setting up a test of a website, it would be helpful to start with the user interaction and to have some "macro recorder" which logs the user interaction and generates a simple httpunit source program which replays the interaction.
What I am thinging of is some http proxy recording the web traffic to generate httpunit java code, similar to the maxQ testing environment (which I do not like so much
because it generates jython code, not java code).
Is there already such an extension?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When initially setting up a test of a website, it would be helpful to start with the user interaction and to have some "macro recorder" which logs the user interaction and generates a simple httpunit source program which replays the interaction.
What I am thinging of is some http proxy recording the web traffic to generate httpunit java code, similar to the maxQ testing environment (which I do not like so much
because it generates jython code, not java code).
Is there already such an extension?