ServiceNow/Selenium – Shadown DOMs

Introduction 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 tool that multiple languages and multiple browsers, allowing developers to create tests by navigating the page and integrate those tests using frameworks such as TestNG and JUnit. Feature Support Programming Languages Java, Python, C#, Ruby, JavaScript, etc. Browsers Google Chrome,…

Continue ReadingServiceNow/Selenium – Shadown DOMs