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.


May 05, 2009 05:19:14 #3
 srinivasulub1981   Member Since: December 2005    Total Comments: 373 

RE: Functional and Usability Defects
 
Hi

Functional Defects: Defects related to the functionality of an application

Ex: Consider a register page

    

      Registration Page

 

User Name :

 

password :          



Observe there is no login/submit button to enter into the application, so this is called functiional issues.

Usability Issues: Issues related to usability of the application ie how easily user will understood about the application and how cachy it is.

Ex: Consider the same example above, the word password doesn't start with capital letter, this will come under usability issues.


Srinivas

     

 

Back To Question