What is the objective of system testing?
Verifying the implementation conforms to quality requirements on system level
What sort of environment is System Testing performed on?
Emulated environment (similar to production)
List 5 common performance problems.
List 5 common parameters that are monitored.
What does processor usage measure?
Time processor spends executing non-idle threads
What does disk time measure?
Amount of time disk is reading or writing.
What does page faults/second measure?
of times a process requires code outside working set
What is a hit ratio?
of SQL statements handled by cache
What are the types of performance testing?
What is the difference between load testing and stress testing?
Load testing measures operation under full load
Stress testing measure operation under EXTREME load
What are the approaches to Performance testing?
What are ways to implement profiling performance testing?
2. Sampling - monitoring component, saving snapshot of CPU