The solution worked. Thanks a lot. There were few headers missing but two seemed to be more important adding which resolved the issue. The headers which were added are: WebHeaderAdd("adf-rich-message","true"); WebHeaderAdd("Content-Type", "application/x-www-form-urlencoded"); As for the Browserdriven being slow, we find them slow in almost all the scripts we have developed. Of course it is our choice for ajax application as scripting those in web protocol is a challenge. However, we have noticed that the replay is extremely slow compared to the same script in web. Also we find that the browser driven scripts are quite heavy (Resource intensive) and sometimes after the test during results collection those scripts make the controller non-responsive. All our machines are quite powerful with 4 GB RAM and Intel core 2 Duo 3 Ghz processor running Windows 7.
↧