Does the Jameleon support AJAX technique? Our application is using XMLHttpRequest object is used to exchange data asynchronously with the web server. How could I test that?
Thanks.
Arman.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Christian,
Does the Jameleon support AJAX technique? Our application is using XMLHttpRequest object is used to exchange data asynchronously with the web server. How could I test that?
Thanks.
Arman.
You would need to use one of the plug-ins that actually drive a browser (Jiffie, Selenium, or the not-yet-released Watij plug-ins).
Thank you Christian,
I'm gonna try all of then...