Hi,
I am running a script to run my test through Command Line. I have a variable called logins (file) type which is .csv. I read my logins and passwords through it.
Is there way I can parameterize my file name value, so that I can change the file when running the script?
Script:
./NeoLoadCmd -project pathToMyProject.nlp
-launch Scenario1 -noGUI -variables env=PROD, logins=variables/LoginCredentials.csv
I am hoping to change logins value to something else next time I run this script. For example change the logins variable value to = LoginCredentials22.csv. Can I do that?