| |
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. |
| August 08, 2009 03:36:18 |
#8 |
| pallavi.online |
Member Since: February 2008 Total Comments: 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 |
| |
Back To Question | |