Skip to content

panaitescu-paul/Unit-Testing-And-Integration-Testing-JavaScript-2-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: