You are on page 1of 2

Minor Test I (MCA 5 th Sem) Dated 11-09-20

Paper CODE : CSL -652 PAPER Name : Software Testing and Quality Assurance

Time Allowed : 1hrs

Max Marks: 20

Note- Attempt any four

QNo1 What is software testing? What are the main objectives of Software testing? When the role of software
testing starts in software life-cycle? 2+2+1

QNo2) Consider the following program segment:

void main()

int x,y;

scanf (“%d\n”, &x);

scanf(“%d\n\”, &y);

while(x!=y)

(if(x>y)

x=x-y;

else y=y-x;

printf(“x=%d”, x);

Find the number of independent paths Explain the significance of independent paths. 3+2= 5

QNo3)Why do we require acceptance testing? What are the various methods to perform acceptance testing?
Explain Briefly. 1+4=5

QNo 4)Write short on any two

Object-oriented Testing
Cause-effect testing

Regression Testing

QNo5) Consider a program for determination of roots of a quadratic equation. Generate equivalence class. 5

You might also like