Authen in web when use Desktop testing

When testing for desktop apps, the login part is performed on the web. I got the login link but don’t know how to do the login part while on desktop testing.
Is there any way for me to do the above work?

1 Like

Hi,

Thank you for sharing your concern. This is an interesting scenario, can you test by simulating Web Login? After getting login link, use Katalon Studio’s web testing capabilities to open the login URL in a separate browser window and perform the login steps using Katalon Studio’s web automation keywords like WebUI.sendKeys and WebUI.click to fill in credentials and submit the login. then switch back to Desktop App if possible.

Because the login link contains an accessToken that can only be created when clicking the Login button in the desktop app, there can be no login link if the desktop app has not been opened.