ServiceNow/Selenium – Shadow DOMs

Introduction If you're interested in a better solution to this problem, take a look at my follow up blog on this specific subject! There we utilize the shadow_root attribute as it was designed to be used to achieve the same goal. When you're developing software to last, building tests along the way is integral in maintaining a robust inflexible code-base. ServiceNow's ATF is an efficient, cost-effective way of doing regression testing in the ServiceNow platform, but it missed the mark on navigating Custom UI pages as well as third-party integration testing. That's where using Selenium come's in. Selenium is an automated testing…

Continue ReadingServiceNow/Selenium – Shadow DOMs