I am using ajax heavily on my app and I would like to know if we have a firebug kind of extension that I can use to send calls to it and see results. One sample is an update function, I would like to test if it can return null if someone tries to send a call to it without being logged in and such. I want to be able to test and view results without necessarily coding the whole form with the fetch return kind of architecture. Is this feasible?
Share
Kohana FirePHP module (for AJAX profiling) with Kohana Unittest module will suit your needs