Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 885 Bytes

javascript-testing2.md

File metadata and controls

26 lines (17 loc) · 885 Bytes

JavaScript Tester 2

Spanish version

Able to develop Javascript code using various forms of testing.

Master the following:

  • Can set up test runner and initial tests from scratch
  • Discuss why mocking is necessary in testing
  • Able to mock internal and external modules to keep unit tests isolated
  • Can use fakes or mocks to impersonate functionality from dependent services (ex: 3rd party API)
  • Discuss what unit test coverage demonstrates
  • Can generate coverage report.
  • Can test async functions
  • Can write and run an E2E test.

Suggested Learning:

  • We suggest doing your own research on how to write and run tests for NodeJS and React.

Evaluation:

Ask your mentor if you are ready for evaluation. Then, click here to request an evaluation.

.