Give an example of high severity and high priority bug, and
low severity and low priority bug.
Answers were Sorted based on User's Feedback
Answer / eshwar
Hi Sriharsha,
Although you have answered correctly,
U have not read the question properly.
I.E Question was for High Severity,Priority Low Severity,
priority
Q.High Severity High Priority
Ans:-If there is a functionality of Calculator Pressing 2+2=7
then severity is high at the same time priority is also high.
Q.Low Severity Low Priority
Ans:-If the Font Size of the text from one page to another
page is varying slightly then we can say it as Low Severity
and Low Priority.
| Is This Answer Correct ? | 23 Yes | 0 No |
Answer / 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 |
List out the roles of software quality assurance engineer?
in a team, how do u involve/test when ur modules are integrated to other modules of ur team.
Test scenario is written by seeing SRS or by seeing application
Give an example of high priority and low severity,low priority and high severity ?
what assistance would you expect from your supervisors in organing your work?
what is the difference between RDBMS and DBMS
1.what ia QA and QC? 2.how do you configure qtp and testdirector? 3.IN Online banking syatem project Which functionalities of QTP your using? 4.how do you test the money transform from one account to another account?
What is is the meaning of Shakedown testing in Software Development.
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 do you deal with environments that are hostile to quality change efforts?
Why we do load and performance testing?
What is Mutation Testing? Is it white box or black box testing. This is what I think about mutation testing..It is the testing done after the code has been modified in an application( after geting defect complain from clients)with the same test cases and same old test data... Please correct me If I am wrong...............