JMeter + Selenium Web Driver Example | JMeter Tutorial for Beginners

แชร์
ฝัง

ความคิดเห็น • 26

  • @aruns4886
    @aruns4886 ปีที่แล้ว +1

    Hi, could you please let me know which java version you are using, while uploading this video

    • @taskincomplete
      @taskincomplete  ปีที่แล้ว

      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

  • @chidambarkulkarni7051
    @chidambarkulkarni7051 ปีที่แล้ว +1

    can we use in headless mode using Jmeter+Selinum in GUI mode

    • @taskincomplete
      @taskincomplete  ปีที่แล้ว

      Sure will share you the video link

  • @manirenukuntla522
    @manirenukuntla522 ปีที่แล้ว +1

    Can you execute the same test in a Docker container?

  • @meganas3283
    @meganas3283 ปีที่แล้ว +1

    can u link configuration video

  • @GaneshMoorthiN
    @GaneshMoorthiN ปีที่แล้ว +1

    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

    • @taskincomplete
      @taskincomplete  ปีที่แล้ว

      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

    • @GaneshMoorthiN
      @GaneshMoorthiN ปีที่แล้ว +1

      @@taskincomplete Thanks for your suggestion. I tried with different networks(different mobile networks). But still, an issue exists.

    • @taskincomplete
      @taskincomplete  ปีที่แล้ว

      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

    • @GaneshMoorthiN
      @GaneshMoorthiN ปีที่แล้ว +1

      @@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.

    • @GaneshMoorthiN
      @GaneshMoorthiN ปีที่แล้ว

      Thanks for support, i got solution

  • @SachinPatil-ym7hg
    @SachinPatil-ym7hg ปีที่แล้ว +3

    Please work on your voice presentation...

    • @taskincomplete
      @taskincomplete  ปีที่แล้ว +1

      Noted Sachine, Thanks for your feedback

  • @mihirsoni9888
    @mihirsoni9888 2 ปีที่แล้ว +1

    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

    • @taskincomplete
      @taskincomplete  2 ปีที่แล้ว

      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 ?

  • @nageswararao521
    @nageswararao521 ปีที่แล้ว +1

    pkg.By.linkTest is not a function, Can you help me please

    • @taskincomplete
      @taskincomplete  ปีที่แล้ว

      Hi Nag could you paste you web driver code here if you have any sensible info please change it

    • @nageswararao521
      @nageswararao521 ปีที่แล้ว +1

      @@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

    • @taskincomplete
      @taskincomplete  ปีที่แล้ว

      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

  • @amansk964
    @amansk964 4 หลายเดือนก่อน

    i am not able to see 'java script' in scripting language dropdown

    • @taskincomplete
      @taskincomplete  4 หลายเดือนก่อน

      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

  • @KiranDeeVee
    @KiranDeeVee ปีที่แล้ว +1

    Hi, im getting this. Response code:500
    Response message:javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: org for class: Script8

    • @taskincomplete
      @taskincomplete  ปีที่แล้ว

      Hi Kiran could you paste the complete stack trace it will be easy to identify

    • @KiranDeeVee
      @KiranDeeVee ปีที่แล้ว

      @@taskincomplete where can i find groovy scripts with example of login page?