FitNesse for Appian: Scenario Variables and Expressions

#AppianFitnesse

I am trying to determine the feasibility of using scenario variables inside an expression. I have not had success following the same methodology as !define variables in a script.

As a simple example, the following scenario would take the input value (valVar), increment the value by 1, and populate a form field.

|scenario |increment value|valVar |
|populate field|Answer |with |${=@valVar + 1 =}|

The expression doesn't evaluate though, nor any of the variations I've tried. Has anyone had success here? I have several potential uses for this type of evaluation that would simplify scenarios I am working on.

Thanks!

OriginalPostID-234834

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data