Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • <name> to identify the case.
  • id: case attribute that identify the case with a unique id, it is not assigned manually but automatically (when importing or creating a new case).
  • <help> To add some comment, for each case this help could be shown from its contextual menu.
  • <owner> this indicates the responsible of the test case. It should be the e-mail address of the responsible (to be used in the future to send him warnings)
  • <tags> An ordered list of words, used to classify the cases as a tree (in case of select this kind of view)
  • <args> for general use of tester: arguments to append when invoking the exe (e.g: -b "batchfilename", -offscreen -b+g "batch")
  • <environment> for general use of tester to set values of environment variables for a process. It is a flat list of <key_1> <value_1>  ... <key_n> <value_n>  (e.g. <environment>OMP_NUM_THREADS 4</environment>)
  • <batch> for automatic launch GiD without window a GiD batch file (it is possible to start also with window from the contextual menu)

...