GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Bug Tracking
Go To First  |  Previous Question  |  
 Bug Tracking  |  Question 94 of 94    Print  
Functional and Usability Defects
What is meant by functional defects and usability defects in general? Give example.


  
Total Answers and Comments: 10 Last Update: September 17, 2009     Asked by: girishchandra 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: vk1978
 

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.



Above answer was rated as good by the following members:
mdadil
April 07, 2009 11:46:40   #1  
vk1978 Member Since: February 2009   Contribution: 174    

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.


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
April 20, 2009 11:28:21   #2  
kumarsingh Member Since: April 2009   Contribution: 3    

RE: Functional and Usability Defects

Functional Defects:

The defects raised taking functionality into account.

Ex: Booking the train ticket: User should able to book the tickets with valid
information


Usability Defects:

Defects raised keeping the how good the user can use the system

Ex: Booking the train ticket: During the booking how system guides us to book
the tickets without any issues..



 
Is this answer useful? Yes | No
May 07, 2009 05:19:14   #3  
srinivasulub1981 Member Since: December 2005   Contribution: 381    

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


 
Is this answer useful? Yes | No
May 18, 2009 07:41:27   #4  
mathan_vel Member Since: December 2007   Contribution: 422    

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.

 
Is this answer useful? Yes | No
May 24, 2009 08:37:09   #5  
sujata_2221981 Member Since: May 2009   Contribution: 9    

RE: Functional and Usability Defects
If the application is not behaving in the way as the requirements document suggests then it is considered as a functional defect.
For example in a website say a nokia website if the spelling is Nokie then it is a usability defect which may not be listed in the requirement document but can be logged by the tester because of hs common sense. Also in order to log the usability defects the testers need not have specific test cases. They can log them while playing with the system.

 
Is this answer useful? Yes | No
August 20, 2009 00:49:20   #6  
rajmohan23 Member Since: August 2009   Contribution: 39    

RE: Functional and Usability Defects

Functional defect: If you given a login form having username and password
and if you give the valid user name and password but it wont accepts means it is
a functional defect.


Usability defect: The usability is how the application is user friendly to
the customer. It depends on the front page of the application. It should be
understandable to the customer. If the proper buttons or fields are not
accessable by the customer is usability defect.



 
Is this answer useful? Yes | No
August 25, 2009 08:37:37   #7  
ashishks Member Since: December 2008   Contribution: 73    

RE: Functional and Usability Defects
Functionality Defects: If anything is not working as per requirement then it is a functional defect.

Usability Defects: Any decrepencies in the look and feel of application is considered as usability defect.

E.g. Consider an requirement:
Upon clicking "Register" button(color of button is red and in rounded shape) application will redirect to homepage of the application.

Functional Defect: If upon clicking "Register" button application is directed to login page instead of homepage then it is a functional defect.

Usability Defect: If label of the button is displayed as "regster" instead of "Register" and color is not "red" then this will be a usability defect.



 
Is this answer useful? Yes | No
August 26, 2009 03:36:18   #8  
pallavi.online Member Since: February 2008   Contribution: 7    

RE: Functional and Usability Defects
Functional Defect : If software is not working as per requirement specified.

Example:
Requiremnet:After successful login homepage should be logged in.
Funtional Testing test case:
Verify that when correct username and password is entered homepage is displayed.
Expected Result : Home page should be displayed.
Actual Result: Error message is prompted "Page cannot be displayed".
Usability Defect : When a user does not find a software product understandable easy to learn easy to operate and attractive.

Example:
Usability Testing test case:
Verify that homepage should have a content in Japanese Language.
Expected Result : Home page have a content in Japanese Language.
Actual Result: Home page have a content in English Language


 
Is this answer useful? Yes | No
September 09, 2009 00:35:26   #9  
preethi.gollamandala Member Since: September 2008   Contribution: 88    

RE: Functional and Usability Defects
Functional defects entirely belongs to the applicational functionality failure defects where as usability defects belongs to the UI style font color wise ununiformness issues..
 
Is this answer useful? Yes | No
September 17, 2009 03:26:30   #10  
rahulskin Member Since: November 2007   Contribution: 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.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape