what are the types of priority and sevority?
Answers were Sorted based on User's Feedback
Priority- Importance of the bug is known as Priority
P1
P2
P3
P4
P5
Seviority-Impact of the bug is known as Seviority
S1
S2
S3
S4
S5
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / anu
Priority is basically from the Test Engineer point of View.
Four types of prioiry is defined as follows:
1. Blocking --- Block the Project to move further.
2. High --- Impcat on particular Functinality.
3. Medium --- You can skip the particular Step after that
Functioanlity is working.
4. Low --- Very Less impact just like
cosmetics/beautifications bugs etc.
Whereas Severity is concerned its from Customer point of
view. How the particaular functionality is going to impact
the Customer.
Three types of prioiry is defined as follows:
1. High --- Impcat on particular Functinality. test for
hemperage of data.
2. Medium --- You can skip the particular Step after that
Functioanlity is working.
3. Low --- Very Less impact just like
cosmetics/beautifications bugs etc.
| Is This Answer Correct ? | 12 Yes | 5 No |
Priority : how fast the bug should be resolved.
Severity : how badly it effected the application.
Priority : p1 --> Fatal ------------- S1 --> Critical
p2 --> Major ------------- s2 --> High
p3 --> Minor ------------- s3 --> Medium
p4 --> Suggestion ------------- s4 --> Low
| Is This Answer Correct ? | 8 Yes | 5 No |
what is the Test completion Criteria?
If there are so many settings/options to choose, how to write test cases?
what are things to be tested in job portal websites?
when testing will starts in a project?
12. How long have you been involved in Web development or management?
when u involved in uat suppose if u find one defect then do u intmate it or not
Define Stability, Scalability and reliability with example ?
Why tester called as Bug and Dev.called as a Defect Why?Is there specific reason behind it.
1. Differentiate test bed and test environment ?
entry criteria and exit criteria for unit testing, integration testing, system testing and uat
Describe me to the basic elements you put in a defect report?
You are testing a new feature that includes a builder(wizard)that walks you through the creation of an item.There are 10 configuration checkboxes you can check/uncheck for the item being built.The builder makes you select 3 of these 10 options.You can choose any 3 options. A)How many possible ways could the item in question be created (i.e. how many possible configurations)? Describe the technique you would use to determine this.