DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Software Agile Tools

1. Agile Tools Allan Spartacus Mangune 2. Delivery • Lectures and demos – 3 hours • 3 case studies and hands-on exercises – 1 hour each 3. Agenda Test-driven Development…

Technology Test Driven Development

1.TEST DRIVEN DEVELOPMENT Presented By: Nitin Garg 07030244008 MBA(SDM)2. TEST-DRIVEN DEVELOPMENT 3. ORIGIN Test-Driven Development is a core part of the agile process formalized…

Technology Acceptance Testing With Selenium

1.Acceptance Testing with Selenium2. Topics Why test? Types of testing Unit Acceptance Acceptance testing with Selenium 3. Why test? Find bugs 4. Why test? Find bugs Other…

Software TDD with TypeScript, AngularJS, and Node.js

1. TDD with TypeScript, AngularJS and Node.js @JakubJedryszek jj09.net 2. TDD > Write test > Run test (should fail) > Write code > Run test (should pass) >…