R4RIN
Articles
Java 8
MCQS
Software Testing MCQ Quiz Hub
Software Testing Mcq Set 6
Choose a topic to test your knowledge and improve your Software Testing skills
1. Which is not true in case of COOKIES?
Is text only String.
Persistent Cookies are created temporarily in browser’s sub folder while visiting a website .
Used to solve the “Statelessness” of the HTTP Protocol used to store and retrieve used specific information on the web.
Cookies are not Software.
2. ____ is used to coordinate the sending of a data between computer.
Media Access Control
Logical Link Control
Media Player Script
All of these
3. What is the default port number used by hub in Selenium?
4444
2222
1111
3333
4. If you wanted to access the element that has the text "This element has an ID that changes every time the page is loaded" in it, then which of the following is used?
//div[contains(@id,'time_')]
//div[contains(@id_time())]
//div[parameter(@id_time())]
//div[parameter(@id,’time_’)]
5. _____ is done by suddenly increasing the load for a small period of time and observing the behavior of the system.
Stress Testing
Load Testing
Spike Testing
All of these
6. Test plans are based on _____
Project Plan
Business Plan
Support Plan
All of these
7. Which is not a part of Decision Table?
Stub portion
Driver portion
Condition portion
Action portion
8. When is Acceptance Testing performed in Agile development?
On request of customer
After system is ready
At the end of each iteration
daily
9. What are the objectives of Integration Testing?
To verify that system is functioning according to specified requirements.
To verify that system meets user expectation and needs.
To verify that system separately testable modules are functioning properly.
To verify that interfaces between different parts of system.
10. Which items is / are Configuration Items?
Source Code
Test Cases
Design Specification
All of the above
11. Which is least required skill of a Tester?
Good Programmer
Reliable
Attention to details
Being diplomatic
12. To pass an Exam, a candidate has to score minimum of 50 marks in order to clear the exam. The maximum that he can score is 100 marks. Identify the Valid Equivalence values if the student passes the exam.
50, 58, 75
49, 50, 51
52, 60, 99
0, 15, 50
13. Writing a test summary report is a major task of _____
Test Closure activity
Implementation and execution
Evaluating exit criteria and Reporting
Analysis and Design
14. The speedometer of a car uses 7 colours to show the speed. Each colour covers a range of 20 km, with an operating minimum and maximum of 0 and 140. Which of the following values is LEAST likely to have been identified when applying the Boundary Value Test Design Technique?
-1
0
7
1212
15. A Online Bus Reservation System asks number of seats to be reserved by user where user can reserve seats till its capacity will be full. If a tester wants to test that particular field using Boundary Value, what do you think will be a correct set of input values?
1, 2, capacity -1, capacity, capacity + 1
0, 1, capacity, capacity + 1
0, 1, 2, capacity + 1, a very large number
0, 1, 10, 100, capacity, capacity+1
16. As a tester which of the following will come under product risk if you are testing an e-commerce website?
Shortage of testers
Many changes in SRS that caused changes in test cases
Delay in fixing defects by development team
Failure to transfer a user to secure gateway while paying
17. Regression Testing is a major part of which of the life cycle?
Waterfall model
V model
Iterative model
All of the above
18. Verification is focused on _____.
Product
Process
Both
None of these
19. Validation is focused on ____
Product
Process
Both
None of the mentioned
20. Which testing is performed first?
Smoke
Sanity
Depending upon project one can selected first for execution
Simultaneously
21. As the reliability increases, failure intensity _____.
Decreases
Increases
No effect
None of the above
22. Component based software engineering emphasizes on ____
Coupling
Software planning
Reusability
None of the above
23. Which of these cannot be successfully tested using Loop Testing Methodology?
Simple Loops
Nested Loops
Concatenated Loops
None of the above.
24. Which of the following categories, Black-box testing attempts to find errors?
Incorrect or missing functions
Interface errors
Behavior or performance errors
All of the above
25. Which is not a type of Review?
Requirement Analysis
Peer to peer
Technical
Walk through
26. Which of the following type of testing is done without Planning and Documentation?
Unit Testing
Retesting
Ad hoc Testing
Regression Testing
27. If a company decides to migrate from Windows XP to Windows 7, which type of testing is done to ensure that whether your software works on new platform?
Interoperability Testing
Portability Testing
Usability Testing
Performance Testing
28. Component Drivers are not needed for ______.
Big-Bang
Top Down
Modified Top Down
Modified Sandwich
29. Coupling and Cohesion is explained by _______ .
Software Requirement Specification
Cause-Effect Graph
Structure Graph
Dependency Matrix
30. Which is not true in case of Sanity Testing?
Sanity test is a narrow regression testing.
Sanity test is usually unscripted.
Sanity testing is a cursory testing.
Sanity testing is High Level Testing.
31. ___ is always indented under the associated step.
Action icon
Web check icon
Service icon
Control icon
32. Which is the odd one out?
Action icon
Control icon
Request icon
Service icon
33. In manual correlation, we can include maximum of _____ parameters per scripts.
52
64
76
82
34. __ set includes fundamental test that contains positive checks and validating the application.
Sanity Test Case
Regression Test Case
Function Test Case
Advanced Test Case.
35. Which is not true in case of Root Folder?
Under root folder unattached folder is present.
You cannot add a test set directly to the unattached folder.
You can add a test set directly to the root folder.
Unattached folder contains test set no longer associated with a folder.
36. ____ is used to delete old Test Run?
Delete Test
Del Run
Purge Run
Free Run
37. We specify the objects and classes in the filter by clicking the Select Button and selecting the required items in the _____
Selected object only.
Defaults object type.
All object type
Selected object type
38. Which is not the WinObject test in Low-Level Recording?
Click
DbClick
Type
Activate
39. Which process will be used in JavaScript to find an element?
By DOM query
BY XPath query
BY CSS sector
All of these
40. Which of the following is not a verify and asserts method in Selenium?
VerifyElementPresent
VerifyElementNotPresent
VerifyText
VerifyTextAttributes
41. Which of the following is true regarding Trojan Horse Program?
Are legitimate programs that allow unauthorized access
Are hacker programs that do not show up on the system
Really do not usually works
Usually are immediately discovered
42. Mutual Exclusion problem occurs when _____
Two disjoint process that do not interact
Process sharing same resources
Process not sharing same resources
None of these
43. Which is not true regarding Spiral Model?
Risk analysis is involved in every cycle of development.
Uses series of prototype for refining test execution plan.
For any change we need to iterate the whole cycle.
. Only this model has the risk analysis phase.
44. Risk Management is a responsibility of the ____
Customer
Investor
Developer
Project team
45. What is Risk?
Negative consequence that could occur
Negative consequence that will occur
Negative consequence that must occur
Negative consequence that shall occur
46. What type of testing is deep and narrow?
Smoke
Sanity
Primitiveness
Low coupling
47. What type of testing is broad and shallow?
Smoke
Sanity
High cohesion
Primitiveness
48. What is / are the characteristics of a well-formed design class?
Primitiveness
High cohesion
Low coupling
All of the above
49. Which is the most desirable form of coupling?
Control coupling
Data coupling
Common coupling
Stamp coupling
50. Which is the worst type of coupling?
Control coupling
Data coupling
Content coupling
Stamp coupling.
Submit