| |
GeekInterview.com > Interview Questions > Testing > Bug Tracking
| Print | |
Question: Functional and Usability Defects
Answer: What is meant by functional defects and usability defects in general? Give example. |
| April 04, 2009 11:46:40 |
#1 |
| vk1978 |
Member Since: February 2009 Total Comments: 167 |
RE: Functional and Usability Defects |
Consider Login window as an example
Functionality Defect:
assume that you have given valid user name, invalid password and clicked on Login Button, in return if application has accepted you user name and password, and Main window is displayed
Then this is a functionality defect.
Usability Defects :
assume that you have given valid user name, invalid password and clicked on Login Button, in return if application has generated a validation message stating "Please enter valid user name" instead of "Please enter valid Password"
Then this is a Usability Defect. |
| |
Back To Question | |