Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 367 Bytes

testing-questions.md

File metadata and controls

10 lines (9 loc) · 367 Bytes
title layout permalink
Testing Questions
layouts/page.njk
/questions/testing-questions/index.html
  • What are some advantages/disadvantages to testing your code?
  • What tools would you use to test your code's functionality?
  • What is the difference between a unit test and a functional/integration test?
  • What is the purpose of a code style linting tool?