- akokane
- Posts : 1
Join date : 2011-02-02
AJAX calls
Wed Feb 02, 2011 2:20 pm
Hello,
Can we check AJAX calls or java objects directly using selenium. I will not have access to UI and need to test the AJAX calls and the response we get.
Regards,
Amol
Can we check AJAX calls or java objects directly using selenium. I will not have access to UI and need to test the AJAX calls and the response we get.
Regards,
Amol
Re: AJAX calls
Wed Feb 02, 2011 5:50 pm
Hi,
check out the selenium web driver with HTML unit. In which you can perform operation on backend without performing any operation on browser.
I think this will help you as you want to perform operation on java object but it will not allow to unit test your code, if you want that.
Explore that and let see will it satisfy your requirement. Best of luck
check out the selenium web driver with HTML unit. In which you can perform operation on backend without performing any operation on browser.
I think this will help you as you want to perform operation on java object but it will not allow to unit test your code, if you want that.
Explore that and let see will it satisfy your requirement. Best of luck
Permissions in this forum:
You cannot reply to topics in this forum