0
1.7kviews
Software Testing And Quality Assurance Question Paper - May 17 - Information Technology (Semester 8) - Mumbai University (MU)
1 Answer
0
7views

Software Testing & Quality Assurance - May 17

MU Information Technology (Semester 8)

Total marks: 80
Total time: 3 Hours
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) How does testing help in producing quality software?
5 marks 12426

1(b) What are the types of errors detected by black-box testing
5 marks 12427

1(c) Brief about Function Point Metric for software testing
5 marks 12429

1(d) Differentiate system testing and acceptance testing.
5 marks 12430

2(a) What is software testing? Describe software testing model with a neat diagram.
10 marks 12431

2(b) Why do we need integration testing? Explain various approaches in integration testing.
10 marks 12433

3(a) Discuss the benefits of verification and validation in a project.
10 marks 12436

3(b) What is static testing? Explain the types of static testing.
10 marks 12437

4(a) Brief about Software Quality Management
10 marks 6269

4(b) What is the need for software measurement? Discuss the various types of software metrics.
10 marks 12440

5(a) What are the challenges in testing web based software?
10 marks 12442

5(b) Consider the following program segment.

# include 
main () 
{ float x, y, z; 
clrscr(), 
printf( "enter the three variables x, y, z"); 
scanf( "%f%f" , &x, &y, &z); 
if(x>y) 
{ 
printf( "x is greatest"); 
else 
printf ("z is gretest"); 
} 
else 
{
if (y > z) 
printf ( " y is greatest" ), 
else 
printf( "z is greatest"); 
} 
getch(); 
}


1) Draw the decision-to-decision graph or DD graph the above program.
2) Calculate the cyclomatic complexity of the program using all the methods.
3) List all the independent paths.
4) Design test cases from independent paths.</stdio.h>

10 marks 12444

6 Write short note any two

6(a) Object-oriented Testing
10 marks 12446

6(b) Regression Testing
10 marks 6235

6(c) Bug classificaion based on Softwares Development Life Cycle(SDLC)
10 marks 12447

Please log in to add an answer.