What is severity and priority?Give some examples of
severity and priorty and high severity & low priority and
viceverse and also explain each.
Answer Posted / vikas patil
Severity-
1.Severity means how bugs badely impact on A system or
Software product.
2it is decide by Tester
3.it may be High,medium,low
priority-
1.Means the order to get them fixed.
2.It is decided by developer
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is Defect Density ? What is the formula? Explain with example
Explain cmmi.
Give me an example of the best and worst experiences you've had with QA.
hi , This is krish from chennai . i like to do istqb certification for foundation level . if any one have material for that kidely help me. just send me the material to krishmca29@rediffmail.com. thanks is advance for sending .
create a daily status report or list the items you will cover in a status report
A power plant control system?
Enlist some of the key challenges that are faced while performing software testing.
What are the five common solutions for software developments problems?
What are the defects found in testing banking domain?
Q. How do you select product components for validation?What are the contents of QMS?
What are the tools used by a tester while testing?
Give me example of automate the regression test suite ........Thanks...
How to find all the bugs during first round of testing?
What if the project is not big enough to justify extensive 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