Robot Framework
Automation
Open-source automation framework that uses a keyword-driven approach. Instead of writing raw code, you build test cases from human-readable keywords like "Open Browser", "Click Element", "Input Text". Huge plugin ecosystem covers everything from web and mobile testing to API automation and database operations. Popular in QA circles and among teams where not everyone codes. Can be connected to Selenium or Playwright under the hood.