Content

Useful references

General recommendations

Improvement process

Performance test

Test data
  • test with various parameters, especially corner cases
Test harness
  • properly isolated
  • test in real-life conditions:
    • network (bandwidth and latency)
    • server load (does impact response time)
    • browser brand and version
    • client device type (desktop, mobile phone…) and sizing (CPU, RAM…)
Test scenario
  • representative of the issue

Monkey testing

→ objective is to make sure there is no way the app could crash

Other topics

That’s all folks!