Tools & Platforms
Jira, TestRail, BrowserStack, Postman, Jenkins — the real-world software QA teams run on.
A
Allure Report is an open-source reporting framework that turns raw automated test results into a detailed, interactive HTML report — showing pass/fail trends, execution history, screenshots, logs, and step-by-step breakdowns per test — rather than the plain text or XML output most test runners produce natively.
Azure Test Plans is Microsoft's test case management tool, part of the Azure DevOps suite — used for planning, tracking, and executing manual and exploratory tests, tightly integrated with Azure Boards for work item tracking and Azure Pipelines for CI/CD.
B
C
D
F
G
Git is the distributed version control system nearly all modern software teams use to track code changes, branch and merge work, and collaborate — the foundation that CI/CD pipelines, code review, and most test automation workflows are built on top of.
GitHub Actions is GitHub's built-in CI/CD automation platform, letting teams define workflows — build, test, deploy — as YAML configuration files that run automatically on events like a push or pull request, directly within the same platform hosting the code.
GitLab CI is GitLab's built-in continuous integration and delivery system, configured through a YAML file in the repository, running automated build, test, and deployment pipelines natively within the same platform that hosts the code and manages issues and merge requests.
J
Jenkins is a long-standing, open-source automation server for building CI/CD pipelines, self-hosted and highly extensible through a large plugin ecosystem — one of the earliest and most widely deployed CI tools, especially common in established enterprise environments.
Jira is Atlassian's widely used issue and project tracking tool, commonly used by QA teams to log and track defects, manage testing tasks, and link bugs directly to the user stories or requirements they affect — the de facto standard bug tracker at a large share of software companies.
K
L
P
Q
S
Sauce Labs is a cloud-based platform for cross-browser and cross-device testing, providing on-demand access to real and virtual devices and browsers for both manual exploration and automated test execution — one of the earliest and most established players in this category.
SoapUI is a dedicated API testing tool with strong support for both SOAP and REST APIs, offering a graphical interface for building, executing, and automating API test cases — historically the standard tool for SOAP-based web service testing specifically.