Manual Testing FAQ’s
1. What are different Software Development models?
A: Waterfall Model, Incremental Model, Prototype Model,
Spiral Model, Agile Methodology and V-Model
2. What are the steps in SDLC?
A: Feasibility analysis, Requirements gathering, Design,
Implementation, Testing and Release&Maintenance
3. Describe V-Model?
A: It is otherwise called as Verification Validation model,
testing start at very initial stage of software development
process.
There are 2 categories of testing performed as part of V-Model,
static and dynamic testing, for every level of testing there will
be plan defined
4. What is Agile Testing model?
A: Agile testing involves testing from the customer perspective
as early as possible, testing early and often as code becomes
available and stable enough from module/unit level testing.
5. What is prototype testing?
A: It is a very effective method for finding design errors at an
early stage in product development, when functionalities are in
basic form, or not yet implemented. This testing method
involves target-group test users to carry out specific tasks on the
prototype of your product