Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 414 Bytes

testing-questions.md

File metadata and controls

11 lines (10 loc) · 414 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?
  • What are some of the testing best practices?