| |
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 03:08:20 |
#6 |
| srinivasulub1981 |
Member Since: December 2005 Total Comments: 373 |
RE: Bug Fixing Priority |
Hi
I feel below is the order of priority
B C A
why because, 3rd one happened only with perticular data was entered, in remaining cases it's fine. So need to fix the B first, next A.
Srinivas |
| |
Back To Question | |