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  >  Bug Tracking

 Print  |  
Question:  Functional and Usability Defects

Answer: What is meant by functional defects and usability defects in general? Give example.


September 09, 2009 03:26:30 #10
 rahulskin   Member Since: November 2007    Total Comments: 39 

RE: Functional and Usability Defects
 
Functional Defect:- If the functionality of the application is not working as per the requirement specification, it is functionality defect.
e.g. For calculator application Requirement is 1+1 = 2.
But the application is displaying 1+1=0.
It is functionality defect.

Usability Defect:- If the application is not easy to use, it is hard to use.  User interface should be proper and easy to use to the user.
e.g. User interface should be proper.  Easy to use.
     

 

Back To Question