开发者

unit testing ajax in .net

开发者 https://www.devze.com 2023-02-22 02:01 出处:网络
How 开发者_StackOverflowyou test ajax? What do you use? Share information. For me, testing ayah was torture.

How 开发者_StackOverflowyou 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消