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

Panda-Testing Strategy

By konrad 126

Panda-Testing Strategy

internal Campanda presentation/discussion about testing strategies

  • 813