Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
148 views
by The go-to Tester (262 points)
retagged by

i am having 1.csv file in a resource folder. need to access the folder using property util.

 

1.In test.properties

csvname = resource/1.csv

2.In csv.java

String datacardurl = PropertyUtil.getProperty("csvname",
"conf/test.properties");

I am getting as null.

 

 

closed with the note: no-response from the user
by The go-to Tester (181 points)
I am not yet clear on what you are trying to say here. Why do you need PropertyUtil to read CSV file. Can you post code of your CSV file?


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...