Unit Test in Practice

@tuanquynet

Sep 30, 2014

JASMINE

JASMINE

  • Basic concept
  • Setup enviroment
  • Write Specs

Basic concept

  • Specs
  • Expectation - Matcher
  • Teardown
  • this keyword
  • Nested describe
  • Disabling suite

Setup environment

  1. Download library
  2. Load it into html page
  3. Configure Jasmine

Write Specs

  • Setup & Teardown
  • Use basic matcher
  • Use Spy
  • Test asynchronously

Unit Test with Jasmine

By Quy Tran

Unit Test with Jasmine

This is guideline to practice unit test using jasmine & karma

  • 1,170