Thursday, May 8, 2014

Software Testing and Quality Assurance (STQA) Semester 7 (Revised Course) (3 Hours) December 2011

New Page 1 Software Testing and Quality Ass

Software Testing and Quality Assurance (STQA)
Semester 7
(Revised Course)
(3 Hours) December 2011

 

MP-5758
[Total Marks : 100]
 

N.B: (1) Question No. 1 is compulsory.  
  (2) Answer any four questions out of remaining six questions.  
       
1. (A) Draw the data flow of following code.
public static double ReturnAverage(int ValueΓ, int AS, int MIN, int MAX){
int i, ti, tv, sum;
double av;
i=0; ti = 0; sum = 0;
while (ti < AS && value [i] ! = -999){
       ti++;
       if (value[i] <=MAX){
       tv++;
       sum=sum+value[i];
}
i++;
}
if(tv>0)
     av = (double)sum/tv;
else
    av = (double) - 999;
return (av);
}
10
  (B) Explain dynamic unit testing. 10
       
2. (A) Draw the control flow graph of Q1. a)code. And show branch coverage criteria. 10
  (b) Explain the following terms.
i) Verification  ii) validation  iii) error  iv) fault  v) defect.
10
       
3. (a) Describe the difference between black box and white box testing with the help of example. 10
  (b) Explain the characteristic of automated test cases. 10
       
4. (a) Explain McCall's quality factors and criteria. 10
  (b) Explain boundary value analysis with the help of example. 10
     
5. (a) Explain the mutation testing with the help of example . 10
  (b) What is the objectives of acceptance testing? Explain different types of acceptance testing. 10
       
6. (a) Describe the difference between unit testing and integration testing. 10
  (b) Explain the characteristic of testable requirments. 10
       
7. (a) Explain ISO 9001;2000 requirements. 10
  (b) Explain test design preparedness matrix with the help of example. 10

Also see Software testing and quality assurance question papers for December 2010

No comments:

Post a Comment