Return to profile for Jordan Kasper

Browser Eyeballing != JavaScript Testing

50 minute intermediate seminar

Description/Proposal

Stop eyeballing your UI in a browser to test your JavaScript code - that doesn't count. While many developers have embraced testing in their server side code using TDD, fewer test their front end JavaScript code in the same way (or in any way), and even fewer of those use any kind of automation. This talk will guide attendees on how to write testable JavaScript code, how to write tests for that code, and some solutions for automating the process.

Participants will come out of this talk ready to implement and automate better tests for their JavaScript code.