Want to see how Testim integrates with Tricentis SeaLights? | Find out here

Year: 2021

When it comes to implementing a sound software QA approach, there’s probably nothing more important than software testing. The problem is that software testing is such a vast area. With many terms and buzzwords, types of testing, and tools, it’s hard not to feel overwhelmed. Today’s post is our contribution to relieving your burden by supplying…

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…

We often hear the software quality success stories about connecting your test automation solutions to your CI, but how does this impact your software quality and testing practices? Scaling your test automation is never easy and sometimes this means facing honest facts, while continuously delivering results for your customers. But this doesn’t mean that you…

The software testing world has plenty of terms, expressions, and buzzwords, and the list keeps growing. On the one hand, this is a good sign of a vibrant and innovative field. On the other hand, it can be overwhelming for newcomers to keep up with so many concepts. In this post, we’ll help make your…

Safari is a widely used browser, second only to Google Chrome, with close to 20 percent total market share. It only makes sense that you can run end-to-end tests for your web applications on it. But to do this, you need SafariDriver, which allows Selenium tests on mobile iOS and macOS. This article is a…

Setting up a Selenium-Jenkins task comes with a lot of advantages for developers. Especially given how continuous integration / continuous deployment (CI/CD) pipelines need frequent tests. Achieving such a configuration is desirable as it automates even the automated tests themselves. This post will show interested developers how to set up and start running automated tests…