Skip to content
Arvinth Seran edited this page Jan 8, 2017 · 2 revisions

###001 - Bug - Can Submit with Invalid Email Address

  • Description : Application is letting the user to click Send button when an invalid email address is entered
  • Expected Result : An error message saying "Invalid Email Address" should be displayed after clicking send
  • Actual Result : Being redirected to Server Error page which says "An unhandled exception occurred during the execution of the current web request."
  • Test Coverage : 009 - Scenario: Can Not Submit with Invalid Email Address

###002 - Bug - Thank You message is not displayed after submission as an acknowledgement

  • Description : Thank You message should be displayed once user clicked send button and request is processed by the server
  • Expected Result : Thank You message should be displayed
  • Actual Result : No acknowledgement message is displayed
  • Test Coverage : 003 - Scenario: Thank You Message is displayed after Successful Submission

###003 - Bug - Office availability time is not mentioned

  • Description : Office availability time is not mentioned in Contact Page
  • Expected Result : A line similar to "Available from 9am to 5pm, 5 days a week" should be mentioned under phone number for each office location
  • Actual Result : Office availability time is not mentioned

###004 - Bug - Mandatory field should be labelled with star in red color (*)

  • Description : Mandatory field in the contact page are not explicitly labelled with red star
  • Expected Result : A red star should be displayed on top left corner of the field label
  • Actual Result : No visible indication for mandatory fields
Clone this wiki locally