Testim Copilot is here | Learn More

Month: February 2022

Cucumber.js and BDD aren’t new kids on the block. But they’re still fairly unfamiliar for many developers. That’s unfortunate because the two can be very powerful tools for both business people and developers. Let’s have a short look at what BDD is, and then see how Cucumber.js can be used to your advantage. What Is…

Salesforce is the world’s most popular and most successful cloud-based customer relationship management (CRM) platform. You can use it to grow your business by better understanding your customers’ needs. One of the reasons for this success is considered to be Apex. Apex is an object-oriented programming language created by Salesforce that allows you to extend…

Apex is a development platform created by Salesforce that allows you to use Salesforce’s powerful functionality and build your own custom cloud-based software applications. Salesforce allows multiple users to use their development platform simultaneously. The Apex engine enforces runtime and data limitation measures called governor limits to avoid performance issues and optimize processing. With governor limits,…

I’m Oren Rubin, CEO and Founder of Testim. About seven years ago, I set out to build a test automation platform to address the two biggest bottlenecks to faster releases (which I witnessed firsthand): slow test authoring and flaky tests. I was tired of everyone fixing flaky tests and knew there had to be a…

MFA – Multi-Factor Authentication requires users to validate their identity with two or more forms of evidence, such as their username and password combination. Other factors include verification methods the user has in their possession. While a password may be compromised, it’s improbable that a bad actor can access a robust verification method like a…

Testing applications seems easy…until the project gets bigger, and you need complete system testing along with unit and integration testing. But what happens when software testing is primarily data-driven and a chunk of test data doesn’t work? In that case, you need a large amount of mock data to test the system thoroughly. So, to…

Unit testing’s benefits aren’t restricted to just a few languages. To prove that, today, we’re focusing on TypeScript unit testing. In this post, you’ll learn how to unit test your TypeScript code in a hands-on tutorial. You’ll also learn what unit testing is and what you gain from using it. Since this is a tutorial,…

Salesforce is the most popular cloud-based customer relationship management (CRM) platform. It can help you grow your business as it enables you to understand your customers’ needs better. As Salesforce becomes increasingly essential to businesses, they seek more sophisticated and automated solutions for specific tasks to improve performance. Automating business processes is one of Salesforce’s…

You’ve probably run into a website or application that functioned well, but the words were misaligned, pictures were too small, or worse yet, visual elements partially blocked other components.  Functional and visual testing work together to test and validate your application’s usefulness fully. If elements of the application don’t present well, they can prevent a…