Certificate Authentication

Unit Testing with Javascript Certificate for George Sympholian Ngaiza

Add to LinkedIn

Certificate ID: 
722431
Authentication Code: 
8c339
Certified Person Name: 
George Sympholian Ngaiza
Trainer Name: 
Kumbulani Tshuma
Duration Days: 
1
Duration Hours: 
7
Course Name: 
Unit Testing with Javascript
Course Date: 
2023-06-05 09:00 to 16:30
Course Outline: 

Introduction

  • How Unit Testing Works

Overview of Javascript Unit Test Frameworks

  • Jasmine, Mocha, Jest, Chai, QUnit
  • Unit test uses cases

Setting up the Testing Environment

  • Downloading and installing the libraries
  • Installing and configuring an IDE
  • Setting up a sample application

Writing Your First Unit Test

  • Setting up a test
  • Writing a test definition
  • Working with nested scoping
  • Creating assertions
  • Running the unit test

Debugging the unit test

  • Stepping through the code
  • Creating breakpoints
  • Setting up debug tasks

Expanding the Unit Test

  • Writing a complex Javascript class
  • Writing stubs and mocks
  • Creating a Test Suite

Implementing TDD and BDD

  • Creating automated specifications
  • Collaborating with users and testers

Writing More Tests

  • Testing Node.js
  • HTTP endpoint unit tests
  • Testing a REST APIs
  • Writing an integration test
  • Testing React components (optional)

Troubleshooting

Summary and Conclusion