How you test ajax? What do you use?
Share information.
For me, testing ayah was torture.
I’m using jsUnit and mockajax but, nothing works…
help me please.
How you test ajax? What do you use? Share information. For me, testing ayah
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I know this question is a bit old, but I just wrote a framework for doing JavaScript unit testing (and coverage) in .net. So just write your ajax unit tests in what ever JS framework u want (like qUnit, JSUnit, closure, etc) and use my project to provide bindings to .Net. Allows you to use Visual Studio and your standard CI tools to run your tests.
https://github.com/gatapia/js.net
Let me know what u think.
Thanks
Guido