Software Testing MCQ With Answers
Software Engineering is a systematic, disciplined, cost-effective technique for software development. In simple terms, it is an engineering approach to developing software.
Software testing is a part of the software development process. Software testing is an activity to detect and identify defects in software. The primary purpose of testing is to release quality products to the client.
Testing in Software Engineering
- At different stages of software development, we need to test what we develop.
- When we develop a unit, we test it when we integrate it with other units.
- Also, it needs to be tested before giving the software to the customer.
- In some testing types, we directly deal with the code, which is known as white box testing.
- In some other cases, we do not have to look at the code and it is known as black-box testing.
- A mixture of these two is known as gray box testing.
Unit Testing
- Testing a single unit of the software is known as unit testing.
- In this testing, we will test an isolated unit of the software, which contains lots of the units.
Integration Testing
- Here, the testing of a few units of the software is done separately. Now, after testing, those units are integrated.
- After integrating those units, it is again tested.
- This is known as integration testing.
Regression Testing
- Here, a new module is made and it is added to the software.
- Whenever a new module is added to the software, it is tested to check whether the software is working fine with the change.
- This is known as regression testing.
System Testing
- The complete software is ready and working as a system.
- In this testing, the focus is the entire software. The testing is done based on Evolutionary are input and output.
- Software compatibility is tested on different kinds of OS.
- Testing the software comes under the black box testing category.
Stress Testing
- The software is tested under unfavorable conditions.
- In this testing, the software is pushed to its maximum limit to check whether any failure occurs under some unfavorable conditions.
Preparation Resources:
Software Testing MCQ
Identify the correct functional requirement.
Identify the correct measure for correctness.
Identify the fault-based testing technique.
Identify the incorrect testing technique.
Which of the following are types of code review?
When can white-box testing be started?
By whom is unit testing done?
In which of the following categories can white-box testing be classified?
Identify the term which is used to define testing?
Identify the environment in which we can perform alpha testing?
Choose the correct option which represents the key objective of integration testing?
Select the best time when regression testing should be done?
What is cyclomatic complexity?
The SRS document is also known as _____________ specification.
Identify the correct option among the following which is not included in SRS?
Identify the testing which cannot be performed on the first build of the software?
Identify the stage in which test cases are designed?
Identify among the following which is not a type of incremental testing approach.
Identify the incorrect phase of STLC(Software Testing Life cycle).
Select the correct option. Agile development testing is not treated as a separate phase.
Select the correct defect rate for Six sigma?
In which of the following categories can White Box techniques be classified.
To which boundary value analysis belongs.
Choose the correct option among the following. Does the software consist of?
The full form of SPICE is?
Choose the correct option which is not used in measuring the size of the software?
Choose true or false: Standard enforcer tool looks at the whole program.
In which chart are lower and upper limits present?
Is exhaustive testing possible?
Identify the most reputed testing standard?
The full form of ITG is?
Using which methodology is maintenance testing performed?
Identify the term which is used to define functional testing?
Identify the incorrect white box technique.
In which stage is user acceptance testing done?
Identify the incorrect black box technique?
Choose the correct option which states the correct definition of Software. It is considered to be a collection of?
What does FAST stand for?
Decomposition is also popularly known as
RUP and PSP stands for?
COCOMO model stands for?
CCMI model stands for?
Identify the term which is used to define testing?
A program having high cyclomatic complexity is more likely to be
Identify the testing tool which does not support by Database Testing?
Identify which of the following life cycle contains the phases: test case design, test execution, defect tracking, maintenance.
Should automation testing be performed before manual testing?
To notify the developer which bugs need to be fixed first is termed as?
Black box testing is also known as
White box testing is also known as
System testing is a
Which is not true in case of Unit testing?
Identify the term which is known as a variance from software product specifications?