In Cucumber 'Feature file '-> 'Examples' , how to set path for CSV file
问题 My sample feature file rather than giving data from Examples I want it to pass from csv how to achieve that can anyone help me out. Feature file: Feature: Rocky Search Status Scenario Outline: Rocky Search Status with Filters Given Open firefox and start application for Rocky Search Status When User enters "<price_right>" and "<Carat_left>" and "<Color_right_param>" and "<Cut_right_param>" and "<Clarity_right_param>" Then Message displayed Rocky Search Status Successful Then Application