Weird issue we're having with Test Studio: A navigation step that goes to a site that prompts for credentials is prompting for credentials before any steps even execute.
In our test, the navigation is the THIRD step in the test. That's when I'd expect the logon for the site to pop up and for the following "handle logon" step to take care of it.
For some reason, the prompt for credentials happens before anything. Even if I put in a 30 second execution delay as the FIRST step in the test, I am immediately prompted for credentials for the site that is navigated to in the third step.
My homepage is not the site in question.
I can even watch the console that shows you what steps are executing and I can see that the first step hasn't even popped into the console and it's prompting for credentials. The test won't begin until I enter credentials or cancel the dialog.
What's going on here?
In our test, the navigation is the THIRD step in the test. That's when I'd expect the logon for the site to pop up and for the following "handle logon" step to take care of it.
For some reason, the prompt for credentials happens before anything. Even if I put in a 30 second execution delay as the FIRST step in the test, I am immediately prompted for credentials for the site that is navigated to in the third step.
My homepage is not the site in question.
I can even watch the console that shows you what steps are executing and I can see that the first step hasn't even popped into the console and it's prompting for credentials. The test won't begin until I enter credentials or cancel the dialog.
What's going on here?