how can you describe the defect sevirority n
priority...mean low, medium and high... on what factors can
we fix that defect is major r low r medium sevirori and
proirity ???
Answer Posted / neha
Defect Severity means that how critical is the bug for an
application.
Severity can be of 4 types :
a) blocker - When there is a show stopper then it is a
blocker bug.
b) Critical - When application crashes then bug is critical
c) Major - When some functionality is not working then it
is Major
d) Minor - Any UI related bugs are Minor bugs
Priority - means that how important a bug is to be fixed.
1) High - Means the bug is of highest importance and needs
to be fixed urgently even if it has the low severity.
2) Medium - means that the bug is with the medium importance
3) Low - means that the bug is with the lower importance
and can be fixed is of low priority.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Performance Evaluation means..?
What if there is not enough time for thorough testing?
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
Can you build a good audit trail using Compuware's QACenter products. Explain why.
How are the quality assurance activities planned ?
What is the difference between functional and nonfunctional testing?
What are the functions of the Quality Assurance Group (QAG)?
What is the difference between compatibility testing and cross browser testing?
How can you introduce new software qa processes to an existing organization?
When a non-conformance is noted during these "reviews", what happens next?
can you provide negative scenarios for ios alarm clock
What is change request?
What is negative testing? How is it different from positive testing?
How do u calculate Schedule variance? What is the formula? Explain with Example
Suppose you find a bug in production, how would you make sure that the same bug is not introduced again?