Changes between Version 1 and Version 2 of HowToRankTicket
- Timestamp:
- Sep 28, 2016, 11:46:50 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToRankTicket
v1 v2 1 1) RPC Priority:1 1) '''RPC Priority:''' 2 2 3 3 Ticket priority for RPC Software development group. The higher the rank, the sooner it will be fixed/implemented. 4 4 5 5 6 2) Severity:6 2) '''Severity:''' 7 7 8 8 It is the extent to which the defect can affect the software. In other words it defines the impact that a given defect has on the system. For example: If an application or web page crashes when a remote link is clicked, in this case clicking the remote link by an user is rare but the impact of application crashing is severe. So the severity is high but priority is low. … … 17 17 18 18 19 3) Priority:19 3) '''Priority:''' 20 20 21 21 Priority defines the order in which we should resolve a defect. Should we fix it now, or can it wait? This priority status is set by the tester to the developer mentioning the time frame to fix the defect. If high priority is mentioned then the developer has to fix it at the earliest. The priority status is set based on the customer requirements. For example: If the company name is misspelled in the home page of the website, then the priority is high and severity is low to fix it. … … 26 26 * Medium: The defect should be resolved in the normal course of development activities. It can wait until a new build or version is created. 27 27 * High: The defect must be resolved as soon as possible because the defect is affecting the application or the product severely. The system cannot be used until the repair has been done. 28 * Few very important scenarios related to the severity and priority which are asked during the interview: 28 29 30 '''Few very important scenarios related to the severity and priority''' 29 31 30 32 High Priority & High Severity: An error which occurs on the basic functionality of the application and will not allow the user to use the system. (Eg. A site maintaining the student details, on saving record if it, doesn’t allow to save the record then this is high priority and high severity bug.)