Testim Copilot is here | Learn More

Month: October 2020

The Testim blog has been publishing a lot of posts about JavaScript testing related concepts and tools. We’ve covered Jest testing, Cucumber.js, and load testing with Artillery, among many other topics. Today, we carry on with the trend by covering yet another JavaScript testing-related tool: Sinon JS. Sinon JS is a popular JavaScript library that…

Testim Labs is a fresh way for VIP customers to get early access to new features. Labs will initially showcase three early release features: Auto Grouping, for test step deduplication; Accessibility testing for determining if your site is compliant with accessibility guidelines; and Test Flow View, which provides a visual flow representation of the tests….

In this mini-series (Netflix, are you listening?), Tom Shlaim, Automation Engineer at ironSource will walk you through the process of building an environment for independent tests. For this journey, all that you will need is the desire to learn something new. Let’s get started! In this introductory post, you will learn about the following: The…

Testim’s support for global variables and parameters is most excellent. However, when I create custom actions that either takes parameters or uses global variables, I ran into an interesting situation. I wanted to define my global variable in a custom step and set it to a default value if it was never set. Also, so…