Unanswered question

How should I declate operand1 and Operand2 ? and how it is effective?

I wanted to use WHILE action and I am not sure how to Declate Operand1 and Operand2 .. Please help me for this

Virendra V.
Virendra V.

Virendra V.

Level
0
1 / 100
point

Answers

The WHILE will loop till the condition you set is true and the user will drop out of the while when the condition is not met anymore. Usually Operand1 and/or Operand2 are variables that will be modified at runtime

For example, you could have such condition:

${MyVariable} greater than 10

Your ${MyVariable} could be a variable extractor or a counter or any other type of variables.

You should check NeoLoad documentation for another example here