I am using java version of java 8 some more points need to understand before we continue 1) Jmeter version what we are using and required JRE or JDK for it 2) you need to check which version of Selenium jars we are using and respective driver software for chrome and IE and other browsers please let us know if you have any issues while integrating Selenium with Jmeter
its means like it was very fast in connecting to your application server and no latency in between your machine and server . this will be observed generally in cases like your machine and server is on same LAN connection or network
you can also try manually by adding extension in chrome browser to check connect time, latency and page loads or you use developer tools and check main document request and check the timing for request if it showing similar timings for connection then your dnt have any issues. anyway generally you will see 0.2,0.3 seconds variation from jmeter and manual testing
@@taskincomplete I tried with the jp@gc webdriver sampler in JMeter. I have executed a script with 100 users. Checking with extensions is not going to work out. it could not done manually. Anyway, thanks for your suggestion. If any other suggestion related to jp@gc webdriver sampler with view result tree. please let me know.
Hi Mihir, can I know why you are looking for java script are you trying to write your script java script ? And could you tell me which jre or Jdk version you are using ?
@@taskincomplete What does it mean by Enable Javascript in Jmeter, as i am using Chrome Driver i have enable Javascript from Chrome Settings for this application but still giving the same exception
in Web driver sampler you will have a language type drop in that you will have javascript option. please check in which language your code is and language you selected in drop down
May be you are using latest work of jmeter with 11+ java version in newer java version javascript has removed from java it could be the issue why you are not able to see javacript option
Hi, im getting this. Response code:500 Response message:javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: org for class: Script8
Hi, could you please let me know which java version you are using, while uploading this video
I am using java version of java 8
some more points need to understand before we continue
1) Jmeter version what we are using and required JRE or JDK for it
2) you need to check which version of Selenium jars we are using and respective driver software for chrome and IE and other browsers
please let us know if you have any issues while integrating Selenium with Jmeter
can we use in headless mode using Jmeter+Selinum in GUI mode
Sure will share you the video link
Can you execute the same test in a Docker container?
Sure will try to do it
can u link configuration video
Thanks for the video ,i have doubt in it. i tried this script but it shows zero values on connect time and latency on view result in table
its means like it was very fast in connecting to your application server and no latency in between your machine and server . this will be observed generally in cases like your machine and server is on same LAN connection or network
@@taskincomplete Thanks for your suggestion. I tried with different networks(different mobile networks). But still, an issue exists.
you can also try manually by adding extension in chrome browser to check connect time, latency and page loads or you use developer tools and check main document request and check the timing for request if it showing similar timings for connection then your dnt have any issues. anyway generally you will see 0.2,0.3 seconds variation from jmeter and manual testing
@@taskincomplete I tried with the jp@gc webdriver sampler in JMeter. I have executed a script with 100 users. Checking with extensions is not going to work out. it could not done manually. Anyway, thanks for your suggestion. If any other suggestion related to jp@gc webdriver sampler with view result tree. please let me know.
Thanks for support, i got solution
Please work on your voice presentation...
Noted Sachine, Thanks for your feedback
When i use web driver sampler
I don't get javascript in script language option
Can you please advice how to enable javascript in web driver sampler
Hi Mihir, can I know why you are looking for java script are you trying to write your script java script ? And could you tell me which jre or Jdk version you are using ?
pkg.By.linkTest is not a function, Can you help me please
Hi Nag could you paste you web driver code here if you have any sensible info please change it
@@taskincomplete What does it mean by Enable Javascript in Jmeter, as i am using Chrome Driver i have enable Javascript from Chrome Settings for this application but still giving the same exception
in Web driver sampler you will have a language type drop in that you will have javascript option.
please check in which language your code is and language you selected in drop down
i am not able to see 'java script' in scripting language dropdown
May be you are using latest work of jmeter with 11+ java version in newer java version javascript has removed from java it could be the issue why you are not able to see javacript option
Hi, im getting this. Response code:500
Response message:javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: org for class: Script8
Hi Kiran could you paste the complete stack trace it will be easy to identify
@@taskincomplete where can i find groovy scripts with example of login page?