Multiple Excel Data Passing to Web Application Using Selenium Web Driver

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024
  • 1.How to retrieve the data from excel sheet.
    2.How to pass that data to online web
    #selenium #testing #automation #multipledataexcel #Yaddalapudi
    how to pass Excel Data
    how to read the Excel Data in selenium
    read data in selenium

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

  • @santhanakrishnansaravanan1207
    @santhanakrishnansaravanan1207 2 ปีที่แล้ว +3

    OMG! Such an underraTTED VIDEO THANKS MAN

  • @sumitrasahoo-pc7ec
    @sumitrasahoo-pc7ec 4 หลายเดือนก่อน

    it is very helpful

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

    Thank you so much sir, your video helped me a lot understanding this concept and passed the interview :)

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

    Great explanation, it solved my half of the problem

    • @Yaddalapudi
      @Yaddalapudi  ปีที่แล้ว +4

      Do subscribe and support, you will get more information

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

      @@Yaddalapudi can you please help me how to get date as input from Excel and pass It to Web forms

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

      @@sanjjoyrio3745 send me email will connect, explain you

    • @saitejarockstar2101
      @saitejarockstar2101 7 หลายเดือนก่อน

      could you please share the code of same scenario.....@@sanjjoyrio3745

    • @rakeshdevade9812
      @rakeshdevade9812 10 วันที่ผ่านมา

      ​@@Yaddalapudigreat 👍 video

  • @yugendrankumar4192
    @yugendrankumar4192 5 หลายเดือนก่อน

    Its very useful thank u

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

    Superb 🎉🥳

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

    very useful video bro...

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

    Very helpful vedio

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

      Do subscribe and support helpful

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

    Hello Sir Do you have respository?

  • @vikascu4910
    @vikascu4910 2 ปีที่แล้ว +3

    Hi sir nice Explanation, but im not able to fletch the last row details can pls help on this

  • @NavneetMishra-q3k
    @NavneetMishra-q3k ปีที่แล้ว

    Please tell us,
    How to add (add button) to add all this list of data in a web application.

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

    Dear Sir - I had a interview yesterday and interviewer asked how do you pass data in your project. I got confused between this sendKeys approach and using @dataprovider. As per you which is used in real time in organizations? Would answering above suffice in the interview? Your response is appreciated

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

      DataProvider and TestNG xml

    • @AmitYadav-c2s8r
      @AmitYadav-c2s8r 9 หลายเดือนก่อน

      Also, we send input from config file as well

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

    Can please help me how to pass the date column to a form as here I see only string and numeric please

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

    Hello Sir, can you share the code ?

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

    Could you pls share the code or repository?

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

    Can you pls tell me the script using for loop on how to pass data from excel if we have 600 rows?

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

      Sure ,I will upload soon.

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

    Hi sir, there is a scenario like there are 4 rows and 3 coulmns in a excel and i want to retirve only 2,3 columns data for 4 rows.could u tell me how can we achieve this

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

      You can use for loop in this case

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

      ​@@Yaddalapudilet say we take 2 loop i n j inside the j loop we need to put if and then we need to get the cell value will it work plz correct me if any wrong

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

    hello if I just want to search the first column then what to do?

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

      Use the same loop. Just remove getCell(1),getCell(2),,getCell(3),