Qafoo GmbH - passion for software quality ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Kore Nordmann :Date: Fri, 16 Sep 2016 11:44:49 +0200 :Revision: 3 :Copyright: All rights reserved ============================================================== Dependency Management / Mocks, Stubs and Spies with JavaScript ============================================================== :Description: Presentation Sessions about Dependency Management with JavaScript, as well as Mocks, Stubs and Spies using Sinon.js :Keywords: JavaScript, Testing, Dependency Management, require.js, sinon.js, Mocks, Stubs, Spies, QA :Abstract: At this years IPC Spring I gave two sessions about different JavaScript-Topics. Eventhough most of us are PHP-Developers at their heart, in todays world JavaScript has become an integral component of most webapplications. That's why I give a lot of trainings about JavaScript these days. Take your chance to peek at the two sessions I just presented. At this years IPC Spring I gave two sessions about different JavaScript-Topics. Eventhough most of us are PHP-Developers at their heart, in todays world JavaScript has become an integral component of most webapplications. That's why I give a lot of trainings about JavaScript these days. Take your chance to peek at the two sessions I just presented. Dependency Management --------------------- .. image:: /talks/13_06_ipc_se_dependency_management_with_javascript_screen.png :target: /talks/13_06_ipc_se_dependency_management_with_javascript.pdf :width: 150px :height: 112px :alt: Dependency Management :align: left .. note:: Using JavaScript the right way is a tough challenge. Stay on the safe side an `get a Qafoo expert on-site to support your team`__. __ /services/consulting.html JavaScript Projects are getting more and more complex with each day. To stay in control of your product, you need to stay in control of the different components it consists of. This sessions provides an overview over different techniques, which are currently used inside the JavaSript World to manage Depdencies between modules, classes, external libraries and assets. Mocks, Stubs and Spies in JavaScript ------------------------------------ .. image:: /talks/13_06_ipc_se_mocks_stubs_and_spies_screen.png :target: /talks/13_06_ipc_se_mocks_stubs_and_spies.pdf :width: 150px :height: 112px :alt: Mocks, Stubs and Spies in JavaScript :align: left Testing JavaScript Applications is starting to emerge in a lot of different projects. Choosing the appropriate testing framework is already hard enough, but what kind of further tools do you use in order to ease the pain of creating isolated unit-tests? Mocks, Stubs and Spies can help you with that. This session provides an introduction to only Mocking-library you will ever need. .. Local Variables: mode: rst fill-column: 79 End: vim: et syn=rst tw=79 Trackbacks ========== Comments ========