You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
we have common problem on all tests using sapcloud-form authentication, when test is executed on SauceLabs.
It takes >60 seconds to load login page, enter user and password and redirect to the application page.
The Login page take few seconds to load, then it takes very long ( >20 seconds) till user name is entered, then again it takes very long (>20 seconds) till password is entered.
As result the initil load of the applciation takes almost 2 minutes and we have to configure
defaultTimeoutInterval : 90000, // default 30000
The same execution locally (also with user password, no SSO!) takes only few seconds.
So my quesiton is, if this is known, and if there is any additional logic from UIVeri5 executed, when running on SauceLabs? Or is it the latency to SauceLabs? Can this be improved?
Thanks,
Adrianna
The text was updated successfully, but these errors were encountered:
Hi Adrianna, UIVeri5 only drives the browser, it does not interfere in any way in the actual browser work. Is the page so slow to render or only the user and password are entered slowly ? If it seems the IDP that you use is really slow from saucelabs, maybe you can validate by manually starting a session in Saucelabs and entering the url in the browser.
Hi,
thanks for the hint, I have executed on Suace Labs manually, the problem can not be reproduced.
But we discovered, this problem is occuring only when executing on Chrome.
Seems uiveri5 is waiting on something on Chrome (on the focus on the text field?).
Is there something partiucular about loading page with Chrome? Is this known problem?
We have network and performance captured for both executions on SauceLabs, but we could not find the root couse.
Hi,
we have common problem on all tests using sapcloud-form authentication, when test is executed on SauceLabs.
It takes >60 seconds to load login page, enter user and password and redirect to the application page.
The Login page take few seconds to load, then it takes very long ( >20 seconds) till user name is entered, then again it takes very long (>20 seconds) till password is entered.
As result the initil load of the applciation takes almost 2 minutes and we have to configure
defaultTimeoutInterval : 90000, // default 30000
One example is https://app.eu-central-1.saucelabs.com/tests/dc47d9cd9cbe4675a0a2411916402902#3
The same execution locally (also with user password, no SSO!) takes only few seconds.
So my quesiton is, if this is known, and if there is any additional logic from UIVeri5 executed, when running on SauceLabs? Or is it the latency to SauceLabs? Can this be improved?
Thanks,
Adrianna
The text was updated successfully, but these errors were encountered: