Containers, Continuous Testing and the QA Serbia Community — feat. Nenad Cvetkovic (iGaming company / QA Serbia community)
NENAD CVETKOVIC — Nenad Cvetkovic — iGaming company / QA Serbia community
A QA lead on using Docker to reach continuous testing and building the QA Serbia community.
Show notes
A QA lead on using Docker to reach continuous testing and building the QA Serbia community. Nenad Cvetkovic, a QA lead consultant in iGaming and active member of the QA Serbia community, shares how he teaches test automation and Docker through community events and a Test Automation Day. He argues that DevOps is a tester's best friend and that true continuous testing requires containerizing not just the test framework but the application itself, enabling parallel isolated test cases with fresh databases per run. He offers practical advice on building logging and reporting into frameworks from the start, capturing request/response state for root-cause analysis, and using a component-based page object model with proper synchronization to keep UI tests robust rather than fragile. He also warns against mixing functional and performance concerns and against ignoring capacity planning and confi