Slide 106
Slide 106 text
Points Made
• In addition to unit, integration and ui tests, cover at
least core functionality and cases with API tests
• Design your app integrations to be easily pluggable
and mockable
• Decouple connection settings with the test suite itself
(uri, proxy settings, authentication methods, etc)
• Never use equals to compare server response and try
to identify the most significant properties for a the
comparison, over making an all-to-all comparison