Hi Bakkapa I have been following you for a long time .these are really great.just one request could you please tell in what order your selenium java tutorials should be watched.
Hi Bakkappa, What if We have multiple columns not just 2? Which Collection type we use? because here HashMap can only store a pair i.r key and values not more than that
Handling of columns are not very effective and definitely in your test data excel you will have more than 2 Columns for sure 😀It should be dynamic and not 0 or 1 index base and the method should able to handle as many columns as needed for robustness of framework and also test data excel can have multiple worksheet to deal with based on different scenarios.So that should also be handled
Excellent, and your channel should get more subscribers because of quality of content u have provided
Thanks, Keep visiting my channel..keep learning new things.
I love you bakappa
Same here! Keep visiting my channel for more updates
Excellent, thanks for sharing this...
Good Explanation, really helpful for implementation. Thanks.
This is very helpful.
Good explanation
Hi Bakkapa I have been following you for a long time .these are really great.just one request could you please tell in what order your selenium java tutorials should be watched.
Hi Bakkappa, What if We have multiple columns not just 2? Which Collection type we use? because here HashMap can only store a pair i.r key and values not more than that
did you get the logic of this ?
Hi Bakkappa
In bdd framework, can you share the video how to update pass/fail test case in excel sheet
Thanks for watching this tutorial, Sure i will cover that in one of the upcoming tutorial.
Keep visiting my channel..keep learning new things.
Thanks for the video,,but what if excel sheet contains many columns ,,for ex 10 columns ..how we can get it to the map ..
Handling of columns are not very effective and definitely in your test data excel you will have more than 2 Columns for sure 😀It should be dynamic and not 0 or 1 index base and the method should able to handle as many columns as needed for robustness of framework and also test data excel can have multiple worksheet to deal with based on different scenarios.So that should also be handled
I have one query..in JavaScript is any method is there getSheetAt() ??
here i need to get data from multiple sheet..any suggestions..
Thanks
You're welcome, Keep visiting my channel..keep learning new things.
how to read it for multiple columns from each row?
Hi Bakkappa
Thanks for the video, can you please share if other than string value is there, for example Int
Its was nice , why is not printed order wise , its took randomly in console output
Thanks sir, can you please help to get those values store in array
It will very similar, try and let me know if you have issues.
If we have 4colums in exel same procedure does work? Sir
Yes absolutely! it works fine! please try it.
Sir How do we pass this values using sendKeys in selenium ,example in a registration form?
Once you got the value in string then simple pass the same string in sendkey() method
Can I get this code over Github, plz share your url
could you tell me how to find particular value that matches with row header and column header
hi sir can we have 2 values in excel sheet
Yes we can
Nice Video, how to get the values in same order as in excel sheet??
Yes it is possible, you can follow this playlist - ruclips.net/video/YDOHMBhsuxM/видео.html
how to read excel file with header in first line and save to hashMap ?
There is full course available in the channel. plz look into it.
How can we have the output in the same manner as in excel sheet? As of now, it is not in the same order
Sir this code available somewhere in git hub
Will upload soon
@@testerstalk When will you upload code?