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

Year: 2020

Working from home (WFH) can be a big shift for many companies and employees. Instead of a dedicated desk and your 24” 4K monitor, you’ll be working from the kitchen table on a 13” laptop. Rather than commuting for hours each day, you can roll out of bed and start working. No longer can you…

Web applications have become a very important part of any business today. You reach out to the people on the internet using web applications. It is very important for you to make sure your application is impressive. You carry out a lot of tests to make sure your application is good enough. And when it…

Let’s get started with React Native unit testing! A React Native unit is the smallest testable part of a Reactive Native app. What is considered to be the smallest testable part is debatable, and what should be tested is a personal preference, depending on the project. You can perform React Native unit testing on an…

Testim Playground was discontinued on June 26, 2023. We are preserving this post for your reference. As software development organizations shift-left, more of the testing responsibility is moving to developers. Developers are increasingly asked to create and manage GUI functional and end-to-end tests, often running on open-source test automation frameworks. Coding these tests takes time…

Today we’re here to talk about test metrics. To start understanding why this topic is so crucial, consider this sentence: “If you can’t measure it, you can’t improve it.” Have you ever heard that saying? If I had to bet, I’d say yes. This is one of the most well-known quotes in business management; people…

It’s frustrating, isn’t it? Customers want more features, and they want them yesterday. At the same time, everyone wants fewer bugs. You know what they say. Speed, quality, and money: pick any two, but not all three. At least your developers and testers appreciate what you’re dealing with. They understand the need to test what…

Sometimes we build an app with good intentions, but the DOM elements are not created or put in place as we planned. This is especially true if we are creating pages dynamically from a database, which is very common with most websites using a content management system (CMS). We can investigate how our application is…

There are plenty of opinions about software testing, but what exactly is it? First and foremost, it’s a process that’s designed to assure quality and verify that your application performs as expected. And software testing isn’t exclusive to just one language or framework. Today, we’re going to talk about software testing with Jasmine. More specifically,…

The JavaScript world offers plenty of options for … well, pretty much everything. Today we’ll focus on testing tools, answering the question “What is the best JavaScript framework?” We’ll walk you through five of the most popular JavaScript testing frameworks and, by the end of the article, we’ll be electing the one we think is…

Functional testing helps you validate the requirements of your software. For instance, you’ll want to verify if each function or component of the application works as expected. You can do this with various types of testing that all fall under the functional testing umbrella. The software you develop should also meet functional specifications. For example,…