JMeter + Selenium Web Driver Example | JMeter Tutorial for Beginners

Поділитися
Вставка
  • Опубліковано 10 сер 2022
  • JMeter + Selenium Web Driver Example | JMeter Tutorial for Beginners
    Promo Music Credits:
    Track: Damascus
    Music by www.fiftysounds.com
  • Наука та технологія

КОМЕНТАРІ • 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

  • @manirenukuntla522
    @manirenukuntla522 10 місяців тому +1

    Can you execute the same test in a Docker container?

  • @meganas3283
    @meganas3283 Рік тому +1

    can u link configuration video

  • @mihirsoni9888
    @mihirsoni9888 Рік тому +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  Рік тому

      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 ?

  • @amansk964
    @amansk964 29 днів тому

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

    • @taskincomplete
      @taskincomplete  28 днів тому

      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

  • @user-gj5kq3kz6r
    @user-gj5kq3kz6r Рік тому +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

    • @user-gj5kq3kz6r
      @user-gj5kq3kz6r Рік тому +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

    • @user-gj5kq3kz6r
      @user-gj5kq3kz6r Рік тому +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.

    • @user-gj5kq3kz6r
      @user-gj5kq3kz6r Рік тому

      Thanks for support, i got solution

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

  • @SachinPatil-ym7hg
    @SachinPatil-ym7hg Рік тому +3

    Please work on your voice presentation...

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