Web Unleashed 2015

2015-09-16 00:00:00 2015-09-18 00:00:00 America/Toronto Web Unleashed 2015 By attending Web Unleashed, you will get up-to-date on the skills to push you ahead in your career. You'll also have the opportunity to network and share ideas with like-minded professionals. Toronto FITC Toronto

Overview

When used properly, the TDD (Test Driven Development) cycle is one of the most effective ways to improve the efficiency of a team and overall code quality. However, most of the time, misuse of this powerful technique brings unsatisfactory results. During this talk we’ll explore how to identify “testing smells” and how to prevent bad tests that negatively impact the design and architecture of a Web app.

We’ll investigate some real world mobile app examples in JavaScript, Swift, and Java for Android that threaten to eat us alive!

Objective

Learn to write effective tests for your apps.

Target Audience

Software and QA Engineers.

Assumed Audience Knowledge

Good understanding of software development and a basic knowledge of test driven development.

Five things audience members will learn

  1. Write clean tests
  2. Dealing with legacy code
  3. The differences between unit tests and behaviour tests
  4. How to debug a test
  5. How to keep the test code base clean