CLI Reference > Server Administration Commands > tm editverdict
  
tm editverdict
edits an test verdict
Synopsis
tm editverdict [--name=value] [--image=[none|default|<path>] [--description=value] [--position=[<number>|first|last|before:<name>|after:<name>] [--verdicttype=[pass|fail|other] [--user=name] [--hostname=server] [--password=password] [--port=number] [(-?|--usage)] [(-F file|--selectionFile=file)] [(-N|--no)] [(-Y|--yes)] [--[no]batch] [--cwd=directory] [--forceConfirm=[yes|no]] [-g|--gui] [--quiet] [--settingsUI=[gui|default]] [--status=[none|gui|default]] test verdict
Description
tm editverdict edits the properties of a test verdict.
Options
This command takes the universal options available to all CLI commands, as well as some general options. See the options reference page for descriptions.
--name=value
specifies the name of the verdict. Names can be a maximum of 100 characters and cannot contain square brackets.
--image=[none|default|<path>]
specifies whether an image displays for the verdict.
--image=none does not display an image for the verdict.
--image=default displays the default image appears for the verdict.
--image=<path> specifies the path and name of a custom image for the verdict, for example, c:\images\fail_verdict_icon.gif
* 
Images must be GIF or JPEG format, and no larger than 16 by 24 pixels.
--description=value
specifies a description of the verdict.
--position=[<number>|first|last|before:<name>|after:<name>]
specifies the position in the list of verdicts.
--verdicttype=[pass|fail|other]
specifies the type of test outcome that the verdict describes.
test verdict
specifies the name of the verdict you want to edit. Verdict names are case sensitive.
See Also
Commands: tm createverdict, tm deleteverdict, tm viewverdict, tm verdicts
Miscellaneous: options