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 / charu garg
severity is how much danger is bug.
it is decided by the tester.
(critical/high/medium/low)
priority is how much dangerious in the bug.
it is decided by the project manegment.
(critical/ high/medium low)
example of high-severity& low-priority is shoping ons
online i.e
on cash counter machine is not accepte cradit card i.e
seviority is high
but cash pament is avelable ie. priority is low.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the different artifacts you refer when you write the test cases?
What are the advantage and disadvantages of automated testing?
How does a server or client environment affect software testing?
List out the roles of software quality assurance engineer?
Explain the difference between quality control and quality assurance.
What is destructive testing, and what are its benefits?
What is basic block?
What is difference between ach credit and the normal credit?
What is difference between test effectiveness and test efficiency?
What is negative testing? How is it different from positive testing?
What is the quality audit?
What is Defect Density ? What is the formula? Explain with example
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
How do u calculate Schedule variance? What is the formula? Explain with Example
How to perform SQL inject test for a login page using OWASP ZAP proxy security testing tool