I have written Selenium Automation Test Scripts using Page Object Model. The scripts work well and no complaints there. I want to now do performance testing of the application and am planning to use Jmeter for the same.
Is there a way I can use the selenium scripts & jmeter together to do the performance testing.
My aim is to write the scripts only once (in Selenium) and reuse them for different purposes.