Forum Discussion
biuli
9 years agoNew Contributor
Found the following workaround:
create at global level custom properties for the auth variables (user, password, auth type)
create a Property Transfer at test step level where the global variables are assigned to the test step User, Passwd, Auth
Other things I tried (unsuccesfully)
from groovy modify the test case auth variables (apparently at test step level the are null)
from groovy modify the test steps auth variables (apparently they are read-only)