Software Testing Videos and Tutorials: Load Testing, Unit Testing, Functional Testing, Performance Testing, Agile Testing, DevOps

Your Data Quality Needs Testing Too

June 2, 2025 1

Application developers typically test their code, often with large suites of automated tests, before each new release. But, when the application is running live, it will be receiving data from multiple sources, over which we may have little control, and that data will sometimes be unexpected and invalid in some way.

Enhancing Appium Tests Stability with the Power of Healenium

March 19, 2025 0

This is an introduction to Healenium, an open source tool with proven results to enhance the stability and maintainability of Appium tests. You will learn about its functionality, explore its integration with Appium, and demonstrate its practical application through a live code demo.

.NET Testing Best Practices

February 18, 2025 1

ASP.NET Core has been designed from the ground up with testability in mind. XUnit is the open source testing framework the ASP.NET team uses to test their own code.

When Software Testing Just Doesn’t Cut It

January 27, 2025 2

Writing unit tests is pretty much standard practice these days. Otherwise, how would you make sure that your code does what you expect? Yet, some software is mission-critical and merely testing a few examples – or even randomized testing – is not enough.

Don’t Do E2E Testing

December 9, 2024 1

End-to-end (E2E) testing is one of the more common approaches to testing software, but it is complex, fragile expensive and low quality. As soon as we accept that the best way to test our system is to deploy it all together, with everything else that it interacts with and then try broad-brush interactions with the whole lot, we have lost control.

Migrate from Selenium to Selenide to Stabilize Your Tests

November 12, 2024 0

Selenium WebDriver is a great open source tool, but it is not software a testing library. It is a browser manipulation tool. Still, a good deal of software QA projects are built on pure Selenium. Selenide is a testing library based on Selenium for making stable and readable tests.

Tips for Successful Hybrid Mobile Applications Testing

October 14, 2024 1

Hybrid mobile applications, combining the best of both web and native technologies, are gaining popularity for their cost-effectiveness and faster development cycles. However, testing these applications presents unique challenges, particularly with WebViews.

1 2 3 53