TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 albertizzley超过 2 年前
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.

暂无评论

暂无评论