So, last time, I was trying to write a test around requesting some JSON data from a service, and return it. Unfortunately, JsUnit is not up to the task of handling asynchronous logic at all, so I decided to ditch it in search of greener pastures.
Having spent some time working with
YUI in the past, I settled on trying
YUI Test out
(
Read more... )