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
What are the five common solutions for software developments problems?
How can you introduce new software qa processes to an existing organization?
Can Parrto Principle be used in Quality Assurance and testing?
Plz post any critical bugs found while testing desktop application.
Why are you in qa?
In an example of a Bank Teller requesting that her computer program should include an addition that shows the full Customer Profile on her main screen, what would a Waterfall vs. Agile approach include and/or look like for such a request?
What is agile testing and what is the importance of agile testing?
what are the feature of our test group?
What is Operational testing?
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server
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
Mention the different types of software testing?
what for cmmi and iso(what are they) are used and how we can use them in our testing and whole work related to sqa.Do it has any kind of format if it has kindly tell me from whr i will get it kindly give detalied answer?
Kindly tell me some good websites from where I can study about sqa and testing(advance and new material)
Define bug leakage and bug release?