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.
2 つの CSV ファイルを比較し、jmeter ですべての違いを取得するにはどうすればよいですか?
たとえば、次のような 2 つの csv ファイルがあるとします。
a b c
a へ b d c
2つのファイルの違いをキャッチしたい。 ここで私が欲しい:fとd.
f
d
どうすればJmeterでそれを行うことができますか?
JMeter は diff を行うための適切なツールではありません。テストの前にこれを行い、そのための CSV を作成する必要があります。