Is it possible to have a defect with high severity and low
priority and vice-versa i.e high priority and low severity?
Justify,if possible? give a example?
Answers were Sorted based on User's Feedback
Answer / ooty
Following example for High severity and low priority...
There is any syntax or logical error or database related
issues we can say severity, and in GUI any problem like
simply we can say Font sizes are different...
For developers logical,runtime bugs are important to fix...
For Client GUI is very important...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prashanth
Hi,
Here am just giving my view or opinion
1) Defect with high severity and low priority ?
Scenario:
On click of some link if the application is crashing but
that link is not going to be delivered for this build, then
the severity is high but the priority is low.
2) Defect with high priority and low severity:
Suppose a company has finished the implementation and
testing of a product and is about to deliver to the client.
But on the delivery day, tester found that on the welcome
page of that product the company name is say "Compny" but
actually the name of the industry is say "Company". So in
this case the severity of the bug is low but the priority is
high as it has to be fixed immediately.
Guys, it is just my view, now its your turn to rectify me if
am wrong.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rainishant
Suppose a web site is developed for a client. The client
does not like the font color of a particular page. He can
report a bug with priority P0 (heighest) but since this is
not affecting the functionality of the site so its severity
is low (trivial) so high priority and low severity.
Suppose there are 2 links on a page 1. contact us, Shopping
cart.
Suppose this is a shopping portal.
Shopping cart link goes to a page which says Thaks for
shopping. and contact us link opens a blank page. Here both
the link are showing wrong pages so the severity is same
but fixing the link Shopping cart is high ( as the site is
meant for that) and for link contact us can be low.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / sujatha
High Priority and Low severity:
GUI related will come under low severity , but in client
view it is very important, then we will mark it as high
severity.
ex: button color, textbox size etc.
High severity and Low priority
Some functionality is not working in the application which
is of high severity, but the priority is low because the
user/client is not going to use that functionality.
ex:
| Is This Answer Correct ? | 0 Yes | 1 No |
How many types of pop-ups are there?
Hi Friends, Just One Month Back I was Join in Small Company as a Testing Eng.I have Six Month Exp. In this Company all my team memb.r fresher & PM give responsibility on us to prepare all require QC doc. for our new project.So I need ur help in this matter .How Can I start my work and Which Doc.I start to collect & From Where I get Detail Information all abt these thing. Thanks to all friends who give reply to this. Suyog
can you please tell me what is field validation and form validation in details,how is this perform
difference between sainty and smoke testing?
what is the diff b/n test plan and test strategy
Can anyone tell me testing comes under verification or validation?
Who will assign the work to Test Engineer?
what is test coverage matrix? what its use? and its format?
What exactly is quality control?
How will u classify the test cases ?
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....
what is the difference between maintenence release and hot fix release?