GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing  >  Common

 Print  |  
Question:  Bug Fixing Priority

Answer: Which of these is the most important one to fix first, and why?

a. The word "BlackBerry" is misspelled on the startup screen of the application.
b. The application always rejects a user's first attempt to launch the application; subsequent attempts are successful.
c. The application crashes and brings down the database server when it tries to add a record that contains an uncommon string, "123abc456xyz789".


May 05, 2009 01:10:17 #5
 mathan_vel   Member Since: December 2007    Total Comments: 350 

RE: Bug Fixing Priority
 
The following Order should be fixed first
C
B
A


First Priortize to Functional Bugs B, it shows the Database error on adding a Record. This is a common functions that to used in the Application. So this should be fix first.

Second Priortize to Installation A, No customers will not be adjust on launching errors in the application, so it should be fix next.

Last Priortize to the Missspelled bugs C. Products are identifies through by the name. so it should be next.
     

 

Back To Question