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

Better Test Scripts: Untangling Your Spaghetti Test Code

July 14, 2026 0

Test automation engineers often take not enough care of the test scripts. In many of software testing teams we work in, test code is treated much less carefully than production code. It is expected that the test scripts just work.

Industrial Strength Software Testing for Complex Systems

June 9, 2026 1

Complexity is a property of software systems with lots of components that interact in lots of ways. Bugs thrive in complexity. Inert bugs in one component may be activated by seemingly unrelated changes in another. Latent bugs may take years to be observed or detected by software testing.

Story Maps and Behavior-Driven Development (BDD)

January 30, 2026 2

This is a hands-on practical session about agile testing where participants split into groups and learn how to do story mapping and how to write Given-When-Then Behavior-Driven Development (BDD) tests.

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.

1 2 3 50