Coding | Mcqs | Multiple choice questions | Informative | Computer Science | Engineering | Aptitude | Quants | Verbal

INFEED

Software Testing Mcqs



1.To check whether coding standards are followed, which type of testing will be beneficial?Required to answer. Single choice.
Correct answers: b. Static Testing
2.What is the main task of test planning?Required to answer. Single choice.
(1/1 Point)
Correct answers: c. Determining the test approach
3.Which of the following testing is refers to as a fault-based testing technique?Required to answer. Single choice.
(1/1 Point)
Correct answers: b. Mutation testing
4.What is the best time to perform Regression testing?Required to answer. Single choice.
(1/1 Point)
Correct answers: d. Both option a & c
5.Which of the below testing is executed without documentation and planning is known as?Required to answer. Single choice.
(1/1 Point)
Correct answers: b. Adhoc Testing
6.Followings are the major tasks of Test Analysis and Design Activity. Arrange them in correct order. 1. Identify and prioritize test conditions 2. Design and prioritize the test 3. Identify the data used for test procedure 4. Review the test basis 5. Evaluate testability of test basis 6. Design the test environment set up and identify any required infrastructure and toolsRequired to answer. Single choice.
(2/2 Points)
Correct answers: d. 4,5,1,2,3,6
7.How much percentage of budget should be dedicated to testing activity for achieving its effectiveness?Required to answer. Single choice.
(2/2 Points)
Correct answers: b. 40-50
8.Define the term failure?Required to answer. Single choice.
(1/1 Point)
Correct answers: b. Its departure from specified behavior
9. In which environment we can performed the Beta testing?Required to answer. Single choice.
(1/1 Point)
Correct answers: c. User's end
10.What is error guessing in software testing?Required to answer. Single choice.
(1/1 Point)
Correct answers: d. Test case design/ data management techniques
11.Software Tester focuses more on complex part of the software. Which of the following testing principles implies this?Required to answer. Single choice.
(2/2 Points)
Correct answers: d. Defect Clustering
12.In which environment we can performed the Alpha testing?Required to answer. Single choice.
(1/1 Point)
Correct answers: b. Developer's end
13.Who generally uses the Static Analysis Tools?Required to answer. Single choice.
(1/1 Point)
Correct answers: b. Developer
14.Where do the testers fail to find the incidentsRequired to answer. Single choice.
(2/2 Points)
Correct answers: d. Improvements suggested by users
15.Which of the following is not a valid software testing technique?Required to answer. Single choice.
(1/1 Point)
Correct answers: c. Error guessing
16.Why it is difficult for a developer to do a testing job?Required to answer. Single choice.
(1/1 Point)
Correct answers: d. lack of Objectives
17. What is the meaning of Functional Cohesion?Required to answer. Single choice.
(1/1 Point)
Correct answers: a. Operations are part of single functional task and are placed in same procedures.
18.Which is not the right approach of Incremental testing approach?Required to answer. Single choice.
(1/1 Point)
Correct answers: a. Big bang approach
19.Does the customer get a 100% bug-free product?Required to answer. Single choice.
(1/1 Point)
Correct answers: c. The testing team is not good
20.Which of the following term describes testing?Required to answer. Single choice.
(1/1 Point)
Correct answers: b) Evaluating deliverable to find errors
21.Configuration Testing deals with hardware while compatibility testing deals with Software.Required to answer. Single choice.
(1/1 Point)
Correct answers: a. True
22.Sanity testing is a ------?Required to answer. Single choice.
(1/1 Point)
Correct answers: b. Test Execution Level
23.Which of the following is / are Integration approaches?Required to answer. Single choice.
(1/1 Point)
Correct answers: D. Big bang Integration
24.Which of the following statements are correct? 1. Stubs are used in bottom-up approach. 2. Stubs are used in Top-down approach. 3. Drivers are used in bottom-up approach. 4. Drivers are used in Top-down approach.Required to answer. Single choice.
(2/2 Points)
Correct answers: c. 2, 3
25.Which of the following statement / s is / are correct? 1. Stubs are dummy calling program. 2. Drivers are dummy called program.Required to answer. Single choice.
(1/1 Point)
Correct answers: d. None
26.What are the criteria to decide the testing efforts? 1. Time and budget 2. Size of development team 3. Size of testers 4. Risk associated with projectRequired to answer. Single choice.
(2/2 Points)
Correct answers: c. 1, 4
27.ITG stands for------?Required to answer. Single choice.
(1/1 Point)
Correct answers: c. Independent Test Group
28.Which of the following testing is also called Acceptance testing?Required to answer. Single choice.
(1/1 Point)
Correct answers: a. Beta testing
29.Which of the below is not a part of the Test Plan?Required to answer. Single choice.
(1/1 Point)
Correct answers: c. Incident reports
30.Testing helps us to __________ of product by finding defects in product.Required to answer. Single choice.
(2/2 Points)
Correct answers: c. Measure quality
31.Which of the below testing is related to Non-functional testing?Required to answer. Single choice.
(1/1 Point)
Correct answers: c. Performance Testing
32.A retail company purchased commercial off the shelf application for automating their billing process. But before introducing it on large scale they are going for beta testing .What will be the reason for doing this?Required to answer. Single choice.
(2/2 Points)
Correct answers: c. To gain confidence in system
33.What are the various Testing Levels?Required to answer. Single choice.
(1/1 Point)
Correct answers: d) All of the mentioned
34.If a problem occurs in a system 6 months after it completely goes live, what will be the approach for fixing that problem on very urgent basis?Required to answer. Single choice.
(2/2 Points)
Correct answers: d. Go for retest and then use risk assessment to decide reasonable subset of regression test suit that will be executed.
35. Which items is / are Configuration Items?Required to answer. Single choice.
(2/2 Points)
Correct answers: e. All of the above
36.Who leads a walkthrough?Required to answer. Single choice.
(2/2 Points)
Correct answers: a. Author
37.Writing a test summary report is a major task of ____________.Required to answer. Single choice.
(2/2 Points)
Correct answers: c. Evaluating exit criteria and Reporting
38.The Regression test case is not a --------?Required to answer. Single choice.
(1/1 Point)
Correct answers: b. Low-level components are combined into clusters, which perform a specific software sub-function.
39. Which of the following statement is used to discover errors in the test case?Required to answer. Single choice.
(1/1 Point)
Correct answers: b. Non-existent loop termination
40.Which Test Document is used to define the Exit Criteria of Testing?Required to answer. Single choice.
(1/1 Point)
Correct answers: d. Test Plan
41.Define the term verification in V and V model?Required to answer. Single choice.
(1/1 Point)
Correct answers: a. Checking that we are building the system right
42.We use the dot (.) operator followed by either a * or a +. The + tells the regular expression that there will be instances between "0" and "n", while the * tells the regular expression that there will be instances between "1" and "n".Required to answer. Single choice.
(2/2 Points)
Correct answers: b. False
43.Test plans are based on _______Required to answer. Single choice.
(2/2 Points)
Correct answers: a. Project Plan
44.If all the statements of code are executed that means every decision is executed at least once.Required to answer. Single choice.
(2/2 Points)
Correct answers: b. False
45.Impact analysis helps us to decide which of the following testing?Required to answer. Single choice.
(1/1 Point)
Your answer to question 45 is wrong. Correct answers: b. How much regression testing should be done?

Post a Comment

Previous Post Next Post