How to read csv file based on scenario outline
01:48 13 Apr 2018

I am using cucumber and trying to read row from my csv file based on scenario name.

  Feature file :
    Scenario Outline: Verify content of my probblem1


Scenario,                       Title1, Title2, Title3, Title4, Title5
Verify content of my probblem1, Text1,  Text2,  Text3,  Text4,  Text5,
Verify content of my probblem2, Text1,  Text2,  Text3,  Text4,  Text5,
cucumber cucumber-java cucumber-serenity