Data Table usage in Cucumber Step by Step | Important Interview Question

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

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

  • @roshnray6566
    @roshnray6566 6 หลายเดือนก่อน +1

    Thx for sharing diff. Version of handling data

  • @karthickrajpattabi
    @karthickrajpattabi 6 หลายเดือนก่อน +1

    as usual awesome stuff

  • @vishaljaiswal2913
    @vishaljaiswal2913 6 หลายเดือนก่อน +1

    nice to see your youtube channel...

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  6 หลายเดือนก่อน

      Thanks welcome

    • @vishaljaiswal2913
      @vishaljaiswal2913 6 หลายเดือนก่อน +1

      @@PrinceAutomationDestination u asked me this question in yesterday interview ...so i searched abt datatable n i got ur channel. Surprising for me :) :)

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  6 หลายเดือนก่อน

      www.linkedin.com/in/prince-kumar-7b389a68?
      Connect here

    • @vishaljaiswal2913
      @vishaljaiswal2913 6 หลายเดือนก่อน

      @@PrinceAutomationDestination sent you request..plz accept

  • @harishkce1989
    @harishkce1989 6 หลายเดือนก่อน +1

    very nice video and explanation - i appreciate your effort in making this video
    Quick question : out of box : is there any way i can practice that
    WebElement xxx = "//div[@class=' ']......"+list.get(0).get(1)-+"//div[@text=' ']......"; - fetching the webelement by passing value during runtime and not hardcore that value

    • @PrinceAutomationDestination
      @PrinceAutomationDestination  6 หลายเดือนก่อน

      Yes you can give it a try it will work out

    • @karthickrajpattabi
      @karthickrajpattabi 6 หลายเดือนก่อน +1

      for(int i =0;i< listoflist.size();i++{
      String firstitem = listoflist.get(i).stream().findfirst();
      String seconditem = listoflist.get(i).stream().skip(1).findany();
      }