kgisl / FCC-Status

A counter to keep track of challenges completed during a FCC meetup
3 stars 5 forks source link

Testing Asynchronous code in Javascript #23

Open kgashok opened 8 years ago

kgashok commented 8 years ago

http://martinfowler.com/articles/asyncJS.html - is a good place to start and finish http://stackoverflow.com/questions/9431597/unit-testing-ajax-requests-with-qunit http://stackoverflow.com/questions/4662641/how-do-i-verify-jquery-ajax-events-with-jasmine

http://api.jquery.com/jQuery.ajax/ (documentation)

http://kyleschaeffer.com/development/the-perfect-jquery-ajax-request/ http://html.net/tutorials/javascript/lesson21.php http://tutorials.jenkov.com/jquery/ajax.html

kgashok commented 8 years ago

http://www.unknownerror.org/opensource/jasmine/jasmine/q/stackoverflow/4662641/how-do-i-verify-jquery-ajax-events-with-jasmine and

http://jasmine.github.io/2.0/introduction.html#section-Asynchronous_Support