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
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
@@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
OMG! Such an underraTTED VIDEO THANKS MAN
Thank you so much sir, your video helped me a lot understanding this concept and passed the interview :)
Great explanation, it solved my half of the problem
Do subscribe and support, you will get more information
@@Yaddalapudi can you please help me how to get date as input from Excel and pass It to Web forms
@@Tamilan6382 send me email will connect, explain you
could you please share the code of same scenario.....@@Tamilan6382
@@Yaddalapudigreat 👍 video
Superb 🎉🥳
Its very useful thank u
very useful video bro...
it is very helpful
Very helpful vedio
Do subscribe and support helpful
Hello Sir Do you have respository?
Hi sir nice Explanation, but im not able to fletch the last row details can pls help on this
How can I help you?
Please tell us,
How to add (add button) to add all this list of data in a web application.
Can please help me how to pass the date column to a form as here I see only string and numeric please
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
DataProvider and TestNG xml
Also, we send input from config file as well
Can you pls tell me the script using for loop on how to pass data from excel if we have 600 rows?
Sure ,I will upload soon.
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
You can use for loop in this case
@@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
Hello Sir, can you share the code ?
Could you pls share the code or repository?
hello if I just want to search the first column then what to do?
Use the same loop. Just remove getCell(1),getCell(2),,getCell(3),