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

Best Practice for Property-Based Testing

December 3, 2025 1

This talk aims to introduce property-based testing, why you may want to use it, and real-life use cases for including it in code bases. Property-based testing is an approach to testing that involves specifying statements that should always be true (for example, reversing a list twice will give the original result) rather than relying on specific examples.

Lessons Learned From Code Review Remarks

October 21, 2025 1

It appears that one consequence of being a tech lead is that team members consider you the default reviewer for all their pull requests (PR). Though the code review process seems straightforward, there are many aspects that need to be considered.

Untangling Your Spaghetti Test Automation Code

September 22, 2025 0

In a lot of software development teams, test automation code is treated much less carefully than production code. It is expected to just work. Mindless copy and paste of setup code from one test case to another is seldom seen as problematic, scripts duplications are widely accepted, and things are named randomly.

Accessibility Testing at Scale Powered by Appium

July 2, 2025 0

To date, web applications have been the focus of digital accessibility tooling. Attention is now pivoting to mobile apps that are usually tested with Appium. So how do we test mobile apps for accessibility? Many organizations test their apps with assistive technologies.

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.

1 2 3 53