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".


July 07, 2009 01:16:33 #10
 teja210   Member Since: July 2009    Total Comments: 3 

RE: Bug Fixing Priority
 

First C needs to be fixed then B and last A.

C is critical and blocking issues, it will block large number of test cases too and has high impact on the business, so this needs to be fixed very urgently

B is High priority bug and also needs to be fixed immediately

A is medium priority bug and needs to be fixed on need based.

     

 

Back To Question