Give an example of high severity and high priority bug, and
low severity and low priority bug.
Answer Posted / sriharsha
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.
------------------------------------------------------------
Severity
---------------
1. Bug causes system crash or data loss.
2. Bug causes major functionality or other severe problems;
product crashes in obscure cases.
3. Bug causes minor functionality problems, may affect "fit
anf finish".
4. Bug contains typos, unclear wording or error messages in
low visibility fields.
Priority
---------------
1. Must fix as soon as possible. Bug is blocking further
progress in this area.
2. Should fix soon, before product release.
3. Fix if time; somewhat trivial. May be postponed.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
hi, my qusetion is that plz send me the complete testplan and test cases of any web application with testing too so i have an idea bcz i have no any experience in it
An automated bank teller system?
What is a test case template?
What if the software is so buggy it ca not really be tested at all?
Why is it often hard for management to get serious about quality assurance?
What is difference between retesting and regression testing?
what are the tables in testcases?
What is the difference between quality assurance, quality control and testing?
You have 250 outstanding requests in a bug tracking application,you have no automated build environment, or representative production environment in test, nor the hardware required.You are responsible for establishing some kind of process and order to the QA department, what would you need in terms of budget and what would your processes be, as well as how would you address the environment issues mentioned above?
Do you have a favourite QA book? More than one? Which ones? And why.
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
How to find all the bugs during first round of testing?
Hello Can anyone please share the interview details for QA positions in Tribal Fusion, Noida. Much Thanks
What is Operational testing?
What are test driver and test stub and why we need them?