8)What is the actual need for an alpha and beta testing?
A)For the developers it is impossible to predict how the end
user with really use the application
B)Misinterpretation of instructions for using the software
C)End users may use strange combinations of input data
D)All the above
7)In a Banking Application, for a module to pay a bill it
must have 3 screens (Entry, verification and confirmation
screens) in series. It was found that at the final
confirmation page the data was getting saved in the database
but was not getting displayed on the screen. Which is the
best suited category and severity of this defect?
A)High severity Content issue
B)Low severity Content issue
C)High severity Data Loss
D)Medium severity data loss
5)which of the following is not the characteristics of well
written Bug report?
A)It describes a real defect in the product
B)It describes the symptoms of the problem in terms of the
behaviour of the system
C)It contain a step by step procedure for reproducing the
problem
D)None
4) Adhoc Testing is performed with
A)A formal test plan but with out a formal testcase
cool.gifA formal test case but without a test plan
C) Both A and B
D) None of the options
2)The prototype model is chosen on what grounds?
A)During information engineering phase when all the
requirements are clear and there is no space for any confusion.
B)When the requirements are well understood and there is a
need for developers to create a fully functional system
within a very short time period.
C)During information engineering phase when only generalized
objectives of the software are defined and it is not
possible to define detailed inputs, business rules and
output requirements.
D)when the focus should be given on the delivery of an
operational product with each increment, where each
increment is a spiral model.
1) In a software development project Spiral Model was Chosen
as the development model. What is the best-suited reason for
this?
A)This model is the oldest and most widely used paradigm for
software development.
B)In this model users get the feel free the actual system
and developers get to build something immediately.
C)In this model risk analysis is done coupled with
evolutionary S/W process model with the iterative nature of
prototyping and controlled systematic aspects of water fall
model
D)This model combines elements of Classical model with this
iterative philoophy of prototyping.
In V model how will you explain all testing types
(unit,integration,sysetem,acceptance testing) as all these
parallel testing.E.g.Once the design phase is completed how
will you do the integration teting over here as tester
doesnt know much about design.Briefly justify the V-model?
Suppose product is to be delivered on urgent basis.There is
no time to test on all OS and Browseres.We have time to
execute atlest in one combination of OS and browser.Which
one do you prefer and why?