Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 421 Bytes

testing.md

File metadata and controls

11 lines (11 loc) · 421 Bytes

Testing

  • TDD vs BDD
  • TDD cycle
  • Whitebox vs blackbox testing
  • What in your opinion is a good unit test?
  • Types of tests: smoke, integration, unit, acceptance, itp.
  • What is the purpose of mocking?
  • Stub vs mock vs spy
  • What would you do I you have to change a legacy code and there are no tests for it? How will you proceed?
  • How would you define good test coverage?
  • Can you mock final classes with Mockito?