isxaker
isxaker

Reputation: 9446

unit testing ajax in .net

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.

Upvotes: 1

Views: 88

Answers (1)

gatapia
gatapia

Reputation: 3664

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

Upvotes: 1

Related Questions