0

I have my source file as CSV format /Flat files. My Target Table is SQL Server Database.

I need to compare both Source and Target and see the difference using JMeter.

James Z
  • 12,209
  • 10
  • 24
  • 44
  • It would be awesome if you could provide a [Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve) – Pirate X Apr 13 '18 at 10:01

1 Answers1

0

Consider the following Test Elements:

  • CSV Data Set Config - to read the value(s) from CSV into JMeter Variable(s)
  • JDBC Request - to read the value(s) from the MS SQL Server database into JMeter Variable(s)
  • Response Assertion - to compare the variable(s) originating from the CSV file and from the database
Dmitri T
  • 159,985
  • 5
  • 83
  • 133