NEW
Font size
Worksheets3.1 Manual Testing Quiz
Total questions: 10
Worksheet time: 5mins
Which type of testing does not check the complete app/software functionality, but just a single unit of it?
UAT
System Testing
Integration Testing
Unit Testing
What is the purpose of integration testing?
To validate end-to-end business flow
To evaluate the working of the whole system from a user point of view
To verify that software modules work in unity
To test each component in isolation
What type of testing checks if the SUT complies with the requirements of the application in terms of graphical interface?
Localization Testing
User Interface (UI) Testing
Functional Testing
Usability Testing
Which type of testing verifies UI in case of different translations and checks handling of different input texts encoding?
User Interface (UI) Testing
Functional Testing
Usability Testing
Localization Testing
What does Security testing focus on?
Performance of a software product
Recovery after a crash or hardware failure
Security of the software
Correct operation of the product in a particular environment
What does Regression testing ensure?
System behaves under unexpected/unusual performance conditions
Recent changes or updates to the software do not adversely affect existing functionality
Performance of a software product
System behaves under different loads
What is the main purpose of User Acceptance Testing (UAT)?
To verify that software modules work in unity
To test each component in isolation
To determine that the software does what it was designed to do in real-world situations
To validate end-to-end business flow
Who performs User Acceptance Testing?
Developers
QAs
Real users
Testers
When is System testing done?
Before integration testing
After UAT
After integration testing
Before unit testing
What is the purpose of Load testing?
To test the performance of a software product
To check how the system behaves under different loads
To validate end-to-end business flow
To verify UI in case of different translations
