SlideShare a Scribd company logo
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

[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 / ...
Mumbai B.Sc.IT Study
 
[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...
Mumbai B.Sc.IT Study
 
17624 2016 winter question paper
17624 2016 winter question paper17624 2016 winter question paper
17624 2016 winter question paper
vaishali rane
 
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]
Mumbai B.Sc.IT Study
 
Sen17513 winter2016-question-paper
Sen17513 winter2016-question-paperSen17513 winter2016-question-paper
Sen17513 winter2016-question-paper
vaishali rane
 
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...
Mumbai B.Sc.IT Study
 
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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
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]
Mumbai B.Sc.IT Study
 
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]
Mumbai B.Sc.IT Study
 
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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
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
 
[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]
Mumbai B.Sc.IT Study
 
17403 automobile manufacturing process
17403 automobile manufacturing process17403 automobile manufacturing process
17403 automobile manufacturing process
soni_nits
 
[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]
Mumbai B.Sc.IT Study
 
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]
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
 
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]
Mumbai B.Sc.IT Study
 

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]

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]
Mumbai B.Sc.IT Study
 
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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
[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...
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 
[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]
Mumbai B.Sc.IT Study
 

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

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]
Mumbai B.Sc.IT Study
 
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]
Mumbai B.Sc.IT Study
 
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]
Mumbai B.Sc.IT Study
 
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]
Mumbai B.Sc.IT Study
 
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]
Mumbai B.Sc.IT Study
 
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}
Mumbai B.Sc.IT Study
 
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}
Mumbai B.Sc.IT Study
 
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}
Mumbai B.Sc.IT Study
 
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}
Mumbai B.Sc.IT Study
 
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}
Mumbai B.Sc.IT Study
 
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}
Mumbai B.Sc.IT Study
 
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}
Mumbai B.Sc.IT Study
 
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}
Mumbai B.Sc.IT Study
 
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}
Mumbai B.Sc.IT Study
 
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...
Mumbai B.Sc.IT Study
 
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...
Mumbai B.Sc.IT Study
 
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...
Mumbai B.Sc.IT Study
 
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...
Mumbai B.Sc.IT Study
 
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...
Mumbai B.Sc.IT Study
 
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...
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

Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
Kartik Tiwari
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
gb193092
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
Mohammed Sikander
 

Recently uploaded (20)

Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
 

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)