InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by Performance Testing? |
|
Answer» Performance Testing is a category of software testing that ensures the application performs well under any workload. This type of testing is not DONE to identify bugs in the application. Its main intention is to eliminate performance issues and bottlenecks by measuring the performance quality attributes of the system. The following image represents the performance attributes of any system:
|
|