I need to type a Customer ID in different fields in my form. How can I accomplish that using ScenarioBuilder?
The best way is to save the value you want to type “Customer ID” in a variable in ScenarioBuilder. You can do that either in a CSV file, or by using a Set String Variable action.
Just add a new Set String Variable action to your scenario, fill out the name to be “Customer ID” and the value to be the string you want to type.
Then by using multiple instances of “Type Text” action, you can write the variable value as many times as you want by writing the variable name surrounded by two percent characters e.g. %Customer ID%
ScenarioBuilder offers different kinds of variable types, and they all work the same way. To read more about how to use variables in ScenarioBuilder, you can read the following article.
Thanks for your reply. I will be using variables in my scenarios