2 minutes read We are going to present how you can mouseover an web element using Selenium WebDriver. The code below is straight forward: first we identify the element to be hovered in the web page, here is how you can find web elements using Selenium WebDriver. hover (mouseover) functionality is provided in Selenium WebDriver with the help of the… Read more »
Posts Categorized: UI Testing
Schedule Mobile Emulation to Run Continuously
2 minutes read Why 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 »
Which is the Best and Fastest Way to Find Elements Using Selenium WebDriver
2 minutes read Most of the Automated UI Selenium WebDriver test are very slow comparing to Unit Tests and API tests and one of the factors is how fast WebDriver can find elements within the HTML of a web page. Also, using the right locator ensures your tests are faster, more reliable and have a lower maintenance over… Read more »
How to Test your Websites in Smartphone & Tablet Mobile Emulators
2 minutes read Mobile 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 »
How to Add UI Steps in a Automated Website Test
2 minutes read With Automated Website Testing Service from LoadFocus.com you can easily automated your manual tests. Just go to New Website Test page inside LoadFocus.com and click on the Step Action dropdown. Choose the desired Step Action for your Automated Website Test search for the desired the step action (Actions, ScreenShots, Navigation and Assertions) add the step… Read more »
Automate Manual Tests for your Website with Cloud Automated Website Testing Service from LoadFocus
< 1 minute read We released a cloud-based web UI testing service that makes life easier to build functional tests and automate the repetitive manual testing of your site. You can catch bugs before your users do. It’s similar to Selenium WebDriver, but for projects that are short infrastructure and/or coding expertise to confidently develop and manage automated test suites. Create… Read more »
Enable gzip compression on NGINX
2 minutes read During Speed testing of your website or web application using LoadFocus (https://loadfocus.com/website-speed-testing) on the Advice section you might get the tip that you need to enable compression like in the image below: Compressing responses often significantly reduces the size of transmitted data. Because the compression happens at runtime this can add a big… Read more »