Q31
Q31 A System Test reveals unexpected behavior in a software module. What is the best course of action?
Ignore the issue
Report it and investigate further
Continue testing other modules
Delete the module
Q32
Q32 What is the primary purpose of Functional Testing?
To evaluate the app’s user interface
To ensure the system meets specified functional requirements
To measure app performance
To ensure data security
Q33
Q33 Which type of testing is focused on how the software performs under specific conditions?
Unit Testing
System Testing
Non-functional Testing
Integration Testing
Q34
Q34 What does Security Testing primarily assess?
Application’s performance
Software compatibility
Data protection and vulnerability
User interface
Q35
Q35 Which testing type focuses on the user interface, features, and functionality?
Functional Testing
Stress Testing
Load Testing
Security Testing
Q36
Q36 What is the main focus of Load Testing?
To measure security
To test app functionality
To evaluate system behavior under high load
To improve user experience
Q37
Q37 Which of the following tests evaluates the software's ability to recover from failures?
Stress Testing
Load Testing
Recovery Testing
Functional Testing
Q38
Q38 What does Usability Testing measure?
Security
User satisfaction and experience
App performance
Functional accuracy
Q39
Q39 Which tool is commonly used for performance testing?
Selenium
JUnit
JMeter
Postman
Q40
Q40 How do you simulate multiple users accessing a website using JMeter?
By creating multiple threads in a Thread Group
By using the GUI
By using Postman
By running the test from multiple devices
Q41
Q41 How do you configure JMeter for stress testing?
Set a large number of threads
Reduce response timeout
Increase sampling size
Use a debugger
Q42
Q42 A Functional Test fails due to incorrect results. What is the best first step?
Ignore the error
Report the defect
Re-run the test
Rewrite the test case
Q43
Q43 During Load Testing, the system responds slower than expected. What should be checked first?
Network bandwidth
The app code
The number of users
Server logs
Q44
Q44 A Security Test reveals data leakage vulnerabilities in the app. What should be the immediate action?
Ignore the issue
Report and fix the vulnerability
Inform users
Run additional tests
Q45
Q45 What is Manual Testing?
Testing done with automation tools
Testing done without any tools
Testing done by using only scripts
Testing done with performance tools
Q46
Q46 Which of the following is NOT a benefit of Manual Testing?
Allows for human intuition and flexibility
More time-consuming
Easier to detect visual issues
Good for exploratory testing
Q47
Q47 What is the main purpose of Exploratory Testing?
To execute pre-written test cases
To follow a structured test plan
To explore the application without pre-defined tests
To write code
Q48
Q48 In which testing type do testers execute test cases manually?
Automated Testing
Manual Testing
Functional Testing
Security Testing
Q49
Q49 When is Manual Testing preferred over Automated Testing?
When there are too many test cases
For repetitive tests
When the application is complex
For exploratory or ad-hoc testing
Q50
Q50 What is the purpose of a Test Case in Manual Testing?
To automate test execution
To define steps to validate a function
To develop software
To store code in the database
Q51
Q51 Which document in Manual Testing contains detailed instructions for each test case?
Test Plan
Test Case Document
Bug Report
Release Notes
Q52
Q52 What is a test script in the context of Manual Testing?
A set of instructions to automate testing
A set of detailed steps to execute a test manually
A performance report
A test result summary
Q53
Q53 Which of the following is usually included in a Manual Test Case document?
Code samples
Expected results
Development timelines
Design specifications
Q54
Q54 A tester finds a defect while executing a manual test case. What is the next best step?
Ignore the defect
Log the defect and report it
Retry the test case
Ask the developer to fix it immediately
Q55
Q55 During Manual Testing, a feature behaves differently from the specified requirements. What should the tester do?
Update the requirements
Modify the feature
Report the discrepancy as a defect
Continue with other test cases
Q56
Q56 A Manual Test fails due to unexpected results. What is the most likely cause?
Incorrect test data
Automated test scripts
Different environment setup
None of these
Q57
Q57 What is the main purpose of Automation Testing?
To test manually
To speed up testing processes
To replace developers
To run tests only once
Q58
Q58 Which of the following is a popular tool for Automation Testing of web applications?
JIRA
Postman
Selenium
JMeter
Q59
Q59 What is the purpose of test scripts in Automation Testing?
To define steps for manual testing
To automate the execution of test cases
To document test cases
To track defects
Q60
Q60 Which of the following best describes a Data-Driven Test in Automation Testing?
Test that drives data to the database
Test that uses external data for execution
Test that relies on manual input
Test that validates UI only