Give an example for high severity and low priority ?
Answered by: AmitHam
View all questions by AmitHam View all answers by AmitHam
Member Since Jan-2006 | Answered On : Jan 9th, 2006
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.
Amit Hambarde
-> First of all make the clear understanding of severity and the priority of a bug. Severity:- How badly bug is effecting the functionality of an Application. Priority:- How quick we need to resolve ...
High Severity and Low Priority Bugs
- Issue supposes to be caused for Leap Year or Year end.
Low Severity and High Priority Bugs
- Issue such Spelling mistake on GUI Main Screen
What is the actual different between re-testing and regressiontesting .Brefily explain
No answer
Regression Testing is to test the an entire application / Functionality to ensure that the fixing of bug(s) does not affect anywhere else in the application / functionality.R...
Consider the two scenario:
1. You are giving fix to bug. you are testing that the application is free from that bug is called re-testing.
2. You are giving fix to bug. you are testing that the fix will impact on the existing application functionality, this is regression.
Test scenario gives the idea of what we have to test for eg: a login page.one test scenario will be" verify the functionality of the username textbox". test scenario is a high level design doc which i...
It is a document, which describe the sequence on which test cases should be executed