The complete guide to testing javascript & node applications
Become job ready for advanced nodejs development by mastering testing from scratch, jest, cypress, mocha and more.
What you’ll learn
- Get a very deep understanding of unit testing
- Test real world node-js APIs with both unit testing & integration testing
- Become a guru at writing end to end tests for all sorts of applications
- Master mocking, stubbing, and common techniques of testing applications
- Understand when and how to use feature tests, unit tests, and end to end tests.
Requirements
- Basic Understanding of NodeJS & Javascript
Description
When I started learning how to test, everything looked so easy.
Assert 2 + 2 = 4 ?
Sure, piece of cake. But when I was faced with a real world application, this was terrifying. I couldn’t catch up at my job. It was depressing. I didn’t understand what mocking was. Neither did I understand topics like stubbing or spying. complete guide to testing
That’s why I created this course. You are going to start from scratch, understanding exactly what a test is, what an assertion is, what errors are, and then we’ll move on to more basic topics like:
- Unit testing
- Test runners
- Assertion libraries
- Test suites and organising tests
- Running tests
To master these concepts, we’ll write unit tests for real world functions, and understand exactly how testing feels when working on a real world project.
We’ll have a full-stack real-world advanced javascript application, build with the latest features of Javascript, and we’ll clone this project, and write tests for it from scratch. complete guide to testing
There will be plenty of assignments and code reviews, to make sure you understand exactly what is being thought in the course. complete guide to testing
Who this course is for:
- Any javascript developer with absolutely no experience testing applications
- Any level javascript developer willing to master TEST DRIVEN JAVASCRIPT DEVELOPMENT
- Any level javascript developer willing to brush up on modern javascript testing tools
- Beginners in javascript willing to become professional javascript testing
- Any level Javascript developer willing to have a deep understanding on general testing best practices
- Advanced Javascript programmers willing to become testing masters