Newbie question on parameterized Requests

I’ve created a Request where the Body contains Global parameters and a corresponding CSV file that contains my test data. What I’d like to know how to do it:

Note: In the test data file, I’ve added Status which is the expected status and Desc which is a brief description of the test.

  1. How to write a Test Script to get the status?
  2. Compare the Expected status to the actual status?
  3. When I use the Collection Runner for the parameterized file, I’d like to write out:
  • The Expected and Actual status code
  • The description of the test