Find all the Links on a Webpage with Selenium WebDriver in Java

Selenium WebDriver Test Automation UI Testing

3 minutes readNavigating through a webpage and cataloging every single link can be a daunting task, especially if you’re aiming for comprehensive testing coverage. Selenium WebDriver in Java offers a streamlined approach to not only find but also interact with these links, ensuring your web application behaves as expected. Let’s dive into the process, keeping things light… Read more »

Schedule Mobile Emulation to Run Continuously

Mobile Testing UI Testing

< 1 minute readWhy should I schedule a “Mobile Emulation” test to run every hour or every day? The answer is very simple: during the course of the development or even after the development is finished when changes are still done to the product is good to check how your application displays every day and put the running… Read more »

Speeding Up Selenium WebDriver Tests with Efficient Locators

Automated Website Testing & Monitoring Selenium WebDriver Test Automation UI Testing

2 minutes readWhen it comes to automated UI testing with Selenium WebDriver, speed is of the essence. Unlike their quicker counterparts—unit tests and API tests—UI Selenium tests can sometimes feel like they’re trudging through molasses. A significant factor in this speed discrepancy is the time it takes WebDriver to locate elements within a webpage’s HTML. Moreover, choosing… Read more »

How to Test your Websites in Smartphone & Tablet Mobile Emulators

Mobile Apps Testing Mobile Testing UI Testing Uncategorized

2 minutes readMobile Emulation service from LoadFocus allows you to understand how your websites and web pages render on mobile devices, in case you are keen on building mobile-first, fully responsive web sites. With Mobile Emulation service from LoadFocus you can load your websites and web pages in mobile emulators and inspect screenshots to find potential rendering… Read more »