Differentiate between severity and priority? who assign
these parameters to a bug?
Answer Posted / rumana farheen
Priority:the importance of defect fixing in terms of
customer is known as Priority.
High: for critical defects
Moderate: for major defects
Low: for minor defects
Thank you
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Tell some examples of bug severity and bug priority?
What is decision table testing?
Hi Dear this urgent for me i have need of ROLTA India Ltd Mumbai Paper pattern for Testing Person , PLease Help me , if any body have any idea about it
what is acid testing?
What is mutation testing & when can it be done?
What is defect validity ratio?
What is quality center?
What is quality center? How many built in tables does quality center have?
Can anyone please suggest me a online book on manual testing??
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
Explain user acceptance testing.
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
what is date field test case
how to create automation frame work ?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form