World’s largest virtual agentic engineering & quality conference
What is qTest? A practical guide to Tricentis qTest test management: modules, Jira and CI integrations, deployment options, and what moves if you migrate off.

Abhishek Mishra
Author

Rohit Mehta
Reviewer
Last Updated on: August 11, 2026
Search for qTest and you land on three unrelated things. Tricentis qTest is an enterprise test management platform. Qt's QTest is a C++ unit testing framework. Dixon's Q test is a statistics method for spotting outliers in a data set.
Google hedges across all three, which is why the results feel scattered when you are only trying to evaluate a QA tool. This guide covers the first one: the platform teams look at when a spreadsheet or a single Jira plugin stops holding their test cases.
It sets out what qTest does, which module does what, how it connects to Jira and CI, and what happens to your data if you later decide to move.
One disclosure before you read on: TestMu AI builds a competing test management product, so we are an interested party. Every qTest capability described below was checked against Tricentis' own live product and documentation pages while writing, and nothing here is sourced from a review site.
qTest is an enterprise test management platform from Tricentis. It stores test cases, organizes them into releases and cycles, records manual and automated results, and links requirements to tests to defects so QA leads can report coverage and release readiness across many projects at once.
It is a system of record, not a test runner. qTest tracks what should be tested and what happened when it was, while the tests themselves execute in whatever framework or grid your team already uses.
Tricentis currently positions the product as agentic test management and analytics. In practice, teams adopt it for four jobs:
That last job is the one enterprises actually buy. In JetBrains' State of Developer Ecosystem 2023, 80% of respondents said testing plays an integral role in their software development projects, while only 46% used test case design as part of their testing process. Tools in this category exist to close that gap between stated intent and daily practice.
If you are new to the category, our guide to what test management is covers the process qTest is built to support.
Tricentis owns qTest. The product came from QASymphony, which announced in June 2018 that the two companies would merge under the Tricentis name. qTest now sits in the Tricentis portfolio next to that company's other testing products.
The old name still surfaces in search results, and that trips people up. Overview videos and walkthroughs published under the QASymphony brand continue to rank for qTest queries, so their screenshots show an interface and a logo that no longer match what you see after signing in.
Two practical consequences when you research qTest:
qTest is sold as a suite rather than a single application, and the module names matter because pricing, documentation, and support articles are organized around them. Tricentis lists the following components on its product pages:
| Module | What it does |
|---|---|
| qTest Manager | The core test management module. Holds the test case repository, folder tree, releases, test cycles, and execution records. |
| qTest Explorer | Exploratory testing capture. Records a tester's session and turns the observed steps into reproducible documentation. |
| qTest Insights | Analytics and reporting across projects, covering execution trends, coverage, and defect metrics. |
| qTest Scenario | BDD authoring. Lets teams write and manage Gherkin feature files alongside the rest of the test estate. |
| qTest Pulse | Event-driven automation rules that react to activity in the platform and trigger downstream actions. |
| qTest Launch | Scheduling and triggering of automated test runs, and the route automation results take back into Manager. |
| qTest Copilot | The AI assistance layer Tricentis has added most recently, aimed at test creation and analysis. |
One thing to watch if you are comparing documentation against sales material: Tricentis has begun describing the newest flagship experience by capability, using labels such as agentic test creation, rather than by these module names. The module list still exists on the product feature pages, but the naming is being de-emphasized, so a support article and a current landing page can describe the same function with different words.
The mental model is a hierarchy. Understanding it is what makes the rest of the tool, and any future migration, make sense.

Those components are the checklist any test management platform is measured against, and qTest covers most of them directly while leaving execution to tools outside the product.
The split between the design layer and the execution layer is the important part. Test cases are the reusable assets; runs, cycles, and defects are the history of what happened to them.
That distinction decides what you can carry with you if you ever change tools, and it is where most migration surprises come from.
Note: A test management tool is only as useful as the results flowing into it. TestMu AI Test Manager pairs the case repository with execution on real browsers and devices, so pass and fail data arrives without a manual update step. Try it free.
Integration breadth is the main reason large organizations pick qTest, and it works along two axes.
qTest links test cases to Jira issues so a requirement or user story carries visible test coverage, and a failed run can raise a defect without leaving the test. For teams whose planning already lives in Jira, this connection is what makes the traceability reporting meaningful rather than decorative.
That emphasis tracks the market. The Stack Overflow Developer Survey 2025 found 52.1% of professional developers used Jira regularly over the previous year. When that much of the profession already works inside one tracker, the depth of a test management tool's Jira sync is a more useful question than the length of its integration list.
It is worth being clear about the boundary. qTest holds the test assets and Jira holds the work items, so the integration is a synchronization between two systems rather than one tool doing both. Teams that want the test cases to live inside Jira itself usually evaluate Jira test management tools that install as an app instead.
Because qTest does not run tests itself, automated results have to be pushed in from wherever execution happens. The standard route is an agent that Tricentis calls the Automation Host, which watches for completed runs and submits the resulting report back into qTest Manager.
TestMu AI supports exactly this flow. Tests run on the TestMu AI grid through HyperExecute, and the JUnit XML report is handed to that agent so the outcome lands against the right test cycle in qTest. The setup steps are documented in the HyperExecute qTest integration guide, which is the practical option if you want to keep qTest as the reporting system while moving execution somewhere faster.
These three questions come up constantly in search, and all three have short answers.
The absent price page is worth planning around rather than complaining about. Enterprise test management is generally sold per seat with tiering, which means the real evaluation question is how many people need write access versus how many only need to read reports.
If a public price is a hard requirement for your procurement process, comparing against tools that publish one is the faster path. Our roundup of free test management tools covers the options with published limits.
This is the question almost no qTest overview answers, and it is the one that decides how expensive a platform change becomes. The short version: your test design survives a migration, and your execution history usually does not.
TestMu AI Test Manager reads directly from qTest using your instance URL and an API token, so there is no manual export step. The table below is drawn from that documented migration path and is a fair guide to what any tool-to-tool move can realistically carry.
| Moves across | Stays behind |
|---|---|
| Projects, and the module and folder tree with its original ordering | Test runs, executions, and results |
| Test cases with title, description, preconditions, priority, type, and status | Test cycles and test plans |
| Test steps with descriptions and expected outcomes | Defects and defect-scoped fields |
| Custom fields, created automatically if they do not already exist | Org-level default values for custom fields |
| Attachments at both case and step level | - |
| Linked Jira requirements, where Jira is already connected | - |
| The original qTest ID, kept as an external ID and a tag | - |
The right-hand column is the one to plan for. Execution history is scoped to the tool that produced it, so if your audit or compliance process depends on multi-year run history, you either keep a read-only qTest instance or export that history separately before switching.
Four documented behaviours are worth knowing before you start, because each one surprises people mid-migration:
The flow itself is short. You open Test Manager Projects, choose Import data, select qTest as the source, supply the instance URL and API token, pick the projects, and the migration continues in the background with an email when it finishes. Full prerequisites and troubleshooting are in the one-click qTest migration documentation.
If you would rather not connect the two systems directly, Test Manager also accepts a CSV import, which trades the API setup for a manual field-mapping pass. Either route lands the same test-design data on the other side.

The reason to consolidate is visible in that sequence. When the case repository and the execution grid sit in one workspace, run history accumulates where the cases already live, so the execution layer you could not carry across stops being a thing you have to migrate at all.
Note: TestMu AI Test Manager generates test cases from natural language, keeps requirements traceable through to tests, runs, and defects, and syncs two ways with JIRA and Azure DevOps. See how it handles your existing test estate on the test management platform page.
qTest is built for scale and governance, and that focus makes it a strong fit for some teams and an expensive mismatch for others.
If you have reached the second list, the comparison worth reading next is our breakdown of qTest alternatives, which ranks the options on governance, consolidation, and migration effort.
Start by writing down which of the four jobs in the first section you actually need. Most teams evaluating qTest need the repository and the traceability, and discover late that they also needed execution, which qTest leaves to another tool.
If your shortlist includes consolidating management and execution, TestMu AI Test Manager covers case authoring with AI generation, plans and cycles, and traceability from requirements through to tests, runs, and defects, with results arriving from the same platform that ran them. Test analytics across those runs live in Test Insights.
Author
Abhishek Mishra is a Technical Product Manager at TestMu AI (formerly LambdaTest), where he owns Test Manager, the test management product. He has over 8 years of experience in product management and market analysis, spanning AI-native software testing, product strategy, and analytics. On TestMu AI, he authored guides on test management and test case management. Previously, he served as the Product Lead at IndiaClan and co-founded Gartley618 Technologies, a firm focused on quantitative trading and blockchain. He holds a B.Tech degree.
Reviewer
Rohit Mehta is the Quality Engineering and Testing Practice Head at Pratham Software (PSI), with 15+ years of experience across enterprise and SaaS platforms. He builds AI-driven QA practices that enable faster releases, lower risk, and predictable quality at scale, leading QA strategy, AI adoption, and governance across programs. His expertise includes intelligent test generation, self-healing automation, regression optimization, predictive analytics, and CI/CD-integrated quality practices. He wrote the book Software Testing Revolution Using AI: The Future of Quality Engineering, and on TestMu AI (formerly LambdaTest) he published a guide on conversational AI testing. He holds an MS in Software Systems from BITS Pilani.
Did you find this page helpful?
More Related Blogs
TestMu AI forEnterprise
Get access to solutions built on Enterprise
grade security, privacy, & compliance