TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Test case generator that combines flowcharts and decision tables

1 pointsby albertizzleyover 2 years ago
Hi, I&#x27;ve been in QA&#x2F;test automation for ~10years.<p>I created a test case generator tool that can generate test cases from combination of flowcharts and decision tables.<p>It works like this: 1. create flowchart representing logic of a feature you want to generate test cases for. When I was in college we used a tool called RAPTOR (<a href="https:&#x2F;&#x2F;raptor.martincarlisle.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;raptor.martincarlisle.com&#x2F;</a>) in programming design class and wanted to implement something similar in my tool.<p>2. Flowchart&#x27;s decision (diamonds) and &#x27;process&#x27; (squares) shapes are converted into a decision table<p>3. Once decision table is ready, test cases can be generated based on combination of both: flowchart and decision table.<p>It also comes with a simple test runner- where test cases can be pulled in and then marked as passed&#x2F;failed.<p>It&#x27;s free currently.<p>I think it solves a problem that most QA people and perhaps developers have- inventing and maintaining test cases just takes too long and is a painful process. I aim at making it easier.

no comments

no comments