| |
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".
|
| April 04, 2009 05:32:01 |
#4 |
| sudhakar.s1206 |
Member Since: April 2009 Total Comments: 2 |
RE: Bug Fixing Priority |
| Here the third one is of high priority. Its a critical issue. Noramlly critical issues are high priority irrespective of the stage of the life cycle. |
| |
Back To Question | |