TDD for Sever Side Java Script (TDD4JS) Framework
This blog refers to TDD4JS framework:
Internal link for SAP employees: https://projectportal.wdf.sap.corp/projects/tddxsjs
External link is on its way. Open source approval for the framework is on its way. Please have patience.
Demo based on node.js service: http://www.youtube.com/watch?v=hGfLDWyzWa0
Hi Dimitar,
How does this compare with the use of the jasmine framework as recommended by
ASE (Agile Software Engineering)? See internal link for SAP Employees: https://wiki.wdf.sap.corp/wiki/display/ASE/Unit+Testing+on+HANA+in+the+XS+Container
My team has been using jasmine quite successfully for our XS projects. It integrates nicely with Jenkins, although it has some shortcomings in the way it displays tests results.
Thanks,
David
Hi David,
The basic diference is that TDD4JS does not run jetty or any other server/browser for implemented TDD tests. This makes execution of the tests extreamly fast, and reliable.
I have prepared a demo based on node.js service. http://youtu.be/hGfLDWyzWa0
The framework was showed on ISTA (http://istabg.org/) conference in Sofia.
Best regards,
Dimitar
Nice. Thanks.