Skip to content

Testing proceedure

Fabrice edited this page Apr 17, 2021 · 3 revisions

Check the status bar after every action to ensure consistency of action and message.

Input validation

Entry fields for numbers

  • Test numbers with 0, 1 and 2 decimals
  • Test strings

Entry fields for strings

  • Test numbers
  • Test space and all special characters (é, €, $, *, etc.)

Combobox

  • Test input with arrows

CSV files

  • Wrong format for CSV files: decimal is comma, delimiter is tab or space, string in data, missing values, no column titles.
  • Wrong file selected: text files and binary files

Working flow

  • Try right to left and bottom to top flows.
  • Interrupt a flow by selecting menus or changing tab before validating.

Navigation

  • Check that keyboard navigation is possible with TAB. Document how to jump from one tab panel to another one (L and R arrows). U and D arrows for combobox.

Bug correction

  • Add modal windows for errors
  • Update help files !

Clone this wiki locally