| |
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 07:44:10 |
#9 |
| zaara |
Member Since: July 2009 Total Comments: 1 |
RE: Bug Fixing Priority |
I think that first of all issue B needs to be fixed as it does not allow success login in first attempt.
Issue A is second priority as application name is incorrect and this will be majorly noticed by its users.
Issue C is third priority as in this Database fails only when a user enters unusual string that is hardly to be used. |
| |
Back To Question | |