Hi All
I use very often in my Use Cases the Uses and Result columns in each step. The Uses -> I use it for my Business Rule or message at the step level, same for the Result -> I use it for the Log Event, which database to write and what to write.
My question is how can I add a word before the Uses and Result and print them only if the step has a Uses or Result.
If I add the 2 words, it allways print them and it doesn't look good, see my example:
1. User inputs name Uses BR01
2. User imputs last name Uses BR02
3. User inputs email Uses - No Busines Rule, but still prints Uses
{Scenario_Structured.Step}. {Scenario_Structured.Action} Uses {Scenario_Structured.Uses} Result {Scenario_Structured.Result}
Is there a way to exclude the "Uses" and "Result" word if nothing is included at the column level, if I don't include the "Uses" and "Result", everything works great, it only print if we have someting in the column.
Thanks in advance