nastester
6 months agoRegular Contributor
Best way to handle Azure login using TestComplete
Our new web app has Azure login. I was able to create fake test logins(email and password) and they do work. I was also able to create a login script which is working when running non-headless: ...
- 6 months ago
I was able to get this to work headless.
Basically, my initial script was created with an Edge profile (me) so the login form I got when running manually/non-headless was different when the browser is launched headless.
I signed out of my profile, captured the right objects, updated my script and was able to run the login script headless.