We have a scenario with two dropdowns. Based on the selections made in both dropdowns, the third field is sometimes enabled or disabled.
Instead of using an IF statement with a condition, we attempted to pass the condition directly.
For the third field:
- We entered the value as Enabled -> <name> and set the Action Mode to Buffer.
- For the same third field (copied and pasted), we passed the condition as {B[name]} == "TRUE" and entered the text value in the Test Step Value column with the Action Mode set to Input.
