0% found this document useful (0 votes)
41 views

Types of testing - Software Testing MCQs

Uploaded by

AyubAli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views

Types of testing - Software Testing MCQs

Uploaded by

AyubAli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Prepare Practice

Interview Aptitude Reasoning English GD Placement papers HR Current affairs


TypesMCA
Engineering of testing
MBA - Software
Online test Login Testing

MCQs MCQs English TutorialsDownload


Topics >> Placement papers >>
Software Testing Placement papers - Model questions & answers -01/14/15
Related Topics

« Previous Next » SAP MaxDB placement


test question papers

Types of testing - Software Testing MCQs Impetus placement


papers, interview
1. Black box testing is only functional testing. True or
experience, exam pattern
false.
IBM Placement Paper,
interview experience,
a) True exam pattern
b) False
Perot placement papers,
interview experience,
View Answer / Hide Answer exam pattern

Adobe placement papers,


ANSWER: b) False interview experience,
exam pattern

Comment: black box testing can also be used for checking Deloitte placement
papers, interview
non-functional attributes of system like reliability, usability experience, exam pattern
etc.

2. Non functional testing is performed only at system


testing level. True or false.

a) True
b) False

View Answer / Hide Answer


ANSWER: b) False
Prepare Practice

Comment: Non functional testing is performed at all test


levels.Aptitude
Interview Reasoning English GD Placement papers HR Current affairs
Engineering MCA MBA Online test Login

3.Which of the following are functional characteristics?

1. Maintainability
2. Usability
3. Compliance
4. Accuracy
5. Portability
6. Efficiency

a) 1,3,4
b) 3,4,5
c) 3,4
d) All of the above

View Answer / Hide Answer

ANSWER: c) 3,4

Comment: Only compliance and accuracy are functional


characteristics of system while remaining are non
functional characteristics.

4. Which of the following is not other name for structural


testing?

a) White box testing


b) Glass box testing
c) Behavioral testing
d) None of the above
Prepare Practice

View Answer / Hide Answer


Interview Aptitude Reasoning English GD Placement papers HR Current affairs
Engineering MCA
ANSWER: MBA
c) Behavioral Online
testingtest Login

Comment: Behavioral testing is called as black box testing.

5. Sometimes regression testing is best candidate for


automation. True or false.

a) True
b) False

View Answer / Hide Answer

ANSWER: a) True

Comment: Regression testing is executing previously


passed set of test cases to make sure that modification has
not caused any adverse side effect on unaltered part of
system.

6. In which of the following situations regression testing


is not performed?

a) When project manger asks to perform


b) When new functionality is introduced.
c) When database system is changed
d) When system is installed on different hardware
configuration than previously tested.

View Answer / Hide Answer


Prepare Practice
ANSWER: a) When project manger asks to perform

InterviewAptitude Reasoning
Comment: Regression testing English GD
is executing Placement papers
previously HR Current affairs
Engineering MCA MBA
passed set of test casesOnline test
to make sureLogin
that modification has
not caused any adverse side effect on unaltered part of
system.

7. Configuration testing deals with hardware while


compatibility testing deals with software. True or false.

a) True
b) False

View Answer / Hide Answer

ANSWER: a) True

8. A software is going to be installed in US,Europe and


India. Which of the following is correct statement while
testing a zip text field ?
1) For globalization testing, it should allow to enter
alphanumeric inputs

2) For localization testing ,it should allow only numbers in


input field.

a) Only1
b) Only 2
c) Both
d) None
Prepare Practice
View Answer / Hide Answer

Interview Aptitude
ANSWER: Reasoning
c) Both English GD Placement papers HR Current affairs
Engineering MCA MBA Online test Login

9. Which is/are characteristic/s of stress testing?

a) It is a type of non functional testing


b)It involves testing beyond normal operational capacity,
often to a breaking point, in order to observe the results.
c)It is used to determine the stability of a given system.
d) It put greatemphasis on robustness, availability, and error
handling under a heavy load, rather than on what would be
considered correct behavior under normal circumstances.
e)All of the above

View Answer / Hide Answer

ANSWER: e)All of the above

10. Which of the following is non functional testing for


an e-commerce website?

a) People can buy goods


b) people can return faulty goods
c) security of system during transaction
d) 1000 people can log into system at same time.

View Answer / Hide Answer


ANSWER: d) 1000 people can log into system at same time.
Prepare Practice

comment: In non-functional testing the quality


characteristics
Interview Aptitude ofReasoning
the component or system
English GD is tested. Non-
Placement papers HR Current affairs
functional
Engineering MCArefersMBA
to aspects of test
Online the software
Login that may not be
related to a specific function or user action. Eg. How many
people can log in at once?

11. Which is not characteristic of regression testing?

a) Regression testing can be performed on each level

b) It is done to illustare that software is not changed


intenationally

Discover related topics

Software Testing Mcq

Selecting and Installing Software Testing


Tools

Software Testing Methods

Software Testing Fundamentals

Software Testing Geeksforgeeks

c) It is done to illustrate that new defects are not introduced


after adding a new functionality or corercting previous one.
d) It is best candidaye for automation

View Answer / Hide Answer


ANSWER:b) It is done to illustare that software is not
Prepare Practice
changed intenationally

Interview Aptitude Reasoning English GD Placement papers HR Current affairs


Engineering MCA MBA Online test Login

12. What is example of load testing?

a) Downloading large contents from the internet.


b) Running multiple applications on a computer or server
simultaneously.
c) Printing large document using printer in a queue.
d) Generating a large amount of traffic on particalr page.
e) All the above

View Answer / Hide Answer

ANSWER: e) All the above

13. Which techniqe is applied for usability testing?

a) White box
b) Black box
c) Grey box
e) Combination of all

View Answer / Hide Answer

ANSWER: b) Black box

Comment: Usability testing is done mostly by users. They


are not familiar with internall structure of system so, blavck
box tecnique is correct answer.
Prepare Practice

14. Software
Interview Aptitude Reliability
Reasoning is theEnglish
probability
GD of failure-free
Placement papers HR Current affairs
softwareMCA
Engineering operation
MBA for Online
a specified
test period
Login of time in a
specified environment.True or false.

a) True
b) False

View Answer / Hide Answer

ANSWER: a) True

15. Which things are measured by software Test


effectiveness?

a) How many customer requirements are implemented in


system?

b) How well the customer specifications are achieved by the


system?
c) How much effort is put in developing the system?
d) All of the above

View Answer / Hide Answer

ANSWER: d) All of the above

16.If a company decides to migrate from Windows XP to


Windows 7, which type of testing is done to ensure
whether your software works on new platform?
Prepare Practice

a) Interoperability testing
b) Portability
Interview Aptitudetesting
Reasoning English GD Placement papers HR Current affairs
c) Usability
Engineering MCA testing
MBA Online test Login
d) Performance testing

View Answer / Hide Answer

ANSWER: b) Portability testing

Comment: Portability testing shows the ease with which a


computer software component or application can be moved
from one environment to another, e.g. moving of any
application from Windows XP to Windows 7.

17. 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?

a) To find defects
b) To train employees
c) To gain confidence in system
d) All of the above

View Answer / Hide Answer

ANSWER: c) To gain confidence in system

18. Which will be functional test case for on-line


reservation system?
Prepare Practice
a) Measuring the response time of a system
b) Checking how system behaves when large number of
usersAptitude
Interview are accessing the site
Reasoning English GD Placement papers HR Current affairs
c) to check
Engineering MCAif user
MBAis ableOnline
to book
testa ticket from Mumbai to
Login
Goa
d) to check for elderly person, it is easy to use

View Answer / Hide Answer

ANSWER: c) to check if user is able to book a ticket from


Mumbai to Goa

19. 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?

a) Do not involve testers


b) Just go for retest
c) Always go for full regression test
d) Go for retest and then use risk assessment to decide
reasonable subset of regression test suit that will be
executed

View Answer / Hide Answer

ANSWER: d) Go for retest and then use risk assessment to


decide reasonable subset of regression test suit that will be
executed

20. In which of the following type of testing, testing is


done without planning and documentation?
Prepare Practice

a) Unit testing
b) Retesting
Interview Aptitude Reasoning English GD Placement papers HR Current affairs
c) Ad hocMCA
Engineering testingMBA Online test Login
d) Regression testing

View Answer / Hide Answer

ANSWER: c) Ad hoc testing

« Previous Next »

Post your comment

Related Content

Equivalence partitioning and


Boundary value analysis -
MCQs
Static analysis tools -
Software Testing MCQs
Testing Levels - Software
Testing MCQs
SDLC and different models of
SDLC - MCQs
Agile testing - Software
Testing MCQs
Incident Management -
Software Testing MCQs
Smoke and Sanity testing -
MCQs
Use cases and Decision table
- MCQs
Different roles in Software
Testing - MCQs
Independent testing team -
Software Testing MCQs
Fundamental test processes -
Software Testing MCQs
Structure based testing
techniques - MCQs Prepare Practice
Risk analysis and
management - MCQs
Interview Aptitude
Configuration Reasoning
management - English GD Placement papers HR Current affairs
EngineeringSoftware
MCA Testing
MBAMCQsOnline test Login
Types of testing - Software
Testing MCQs

Follow us

CareerRide on YOUTUBE
CareerRide on INSTAGRAM

Home About us Contact us Terms of use Ask Us YouTube Instagram

© Copyright 2016. All Rights Reserved.

You might also like