May i know high priority&low seviarity,high seviarity&low
priority
Answers were Sorted based on User's Feedback
Answer / srivastav
i dont agree with sunil reddy that bcoz..as it comes to
company label ..if it is wrong it is given top priority
but severity is low bcoz it is a cosmetic error
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / ramesh
Priority is Business, Severity is Technical.
High priority and low severity: In the application if there
is a spelling mistake in the login page it wont affect the
functionality anywhere but this we give high priority to fix
this issue, severity is very low.
High Severity and Low Priority: For example in a school
software there is a show stopper error in Examination module
that affects the application not navigate anywhere, but the
examination is going to held only on May, eventhough the bug
is very severe we give low priority to fix it.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / prasanna
I'll give u one example of high pririty and low severity :
Consider a job site which accepts resumes...in different
format say wrd,txt,html,pdf etc..
All is wrking fine but If u upload resume in html format
the apps hangs..
So its a high severity bug..
But Suppose: Mostly ppl upload in wrd,txt or pdf format and
chances of occuring the problem is say .1% so it can be
low priority bug..or at the most it can be planned to fix
later with giving a msg :ONly resume in wrd,txt,pdf format
is allowed to be uploaded.
So its typical case..but mostly high severity bugs are high
priority..
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / pjstalin
priority and sevirity depens on the application , just for
example take a ok labelled button. if in GUI point of
testing say if the label name ok is labelled as Ko but it
does the functionality what it has to do so here we can say
this as High Priority and low seviratiy because it has low
impact on the system....if you are testing the same
application in UI testing the the same KO butoon has High
Priority and high seviraty...if you test in the functional
part the KO button has low priority and low seviraty...but
in cosmetict issues it has low priority and high
seviraty .....
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / deeps
Priority: Means how soon you want to fix the bug to be
fixed.
Severity: Means how bad the bug is.
When setting a priority and severity, priority can be
comestetic error which gives the bad reputation to the
company. Severity is set based on the work around. If there
is no work around then it is set be a high severity bug.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vasu
priority&seviarity will be giving by testlead and some
times TE also depending on impact of bug on that
application how fast it will be solved.GUI related bugs are
coming under high priority bugs because........
{for excample you are customer,what do you see first ?
graphic related items and monitering items,right?.if you
saw the mistakes on first look what do you feel!. thats why
GUI related bugs are comes under high priority bugs.}
If bug impact is very high on the build then the priority
is high and it should solve as fast as possible.if the
impact is low then it can solved slowly.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / bhupender singh
High priority and low severity means high business impact and good functionality of the application. Eg:- Any application if the home page all module and sub module working fine its come in low severity but the problem is there is some background color or spelling not match with client requirement its go for high priority.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sibina
Priority depends on the requirements like critical
requirement...
And severity is like if so many test cases are on hold due
to this particular defect...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vivek.ranganathan
Pjstalin
[Lambent Technologies]
i cannot understand anwer which u hav posted , plz do
replyt again .....here is my mail
id ..vivek.ranganathan@gmail.com
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / kamaraj
ex-login form accept any word,you will give high priority
and low seviarity.the database encripted field is not
encripted the expected format u will give high seviarity
and low priority.
| Is This Answer Correct ? | 1 Yes | 2 No |
Which are the standards for software test plans?
which testing is done first smoke or sanity with an real time example plz?Thank u!
HI friends Can any body help me by sending me a SRS document in my email id:- subhasis.study@gmail.com.I want to write testcases by seeing that SRS, before attening any interview.So that i will gain more confidence.Without urs help its not possible.Plz send me.......
What is the Difference between 2 tier and 3 tier Applications...Actually what is a tier.. Anybody can body can give accurate answer..Thanks in advance..........
1.tell me one bug what u find ur testing and how u ill fix severity and priority? 2.difference between web and window based testing? 3.bug life cycle?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand
what is Test Factor
Guys, can any one of u give the realtime example for Beta Testing
i'm 2007 passed out.I'm very much interested in testing.i tried very hard to get a job.wat to do if i don't get a job in small company also?
Where you involve in testing life cycle ,what type of test you perform
difference between sretagic test plan & test plan?
Description--->There are 5 modules in my application. On every module there is a date box. In 1st module, date box is used for 2 submenus. My Question is ---> Should I have to write test cases for date box for every modules & submenus?