Tutorials
Hands-on guides that take you from zero to competent in test automation. Every example targets TestForge itself, so you can practice against a real, running system as you read.
UI Automation
Drive the browser: click, type, assert, and stabilize end-to-end web tests.
Playwright (UI)
Low difficultyModern, fast, auto-waiting end-to-end browser automation from Microsoft.
17 sections · ~70 minSelenium WebDriver
Medium difficultyThe long-standing, W3C-standard browser automation library — huge ecosystem, every language.
16 sections · ~80 minCypress
Low difficultyDeveloper-friendly, all-in-one test runner with time-travel debugging and automatic retries.
15 sections · ~70 minAPI Automation
Test REST endpoints directly — fast, deterministic, and CI-friendly.
Playwright (API)
Low difficultyUse Playwright’s request context to test REST APIs — no browser required.
14 sections · ~65 minREST Assured
Medium difficultyThe de-facto Java library for readable, given/when/then REST API tests.
16 sections · ~75 minPostman
Low difficultyExplore, document, and automate APIs — from manual requests to CI with Newman.
13 sections · ~65 minPerformance Testing
Put the system under load and measure latency, throughput, and thresholds.