Skip to content
English
  • There are no suggestions because the search field is empty.

Exit Criteria Testing Standards

Add the following standard tests to ensure that they are tested before the development goes to Production

https://geteasyqa.com/qa/test-website/

 
 

Field or Object Type

Standard Testing Requirements

Notes

Application Names & Casing

Confirm that all application names are using the most recent name of the application and displayed in the proper casing.

  • CXT Operations

    • VB6 - Classic Operations App

    • CXT Operations - Modern Operations App

  • CXT Client Portal

  • CXT Driver App

Example: Use CXT Driver instead of CXTDriver, Nextstop 3, Next Stop, etc

 

Field Constraints and Functionality

  • Character Limits

    • How does the field handle import/export from associated functions?

      • EX: Can QuickBooks Online handle the full field characters sent from our field? Do they only accept a certain character amount? Do we allow users to enter more than what is accepted?

  • Input data validity

    • Allowed values for the data field

    • Invalid input values for the data field

  • Requirements

    • Make sure all required fields show the proper validation error if the requirement is not met

 

Page Displays

  • Active/Inactive Display

    • Confirm all inactive page elements (that are intended to still be displayed on a page) are greyed out when they are not able to be interacted with by the user

  • Default Settings

    • Confirm that the default setting upon upgrade was used upon initial navigation to the page

  • Deletion Confirmation

    • Is there a pop up asking user to confirm deletion action?

  • HelpText (AKA ToolTips/HoverText)

    • Make sure all fields have clear helptext to describe the functionality of the field

      • 256 character limit in VB6

  • Icons

    • Make sure all modals and pages have icons

  • List Display/Filter Sorts

    • Make sure all lists are displayed in alphabetical order and have filter sorts for ease of use by customers

  • Tabbed Order/Selection

    • Test the tab order for all new fields added to the application to confirm that they were added in the proper order based on where the field is located on the page.

    • Confirm that all selections can be made from Space Bar and the Enter button

  • Time Fields

    • Any time a time field is displayed, check to make sure that it is displaying within the local time zone or server time as requested on the product ticket

 

Mobile Responsiveness

  • Make sure new pages/functionality respond and automatically re-size when viewed and tested on a mobile device?

  • Does the automatic re-sizing allow for a good user experience (UX)?

  • Are all aspects functional within the mobile view?