Behind the Scenes
Same problems, two eras. How work was done at Newfold Digital (traditional SDET) vs how it's done now with agentic AI workflows.
Traditional vs Agentic: Side by Side
| Task | Traditional (Newfold) | Agentic (Current) |
|---|---|---|
| Write test for new feature | Manual Cucumber feature file + step definitions + page objects (~2-4h) | AI generates from Acceptance Criteria → human reviews + adjusts (~20min) |
| CI/CD pipeline config | Jenkinsfile hand-coded with Groovy syntax, tested via trial-and-error | Agent proposes pipeline → human approves + adjusts parameters |
| Framework architecture | Researched patterns, POC'd, coded layers over weeks | KATA framework scaffolded in hours via skills, composable from day one |
| Test reporting | Custom reporter code per project, HTML/XML output formats | KATA reporter + Allure out of the box, historical trends baked in |
| Git workflow | Manual branching, conflict resolution, PR management | git-flow-master skill handles branching + commits + PRs autonomously |
Architecture Evolution
Two pipelines — same engineer, expanded toolkit.
2019-2023: Traditional SDET
- •Cucumber + TypeScript Page Object Model
- •Robot Framework + Python for API tests
- •Jenkins pipeline with manual stage config
- •Allure reports, Jira traceability
- •Manual Cucumber feature file authoring
2025+: Agentic QA
- •KATA framework with component-action-test layers
- •AI-driven test generation from AC Gherkin
- •GitHub Actions CI with multi-stage orchestration
- •Autonomous mode gate bypass for sprint workflows
- •Health tooling: asset integrity, staleness, consistency
This Portfolio — Built with Agentic Workflows
Everything you see on nelthor.qzz.io was planned, built, reviewed, and deployed using the agentic-dev workflow. The process:
- Design spec defined via
/project-foundation - Content strategy via
/product-management - Landing page scaffolded via
/project-bootstrap - Each feature shipped via
/sprint-development - Quality gates via health tools +
bun run health:check - Autonomous mode enabled for faster iteration