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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you procure data for software tests?

1 点作者 spIrr大约 8 年前
I am building a product in the procurement space, and would like good data to test this with – e.g., purchase orders and invoices that have some erroneous entries, invoices that don&#x27;t match purchase orders etc. What are the options I could use to generate this dataset?<p>Also, I want to probably use data to demo the solution to prospects, and I&#x27;d like to have this datasets generated specifically for each demo (i.e., if a customer only deals with services, there is no need to show him demo data that has inventory movements in it, really).<p>Any opinions appreciated!

1 comment

fenici大约 8 年前
The project I&#x27;m currently working on uses SQL database replication from production to populate data into the UAT and SIT environments.