InterviewSolution
| 1. |
What do you understand by Non-functional testing in terms of database testing? |
|
Answer» Non-functional testing in terms of testing databases INVOLVES various testing methods like stress testing, load testing, usability testing, security testing, etc that tests and validate the non-functional business requirements. It helps in the quantification of risks with regards to the database system in terms of how the system performs under HEAVY load. It addresses the following QUESTIONS which help to mitigate the risks if detected earlier:
Non-functional testing also helps in identifying what are the minimum system requirements to RUN effectively without any limitations on hardware or software. |
|