Our training courses provide you with practical knowledge that you can apply directly to your projects and expand upon in the long term.
fΓΌr alle Entwickler:innen
Auch Testcode muss sauber sein! Heute steigern wir die QualitΓ€t deiner Tests.
for all developers
Maintainable software is future-proof. Testing is important for this, of course. But what makes code testable?
for all developers
Legacy code is valuable, has proven itself over many years, but is usually not sufficiently tested. How can we change that?
for all PHPUnit users
PHPUnit offers flexible options for structuring a test suite. Which one is right for your project?
for all developers
Test code must be clean, too! Today, we are improving the quality of your tests.
for all PHPUnit users
Do you have enough tests for your code? Here you will learn how to find the answer.
for all developers
Here you will learn how database interaction can be implemented in a testable manner and how it can be tested.
for all PHPUnit users
How do we handle code dependencies when testing? Here you will learn everything about test stubs and mock objects.
for all developers
When testing code, we also have to work with randomness and time. How do we do this correctly?
for all developers
Software testing comes in many shapes and sizes. Which ones are right for your project?
for all PHPUnit users
Tests can be misleading and give a false sense of security. Thanks to feedback from PHPUnit, you can handle these risky tests correctly.
for all PHPUnit users
Domain-driven design creates a common understanding within the team and reflects this in the code. What does this mean for testing?
for all PHPUnit users
The standard functionality of PHPUnit is often sufficient. You can adapt it to your needs with extensions.