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.
Loading...
Related Quiz
- In a decision table, a _______________ represents a specific combination of input conditions and actions.
- Which method is commonly used in Selenium to perform actions such as clicking buttons or entering text into input fields?
- Scenario: An e-commerce platform is integrating AI-driven chatbots for customer support. How can AI-based testing techniques ensure the reliability and accuracy of these chatbots?
- How can State Transition Diagrams be utilized in State Transition Testing?
- _______________ involves creating isolated environments for testing without impacting other systems.