SQA Interview Suggestion
SQA Interview Suggestion
SQA Interview Suggestion
1.What is Software
Development Life Cycle ?
Proces
s Process Process
Modeling modeling modeling
Test Test
and and
turnove turnove
Test and turnover
6. What is V - Model?
V- model is also called as Verification and
Validation model.
InV Model, project development and testing
should go parallel. Verification phase should be
carried out from SDLC where validation phase
should be carried out from STLC .
V - Model
User Manual
Requirement System Test,
Specification Acceptance
Test
SRS Tested
Software
System Design
System Integration
System Test
Design Integrated
Software
Detailed Design
Integration Test
Module
Designs Tested
Module
Coding
Unit Test
Code
7. What is Unit Testing?
This is the first level of testing.
It involves checking that each
feature specified in the ‘Component
Design’ has been implemented in the
component.
add(x=6,y=8){
Int x
Int y
Result =x+y
Return result
Developers do it, as they are the people
who understand how a component
works.
8. What is Integration Testing?
Checks that the system delivers what
was requested.
Acceptance Testing is a level of the
software testing where a system is
tested for acceptability.
11. What is Verification?
Verification is the process of
confirming that software meets its
specification.
It involves reviews and meetings to
evaluate documents, plans, code,
requirements and specifications.
12. What is Validation?
Validation is the process of confirming
that software meets the user’s
requirements.
Validation typically involves actual
testing and takes place after
verifications are completed.
13. What is Test Scenario?
Test scenario is prepared before the
actual testing starts.
it includes plans for testing
product, number of team members,
environmental condition, making
test cases, making test plans and all
the features that are to be tested for
the product
14. What is Test
Methodology?
Life
Bug life cycle, also known as Defect
cycle is the journey of a defect
cycle, which a defect goes through
during its lifetime.
ends
It starts when defect is found and
when a defect is closed, after
ensuring it’s not reproduced.
21. What is Severity & Priority of a
Bug?
Retesting is testing of a
particular bug after it has been
fixed.
28. What is Regression
Testing?