0
528views
Software Testing & Quality Assurance Question Paper - May 2016 - Information Technology (Semester 8) - Mumbai University (MU)
1 Answer
0
2views

Software Testing & Quality Assurance - May 2016

MU Information Technology (Semester 8)

Total marks: --
Total time: --
INSTRUCTIONS
(1) Assume appropriate data and state your reasons
(2) Marks are given to the right of every question
(3) Draw neat diagrams wherever necessary
1(a) With example explain Failure, Defect and Error 5 marks

1(b) Explain STLC 5 marks

1(c) Explain software quality metrics 5 marks

1(d) Issues in Object Oriented Testing 5 marks

2(a) What is verification and Validation? What is it's need? 5 marks

2(b) A program reads three numbers n1, n2, n3, in the range - 100 to 100 and prints the smallest number. Design test cases for this program using equivalence class testing technique. 5 marks

3(a) Draw control flow graph and find cyclomatic complexity for the following PDL
if(c1 or c2 c3)s1;
else s2;
while(c4) s3;
s4;
do s5; while (c5);
s6
5 marks

3(b) Design test cases to find maximum of 4 nos. 5 marks

4(a) Explain static Data Flow Testing with example 5 marks

4(b) Explain different types of incremental Integration Testing Methods. 5 marks

5(a) Explain entry and exit criteria for Alpha and beta Testing. How Alpha testing differs from Beta testing. 5 marks

5(b) T contains 90 tests of which 20 are modification-revealing for p and P' and M selects 12 of these 20 tests, then calculate the inclusiveness of M relative to P, P' and T. 5 marks

6(a) Explain structure of Testing Group 5 marks

6(b) Explain different size metrics 5 marks

6(c) What is test suite? Why it grows. 5 marks

6(d) Elaborate on SQA Models n brief. 5 marks

Please log in to add an answer.