Verify Functionality Of Cascading/dependent Dropdown in Selenium - Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ต.ค. 2021
  • A cascading drop-down list is a series of dependent Drop Down in which one Drop Down depends on the parent or previous Drop Down. The items in the Drop Down are populated based on an item that is selected by the user from another Drop Down.
    Verifying the functionality of cascading dropdown using Selenium might be challenging if you don't follow a better approach.
    In this video, I have tried to explain a better approach step by step.

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

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

    Thankyou

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

    Thanks for these type of video where we dig more into selenium scenarios. I am super excited :)

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

    Amazing video! Thanks for sharing!

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

    Awesome, video.

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

    Can you also explain the scenario in which we store data in excel?

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

      Storing in excel will be possible but not as easy compared to Json. Will try for excel also.