SlideShare a Scribd company logo
1 of 3
Download to read offline
S o f t w a r e T e s t i n g
Q u e s t i o n P a p e r ( D e c e m b e r – 2 0 1 7 ) [ R e v i s e d S y l l a b u s ]
1 | Page
M u m b a i B . S c . I T S t u d y
F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e
– Kamal T.
Time: 3 Hours Total Marks: 100
N.B.: (1) All Question are Compulsory.
(2) Make suitable assumptions wherever necessary and state the assumptions made.
(3) Answers to the same question must be written together.
(4) Numbers to the right indicate marks.
(5) Draw neat Labeled Diagrams wherever necessary.
(6) Use of Non-Programmable Calculators is allowed.
Q.1 Attempt Any Two of the following: (10 Marks)
(A) Explain VV Model of Testing in brief. (5)
(B) Explain the issues in Object Oriented Testing. (5)
(C) State the advantages and disadvantages of Structural Testing. (5)
(D) What is Benchmarking? What are its types? (5)
Q.2 Attempt Any Three of the following: (15 Marks)
(A) State and explain different Quality Factors. (5)
(B) What is Defect? Why Software does have Defect? (5)
(C) Differentiate between Software Quality Assurance and Software Quality Control. (5)
(D) Explain the VV Model of Testing. (5)
(E) State the methods or techniques of Verification. Explain any two. (5)
(F) Explain the characteristics of Big Bang Approach. (5)
Q.3 Attempt Any Three of the following: (15 Marks)
(A) A rectangle program accepts four integers as lengths for four sides of length from 1 to
100, inclusively. The output of the program is to determine whether the inputted
numbers can form a rectangle, square or neither of these. Create a decision table for
the above problem with any five rules. Provide a test case for each given rule.
(5)
(B) What is Functional Testing? Explain its advantages and disadvantages. (5)
(C) With the help of an illustrative example, explain how decision table can be used for
testing.
(5)
(D) Explain Equivalence Class Testing. How does weak normal differ from strong normal
form of Equivalence Class Testing?
(5)
(E) What is Retrospection? Explain with reference to Functional Testing. (5)
(F) Explain decision tables with an example. (5)
S o f t w a r e T e s t i n g
Q u e s t i o n P a p e r ( D e c e m b e r – 2 0 1 7 ) [ R e v i s e d S y l l a b u s ]
2 | Page
M u m b a i B . S c . I T S t u d y
F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e
– Kamal T.
Q.4 Attempt Any Three of the following: (15 Marks)
(A) Write a note on DD-Path Testing. (5)
(B) Give the significance of Structural Testing. (5)
(C) Write a note on Metric Based Testing. (5)
(D) Write a note on Du Path Test Coverage Metrics. (5)
(E) Explain the following generating adequate test sets for each:
(i) Statement Coverage
(ii) Conditional Coverage
(5)
(F) Draw a dd-path for the following piece of code.
1) //Program Bank Interest
2) Dim Period As Integer
3) Dim Age As Float
4) Output :( “Enter the Period and Age”)
5) Input: (Period, Age)
6) Output: (“The values entered are ”, Period, Age)
7) IF (Age <= 70)
8) THEN IF (100 <= Period < 200 )
9) THEN Output :( “ Interest paid is 7%”);
10) ELSE IF (200 <= Period < 365 )
11) THEN Output :( “ Interest is 8%”);
12) ENDIF
13) ELSE
14) IF (100 <= Period < 200 )
15) THEN Output :( “ Interest paid is 9%”);
16) ELSE IF (200 <= Period < 365 )
17) THEN Output :( “ Interest is 10%”);
18) ENDIF
19) ENDIF
20) END
(5)
S o f t w a r e T e s t i n g
Q u e s t i o n P a p e r ( D e c e m b e r – 2 0 1 7 ) [ R e v i s e d S y l l a b u s ]
3 | Page
M u m b a i B . S c . I T S t u d y
F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e
– Kamal T.
Q.5 Attempt Any Three of the following: (15 Marks)
(A) State and explain different levels of testing. (5)
(B) Explain the advantages and disadvantages of Bottom Up Approach. (5)
(C) "Efficiency of Unit Testing affects the effectiveness of Testing Process". Discuss. (5)
(D) Compare the objectives of Integration and Interaction Testing. (5)
(E) Explain Acceptance Testing in detail. (5)
(F) What is Retrospection? Explain Retrospection with respect to Unit Testing. (5)
Q.6 Attempt Any Three of the following: (15 Marks)
(A) Describe the feature of Object Oriented Software Testing. (5)
(B) Explain the classes as units with respect to Object Oriented Testing. (5)
(C) Discuss the aspect of Polymorphism and Inheritance with reference to Object Oriented
Testing.
(5)
(D) What is UML? Discuss UML Support for Object Oriented Integration Testing. (5)
(E) Explain different types of Metric-Based Testing. (5)
(F) Describe Verification & Validation Activities during Coding in VV. (5)
Q.7 Attempt Any Three of the following: (15 Marks)
(A) Define the term 'Efforts' and explain the different types of Efforts. (5)
(B) "Effectiveness of testing depends on designing good tests cases". Discuss. (5)
(C) What is the importance of a Test Report? Describe its types. (5)
(D) What are Test Cases? Explain its basic components with the help of example. (5)
(E) List the steps for Test Process Improvement. (5)
(F) Explain Test Process Improvement in the following Phases:
(i) Plan
(ii) Do
(iii) Check
(iv) Act
(5)

More Related Content

What's hot

Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]
Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]
Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]
Mumbai B.Sc.IT Study
 
A Language Independent Task Engine for Incremental Name and Type Analysis - S...
A Language Independent Task Engine for Incremental Name and Type Analysis - S...A Language Independent Task Engine for Incremental Name and Type Analysis - S...
A Language Independent Task Engine for Incremental Name and Type Analysis - S...
Gabriël Konat
 

What's hot (20)

[Question Paper] Introduction To C++ Programming (Revised Course) [January / ...
[Question Paper] Introduction To C++ Programming (Revised Course) [January / ...[Question Paper] Introduction To C++ Programming (Revised Course) [January / ...
[Question Paper] Introduction To C++ Programming (Revised Course) [January / ...
 
[Question Paper] Object Oriented Programming With C++ (Revised Course) [Janua...
[Question Paper] Object Oriented Programming With C++ (Revised Course) [Janua...[Question Paper] Object Oriented Programming With C++ (Revised Course) [Janua...
[Question Paper] Object Oriented Programming With C++ (Revised Course) [Janua...
 
17624 2016 winter question paper
17624 2016 winter question paper17624 2016 winter question paper
17624 2016 winter question paper
 
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
Advanced Web Programming (November – 2018) [Choice Based | Question Paper]
 
Sen17513 winter2016-question-paper
Sen17513 winter2016-question-paperSen17513 winter2016-question-paper
Sen17513 winter2016-question-paper
 
Embedded Systems And Programming (May - 2018) [IDOL: Old Course | Question Pa...
Embedded Systems And Programming (May - 2018) [IDOL: Old Course | Question Pa...Embedded Systems And Programming (May - 2018) [IDOL: Old Course | Question Pa...
Embedded Systems And Programming (May - 2018) [IDOL: Old Course | Question Pa...
 
Internet Of Things (Question Paper) [October – 2018 | Choice Based Syllabus]
Internet Of Things (Question Paper) [October – 2018 | Choice Based Syllabus]Internet Of Things (Question Paper) [October – 2018 | Choice Based Syllabus]
Internet Of Things (Question Paper) [October – 2018 | Choice Based Syllabus]
 
[Question Paper] E-Commerce (Old Course) [June / 2014]
[Question Paper] E-Commerce (Old Course) [June / 2014][Question Paper] E-Commerce (Old Course) [June / 2014]
[Question Paper] E-Commerce (Old Course) [June / 2014]
 
Internet Of Things (November – 2018) [Choice Based | Question Paper]
Internet Of Things (November – 2018) [Choice Based | Question Paper]Internet Of Things (November – 2018) [Choice Based | Question Paper]
Internet Of Things (November – 2018) [Choice Based | Question Paper]
 
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
Artificial Intelligence (November – 2018) [Choice Based | Question Paper]
 
Software Project Management (November – 2018) [Choice Based | Question Paper]
Software Project Management (November – 2018) [Choice Based | Question Paper]Software Project Management (November – 2018) [Choice Based | Question Paper]
Software Project Management (November – 2018) [Choice Based | Question Paper]
 
[Question Paper] Embedded System (Revised Course) [June / 2014]
[Question Paper] Embedded System (Revised Course) [June / 2014][Question Paper] Embedded System (Revised Course) [June / 2014]
[Question Paper] Embedded System (Revised Course) [June / 2014]
 
[Question Paper] Database Management Systems (Revised Course) [October / 2016]
[Question Paper] Database Management Systems (Revised Course) [October / 2016][Question Paper] Database Management Systems (Revised Course) [October / 2016]
[Question Paper] Database Management Systems (Revised Course) [October / 2016]
 
Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]
Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]
Data Warehousig (Question Paper) [May – 2018 | CBSGS - 75:25 Pattern]
 
[Question Paper] Embedded Systems and Programming (Old Syllabus) [April / 2013]
[Question Paper] Embedded Systems and Programming (Old Syllabus) [April / 2013][Question Paper] Embedded Systems and Programming (Old Syllabus) [April / 2013]
[Question Paper] Embedded Systems and Programming (Old Syllabus) [April / 2013]
 
17403 automobile manufacturing process
17403 automobile manufacturing process17403 automobile manufacturing process
17403 automobile manufacturing process
 
[Question Paper] C++ and Java (Old Course) [June / 2014]
[Question Paper] C++ and Java (Old Course) [June / 2014][Question Paper] C++ and Java (Old Course) [June / 2014]
[Question Paper] C++ and Java (Old Course) [June / 2014]
 
Object Oriented Programming (Question Paper) [April – 2017 | 75:25 Pattern]
Object Oriented Programming (Question Paper) [April – 2017 | 75:25 Pattern]Object Oriented Programming (Question Paper) [April – 2017 | 75:25 Pattern]
Object Oriented Programming (Question Paper) [April – 2017 | 75:25 Pattern]
 
A Language Independent Task Engine for Incremental Name and Type Analysis - S...
A Language Independent Task Engine for Incremental Name and Type Analysis - S...A Language Independent Task Engine for Incremental Name and Type Analysis - S...
A Language Independent Task Engine for Incremental Name and Type Analysis - S...
 
Enterprise Java (November – 2018) [Choice Based | Question Paper]
Enterprise Java (November – 2018) [Choice Based | Question Paper]Enterprise Java (November – 2018) [Choice Based | Question Paper]
Enterprise Java (November – 2018) [Choice Based | Question Paper]
 

Similar to Software Testing (December – 2017) [Revised Syllabus | Question Paper]

Similar to Software Testing (December – 2017) [Revised Syllabus | Question Paper] (20)

Software Testing (Revised Syllabus) [QP / October - 2016]
Software Testing (Revised Syllabus) [QP / October - 2016]Software Testing (Revised Syllabus) [QP / October - 2016]
Software Testing (Revised Syllabus) [QP / October - 2016]
 
Software Testing (Revised Syllabus) [QP / April - 2015]
Software Testing (Revised Syllabus) [QP / April - 2015]Software Testing (Revised Syllabus) [QP / April - 2015]
Software Testing (Revised Syllabus) [QP / April - 2015]
 
[Question Paper] Software Testing (75:25 Pattern) [November / 2014]
[Question Paper] Software Testing (75:25 Pattern) [November / 2014][Question Paper] Software Testing (75:25 Pattern) [November / 2014]
[Question Paper] Software Testing (75:25 Pattern) [November / 2014]
 
Software Testing (75:25 Pattern) [QP / April - 2017]
Software Testing (75:25 Pattern) [QP / April - 2017]Software Testing (75:25 Pattern) [QP / April - 2017]
Software Testing (75:25 Pattern) [QP / April - 2017]
 
[Question Paper] Software Testing (75:25 Pattern) [April / 2016]
[Question Paper] Software Testing (75:25 Pattern) [April / 2016][Question Paper] Software Testing (75:25 Pattern) [April / 2016]
[Question Paper] Software Testing (75:25 Pattern) [April / 2016]
 
[Question Paper] Software Testing (75:25 Pattern) [April / 2015]
[Question Paper] Software Testing (75:25 Pattern) [April / 2015][Question Paper] Software Testing (75:25 Pattern) [April / 2015]
[Question Paper] Software Testing (75:25 Pattern) [April / 2015]
 
[Question Paper] Software Testing (60:40 Pattern) [April / 2014]
[Question Paper] Software Testing (60:40 Pattern) [April / 2014][Question Paper] Software Testing (60:40 Pattern) [April / 2014]
[Question Paper] Software Testing (60:40 Pattern) [April / 2014]
 
[Question Paper] Software Testing (75:25 Pattern) [November / 2015]
[Question Paper] Software Testing (75:25 Pattern) [November / 2015][Question Paper] Software Testing (75:25 Pattern) [November / 2015]
[Question Paper] Software Testing (75:25 Pattern) [November / 2015]
 
[Question Paper] Database Management Systems (Revised Course) [April / 2015]
[Question Paper] Database Management Systems (Revised Course) [April / 2015][Question Paper] Database Management Systems (Revised Course) [April / 2015]
[Question Paper] Database Management Systems (Revised Course) [April / 2015]
 
[Question Paper] Software Engineering (Revised Course) [October / 2016]
[Question Paper] Software Engineering (Revised Course) [October / 2016][Question Paper] Software Engineering (Revised Course) [October / 2016]
[Question Paper] Software Engineering (Revised Course) [October / 2016]
 
[Question Paper] Advanced SQL (Revised Course) [January / 2017]
[Question Paper] Advanced SQL (Revised Course) [January / 2017][Question Paper] Advanced SQL (Revised Course) [January / 2017]
[Question Paper] Advanced SQL (Revised Course) [January / 2017]
 
[Question Paper] Advanced SQL (Revised Course) [April / 2015]
[Question Paper] Advanced SQL (Revised Course) [April / 2015][Question Paper] Advanced SQL (Revised Course) [April / 2015]
[Question Paper] Advanced SQL (Revised Course) [April / 2015]
 
[Question Paper] Computer Graphics (Revised Course) [April / 2015]
[Question Paper] Computer Graphics (Revised Course) [April / 2015][Question Paper] Computer Graphics (Revised Course) [April / 2015]
[Question Paper] Computer Graphics (Revised Course) [April / 2015]
 
[Question Paper] Software Engineering (Revised Course) [April / 2015]
[Question Paper] Software Engineering (Revised Course) [April / 2015][Question Paper] Software Engineering (Revised Course) [April / 2015]
[Question Paper] Software Engineering (Revised Course) [April / 2015]
 
[Question Paper] Introduction To C++ Programming (Revised Course) [May / 2016]
[Question Paper] Introduction To C++ Programming (Revised Course) [May / 2016][Question Paper] Introduction To C++ Programming (Revised Course) [May / 2016]
[Question Paper] Introduction To C++ Programming (Revised Course) [May / 2016]
 
[Question Paper] Object Oriented Programming With C++ (Revised Course) [April...
[Question Paper] Object Oriented Programming With C++ (Revised Course) [April...[Question Paper] Object Oriented Programming With C++ (Revised Course) [April...
[Question Paper] Object Oriented Programming With C++ (Revised Course) [April...
 
[Question Paper] Network Security (Revised Syllabus) [April / 2015]
[Question Paper] Network Security (Revised Syllabus) [April / 2015][Question Paper] Network Security (Revised Syllabus) [April / 2015]
[Question Paper] Network Security (Revised Syllabus) [April / 2015]
 
Java and Data Structure (June - 2014) [Revised Course | Question Paper]
Java and Data Structure (June - 2014) [Revised Course | Question Paper]Java and Data Structure (June - 2014) [Revised Course | Question Paper]
Java and Data Structure (June - 2014) [Revised Course | Question Paper]
 
[Question Paper] Advanced Java (60:40 Pattern) [April / 2014]
[Question Paper] Advanced Java (60:40 Pattern) [April / 2014][Question Paper] Advanced Java (60:40 Pattern) [April / 2014]
[Question Paper] Advanced Java (60:40 Pattern) [April / 2014]
 
[Question Paper] Software Engineering (Revised Course) [June / 2014]
[Question Paper] Software Engineering (Revised Course) [June / 2014][Question Paper] Software Engineering (Revised Course) [June / 2014]
[Question Paper] Software Engineering (Revised Course) [June / 2014]
 

More from Mumbai B.Sc.IT Study

More from Mumbai B.Sc.IT Study (20)

Linux System Administration (November – 2018) [Choice Based | Question Paper]
Linux System Administration (November – 2018) [Choice Based | Question Paper]Linux System Administration (November – 2018) [Choice Based | Question Paper]
Linux System Administration (November – 2018) [Choice Based | Question Paper]
 
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
Next Generation Technologies (November – 2018) [Choice Based | Question Paper]
 
Enterprise Networking (May – 2019) [Choice Based | Question Paper]
Enterprise Networking (May – 2019) [Choice Based | Question Paper]Enterprise Networking (May – 2019) [Choice Based | Question Paper]
Enterprise Networking (May – 2019) [Choice Based | Question Paper]
 
Business Intelligence (May – 2019) [Choice Based | Question Paper]
Business Intelligence (May – 2019) [Choice Based | Question Paper]Business Intelligence (May – 2019) [Choice Based | Question Paper]
Business Intelligence (May – 2019) [Choice Based | Question Paper]
 
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
Software Quality Assurance (May – 2019) [Choice Based | Question Paper]
 
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2016) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2015) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2017) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2016) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2015) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
Project Management (May - 2018) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2017) [CBSGS - Paper Solution] {Mumbai University}
 
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2013...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2013...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2013...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2013...
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Mast...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Mast...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Mast...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Mast...
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Apri...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Apri...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Apri...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Apri...
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Apri...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Apri...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Apri...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {Apri...
 
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
 

Recently uploaded

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 

Software Testing (December – 2017) [Revised Syllabus | Question Paper]

  • 1. S o f t w a r e T e s t i n g Q u e s t i o n P a p e r ( D e c e m b e r – 2 0 1 7 ) [ R e v i s e d S y l l a b u s ] 1 | Page M u m b a i B . S c . I T S t u d y F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e – Kamal T. Time: 3 Hours Total Marks: 100 N.B.: (1) All Question are Compulsory. (2) Make suitable assumptions wherever necessary and state the assumptions made. (3) Answers to the same question must be written together. (4) Numbers to the right indicate marks. (5) Draw neat Labeled Diagrams wherever necessary. (6) Use of Non-Programmable Calculators is allowed. Q.1 Attempt Any Two of the following: (10 Marks) (A) Explain VV Model of Testing in brief. (5) (B) Explain the issues in Object Oriented Testing. (5) (C) State the advantages and disadvantages of Structural Testing. (5) (D) What is Benchmarking? What are its types? (5) Q.2 Attempt Any Three of the following: (15 Marks) (A) State and explain different Quality Factors. (5) (B) What is Defect? Why Software does have Defect? (5) (C) Differentiate between Software Quality Assurance and Software Quality Control. (5) (D) Explain the VV Model of Testing. (5) (E) State the methods or techniques of Verification. Explain any two. (5) (F) Explain the characteristics of Big Bang Approach. (5) Q.3 Attempt Any Three of the following: (15 Marks) (A) A rectangle program accepts four integers as lengths for four sides of length from 1 to 100, inclusively. The output of the program is to determine whether the inputted numbers can form a rectangle, square or neither of these. Create a decision table for the above problem with any five rules. Provide a test case for each given rule. (5) (B) What is Functional Testing? Explain its advantages and disadvantages. (5) (C) With the help of an illustrative example, explain how decision table can be used for testing. (5) (D) Explain Equivalence Class Testing. How does weak normal differ from strong normal form of Equivalence Class Testing? (5) (E) What is Retrospection? Explain with reference to Functional Testing. (5) (F) Explain decision tables with an example. (5)
  • 2. S o f t w a r e T e s t i n g Q u e s t i o n P a p e r ( D e c e m b e r – 2 0 1 7 ) [ R e v i s e d S y l l a b u s ] 2 | Page M u m b a i B . S c . I T S t u d y F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e – Kamal T. Q.4 Attempt Any Three of the following: (15 Marks) (A) Write a note on DD-Path Testing. (5) (B) Give the significance of Structural Testing. (5) (C) Write a note on Metric Based Testing. (5) (D) Write a note on Du Path Test Coverage Metrics. (5) (E) Explain the following generating adequate test sets for each: (i) Statement Coverage (ii) Conditional Coverage (5) (F) Draw a dd-path for the following piece of code. 1) //Program Bank Interest 2) Dim Period As Integer 3) Dim Age As Float 4) Output :( “Enter the Period and Age”) 5) Input: (Period, Age) 6) Output: (“The values entered are ”, Period, Age) 7) IF (Age <= 70) 8) THEN IF (100 <= Period < 200 ) 9) THEN Output :( “ Interest paid is 7%”); 10) ELSE IF (200 <= Period < 365 ) 11) THEN Output :( “ Interest is 8%”); 12) ENDIF 13) ELSE 14) IF (100 <= Period < 200 ) 15) THEN Output :( “ Interest paid is 9%”); 16) ELSE IF (200 <= Period < 365 ) 17) THEN Output :( “ Interest is 10%”); 18) ENDIF 19) ENDIF 20) END (5)
  • 3. S o f t w a r e T e s t i n g Q u e s t i o n P a p e r ( D e c e m b e r – 2 0 1 7 ) [ R e v i s e d S y l l a b u s ] 3 | Page M u m b a i B . S c . I T S t u d y F a c e b o o k | T w i t t e r | I n s t a g r a m | G o o g l e + | Y o u T u b e – Kamal T. Q.5 Attempt Any Three of the following: (15 Marks) (A) State and explain different levels of testing. (5) (B) Explain the advantages and disadvantages of Bottom Up Approach. (5) (C) "Efficiency of Unit Testing affects the effectiveness of Testing Process". Discuss. (5) (D) Compare the objectives of Integration and Interaction Testing. (5) (E) Explain Acceptance Testing in detail. (5) (F) What is Retrospection? Explain Retrospection with respect to Unit Testing. (5) Q.6 Attempt Any Three of the following: (15 Marks) (A) Describe the feature of Object Oriented Software Testing. (5) (B) Explain the classes as units with respect to Object Oriented Testing. (5) (C) Discuss the aspect of Polymorphism and Inheritance with reference to Object Oriented Testing. (5) (D) What is UML? Discuss UML Support for Object Oriented Integration Testing. (5) (E) Explain different types of Metric-Based Testing. (5) (F) Describe Verification & Validation Activities during Coding in VV. (5) Q.7 Attempt Any Three of the following: (15 Marks) (A) Define the term 'Efforts' and explain the different types of Efforts. (5) (B) "Effectiveness of testing depends on designing good tests cases". Discuss. (5) (C) What is the importance of a Test Report? Describe its types. (5) (D) What are Test Cases? Explain its basic components with the help of example. (5) (E) List the steps for Test Process Improvement. (5) (F) Explain Test Process Improvement in the following Phases: (i) Plan (ii) Do (iii) Check (iv) Act (5)