Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.23 KB

File metadata and controls

29 lines (23 loc) · 1.23 KB

Unit Testing And Integration Testing - JavaScript - 2 - 2020

Unit tests to verify the Valid cases, Invalid cases, and Exceptions using JavaScript, Mocha, and Chai.

Features:

  • Data providers
  • Test for Equivalence Partitioning (both Valid and Invalid Partitions)
  • Test for Boundary Values

Content:

  • 109 Unit Tests
  • Integration tests with GitHub Actions

Technologies:

  • JavaScript
  • HTML
  • Mocha
  • Chai

Unit Tests Overview: