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

Year: 2021

Components are one of the basic concepts of Angular applications. Thus, if you want to make sure your app is as high quality as it can possibly be, you’ve got to give those basic building blocks some love. When it comes to software quality, testing is caring, so let’s see how to perform Angular unit…

Test data management (TDM) is a term coined by quality assurance experts (QAs) in reference to tasks and processes around software testing. Since data is part of the phrase, it’s easy to myopically refer to test data management tools as simply “testing data generation” bots. Luckily, the best tools do more than that. This post…

Applications have become more advanced than ever. They’re not just used to get or share information. Applications today are capable of doing almost everything—ordering products, writing an essay for you, completing financial transactions, and much more. To be able to do all this, applications need to deal with sensitive data. Sensitive data attracts malicious actors…

On Testim, we value the quality and accuracy of our codebase. For this reason, we have extensive use of TypeScript. TypeScript has many advanced options that can help you fine-tune the compiler to your project’s requirements. Some of them are more straightforward, like the declaration option. Some of them seem obvious at first glance but…

Unit testing is important to verify the behavior of the smallest units of code in your application. It helps improve the quality of your code and reduces the amount of time and money you spend on bug fixing. Moreover, unit testing helps you find bugs early on in the development life cycle and increases your…

As a web developer, one of the thorniest issues I run into is testing functionality in my web UI. I understand the importance of automated software testing, but writing tests for a UI is difficult. For starters, parsing HTML your server generates is difficult. It is possible to run your tests in a system like…

About this blog: We asked the community to provide examples of how their team proves the value of QA and their automation efforts in their organizations (publishing test results, sharing ROI). The bullets represent their responses. We’ve done some minimal editing to help provide clarity. When ramping up a new test automation solution, it’s essential…

We know how it is. As a startup, your organization needs every dollar to pay salaries, build your brand, and of course, order pizza!  We want to give a little love to startups like us.  You may be aware that Testim already offers the Community plan for free, which includes 1,000 runs (grid or local)…

No code is perfect, and nobody writes the perfect code. That’s why I’m writing this post. If everyone wrote absolutely perfect code all the time, there wouldn’t be a need for this post. So how do we improve the quality of our code? One approach is to refactor the code. But what exactly is JavaScript…

Let’s talk about automated testing tools. Why are they valuable? Well, the tech world is incredibly competitive. To stay alive in such a fast-evolving landscape, companies worldwide must make use of automation, which includes having a sound automated testing strategy in place. And to design, implement, and maintain said strategy, you’ve got to have the…