Re: Node.js / javascript TDD Tutorials

"'[email protected]' [email protected] [testdrivendevelopment]" <[email protected]> Wed, 13 Apr 2016 21:50:58 +0200
Newsgroups gmane.comp.programming.test-driven-development
Message-ID <CAG6fhcZoeoQsXW9xCid0cW-Bi-=yEyWAei5Zz9nTjHyC5rKxgg@mail.gmail.com>
Look at
https://www.packtpub.com/application-development/learning-behavior-driven-development-javascript.
I think it is really good

br JM



2016-04-13 19:51 GMT+02:00 Adam Sroka [email protected]
[testdrivendevelopment] <[email protected]>:

>
>
> TDD in Node.js is not substantially different than TDD in any other
> language. There are a dizzying array of frameworks to choose from. I have a
> strong preference for Jasmine as the test framework, particularly in
> CoffeeScript.
>
> If you add the browser to the mix things get complicated, particularly if
> you are trying to test in the browser or test code you expect to manipulate
> the DOM in specific ways. But, server side is exactly the same as any other
> language, and any old TDD book/tutorial will put you in the right
> direction.
>
> On Wednesday, April 13, 2016, [email protected]
> [testdrivendevelopment] <[email protected]> wrote:
>
>>
>>
>> Following the previous Java thread, I'm looking for recommended and
>> updated sources (tutorials/books/courses/etc) on TDDing javascript
>> applications, mainly server side.
>> Thanks, R.
>>
>>
>> 
>