Monkey Testing with Selenium

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 21

  • @ratnam143able
    @ratnam143able 2 роки тому +1

    Excellent content on Heat Area or Monkey testing in Selenium..!! 👌👏

  • @parthapramanik5330
    @parthapramanik5330 2 роки тому +1

    Superb video Naveen! Thanks for sharing such scenarios. ❤️

  • @sureshgarine
    @sureshgarine 2 роки тому +1

    Thank you for the information, Naveen, I guess it's better to add assertions and verify the link broken, in that case, fail the test case.
    If you do manual testing, u see that the link is broken.
    but thru automation, if you want to verify... we need to create assertions

  • @niteshagrawal9728
    @niteshagrawal9728 2 роки тому +1

    Thanks a lot for covering different scenarios . 🙏

  • @digvijaytikka1917
    @digvijaytikka1917 2 роки тому

    Learned something new today...Thanks Naveen

  • @i_am_jm2203
    @i_am_jm2203 2 роки тому +1

    Thank you so much for this valuable content 😍😍😍😍

  • @nandhakumara3764
    @nandhakumara3764 Рік тому

    Naveen, Instaed of using Random concept, We can iterate the list. So that we can cover all links and avoid duplicates as well.

  • @Adhurapan
    @Adhurapan 2 роки тому

    Nice..your contents are very useful Naveen😊

  • @singh07neeraj
    @singh07neeraj 2 роки тому

    Thanks, Naveen out of the box scenario. can we do chaos testing also with Selenium

  • @pratibhasingh3432
    @pratibhasingh3432 2 роки тому

    Great great video👍

  • @mallikarjunaswamyb3765
    @mallikarjunaswamyb3765 2 роки тому

    Hi, Naveen. Thanks.
    After click, assertion or validation is missing.Without any validation how does it help/ works for testers???

    • @naveenautomationlabs
      @naveenautomationlabs  2 роки тому

      you can always use the broken link logic or null title/url checks in the form of assertion.

  • @bihari1422
    @bihari1422 2 роки тому

    Naveen it will just iterate till list size and will not include all the links.
    As it will randomly generate the ramdom and driver will hit that url....so iteration will definitely upto list size...
    but what if we want to add one more condition to randomly click all the links and without repetition...is this possible?

    • @naveenautomationlabs
      @naveenautomationlabs  2 роки тому +1

      Thats the purpose of heatmap area on the website. Its not for all the links on the page, its specific to area on the page. If you want to take all the links on the page, you can use tagName("a") and click on links randomly, generate a random number upto total links on the page with a condition that once random number is used, it can not be used one more time.

    • @bihari1422
      @bihari1422 2 роки тому

      @@naveenautomationlabs Great thanks :)

  • @sreereshvkm726
    @sreereshvkm726 2 роки тому +2

    As a validation point, we may do some broken link check in this scenario

  • @mitthuanjali1823
    @mitthuanjali1823 2 роки тому

    😎cool monkey testing...

  • @MrSathiraj
    @MrSathiraj Рік тому

    Gremlins is new one I found ..but it can integrated with selenium

  • @pb6096
    @pb6096 2 роки тому

    Thank you

  • @pb6096
    @pb6096 2 роки тому +1

    Thanks again , could you please provide these kind of scenarios quite often . 🫶🏽