What is Deffered? explain it who allocate it?
Answers were Sorted based on User's Feedback
Answer / aparna
Deferred is the term used when developer fix the defect it
in next release.
Deferred situation arises in following cases.
1. When developer thinks that the defect is valid but this
change may affect the existing one.
2. When development team and testing team have an argument.
3. The first build is on high priority due to that this
defect will be moved with next build.That s why defect is
deferred.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / murali krishna
A developer would change the status of a defect to DEFFERED
when he decides that the defect will not be fixed in the
current build/cycle. Below are some of the possible reasons
to change the status of a defect to DEFFERED.
1. The defect fix may lead to major impact on other areas.
2. Cost of the defect fixing is more than cost of defect.
3. The particular requirement is mistakenly mentioned in
the requirements document.
4. The defect is an old one (existing defect), and may need
permissions from higher people to fix it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / praneeth
I believe deferring an issue also needs the inputs of
project/ product management as to the requirements of the
feature or defect in the market or to the customers. Only
after a proper signoff by the PM, a bug can be deferred by
the development manager or team.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srikanth j
Deffered: The bug or the functionality which is expected
will be fined in the future build, that means it is
postponed....
This happens due to the following reasons
1) Testers report the bug, the Developer asks for further
requirement which the tester can't provide at that
situation, so the bug which the tester reported will be
deffered.
2) In another scenario, where the developer is convienced
that this is a valid bug , but in the current realse or
build that will not be of more important what the client is
expecting , so the development team and the testing team
will decide and deffer it..
3) In another scenario, if there is misunderstiding between
the developer and the tester, what ever bug the tester
proudces , the developer will not listen or give important
and he will work on different bugs... so at this time also
the bug can be deffered..
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / bibhu
below are the situation, where dev team can deffered the
issue.
. If there is less time.
. After fixing the issue ,may be effect some other
functionality.Therefore dev can not take risk during
releasing time.
| Is This Answer Correct ? | 0 Yes | 1 No |
at any application or software where the data will be stored at server side or at client side kindly answer it in detail?
What is Cause and Effect Diagram, how it helps in software testing?.
What is branch testing and what is boundary testing?
What are the Dimensions of Quality?. And Plz give a testCase example using the Dimensions of Quality.
What is role and responsibility of a senior software testing engineer in the company?( Day to day activities)
what is the difference bet., MYSQL and ORACLE
anyone can explain about SixSigma process.
What should your qa documents include?
what is defect density
6 Answers Accenture, Ness Technologies, Thatavarti Technologies,
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
What are the Qualities of a Tester?
whatis the diff. between Tracebility matrix and Bidirectional Tracebility matrix?