R4RIN
Articles
Java 8
MCQS
Software Testing MCQ Quiz Hub
Software Testing Mcq Set 4
Choose a topic to test your knowledge and improve your Software Testing skills
1. Which regular expression sequence loosely translates to "anything or nothing?"
.* (dot star)
*. (star dot)
“?
*+
2. In Selenium variables are stored in _____
storedVars
storedVariables
VariablesStore
All of the above
3. Which graph is not available when Viewing Summary Data?
Data Point
Web page breakdown
Error graphs
All of these
4. Windows Socket Script is used in _____
LRS function
LRT function
Both of these
None of these
5. Which is the odd one out?
AssertFoo
VerifyFoo
getFoo
WaitForFoo
6. Which Command is used to extend the time limit of WAITFOR Command?
Extend waitFor (time in sec)
waitFor (time in sec) extend
setTimeout (time in sec)
setTimeout
7. _____ is used to calls the recorded Analog File.
RunAnalog
CallAnalog
ExecuteAnalog
Call to existing
8. To modify the amount of time that QTP waits for a web page to load and Change the Browser Navigation Timeout, so in which tab of test case setting do we have to go?
Properties
Resources
Web
Web Settings
9. Minimum of four test data are available in ______ .
Boundary Value Analysis
Equivalence Class Partitioning
Both A and B
None of these.
10. First component of the DFD is _____
Process
Flow
Entity
Level 3
11. If the project is small then we used ______ .
Iterative model
V model
Agile model
Spiral model
12. Which is not a part of Decision Table?
Rule portion
Driver portion
Condition portion
Action portion
13. ____ is enable us to analyze the breakdown of child requirement according to test coverage status.
Coverage Analysis
Requirement View
Requirement Grid
Requirement Tree
14. ____ shows that the accumulation of defects in QC Project.
Defect Summary Graph
Defect Progress Graph
Defect Age Graph
Defect Trend Graph
15. Which of the following are the objectives of Software Testing?
Determines that software product satisfy specified requirements
Demonstrate that software products are fit for use
Detect defects
All the above.
16. Software Tester focuses more on complex part of the software. Which of the following testing principles implies this?
Testing shows presence of defects
Pesticide paradox
Testing is context dependent
Defect Clustering
17. Which of the followings is NOT a White Box Technique?
Statement testing
Path testing
Data flow testing
None of the above
18. Which of the following statements is correct to perform a successful Software Testing Process?
Conduct formal technical reviews prior to testing.
Specify requirements in a quantifiable manner.
Option A and B are correct
None of the above
19. Which of the following is not another name for Structural Testing?
White box Testing
Glass box Testing
Behavioural Testing
None of the above
20. ______ refers to the set of tasks that ensures the software correctly implements a specific function.
Verification
Validation
Modularity
None of the above.
21. What do you verify in White Box Testing?
Testing of each statement, object and function on an individual basis.
Expected output.
The flow of specific inputs through the code.
all of the above.
22. _____ verifies that all elements mesh properly and overall system functions/performance is achieved.
Integration testing
Validation testing
Unit testing
System Testing
23. A new project manager takes the control of a project that is in development phase. What will be his first goal?
Establish relationship with customer.
Modify team according to his management style.
Learn project objective and existing plan.
Ensures the project progress at Current Place.
24. What is an Equivalence Partition?
A set of test cases for testing classes of objects.
An input or output range of values such as have only one value in the range becomes a test case.
An input or output range of values such that each value in the range becomes a test case
An input or output range of values such that every tenth value in the range becomes a test case.
25. A theme park charges entry fee based on age group. For children below 3 it charges nothing, for 3-10 it charges Rs. 500/-, for 10-18 it charges Rs. 800/-,then for 18-60 it charges Rs. 1000/- and above 60 it charges Rs. 500/- again. Using Boundary Value Analysis, what will be the values to test if person pays Rs. 500/- entry fee?
0,2,3
2,3,10,11,59,60,100,102
2,3,10,11,59,60,100,101
59,60,100,101
26. Which of the followings is/are not a Specification Based Technique?
Cause-Effect Table
State transition Testing
Decision Coverage
Use case Testing
27. A chronological record of relevant details about the execution of tests is called as, a _______ .
Test suite
Test procedure
Test data
Test log
28. A document that contains description of any event that has happened, which requires further investigation is called as _____
Test Summary Report
Defect Report
Bug Report
Incident Report
29. Which is/are not the benefits of Independent Testing?
Detect different defects than programmer
Can spend money on tester training
Can blame programmer for poor quality
All of the above
30. The defect cluster change over time. Which of the followings testing principles implies this?
Testing shows presence of defects
Pesticide paradox
Testing is context dependent
Defect Clustering
31. The customer is very cautious about the quality of a product. He needs all the combination of inputs and preconditions to be tested. Among using which of the testing principles the tester should tell the customer that such kind of testing is not feasible?
Absence of error fallacy
Defect clustering
Pesticide paradox
Exhaustive testing
32. Which of the following situations can we say “There is a Defect”?
A requirement is not implemented
A requirement is wrongly implemented
Something extra is implemented which is not specified in URS
All of the above
33. Which of the following techniques will ensures that the impact of risk will be less?
Risk Avoidance Technique
Risk Mitigation Technique
Risk Contingency Technique
All of the above
34. After deployment of a system, a software is incorrectly performs one of its major functionality, at that time who is going to determine how badly it will hamper the Organization?
QA Personnel
Developer
Technical People
Business Analyst
35. Which of the following advantages of Iterative Model?
Early revenue generation
Simpler to manage
Divided workload
All the above.
36. Which of the followings is/are not a type of SDLC models?
Big bang model
Code and fix model
Agile model
Capability maturity Model
37. Which of the followings is/are a characteristics of Agile development?
Shared code ownership
Implement the simplest solution to meet today's problem
Continual feedback from customer
All of the above
38. Which of the following situations in Regression Testing is not performed?
when project manger asks to perform.
When new functionality is introduced.
When database system is changed
When system is installed on different hardware configuration than previously tested.
39. Which of the followings is/are characteristic/s of Stress Testing?
It is a type of Non Functional Testing
It involves testing beyond normal operational capacity, often to a breaking point, in order to observe the results.
It is used to determine the stability of a given system.
all of the above.
40. What is the example of Load Testing?
Downloading large contents from the internet.
Running multiple applications on a computer or server simultaneously.
Printing large document using printer in a queue.
All the above.
41. Difference between Retesting and Regression Testing is _____
Retesting ensures the original fault has been removed where as regression testing looks for unexpected side-effects.
Retesting looks for unexpected side-effects where as regression testing ensures the original fault has been removed.
Retesting is done after faults are fixed where as regression testing is done earlier
Retesting is done by developers whereas regression testing is done by independent testers
42. Which is the odd one out?
Beta testing
Beta release
Client side
Client or development side
43. ___ is an existing defect that has not yet caused a failure because the conditions that is required to invoke the defect is not meet.
Masked defect
Latent defect
Both of these
None of these.
44. Which model would be prefered for college level students to develop a software?
Waterfall model
Spiral model
Agile model
Code and Fix model
45. Abbreviate the term SDLC?
System Design Life cycle
Software Design Life Cycle
System Development Life Cycle
Software Development Life Cycle
46. Top-down Design does not require ______ .
Step-wise Refinement
Loop-invariants
Flow charting
Modularity
47. Which testing cannot be performed by QA Team?
Equivalence Partitioning Testing
End-to-end Testing
Fuzz Testing
Destructive Testing
48. STLC is related to which model?
Waterfall Model
RAD Model
V Model
Spiral Model
49. Variable can be saved in which format?
${variableName}
storedVars['variableName'].
Both of these
None of these
50. Selenium is compatible with _______ .
CSS1.0 and CSS 2.0
CSS1.0, CSS 2.0, and CSS 3.0 selectors
CSS 2.0, and CSS 3.0 selectors
CSS1.0, CSS 2.0, CSS 3.0 and CSS 4.0 selectors
Submit