Identify the 3-digit code that a server sends to confirm a request was handled without error.
What is 200 OK?
Name the automation framework that abstracts test logic into reusable keywords, making tests accessible to non‐programmers.
What is Robot Framework?
Which tool, having evolved from a simple browser extension, now serves as a comprehensive environment for API development and testing?
What is Postman?
Which widely adopted open‑source automation server has become a cornerstone in building continuous integration pipelines?
What is Jenkins?
Which periodically updated list, curated by a security community, enumerates the top ten vulnerabilities affecting web applications?
What is the OWASP Top 10?
Which code from the 4xx series is typically returned when a client’s credentials are insufficient to access a resource?
What is 403 Forbidden?
Which underlying methodology organizes tests into structured, human‑readable tables of commands?
What is keyword‑driven tabular syntax?
Identify the Java‑based DSL that simplifies REST API validations and integrates smoothly with unit testing frameworks.
What is REST‑assured?
What iterative process requires that automated tests run with every code commit to catch issues early?
What is Continuous Integration?
Name the free security scanner that automates the detection of common web vulnerabilities.
What is OWASP ZAP?
Originating in a playful RFC, which status code subtly indicates that the server isn’t designed to brew coffee?
What is 418 I'm a teapot?
In its Browser library, which modern automation engine is employed to enable robust, cross‑browser testing?
What is Playwright?
Which GUI‑driven application—available in both open‑source and commercial editions—facilitates testing of diverse web service protocols?
What is SoapUI?
Identify the container orchestration system central to managing scalable deployments in modern cloud environments.
What is Kubernetes?
Which Apache project provides a framework for simulating load and measuring the performance of web applications?
What is Apache JMeter?
In certain extended protocols, which code signals that a request is still in progress rather than completed?
What is 102 Processing?
A recent experimental feature leverages a family of autoregressive language models to suggest tests - identify that model family.
What is GPT?
Which behavior‑driven development framework enables the creation of API tests written in plain, natural language?
What is Karate?
Which integrated platform merges version control with built‑in CI/CD capabilities to streamline DevOps workflows?
What is GitLab?
Which cloud‑based service orchestrates distributed load generation to simulate high‑traffic scenarios?
What is BlazeMeter?
Which response code, frequently seen in captive networks, demands user authentication before full access is granted?
What is 511 Network Authentication Required?
Which library extends the framework’s capabilities by abstracting HTTP calls for REST API interactions?
What is RequestsLibrary?
Which open‑source utility specializes in validating API contracts by comparing documentation against live endpoints?
What is Dredd?
What methodology embeds testing into every phase of software delivery, from commit to production, to ensure quality?
What is Continuous Testing?
Which discipline deliberately injects failures into systems to evaluate their resilience and fault tolerance?
What is Chaos Engineering?