Skip to main content

Why Your Test Scripts Don't Belong in Your Test Case Management Tool

· 12 min read
Brad DerManouelian
TestPlanIt Contributor
Manage test cases separately from test scripts
Keep test cases in your TMS and test scripts in your source repository.

If you've evaluated a test management tool lately, you've seen this pitch: "Generate automated tests inside the tool." "Codeless automation — no scripting required." "AI-powered test creation."

And honestly? The pitch lands. One system, one login, one place to look. For a small team on a greenfield project, it even works for a while.

But it creates problems that only become obvious once you're deep enough in to care.

Copy and Move Test Cases Between Projects

· 2 min read
Brad DerManouelian
TestPlanIt Contributor

TestPlanIt v0.17.0 ships Copy/Move — select test cases or an entire folder, pick a target project, and transfer them directly. No export file, no import wizard, no field mapping. The cases arrive in the target project with their steps, custom fields, tags, issue links, and attachments intact.

Introducing Auto Tag: AI-Powered Tags for Cases, Runs, and Sessions

· 5 min read
Brad DerManouelian
TestPlanIt Contributor

Tags are one of those features that looks great in a demo and gets ignored in practice. The concept is solid: label your test cases, test runs, and sessions by area, type, or risk level so you can filter, group, and report on them meaningfully. The reality is that tagging is a manual chore, it's inconsistent across team members, and it's the first thing to slip when you're under pressure to get tests written and runs scheduled. So most repositories end up with either no tags or a sprawl of half-applied, differently-spelled labels that don't actually help anyone filter anything.

TestPlanIt v0.16.0 introduces Auto Tag — AI-powered tag suggestions that analyze your test cases, test runs, and sessions and propose relevant tags in bulk. Review the suggestions, accept what fits, and move on. Your existing tags are reused when they match; new ones are created when they don't.

Introducing QuickScript: Turn Test Cases into Automation Code

· 7 min read
Brad DerManouelian
TestPlanIt Contributor

Last week I wrote about why AI isn't killing manual QA — it's closing the gap between knowing what to test and expressing it as runnable code. That was the argument. Today we're shipping the solution.

TestPlanIt v0.15.0 introduces QuickScript, a new feature that converts your manual test cases into automation scripts for Playwright, Cypress, Selenium, pytest, Jest, and any other framework you use. Select cases from the Repository, pick a template, and export. QuickScript can generate complete, context-aware test files that reference your actual page objects, helpers, and utilities.

AI Isn't Killing Manual QA. It's Supercharging It.

· 6 min read
Brad DerManouelian
TestPlanIt Contributor
A QA tester transforming from manual testing to AI-powered automated testing.
Same tester. New Superpowers!

QA engineers are not test case writers. They're not script generators. They're the people in the room asking "what could go wrong?" before a feature ships — risk assessors, user advocates, and often the only ones who've read the requirements closely enough to notice the gap between what was asked for and what was built. That judgment doesn't live in a test case or a Playwright script. It lives in the person.

This is why the recurring prediction that manual QA is dying has always missed the point. The role isn't defined by its artifacts. It's defined by that instinct — the domain knowledge, the mental model of how real users behave, the memory of what broke last time. Those things are genuinely hard to replace.

The real threat to QA has never been automation. It's been stagnation — testers who stop growing, teams that treat QA as a checkbox, organizations that mistake having a test suite for having a quality culture. That's what erodes the role. Not better tooling.