tell me about severity and priority with example
Answers were Sorted based on User's Feedback
Answer / sj1234
Severity means the Impact of the Bug on the Applicaton
Priority is how urgernt the bug needs to be fixed
Severity can be High or Low
Priority can be High or Low
1]High Severity And Low Priority----If there is an
application , if that application crashes after mulple use
of any functionality (exa--save Button use 200 times then
that application will crash)
Means High Severity because application chrashed but Low
Priority because no need to debug right now you can debug
it after some days.
2]High Priority And Low Severity---- If any Web site
say "Yahoo" now if the logo of site "Yahoo" spell s "Yho" -
---Than Priority is high but severity is low.
Because it effect the name of site so important to do
quick ---Priority
but it is not going to crash because of spell chage so
severity low
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / satyendra prasad
severity is how badly the bug impact on the Application
Priority is selection to fix the bug
Example:
suppose the bug is in the application name "Microsoft"
to"Macrosoft" then the severity is low and the priority is
high
because:
while in these case the bug does not effect our application
and our application function smoothly so the severiy is low
but it make a high effect on company Name so the priority
is High
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / edeprabhakar
severity means impact of the bug on the application.
priority means importance of the bug on the application.
Example:
suppose the bug is in the application name "Microsoft"
to"Macrosoft" then the severity is low and the priority is
high
because:
while in these case the bug does not effect our application
and our application function smoothly so the severiy is low
but it make a high effect on company Name so the priority
is High
| Is This Answer Correct ? | 2 Yes | 0 No |
What is integration testing? And what are the different types.
what is the criteria for selecting automation testing ?
if u have 10 inputs & you written 500 testcases for that.out of this u found 20 defects.as a tester how u found from which requirement that a particular defect will occur.
what is functional testing terminologies
how to write test cases both negative and positive redbus.com .source to destination and booking form
How would you approach measuring JavaScript code coverage?
How the application is launched to the production environment?
You reported a Bug.The developers are saying that it's not a Bug even though it is..How you are going to prove that it's a Bug?
what comes first test strategy or test plan
what is the Diff between UAT and QA?
6)If a project produces 1000 defects per 150 function points, then it is a: A)Baseline B)Benchmark C)Size D)None
What is Independant Testing? When and where this type of testing will be performed?