i have some problem with Jmeter, we have configured like WDS invoke the Url->it will pass the credentials to the thread groups->the threads to database->...now i need to edit WDS script as per new sprint release, now my problem is ,i am unable to edit the web driver script, i'm trying to add script, but its just invoking the driver not even getting the url,..Help me please
tried different ways like passing id,cssSelecter and xpath.
Take a look at jmeter.log file, normally it has enough information to get to the bottom of the issue. If it's not enough you can always increase JMeter logging verbosity to DEBUG level either for individual components or globally.
Also take a look at STDOUT (console window where you start JMeter from), the webdriver binary can log some information there as well