Parametrization using Feed outside the scenario

Hi,

I wanted to pass the values using feeder and these line of codes are called outside the scenario to perform some operation on the values.
Inside the scenario, feeder are working, but outside am getting error like variable not found.
Can you please help.

val login = csv(“D:/login_credentials.csv”).circular()
feed(login)
def text1toEncrypt = “${user}”

Getting error user variable not found.

thanks in advance for your reply.

Regards,
Chithra

Hi,

Sorry, but it’s impossible to understand your issue based on your code excerpt.
Please provide a reproducible example.

Regards