8 minutes read Well into the pandemic and with the E-commerce boom rapidly accelerating due to people needing to stay inside, you’ll need to make sure that your website and mobile applications are performing well under high load for the holiday shopping season and especially for Black Friday and Cyber Monday sale events. We have written a handbook,… Read more »
Posts Categorized: Automated Website Testing & Monitoring
What is the Document Object Model (DOM)?
< 1 minute read The Document Object Model (DOM) is an object-oriented representation of the web page, representing the document as nodes and objects (HTML tags), which can be modified with a scripting language. DOM is a programming API for HTML and XML documents. The DOM is created when the webpage loads inside the browsers, HTML you write is parsed by the browser… Read more »
How to MouseOver (Hover) a WebElement using Selenium WebDriver
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 »
6 Things about Websites That Business Owners Need to Know
< 1 minute read Here is a list of some of the most important 6 things that you, as a business owner, need to know about your website. Response Time of your main web pages More details about speed testing Latency of your main web pages More details about page load testing Performance Score of your landing page More details about… 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 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 »