Skip to main content

4 docs tagged with "testing"

View all tags

Advanced Python for SDET

SDET-focused advanced Python topics: advanced testing, automation frameworks, mocking and patching, CI/CD integration, and async testing.

Java for SDET

How Java fundamentals map to test engineering — JUnit 5, fixtures, data-driven tests, Mockito, Rest Assured, page objects, waits, test data builders, tags, reports, and CI.

Python for SDET

How Python fundamentals map to test engineering — pytest, fixtures, mocking, page objects, flaky-test waits, factories, reporting, and CI.

SQL for SDET

How SQL helps test engineers — checking what the app saved, isolated test data, data-quality checks, comparing tables, testing migrations and constraints, waiting for async writes, index checks, and database tests in CI.