I am bit new to Jmeter and in performance testing world. I am bit strugling with best practises with test data where user id and password is saved in .csv file.
I know it is not good parcise to have user id and password in srouce code respository. But how to manage test data if I want to used 10 use id and passowrd for logins in my Jmeter script. I have plan to run these test in pipeline?
Any sugestion?