I need your guidance for passing username and password from Selenium Script to JMeter. Here's the scenario..
There is a CSV file which contains list of user names and passwords. In Selenium Webdriver, I have written a script for logging to my web application.
The script should take the user name and password from JMeter wherein CSV Config File is used as an external data source (where the list of usernames and passwords present).
How do we do this?
Thanks,
Karunagara Pandi