Testim Copilot is here | Learn More

Month: May 2021

Testim is releasing Accessibility Page and Accessibility Step validations as generally available for Professional plan customers.  What is web accessibility? Not all users have the same vision, hearing, or physical abilities. Web UX and frontend developers should consider how their applications affect persons with disabilities and improve the design to increase access and usability.  Organizations…

Successful implementation of DevOps methodology can’t be achieved without extensive automated testing. DevOps is all about automation—but not only software delivery automation. Testing automation needs to be part of your DevOps practices as well. Otherwise, you’ll have automated deployments of buggy software. In this post, you’ll learn how DevOps testing tools can help you ship…

There are many libraries available to write unit tests for your JavaScript code. One popular option is QUnit. Let’s look at how you can get started with QUnit. But let’s not stop there. Measuring code coverage of your tests is a useful metric to gain insights and improve your test suite. We’ll open the tutorial…

My family recently purchased a camping trailer to better enjoy the outdoors. We were newbies looking for answers. One specific item we were told we needed was a weight-distribution hitch to help tow the trailer more safely. I don’t know anything about them so I needed to do some research. Like many of you, I…

Selenium is a tool for browser automation. It can perform actions like clicking on a button or a link, typing texts into an input field, and just about any operation a real user can do manually. Selenium is used for automated testing and so much more. What you do with Selenium is up to you…