Test Driven Development with Alexa SDK
Quick guide to building and unit testing an Alexa Skill
What is Test Driven Development? # According to Wikipedia, it means “Requirements are turned into very specific test cases, then the software is improved to pass the new tests, only.” Basically, you would first have to write the test of the software/feature you are developing before you start working on the developing the software/feature itself. Here are a few more articles on the benefits and why you should apply TDD: Test Driven Development by Jan Olbrich Isn’t TDD twice the work? Why should you care? by Navdeep Singh Preparation # Here are a few thing you might want to have set up or installed before getting started: ...
October 29, 2018