what is difference between severity and priority?
what is difference between bug and defect?

Answers were Sorted based on User's Feedback



what is difference between severity and priority? what is difference between bug and defect?..

Answer / dharmaraj allukapally

Severity means seriousness/ Impact of the defect w.r.t functionality.
SEVERITY:-
Blocker
critical
major
minor
cosmetic
Priority means Imaportance/Effort of the defect w.r.t customer side.
PRIORITY:-
P1
P2
P3
P4


dharmarajtestengr@gmail.com
9885531134

Is This Answer Correct ?    1 Yes 0 No

what is difference between severity and priority? what is difference between bug and defect?..

Answer / dharmaraj allukapally

ERRORS:-
Developers will call mismatches as Errors
DEFECTS:-
Testers will call mismatches as Defects
BUGS:-
Customers will call mismatches as Bugs


dharmarajtestengr@gmail.com
9885531134

Is This Answer Correct ?    1 Yes 0 No

what is difference between severity and priority? what is difference between bug and defect?..

Answer / girish

Severity:Means how severe the bug is and to what extent its
affecting the application
Priority:When we want the developer to fix the bug
E.g:if P1 is the priority given to a bug then the developer
should fix the bug at the earliest
------------------------------------------------------------
Bug:Found by tested before the application goes into
production
Defect:Found by customer after the application goes into
production
------------------------------------------------------------

Is This Answer Correct ?    2 Yes 2 No

what is difference between severity and priority? what is difference between bug and defect?..

Answer / nikhil

Saverity and priority both are related with effect of a bug
on behaviour of application but saverity is how the bug can
affect or its seriousness decided by TESTER and the priority
is decided by DEVELOPER after reviewing that defect.

Is This Answer Correct ?    1 Yes 1 No

what is difference between severity and priority? what is difference between bug and defect?..

Answer / minu mishra

Severity is defined by the impact of the application or
system.

Priority is defined based on the business need and
application both.

Is This Answer Correct ?    0 Yes 0 No

what is difference between severity and priority? what is difference between bug and defect?..

Answer / vidya sagar a

severity:severity describes the seriousness of the defects.
priority:priority describes the sequence in which defects
need to be rectified.
Defect:Defect is the deviation from the requirements.
Bug:Bug is the error identified in the application.

Is This Answer Correct ?    0 Yes 0 No

what is difference between severity and priority? what is difference between bug and defect?..

Answer / sneha

Error: When a programmer makes a mistake while coding then
it is called error.

Defect: If a tester finds that error then it is defect.

Bug: If a developer accepts that defect then it is Bug.

severity: the seriousness of the bug

priority:how much the bug is harmfull to the application.

thank u
Sneha

Is This Answer Correct ?    0 Yes 0 No

what is difference between severity and priority? what is difference between bug and defect?..

Answer / minu mishra

Basically Bug and Defect are same. Every client has there
own way of naming or calling terminologies. I have recently
heard SIR (software incident Report), Anomaly is also being
used for the same term bug or defect, so it is basically
same no difference. A tester also finds bug or Defect which
could be basically software error/ test script error/
requirement error. This means any software related issue
which doesn’t match with expected result. Customer also
finds bug or defect when they use their product those
defects gets fixed according to the need in next release or
build. If a customer finds show stopper defect(s) or Bug(s)
then it is not tested and approved properly as expected by
the requirement.

Is This Answer Correct ?    0 Yes 0 No

what is difference between severity and priority? what is difference between bug and defect?..

Answer / krishna

Severity : It Means how depth it is effecting the
application.
Priority : How fast it should be resolved to avoid the
defect.

Is This Answer Correct ?    0 Yes 1 No

what is difference between severity and priority? what is difference between bug and defect?..

Answer / rajesh

severity:the seriousness of defect in terms of functionality
priority:the importance of defect in terms of customers


defect:a mistake in coding is called error.this is error
found by during testing by test engineer called defect

bug:reported defect accepted by the developers is called bug
or issue issue means bug in us terminology.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

What is Glass Box testing?

9 Answers  


can any one please give bug reporting format of bugzilla ?

3 Answers   Syntel,


How do you review testcase?? Type of Review...

2 Answers  


Is Regression Testing done for Manual Testing projects?

2 Answers  


can anyone tell me few critical bugs in ecommerce project.

0 Answers   Wipro,






What did your base your test cases?

3 Answers  


Types of risks

5 Answers   QA,


what is the difference between quality assurence and quality control

4 Answers   SunGard,


In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.

2 Answers   ADITI, LinguaNext,


What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000

0 Answers   TCS,


What is Reproducible Defect? and When we will rise that defect as Reproducible Defect?

2 Answers   MNC,


Please give an example of White box Testing?

3 Answers   ABC,


Categories