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 07:41:27 #4
 mathan_vel   Member Since: December 2007    Total Comments: 350 

RE: Functional and Usability Defects
 
Suppose if there is 2 Drop down list box (Country & State)in the form

Functional Defects: On Page load the application should load the Country items in the form, after selecting the country in the list, it should reload the page and the corresponding State should loaded and displayed in the State drop list box. if it is not loaded/displayed means it is Functional Defect.

Usability Defects: If the user changed the Countries and looks for the corresponding state, if the drop down list unable to load again the State list. its a Functional and Usability Defect.
     

 

Back To Question