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

Code Analysis Tools for C++

November 28, 2022 2

This presentation explores the current capabilities of existing C++ static analyzers and discuss some of the enforcements listed in the C++ Core Guidelines from a toolability aspect. It also looks into the recent “Simplify C++” trend in the language’s evolution. Finally, it explores how technology-specific analysis (like MISRA and AUTOSAR) is being adopted.

The Tester’s Guide to Quality

November 9, 2022 0

Story: After I was hired by my company, they assigned me to a project. Soon after I was introduced to the project, I quickly realized that there are a few maybe lots of :) improvement rooms. I will share my story which ended up in a successfully built quality.

Tests That Help you Find Defects Faster

October 24, 2022 1

This presentation is about the common mistakes that people make when writing tests. It highlights more aspects like bloated tests which make it hard to figure out what they are about and proper usage of assertions to get better error messages.

Structure and Interpretation of Test Cases

October 10, 2022 0

Throw a line of code into many codebases and it is sure to hit one or more testing frameworks. There is no shortage of frameworks for testing, each with their particular spin and set of conventions, but that glut is not always matched by a clear vision of how to structure and use tests cases. A testing framework is a vehicle, but you still need to know how to drive.

Smart Stabilization of UI Autotests with Healenium

September 27, 2022 0

This video presents a self-healing approaches in your test automation may reduce failures due to non-product related issues and improve stability of your Selenium tests to catch only product related defects.

Mocking Framworks Considered Harmful?

September 9, 2022 0

Software development without test automation can no longer be considered professional. However, you might have existing code bases or want to rely on external libraries that may make writing effective and fast unit tests hard or even near to impossible. A typical work-around for these situations is to introduce test stubs for such external dependencies to make your code testable.

1 2 3 4 5 6 51