Monday 20 May 2013

Functional Testing Defects



·         Run Time Errors
  1. Page Not found Error
  2. Display of Blank page
  3. Occurrence of Script errors
  4. Occurrence of SQL Exceptions
  5. Occurrence of Internal Server Error
  6. Memory Leakage Error
 ·         Validation Checking
  1. Null values / spaces being accepted for Mandatory fields
  2. Incorrect date validations
  3. Incorrect validation for numeric fields
  4. Incorrect validations for currency fields
  5. Accepting Special Characters.
·         Database
Two types of errors that may occur in web application
  1. Data Integrity : Missing or wrong data in table
  2. Output Errors : Errors In writing ,editing or reading operation in the table
·         Data Invariant
  1. Missing display of fields
  2. Incorrect display of fields
·         Logical Errors
  1. Incorrect calculations
  2. Incorrect display of data
·         Cookies
  1. Check for the cookies that has to be enabled and how it has to be expired
·         Link Testing
  1. All Hyperlinks
  2. All Internal links
  3. All External links
  4. All mail links
  5. Check for orphan pages
  6. Check for Broken Links
·         Forms
  1. All Field Level Checks
  2. All Field Level Validations
  3. Functionality of create, modify, delete and view
  4. Handling of wrong inputs
  5. Default values if any (Standard)
  6. Optional Vs Mandatory Fields
·         Web Indexing
Depending on how the site is designed using Meta tags, frames, HTML syntax, dynamically created pages, passwords or different languages, our site will be searchable in different ways
  1. Meta Tags
  2. Frames
  3. HTML syntax

No comments:

Post a Comment