Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 279 Bytes

testing-questions.md

File metadata and controls

6 lines (5 loc) · 279 Bytes

Testing Questions:

  • 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?