I have an issue when recording tests using the Grinder TCPProxy. When I record a test for a single page, it splits the resultant test script into multiple page sections.
It seems to treat very short delays between browser initiated HTTP requests (even as short as as a few milliseconds) as if I clicked on links to separate pages. I end up with a script which tests the main HTML page separately from CSS and JS files.
Is there a parameter I can set when recording which would tell the Grinder TCPProxy to wait more then a specified time before splitting tests into separate pages?