0% found this document useful (0 votes)
34 views

Types of Defects:during Usability, Functional and Non Functional Test Execution On Our Application

This document categorizes different types of defects that test engineers detect during usability, functional, and non-functional testing of an application build or user acceptance testing. It identifies user interface defects like spelling mistakes and improper labeling as low severity, and error handling defects such as missing or incorrect error messages as medium severity. Input domain defects that prevent valid inputs are considered high severity.

Uploaded by

pry_kum
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

Types of Defects:during Usability, Functional and Non Functional Test Execution On Our Application

This document categorizes different types of defects that test engineers detect during usability, functional, and non-functional testing of an application build or user acceptance testing. It identifies user interface defects like spelling mistakes and improper labeling as low severity, and error handling defects such as missing or incorrect error messages as medium severity. Input domain defects that prevent valid inputs are considered high severity.

Uploaded by

pry_kum
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Types of defects:During usability,functional and non functional test execution on our application

build or UAT the test engineers are detecting below categories


*user interface defects (low severity):
Spelling mistakes (high priority)
Invalid label of object w.r.t functionality (medium priority)
Improper right alignment (low priority)
*error handling defects (medium severity)
Error message not coming for wrong operation (high priority)
Wrong error message is coming for wrong operation (medium)
Correct error message but incomplete (low)
*input domain defects (medium severity)
Does not taking valid input (high)

You might also like