Which performance metric is commonly measured during load testing?
- CPU utilization
- Disk I/O throughput
- Network latency
- Response time
Response time, the time taken by the system to respond to a user's request, is a key performance metric commonly measured during load testing to assess system performance under various loads.
Loading...
Related Quiz
- In a test metrics report, what is the "test execution coverage" metric used to measure?
- During a database testing project, you encounter resistance from team members questioning the value of regression testing. Why is regression testing important in database testing?
- Test data generation tools can significantly reduce the time and effort required for _________ database testing.
- Scenario: In a database with employee records, you need to retrieve the names of all employees and their respective managers. The employee table has a "ManagerID" column that relates employees to their managers. Which SQL operation can you use to achieve this?
- In database table testing, what is the significance of testing for indexing?