again i ran the performer , i got error for password, So for this i did it as below in the variables panel. still its not resolved, well its a new error
@singh_sumit
In your screenshot you have selected the “standard” if i select standard then the password will be visible at run time.
So i am going for the “secure” Option as below
I have selected the secure string in the variables panel, also i converted it it to secure string as below in variables panel:
New System.Net.NetworkCredential(“”,Password_UiDemoCredentials).SecurePassword
but its not working, i have put the screenshots below
Hey @Seema_S are you storing your password in Asset if no create a string variable which hold the value of the pass but for best practice you have to save your password in Asset under credentials then use get Cred activity and now pass that variable in Sec String.