R4RIN
Articles
Java 8
MCQS
Software Testing MCQ Quiz Hub
Software Testing Mcq Set 7
Choose a topic to test your knowledge and improve your Software Testing skills
1. System Testing is a ______.
Black box testing
White box testing
Grey box testing
both a and b
2. Verifying that whether software components are functioning correctly and identifying the defects in them is objective of which level of testing?
Integration Testing
Acceptance Testing
Unit Testing
System Testing
3. Component Testing is a _______ .
Black box Testing
White box Testing
Grey box Testing
both a and b
4. Which is / are the ways to deal with a Risk?
Mitigate
Contingency
Transfer
All of the above
5. What is associated with the Product Risk?
Control of test item
Negative consequences
non-availability of test environment
Test object
6. For each step you performed during recording. VuGen generates ____________ and _______ in the test tree.
Script , Title
Script , Icon
Icon , Title
Script and parameters
7. Which tab is not present in the OUTPUT window of inserting Rendezvous Point?
Correlation result
Recording Log
Resources
Generation log
8. Which is not true in case of inserting Rendezvous point?
All Vuser participating in the rendezvous wait till all Vuser arrives.
Rendezvous points are effective in all stage, init action and end.
Rendezvous point name is not case sensitive.
Lr_rendezvous(“rendezvous1”) is a function.
9. Confidence Testing refers to _____
Smoke Testing
Retesting
Regression Testing
All of these.
10. Which of the following is / are not part of Specification Based Testing?
Decision Table
State Transition
Data Flow
Boundary Value Analysis
11. Which testing application security has the purpose to prevent problems which may affect the application integrity and stability?
Vulnerability Testing
Ramp Testing
Penetration Testing
Fuzz Testing
12. Run according to the order in the execution Grid is ____
Manual runner
Automation runner
Both of these
None of these
13. Which field is not stored in the Version Control?
Reviewed
Direct Cover Status
RBQM field
All of the above
14. Which is not true in case of Filter Selection?
Use current filter
Update filter
Do not use filter
Define new filter
15. Which step is not used to add the test object to the shared object repository?
Active screen
Navigate and learn
Choose to add only a selected test object
Add all test objects of a certain type
16. Which is not true in case of Exit Synchronization?
is a procedure.
Exist method will be called through an object of type window or dialog
Wait till the timeout mentioned in the exit method.
The syntax is bVal = ObjectName.Exist ()
17. ____ is the values from other sources during the run session.
Test parameter
Action parameter
Data table parameter
Environmental parameter
18. ________ and _____ are often result of effective Architectural and Design Decision.
Attack Resistance and Attack Tolerance
Attack Resilience and Attack Tolerance
Attack Resistance and Attack Resilience
Attack Resistance and Safety
19. Product Transition is not related to _____
Portability
Reusability
Flexibility
Interoperability
20. Which axis name in Selenium is related to the selection of all the parent, grandparent and so on?
Ancestor
Preceding
Parent
All of these.
21. During which phase is the Entry Criteria determined?
Planning
Kick of
Preparation
Review meeting
22. Which command should be used to confirm that the test will pass in the future when the new element is added after the page is loaded?
waitForElementPresent
pause
assertElementPresent
None of these
23. Which is the odd one out?
Error Guessing
Walkthrough
Data flow analysis
Inspections
24. When Acceptance Test Cases are prepared in V model?
After system testing is done.
As soon as testing begins.
When user asks.
When user requirements are gathered.
25. Bug is the same name of _______.
Error
Incident
Mistake
Defect
26. When we say ABC organization is CMMI Level 5 company, How do you describe its stage?
Defined
Managed
Optimized
Quantitatively managed
27. Who is responsible for Integration Testing?
Developer
Software Tester
Specialist Integration Tester
Both a and c
28. Why it is difficult for a developer to do a testing job?
lack of Training
lack of Testing Tools
lack of Technical Documents
lack of Objectives
29. A particular text field accepts only alpha characters. Which of the following is invalid Equivalence Partition?
APPLE
apple
aPPle
a2pple
30. Test wares are handed over to maintenance team during which phase?
Test implementation and execution
Test closure activity
Evaluating exit criteria and reporting
Test analysis and design
31. Who determines the severity of bug?
Developer
Customer
Tester
All stakeholders
32. How much percentage of budget should be dedicated to testing activity for achieving its effectiveness?
10-20
40-50
60-70
5-10
33. If Rigorous Testing is done on software and no defects are detected , can we say that the software is 100% bug free?
Yes
No
Depends on tester's skills
Insufficient data
34. Which of the following is / are a phases of SDLC?
Requirement gathering
Maintenance
Analysis
All of the above
35. The unit of sampling rate in the monitor setting tab is _______
Millisecond
Second
Minute
Hour
36. Global Sampling Rate, Error Handling, Debugging, and Frequency settings is related to ______
Graph Properties
Monitor Properties
Both of these
None of these
37. Scenario Group, SLA Pane and Scenario Schedule Pane is related to _____
Control Window
Analysis Window
Vuser Window
All of these
38. What is the ratio of effort needed to fixing a defect in Requirement Phase, Design Phase, Coding Phase and Implementing Phase?
1:4:7:10
1:6:10:1000
1:8:12:100
1:10:100:1000
39. Which is not Data Driven Testing?
Fuzz Testing
Ramp Testing
Negative Testing
Retesting
40. Pesticide Paradox principle of testing says that ________
Clustering modules contain most of the defects.
Finding and Fixing defects does not help if the system built is unstable.
Testing is done differently in different context.
Test cases needs to be regularly reviewed and revised.
41. Which is not true in case of Soak Testing?
Also know as Endurance Testing.
Running a system at high levels of load for prolonged periods of time.
Type of Performance Testing.
Subset of Regression Testing.
42. Which of the following is / are true regarding Catastrophic Defect?
Hide other defects.
Invokes other defect.
Failure of the software and data can be recovered.
Application crash and data cannot be recovered.
43. Where do the testers fail to find the incidents?
Requirements
Design
Test cases
Improvements suggested by users
44. White Box Testing is not concern with _____
Statement Coverage
Decision Coverage
Cause and Effect Coverage
Multiple Condition Coverage
45. Which is not a part of Specification Testing?
Equivalence Partitioning
Decision Tables
Decision
Use case Testing
46. The Cyclomatic number theory in a graph is defined by ________.
e - n + 2
e - n + 1
e - n - 2
e - n - 1
47. ____ calls the function and passes it test data.
Test Stub
Test Driver
Proxy
None of the above.
48. Which is the odd one out?
Index
Location
Creation time
Base filter
49. What is the most common way to find an element on a page?
ID
XPath
CSS selector
Name
50. Which of the following model put much more emphasis on testing?
Waterfall model
Agile model
Rapid action development model
V-V model
51. Which of the following is / are not a verification activity?
Inspection
Testing
Walkthrough
Technical Review
52. Which of the following is / are Software Configuration items?
Software Requirements
Design Specification
Source Code
All of the above
53. Which of the following is / are the output of the Software Process?
Computer programs
Documents that describe the computer programs.
Data (contained within the program or external to it).
All of the above
54. Which debugging technique is most used for debugging in small software?
Brute Force
Induction
Back tracking
Cause elimination
55. ______ exercises the full functionality of a product but does not test features in detail.
Black box Testing
Confirmation Testing
Domain Testing
Breadth Testing
56. Which is not true regarding Smoke and Sanity Testing?
Sanity Testing is also called tester acceptance testing.
Smoke testing performed on a particular build is also known as a build verification test.
Smoke and sanity tests can be executed using an automation tool.
When executing both, then first execute sanity testing tests and then smoke Testing.
57. Why test cases are created before code in V model?
To gain the confidence in the system
To find defects during dynamic testing
To meet project deadline
To prevent propagation of defect in next level
58. For which one of the following activity needs to execute the product?
Verification
Validation
Both
None
59. Which activity is carried out first?
Verification
Validation
Both
None of these
60. What is the meaning of Software Scope?
It describes the Off-the-shelf component.
It describes the functions and features that are to be delivered to end users.
It describes the software risk.
None of the above.
61. Which of the following is / are the different types of resources?
Human resources.
Reusable Software resources.
Environmental resources.
All of the above
62. n Software Engineering Environment, Environmental resources incorporates with _____
Only Software Components
Hardware and Software
Complexity
None of the above
63. When should Regression Testing to be performed?
When the project manager says
After the software has changed.
Whenever software testing team get the time.
None of the above.
64. The problem that threatens the success of a project but which has not yet happened is called as _____
Bug
Error
Risk
Defect Clustering
65. Which of the following is / are characteristics of testable software?
Observability
Simplicity
Stability
All of the above
Submit