Systems | Development | Analytics | API | Testing

Testing

The latest News and Information on Software Testing and related technologies.

Testsigma Success Stories | How Hansard successfully automated its test cycles with Testsigma

Hansard, a global financial conglomerate, has automated its testing efforts and massively reduced test cycle times with Testsigma. This video is about how they did it and what they think of Testsigma. Are you looking for a powerful low-code automation solution? Try Testsigma today!

Testing applications with Cypress

Technology enhancements have triggered the evolution of web applications as the needs and demands of users have also evolved. These applications are adapting to the screen, changing the way they interact with the user and are more demanding in terms of security, accessibility, stability and resilience. The user has now increased its technological awareness as a result of his exposure.

The ultimate guide to payments testing

Today’s online businesses are wrestling with 20+ forms of payment, from traditional e-transfer to cryptocurrency to afterpay programs. Globalization adds different currencies, languages, and privacy concerns not present in real-world transactions. Payments testing utilizes different software tests against a set of predetermined parameters to check performance and where there’s a need to build out or improve capabilities.

Requirement Gathering Blog Series, Part 4: Testing Requirements

This is Part 4 of the Requirement Gathering Blog series by Rahul Parwal where we explore more on Exploring Requirements. We’d like to thank him for sharing his expertise with the community through this information-packed piece. As a tester, being involved in the ideation stage is crucial in ensuring that the testing issues that may arise later on due to false assumptions are addressed early.

[Webinar] Ensuring Quality Digital Experiences: Best Practices and Tools for Modern Software Design

In this video, you’re going to learn exactly how quality and software teams modernized their approach to testing and embedded the QA process into Agile and DevOps teams. Here’s what I’m going to cover in this video: Related playlists: Katalon is a modern and comprehensive software quality management platform. Designed to help software teams test and deliver quality digital products faster, the Katalon Platform comes with ready-to-use capabilities to plan, author, organize, execute and analyze automated tests.

Test Case Design Techniques in Software Testing

Test case design techniques are the key to planning, designing, and implementing tests for software applications. These techniques involve various steps that aim to ensure the effectiveness of test cases in uncovering bugs or other defects in software programs. This blog post will review all these techniques, including their pros and cons and when to use them.

An Introduction to Mocking Tools for Elixir

A well-written test suite is a big part of any successful application. But let's say you rely on an external dependency for some parts of your app (for example, an external API for fetching user information). It then becomes important to mock that dependency in the test suite to prevent external API calls during testing or to test specific behavior. Several frameworks help reduce the boilerplate and make mocking safe for Elixir tests.