Skip to content

Set

Set is the very basic command of HuLoop. It allows to create dynamic variables. The value of the variables can be known up front or determined on the fly.

For example, it can be some static known value or a result of some database query, mathematical computation, or some other process.

Select SET command from the action drop down, leave Screen name blank, Give variable name in the Element key and provide its value in parameter section as shown below:

 

After completing this step, step will look as below:

 

In the above snapshot first SET creates a variable named “index” and sets its value to “10”.

In the second SET, sets “index” variable value to 10+5 i.e. 15

and the third SET, sets “url” variable value to “http://agreeya.com/Emp_Referral.aspx”

Once a variable is created using “set” command, its value can be accessed via ${Variable Name} as shown below:

 

 

Back To Top