Lianne
3 months agoNew Contributor
Looking to pass values from Execution Plan set up
New person (and not a programmer).
I have created a login script using Keyword Test, and set it to use a Variable called UserName.
Is there a way to set up an Execution plan that has
Login using username1
Execute other tests and logout
Login using username2
... and so on.
So basically, is there a way to define which username to use in each reuse of the Login script from within the Execution Plan? it would be great if I could say Login (use username1 in the UserName variable), then change it for each execution of the Login script