Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何比较两个 CSV 文件并使用 jmeter 检索所有差异?
例如,如果我有 2 个这样的 csv 文件:
一个 b C
一个 F b d C
我想捕捉这两个文件之间的差异。 我想在这里:f和d。
f
d
我怎么能用 Jmeter 做到这一点?
JMeter 不是进行 diff 的正确工具。您应该在测试之前执行此操作并为此创建一个 CSV。