STE 4th Unit Question With Answer
STE 4th Unit Question With Answer
Defect Template:
Stages of DMP:
1) Defect Prevention
2) Deliverable Baseline
3) Defect Discovery
4) Defect Resolution
5) Process Improvement
1. Defect Prevention –
Defect elimination at early stage is one of the best ways
to reduce its impact. At early stage, fixing or resolving defects required less
cost, and impact can also be minimized. But at a later stage, finding defects
and then fixing it requires very high cost and impact of defect can also be
increased.
2. Deliverable Baseline –
When deliverable such product or document reaches its
pre-defined milestone then deliverable is considered as baseline. Pre-defined
milestone generally defines what the project or software is supposed to
achieve.
3. Defect Discovery –
Defect discovery at early stage is very important.
Afterword’s, it might cause greater damage. A defect is only considered
‘discovered” if developers have acknowledged it to be valid one.
4. Defect Resolution –
Defect is being resolved and fixed by developers and
then places it in the same place from where the defect was initially identified.
5. Process Improvement –
All defects that are identified are critical and cause
some impact on system. It doesn’t mean that defects that have a low impact on
system are not critical. For process improvement, each and every defect that is
identified are needed to fixed.
Q.6] Draw defect prevention process cycle. State working of each phase.
Defect prevention is considered as the best mechanism to remove the
defects in early stage of testing rather than of finding the defects in the later
stage and then fixing it.
Following is Defect report after executing test cases for email-log in form.
Description:
When I put mail id and password, I am unable to login while login
credentials are right.
Steps to reproduce:
> go to the www.gmail.com
> Click on login button
> Put Right mail id and password and click next.
> and take Screenshot.
Expected result:
The mail account should logged in after putting the right mail id and
password.
Actual result:
The mail account is not logging in after putting the right details.