Versions Compared

Key

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

Autocompletion feature also works when specifying values for step parameters where parameter type is set to accept one of the predefined set of possible values i.e. 'one of' parameter type in GUI or enum in Java source code.


Example below shows this at work for simple parameter type. Simply click Ctr+Space after entering at least one character for your step parameter to bring the pop menu that shows available values that you can specify.


Image Added


This feature also supports providing suggestions for column names in case of tabular parameter types. 


Image Added


And also including providing suggestions for individual parameter values for particular tabular fields or columns of type 'one of' or enum in Java.


Image Added