Testcomplete to handle username and password when the password change is required
We have several web applications . All the web applications require the basic authentication - username and password . we need to change the username and password when 60 days is near. We get the notification - change your password as it will expire in xyz days .
Now With Testcomplete I am automating those several applications . I have stored the username and password in Project Suite variable. Then I am using in the script as
var username = ProjectSuite.Variables.Username;
var password = ProjectSuite.Variables.Password;
Now how Testcomplete handle the change in username and password ? If we have 10 project suites and the username and password is stored in project suite variable and the password expired then how we can handle.
Please update
Thanks
NG