Which of the following is NOT typically a metric considered in performance testing within functional testing?

  • Code Coverage
  • Memory Utilization
  • Response Time
  • Throughput
Code coverage is not typically considered as a metric in performance testing. Performance metrics focus on aspects like response time, throughput, and resource utilization (such as memory usage) to evaluate how well the system performs under different conditions. Code coverage is more relevant to functional testing.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *