How to pull a particular data from feeder for a particular test case

Hey guys I have requirement where I want to use a particular data from csv feeder into a particular exec block.

I need this to work because all the rows that have certain data in csv is not mapped correctly while executing the scenario

Hi @souvik2982!

Welcome aboard!

Please, help us to help you. What did you try? What is the shape of your CSV? What do you use to read for now?

  • To read a CSV, you will need a feeder that will load a line in session variables
  • If the data need to be cleaned, you can use the Session API
  • For bypassing some exec block if the data is not available, you can use doIf

Cheers!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.