When a bug status will be changed to "DEFERRED" , by the
developer ? What might b the situations to change the status
to deferred ? pls explain with an example .
Re: When a bug status will be changed to "DEFERRED" , by the
developer ? What might b the situations to change the status
to deferred ? pls explain with an example .
Re: When a bug status will be changed to "DEFERRED" , by the
developer ? What might b the situations to change the status
to deferred ? pls explain with an example .
When a bug is not of high "priority" and its not going to
cause any serious failure as such on customer's side i.e
its of low "severity" also,then the developer can change
the bug status to "deferred".
For eg.While coding the GUI part of the
application ,developer has provided menus to navigate to
other pages but he forgot to provide"NEXT" button on home
page which is a part of the requirement,then he can defer
it for later modification.
Re: When a bug status will be changed to "DEFERRED" , by the
developer ? What might b the situations to change the status
to deferred ? pls explain with an example .
a) The tester in 1st build gives the one suggestion or
one defect to developer but that suggestion is accepted but
that implemented the 3rd build then in between the bug is
developer deferred.
b) Ex in one of the screen have one text box that RAM
text box
c) But in the text box only allow the numbers not
allow the letters
d) But I will give the 128 MB
e) That the MB is not allowed
f) I am send this same bug but developers agree but in
2nd build also same in 1st like
g) But the 3rd build the developer give the test box
and combo box
h) Test box only allow the numbers
i) But the combo box have MB and GB option
j) Now Ram also in GM ok
k) That is the deferred bug.
My name is k.chandra sekhar,
My phone no is 09246540049,
Hyderabad.
My mail id is ndra_143@yahoo.co.in
If any body want full explain send that mail
Re: When a bug status will be changed to "DEFERRED" , by the
developer ? What might b the situations to change the status
to deferred ? pls explain with an example .
we can say the bug is differed when that fuctionality will
be in the part of the next or the future versions due
insufficient requirements.Inorder not to destabilize the
build with low priority issues..
tell me if iam wrong
Re: When a bug status will be changed to "DEFERRED" , by the
developer ? What might b the situations to change the status
to deferred ? pls explain with an example .
When there is no time or it takes more time for the
developer to fix the bug so he chnages the status as
deffered.That is it will be fixed in the next build.
Re: When a bug status will be changed to "DEFERRED" , by the
developer ? What might b the situations to change the status
to deferred ? pls explain with an example .
Re: When a bug status will be changed to "DEFERRED" , by the
developer ? What might b the situations to change the status
to deferred ? pls explain with an example .
Re: When a bug status will be changed to "DEFERRED" , by the
developer ? What might b the situations to change the status
to deferred ? pls explain with an example .
If the reported bug is not required for the next most
release of a build then developers changes the status from
New - deferred means that defect is k for postponement.
1.Unit testing ->integration testing->system testing->UAT in
this where do u do the functional testing & regression
testing? if these two done in each phase why should not
mentioned in that ?
2.What are the difference b/w client & server?
3.While doing regression testing one bug raised due to
functionality dependency, what is the bug status that one?
Find the Cyclometric complexity on the following p
seudocode
Do while records remain
read record;
if record field#1=0
then process record;store in buffer;
incremental counter;store in file.
reset counter;end if end do
please let me know the procedure too.