Forum Discussion
bgran05
9 years agoOccasional Contributor
What I have done personally for this is to create Keyword Tests where you layer your scripts for desktop and web. You might need a few scripts each for Desktop and Web apps to do what you need.
For example:
Keyword Test1:
Desktop - script written in javascript; when this script ends, the website is open already
Web - script written in Selenium; do the things I need to do on the website.
Desktop - a new script that does more things on the desktop app, etc.