Gv example of a defect with high priority and low severity?
Gv example of a defect with high severity and low priority?
Answers were Sorted based on User's Feedback
Answer / amulyaranjan
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 ? | 18 Yes | 3 No |
Answer / kumar
1. high priority and low severity :
A web site link with a spelling mistake in the companies
name.
EX - www.citybank.com
As there is no functional impact with the issue , so the
severity should be low .But the issue with spelling mistake
may block many people from navigating to the correct website
, So the issue holds a highest priority.
2. high severity and low priority.
For a link ( functionality tab) within a web site , whose
functionality is not to be released in current release plan
, if it is broken ( not working ). The defect that should
raised for this issue , should have high severity ( as the
functionality is blocked ) and low priority (as it's not
currently required ) .
NB : Feel free to shout out in case of disagreement .
| Is This Answer Correct ? | 1 Yes | 0 No |
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
Write notes on apparel testing equipments.
0 Answers Mahatma Gandhi University,
Please Anybody tell me,Who is going to do Smoke and Sanity Testing i.e. Developer or tester ? S.Pokharkar Watershed Infotech,Pune
Hello Frnds Could U plz tell me What r the contents present in TEST DIRECTOR(According to the Interview) ???
If you were given full powers how are you going to change the complete QA process in your company
which testing method is used to check the software in abnormal condition? option 1 Stress testing Option 2 Security testing Option 3 Recovery testing Option 4 Beta testing
What are the advantages of automation over manual testing?
What are the issues that u observed in the kick-off meeting?
Hi, this is sekhar yadav, when the testing starts...
What is the difference between Functional and Regression testing?
What are the standard you follow in your company to prepare test plan document? Content is same in every standard or not. Also is there any document to read about the testing standards? Thanks in advance for giving me the answer.
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....