1.what is the deference between priority and severity?
Answer Posted / rohit
Priority is about when to fix a bug. It is a function of Development team in consultation with testing team.
Severity is about how critical is the bug for functionality of the system.
eg of severity are enhancement, minor, major, critical
Eg of High Severity Low Priority:
Suppose we have designed 100 Test cases. out of these 100, 25 test cases have a step in description which if executed makes the system unstable. Now this is a high severity (Critical) bug, because when executed our system gets crashed and customer may loose data etc as it is absolutely a valid step to execute. But since we have 75 remaining test cases whcih can be executed before we again concentrate on these 25, it will be high severity and low priority.
Eg of Low severity and High Priority:
Out of the remaining 75 test cases we find a bug in a step for all these 75 test case which has a bug - A minor bug which customer might never notice. This is high priority as we are not able to proceed with testing until the bug is fixed. So it is low severity and high priority
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is meant by entry criteria and exit criteria in software testing?
What is test driver and test stub?
What is defect cascading in software testing?
in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing?
send the senario template
any one please send me any test case examples with tabular columns in manual testing
What were the major challenges u faced while testing
Actually by using severity you should know which one you need to solve so what is the need of priority?
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
Do you think tools are required for managing change. Explain and please list some tools/practices which can help you managing change.
How does quality control differ from quality assurance?
i need manual testing interview questions for 2+ experience plzz help me..
How to test whether the application is having memory leakage using task manager and PerfMon. Please tell if any one know. thanku
Explain crud testing.