Introduction to Unit Testing
Offered By: Udemy
Course Description
Overview
What you'll learn:
- Course Goal: Learn the basis of unit testing and test driven development
- Test Driven Development
- Unit Testing with Jasmine
Testing and debugging are places where developers spend a lot of their time. Code doesn’t always perform as expected and, with complex applications, it’s very easy to break code with minor changes. Unit tests and test-driven-development exist to help us manage expectations of our functionality and to ensure that other developers working on our code are aware when a change they made affects already existing functionality. This is very important when working on large projects with many collaborators as well as small projects with few developers.
We’ll be pre-writing tests in code that we can run whenever we make updates to our application. This will ensure that no new logic breaks old logic, and that we are certain that our programs are executing properly when given different inputs.
Course Includes:
- 11 videos with over 90 minutes of lectures and explanations.
- 1 external resource file.
- 4 exercises to help you master testing concepts.
What You'll Learn:
- What is Unit Testing?
- Test driven development
- Using Assert
- Jasmine testing framework
- Additional Resources
- Exercises
- And More!
Taught by
RefactorU LLC
Related Courses
Ruby on Rails: An IntroductionJohns Hopkins University via Coursera Internet of Things Capstone: Build a Mobile Surveillance System
University of California, San Diego via Coursera Engineering Maintainable Android Apps
Vanderbilt University via Coursera Orientação a Objetos com Java
Instituto Tecnológico de Aeronáutica via Coursera TDD – Desenvolvimento de Software Guiado por Testes
Instituto Tecnológico de Aeronáutica via Coursera