Hello,
I am trying to build out a form based on index values extracted from the response via check.saveAs. When creating the form, the value side of the map has the el expression properly expanded. However, the key side of the map does not get expanded.
The map I am using is:
Map(
“NewReserveSet:NewReserveSetScreen:ReservesSummaryDV:EditableReservesLV:${totalReserves}:CostCategory” → “adl”, // <— This is not expanded
“objFocusId” → “NewReserveSet:NewReserveSetScreen:ReservesSummaryDV:EditableReservesLV:${totalReserves}:CostType”) // <— This is expanded
)
This can be seen in this snippet from session.
NewReserveSet:NewReserveSetScreen:ReservesSummaryDV:EditableReservesLV:${totalReserves}:CostCategory: adl
objFocusId: NewReserveSet:NewReserveSetScreen:ReservesSummaryDV:EditableReservesLV:3:CostType
Is it possible to expand the expressions on the key side of the map? Any help would be appreciated.
I am using Gatling Version 2.2.5.
Thanks,
-Marc