Give me examples for high priority and High severity
defects?
Answers were Sorted based on User's Feedback
Answer / prasannat
Example 1: The Application was developed for to access the
mutiple users(Network) but it is not allowing multiple
users.
Example 2: The Output of Text box float, instead of float
it is returning integer
Expected in Project is : 350.67
Received is : 350
| Is This Answer Correct ? | 2 Yes | 0 No |
priority:
priority depends on the user impact and does not deal with
code complexity.
eg: If the company logo on the first page is misspelled
it is High priority with low severity.
severity
severity does not depends on the user impact and depends on
code complexity.
Classes of severity
Critical: defects will cause downstream damage; the scope
and impact of the
defect is beyond the document under inspection.
• Major, defects could cause a downstream effect (e.g. a
fault in a design can
result in an error in the implementation).
• Minor, defects are not likely to cause downstream damage
(e.g. non-compli
ance with the standards and templates). ,
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / suchitra
If the company logo on the first page is misspelled its
high severity as may harm the company reputation and hence
should be corrected asap thus high priority.
Example 2: there is a certain functionality in the
application with OK button which when clicked shuts down
the complete application then it is HS HP bug.
thanks
| Is This Answer Correct ? | 0 Yes | 3 No |
what is Defect Containtment?
Regression testing: suppose you have 1000 test cases & u find a bug in unchanged component , so whether you test whole test case or some particular test case
can you tell me how to write test cases from use case?
Can you explain the elementary process?
In a month how many times bugs will be send to your developer. 1 or 2
What is the difference between latent and masked defects?
What are the various techniques in white box testing?
What is verification & validation?
What is regression testing?difference between regression and retesting?
Give me an example of something you tried at work but did not work out so you had to go at things another way.
functional testing and usability testing test cases for transfer funds...
What is Test Harness... is having any releation with Test driver...Anybody can explain in detail...Thanks in Advance