Hello, Testing Family! 👋 Thank you for being a part of the testing journey this year. As 2024 wraps, let’s first reflect on the road behind us, which was packed with milestones that have hopefully changed how you think about testing–and made your day-to-day pursuit of quality that much easier. Then, let’s look to the…
Tag: Testim
So far, we’ve talked about the history of mobile, and we’ve talked about today’s mobile testing tools and how we can develop applications with them. Now let’s talk about Tricentis Testim Mobile a bit more in-depth. Testim Mobile emerged from Tricentis’ acquisition of TestProject and Testim. TestProject was an open-source tool that helped people automate…
Introducing Tricentis Testim Copilot We are thrilled to announce the arrival of Tricentis Testim Copilot, the first of many Tricentis Copilot solutions. Tricentis Copilot solutions are a collection of advanced generative AI capabilities available as add-ons across our products that help customers boost their efficiency throughout the entire testing lifecycle. This innovative tool brings cutting-edge…
Who doesn’t own one? It’s stored in your pocket, sits on your desk, or is lodged in the hands of your kids watching Sam the Fireman or Cocomelon. A mobile device is the most personal item we have. We use it to take pictures of our cat, check email, learn how to cook pasta on…
Welcome to a new era of user assistance! Our latest enhancement, the AI Help Assistant, is transformative for your Testim experience. You’ll find it in the bottom-right corner under the “Help” chat widget and it’s your gateway to a vast pool of knowledge. How it enhances product functionality Help Assistant is your ticket to our…
The world is indeed becoming more agile, and automated tests are a must in order to keep up. By automating your tests, you can increase your speed and efficiency while ensuring that your product is of the highest quality. Automated tests also allow you to easily and quickly regression test your product, which is essential…
Agile is one of the most popular and widely accepted modern approaches for software development among technology organizations. It offers an adaptive, iterative, and incremental methodology. The project management team uses the agile model to build and deliver products in uncertain environments, meeting the rapidly changing market condition. But to put the agile model in…
Selenium and Cucumber are two tools that software developers use to execute tests. Both help find bugs in the software before releasing it to customers. However, it may seem difficult for developers to choose between these two tools, especially if they want to use a more advanced BDD (behavior-driven development) framework. This post is about…
New techniques, tools, and processes seem to keep popping up almost every other day in the software testing field. This post will help you out on the vocabulary front by clarifying the “test scenario versus test case” dichotomy. As you’ll see, these two terms aren’t interchangeable, but they’re certainly related concepts that you need to…
Introduction The React testing library is a powerful library used for testing React components. The library helps generate mock events to simulate user input and helps query the DOM as a normal user would. It also provides functionalities such as finding form elements by their label text and links and buttons from their text. The…