Introduction to Unit Testing
Offered By: Scrimba
Course Description
Overview
Code with confidence and lower your stress levels by learning how to test your code as you write it.
- Introduction to Jasmine
- The 3 parts of testing
- The testing setup
- Grouping with describe
- Setting up data
- Skipping
- Focussing
- Spies
- Mocks
- Debugging
- Additional matchers
- What next?
Syllabus
- Introduction to Unit Testing
- 1. Introduction
- 2. Introduction to Jasmine
- 3. Frontend Career Path
- 4. Setting Up Jasmine from Scratch
- 5. Understanding the 3 parts of testing
- 6. Testing Setup Breakdown
- 7. Grouping with describe
- 8. Grouping with describe (Challenge)
- 9. Our first test
- 10. Our first test (Challenge)
- 11. Setting Up Data with beforeEach()
- 12. Setting Up Our Data with beforeEach (Challenge)
- 13. Skipping and Focusing Introduction
- 14. Skipping and Focusing (Challenge)
- 15. Unit Testing: Spies ðµï¸
- 16. Spy Challenge ðµï¸
- 17. Mocks + Debug with me! ðª²
- 18. Mocks Challenge
- 19. Additional matchers: toBeDefined() & toEqual()
- 20. Additional Matchers Challenge
- 21. Final Challenge
- 22. Outro
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