Testing Strategy

Testing Layers

  • testing individual classes
  • requires good code and architecture
  • very fast

Testing Layers

  • testing by making service calls
  • faster than ui (no web server)
  • service acrhitecture

Testing Layers

  • testing "from the outside"
  • slow
  • does not require good code
  • sensitive to ui changes

Test Types

Testing Pyramid

Campanda

?

Unit Layer

Service Layer

End2End

Made with Slides.com