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

Tag: Testim

In this day and age, no serious manager or tech leader would question the importance of testing. However, it’s also necessary to decide how to carry out the tests in practice. This takes us to today’s topic: test design. Test design, in short, is the process of defining how test activities will be done. Here…

Here’s something you probably didn’t anticipate when joining software development as a younger software engineer: the amount of testing you’d be involved with. There are so many types of software testing that often just trying to keep up leaves you overwhelmed! Lucky for you, we’re here to help, covering automated cross-browser testing in this post….

When it comes to front-end development, understanding the DOM is crucial. However, this topic can be pretty confusing for beginners, especially due to the complicated lexicon. “Shadow DOM vs. virtual DOM,” for instance, is quite a common confusion among developers, especially junior ones. In short, the shadow DOM is a browser technology whose main objective…

Software developers need faster feedback to fix bugs when they are less expensive to correct. One strategy for providing earlier feedback is to shift testing earlier in the process (shift-left). Teams can detect and fix bugs with the least impact by running unit, integration, and E2E UI tests as early as possible.  There’s a second…

Salesforce is a highly popular cloud-based service, and it’s expected to continue growing in the coming years. As the world’s leading customer relationship management (CRM) platform, Salesforce brings you closer to your customers and helps you understand them better. In addition, it can help you gain more customers and increase your revenue. The ever-increasing use of…

When it comes to software quality, many people refer to it as a quasi-mythical, unmeasurable property. On the one hand, I see the truth in acknowledging the nuance and subjectivity in defining a complicated factor such as quality. On the other hand, there must be some objective way to assess the quality of code. Otherwise,…

When it comes to an application, there are two kinds of user activity: the kind you can control and the kind you can’t. Irrespective of these actions, you need to build your application to work for all valid cases. The users’ choice of browsers is something that’s out of your control. You have to make…

Older web applications were simple. They were static and included a couple of headings and paragraphs. But as web applications progressed, it became a different game altogether. As web applications get upgraded with new features, they become more complex. Modern web applications contain different kinds of elements and functions. And whether you want to test…

These days, a growing number of DevOps teams are automating software testing to improve delivery times and boost software quality. Quite simply, this strategy enables team members to spend less time on grunt work and more time building and iterating on high-quality software.  It’s safe to say most DevOps professionals don’t head to work each…

AI is no mere buzzword or fad; it’s a real, valuable technology with far-reaching implications in business, education, and society at large. Of course, AI also affects software testing. And that’s why we’re here today to talk about AI testing. Yes, AI testing is a thing, and it’s especially valuable in the web development world….