Software Testing and Quality Assurance
(STQA) |
|||
GT-8949 |
|||
N.B: | (1) | Question No. 1 is compulsory. | |
(2) | Answer any four questions out of remaining six questions. | ||
Q1. | (5 Marks Each) | 05 | |
(A) | Who should define the acceptance quality attribute criteria of a test project? Justify your answer and give some Acceptance criteria. | ||
(B) | Compare McCall's quality model with ISO 9126 quality model. | ||
(C) | How many level of test execution will you follow and describe them? | ||
(D) | Explain test Design Preparedness Metrics | ||
Q2. | 10 | ||
(A) | Generate Decision Table based Test Cases for
a payroll system of a person (i) if the salary of a person is less than equal to Rs. 70,000 and expenses do not exceed Rs. 30,000 then 100% tax is charged by IT department. (ii) if the salary is grater than Rs. 60,000 and less than equal to Rs 2lakhs and expenses don't exceed Rs. 40,000 than 20% tax is charged by IT department. (iii) For salary greater than Rs 2lakhs, 5% additional charges is also charged. (iv) If expenses are greater than Rs. 40,000 surcharge is 9%. |
||
(b) | Explain with example scalability testing? | 5 | |
(c) | Explain test Case Design effectiveness | 5 | |
Q3. | |||
(a) | Acceptance test cases executed in two phases, justify? | 5 | |
(b) | Draw data Flow Graph and write du-path for variable x
and y */ pow(x,y) this program computes x to the power of y, where x and y are integars */
|
10 | |
(c) | A software engineering group is developing a mission-critical software system that will launch laser-guided missiles to its destinations. This is a new kind of * product that was never built by the company. As a quality assurance manager, which code review methodology--walkthrough or inspection--would you recommend? Justify your answer. | 5 | |
Q4. | |||
(a) | Perform Mutation testing with four mutants on given code
and find Mutation Score.
|
10 | |
(b) | Explain different metrics used in System Testing | 10 | |
Q5. | |||
(a) | Draw control flow graph for given code and
show that branch coverage includes statement coverage File*fptr1,
*fptr2, *fptr3;/*These are global variables. */ |
||
(b) | Explain Test Execution Strategy in detail. | 10 | |
Q6. | |||
(a) | Explain with example load testing and stress testing? | 05 | |
(b) | Suppose that you plan to purchase commercial off-the-shelf(COTS) components and integrated them with your communication software project. What kind of acceptance criteria will you develop to conduct acceptance testing of the COTS components | 05 | |
(c) | Generate Boundary Value Analysis Test Cases for the
Triangle Problem and write how many test cases can be generated? The triangle program accepts three integers, p, q and r as input. These are taken to be the sides of a triangle. The integars p,q and r must satisfy the following conditions C1: 1 < p < 300 C2: 1 < q < 300 C2: 1 < r < 300 C4: p <q+r C5: q <p+r C6: r <p+q The input of the program may be either of: Equilateral Triangle, Isosceles Triangle, Scalene or "Not a Triangle". |
05 | |
Q7. | |||
(a) | Differentiate structural and functional testing | 5 | |
(b) | Explain the five different views of software quality | 5 | |
(c) | Discuss the advantages and disadvantages of integration testing | 5 | |
(d) | What are the strengths and weakness of automated testing and manual testing? | 5 |
Thursday, May 8, 2014
Software Testing and Quality Assurance (STQA) Semester 7 (Revised Course) (3 Hours) December 2010
Posted by
B.E. Computers, IT Notes/Solved Question papers Mumbai - Free call 022-66752917
at
2:53 AM
Labels:
be engineering,
BE IT,
BE IT Information Technology,
December 2010,
Mumbai university Papers,
Mumbai university Questions papers,
Semester 7,
Software Testing and Quality Assurance,
STQA
Location:
Mulund West, Mumbai, Maharashtra, India
Subscribe to:
Post Comments (Atom)
These are most important questions and thanks for providing best answers.
ReplyDeletecode review methodology