Hi,
In python I am trying to assign username and password(with out hard coding). NameVALUE and PasswordVALUE variables have values
Regards
Srikanth
In python I am trying to assign username and password(with out hard coding). NameVALUE and PasswordVALUE variables have values
paramvalue = "{\"username\": \"NameVALUE",\"password\": \"PasswordVALUE\"}" When I print paramvalue I am getting out put like Output:{\"username\": \"NameVALUE",\"password\": \"PasswordVALUE\"}expected output:Output:{\"username\": \"Srikanth",\"password\": \"Welcome\"}Please help.Thank you in advance.Regards
Srikanth

