Final answer:
Answer : All of these. The types of testing mentioned by Rumana Hague include unit testing, FVT, SVT, usability testing, and regression testing.
Step-by-step explanation:
The types of testing mentioned in Rumana Hague's talk on system testing include:
- Unit Testing - This type of testing focuses on testing individual units or components of a software system to ensure that they function correctly.
- Functional Verification Test (FVT) - This type of testing checks the functionality of the entire system to ensure that it meets the specified requirements.
- System Verification Test (SVT) - This type of testing verifies that all the components of a system work together as expected.
- Usability Testing - This type of testing evaluates how user-friendly the system is and if it meets the needs of the users.
- Regression Testing - This type of testing is performed to ensure that any changes or updates to the system do not introduce new bugs or issues.