Session 32 - Selenium with Java | Handling Auto-suggest Dropdown & Static Web Table| 2024 New series

  Рет қаралды 38,436

SDET- QA

SDET- QA

Күн бұрын

Пікірлер: 84
@kanteshkarwade2070
@kanteshkarwade2070 3 ай бұрын
You are god for software testers......keep this work going on respect for you
@kushi_datta
@kushi_datta 5 ай бұрын
Guys please do like when did your watch completed, Because we are learning so much from him and He was putting more efforts for us🙏
@Aniket-o5h
@Aniket-o5h 2 ай бұрын
Yes, we are so grateful
@143MAK
@143MAK 4 ай бұрын
There is lots of Software Testing Mentor Available But, Pavan Sir Teaching Style is Exceptional and one of the Best Mentor in this Field in my opinion.
@OverdoseGaming-18m
@OverdoseGaming-18m 6 ай бұрын
00:09 Handling Auto-suggest Dropdown & Static Web Table 03:36 Explaining the structure of elements and creating xpath for finding elements 11:33 Handling Auto-suggest Dropdown & Static Web Table 15:35 Handling Auto-suggest Dropdown in Selenium 22:19 Understanding static and dynamic web tables 25:22 The video explains the structure of a web table in HTML. 32:44 Different approaches to finding number of rows in a table 36:18 Handling Auto-suggest Dropdown & Static Web Table 44:09 Capturing data from specific rows and columns using XPath 47:59 Using nested for loops to read all rows and columns from a table 54:56 How to pass parameters to Xpath using variables 58:15 Formatting data in table format using Java 1:06:26 Capturing data based on matching names 1:10:07 Capturing Data Based on Conditions 1:17:24 Handling and converting web table data for arithmetic operations 1:21:52 Automating ticket booking process and validating lowest price 1:28:24 Introduction to handling auto-suggest dropdown and static web table with Selenium in Java.
@princepawan878
@princepawan878 Күн бұрын
By using xpath //table[@name=‘BookTable’//tr//td And storing in List then printing using enhanced for loop via getText() also I was able to retrieve all td values. Thanks for teaching things in a way where ours root concepts are very clear ❤❤❤
@akanshasinghal9150
@akanshasinghal9150 7 ай бұрын
Sir you are best.. you explained each topic very clearly... please include some more real scenario java concept like you showed in Webtable..how to get highest price..it clears concept and gave us more confidence
@abhishekshahi1209
@abhishekshahi1209 5 ай бұрын
Thank you so much sir for your efforts and valuable guidance.
@sdetpavan
@sdetpavan 5 ай бұрын
It's my pleasure
@suriyapraba-vw2cn
@suriyapraba-vw2cn 7 ай бұрын
Thanks sir..God bless you 🎉
@sdetpavan
@sdetpavan 7 ай бұрын
Most welcome
@snehaldudhe1738
@snehaldudhe1738 6 ай бұрын
Hello Sir, First of all thank you for explaining each and every topic in deep. It is building so much confidence to learn Automation. Thank you so much.God bless you sir. Could you please share the link for Assignment given in this video?
@malikbilalawan89
@malikbilalawan89 3 ай бұрын
respect from Pakistan i learn a lot from your videos
@Mr.SmileGarg
@Mr.SmileGarg 5 ай бұрын
Very good series Sir.. 🎉🎉
@sdetpavan
@sdetpavan 5 ай бұрын
Thanks
@numeshialmapiyasiri
@numeshialmapiyasiri 7 ай бұрын
Thank you so much sir. Amazing video. No words to describe… eagerly waiting for next session
@sdetpavan
@sdetpavan 7 ай бұрын
Welcome
@shubhamlavekar6886
@shubhamlavekar6886 4 ай бұрын
@@sdetpavan Sir where can i get solution to problems please reply
@Sandeepsunny-z7y
@Sandeepsunny-z7y 7 ай бұрын
Excellent teaching sir🙏🙏🙏
@sdetpavan
@sdetpavan 7 ай бұрын
Thanks
@himabindhu7970
@himabindhu7970 7 ай бұрын
Hi Sir, you have wonderful teaching skills and god bless to you and family in all ways. I have 1 request sir, can you pls uplaod test cases for health care management system, health insurance and banking system because no youtube channel has proper video or document on this.Thanks inadvance
@superuser2119
@superuser2119 7 ай бұрын
u r the best sir
@jishaks8437
@jishaks8437 7 ай бұрын
Eagerly waiting to watch video. Sir where can I get the assignment questions answers??
@samarthbhatt3273
@samarthbhatt3273 7 ай бұрын
Please post the solutions to the assingments
@prathameshkanthale6796
@prathameshkanthale6796 4 ай бұрын
Yes
@montukumar5670
@montukumar5670 6 ай бұрын
Hi Sir, I have solved the assignment , but if you give the solution here then it will be very helpful for all of us to see how You have solved it. Thanks for the wonderful series !! Looking forward to learn with more videos of this series.
@srprohit1349
@srprohit1349 5 ай бұрын
Can you share me assignment answers if you don't mind
@prathameshkanthale6796
@prathameshkanthale6796 4 ай бұрын
Can you share the solution
@swethasudarsanam
@swethasudarsanam 2 ай бұрын
Hey hi. can you please share the assignment pls
@arjuarju456
@arjuarju456 Ай бұрын
​@@swethasudarsanamshare your mail id
@arbazahmed-o3q
@arbazahmed-o3q 6 ай бұрын
Hi sir can you please provide us resources because we want assignment answers, thanks
@143MAK
@143MAK 4 ай бұрын
We can use Tag Name also If multiple table available in Webpage by using findelement(locator). find elements(tagname) or direct findelements method using x-path. Note: This comments for alternative way to handle Web Table 🙏.
@karthiksundaram544
@karthiksundaram544 7 ай бұрын
Nice teaching sir ❤
@sdetpavan
@sdetpavan 7 ай бұрын
Thanks
@ShivamShukla-c5k
@ShivamShukla-c5k 2 ай бұрын
Sir you have said that you put document if we can't find solution so we can refer it but sir I'm checking in videos description I'm not getting any kind of document please share it with me sir.
@pklomte1412
@pklomte1412 20 күн бұрын
How to find xpath of such table who only having a dimensions
@ramsy3147
@ramsy3147 14 күн бұрын
Sir, I have written like this for entire table reading, I got same values like you, Is it correct? List values = driver.findElements(By.xpath("//table[@name= 'BookTable']//tr")); for(WebElement value:values) { System.out.println(value.getText()); }
@1803-l8w
@1803-l8w Ай бұрын
Sir i used same approach but i am getting stale element exception
@padmalathakonduri
@padmalathakonduri 2 ай бұрын
Where we can find the assignment answers can you tell
@SamarthBhatt-d5d
@SamarthBhatt-d5d 2 ай бұрын
How to get solutions for the assignment?
@nagwag123
@nagwag123 7 ай бұрын
please upload next video sir, your teaching is so good...waitng
@prajaktafirke9936
@prajaktafirke9936 4 ай бұрын
Hello Sir, Where we can find the solution of the assignment?
@prathameshkanthale6796
@prathameshkanthale6796 4 ай бұрын
Yes ?
@rubpanjm2054
@rubpanjm2054 7 ай бұрын
Hi Pavan sir pls let me know how to contact I'm not able to find your correct email id is there any possibility of joining your live online classes
@user-bp7ze1jk1o
@user-bp7ze1jk1o 6 ай бұрын
Hi I would like join live classes
@girijaachary5865
@girijaachary5865 7 ай бұрын
Please make videos on design patterns and multithreading .
@mehmetalpulker4033
@mehmetalpulker4033 7 ай бұрын
what is the differences between your udemy courses and youtube courses are they same or not ?
@rahulsinha1671
@rahulsinha1671 6 ай бұрын
actually we do not even need to create an array for the assignment question .... Within the loop we can keep track of the min value using an initial $0 variable and in parallel keep track of tr value and constantly update the value for tr with change in min variable value .... Upon getting the value of tr , we can use the xpath again with the tr value found and access that particular row ... It would save on the space complexity of creating an array.
@saurabhkendre7285
@saurabhkendre7285 5 ай бұрын
hey can you send this aasignment queations solution with me plz??
@mousominath5126
@mousominath5126 7 ай бұрын
Hello Sir, can you please share a downloadable syllabus for Selenium with Java & Cucumber.
@architgarg9664
@architgarg9664 Күн бұрын
Sir can you upload the solution of assignment and share the link
@Username13410
@Username13410 7 ай бұрын
*Can anyone please explain why int rows why not list🙏*
@iramrouf7478
@iramrouf7478 7 ай бұрын
return type of size() method is int.
@rashmirai170
@rashmirai170 7 ай бұрын
Hello sir plz share the solution for the assignment.... Testing practice blog which u give
@princepawan878
@princepawan878 Күн бұрын
Mukesh conditions was solved by xpath //table[@name=‘BookTable’]//tr//td[text()=‘Mukesh’]/preceding::td[1]
@harshitpanday-s3j
@harshitpanday-s3j Ай бұрын
Dear sir please provide me the assignment link
@shilpathada5832
@shilpathada5832 23 күн бұрын
Anyone share the assignment solution?
@prathameshkanthale6796
@prathameshkanthale6796 4 ай бұрын
Can anyone send the solutions of assignment
@superuser2119
@superuser2119 7 ай бұрын
Waitinnnnng
@ramsy3147
@ramsy3147 13 күн бұрын
If anyone still couldn't find the solution for assignment just let me know I will provide.
@PSIVA-l1z
@PSIVA-l1z 5 ай бұрын
Automating ticket booking process and validating lowest price pls send this code sir
@ManasaBethi
@ManasaBethi 4 ай бұрын
Can you Please Provide Github Link?
@karthiksundaram544
@karthiksundaram544 7 ай бұрын
@emmadivamshi1798
@emmadivamshi1798 Ай бұрын
Hello Sir please post the solution for the assignment sir or add the code here in the comments section please
@anshkumar9066
@anshkumar9066 2 ай бұрын
Where is the solution
@ragulraina1422
@ragulraina1422 7 ай бұрын
If anyone got the solution for today's assignment pls post in the comments. Thanks in advance.
@KaranSharma-lm6eh
@KaranSharma-lm6eh 7 ай бұрын
You can try first, i think it would work similar to what have been explained : first create one string array variable, then loop through table rows and columns using logic where column value is fixed but rows value keeps changing and inside the loop capture text of price value and add it to string array variable using add() method. Finally sort the string array using Arrays.sort("string-Array-Variable"); After that use another for loop and capture priceValue text and use if condition to compare with stringArray[0] like : if(priceText.equals("stringArray[0]")){ WebElement for respective row and 1st column and perform click() };
@ragulraina1422
@ragulraina1422 7 ай бұрын
@@KaranSharma-lm6eh yes.. I got the logic sir has taught but somehow I am unable to click the correct element. It would be better if i have the code to cross check.
@SwethaKonda23
@SwethaKonda23 7 ай бұрын
@@ragulraina1422 I finished it. Let me know if you still looking for it, I can share it
@iramrouf7478
@iramrouf7478 7 ай бұрын
@@SwethaKonda23 I'm facing issue.
@sridharreddy3567
@sridharreddy3567 7 ай бұрын
@@SwethaKonda23 please share the code here
@jagadeeshitan
@jagadeeshitan 7 ай бұрын
Sir please teach me appium mobile automation 2.0
@sneha5244
@sneha5244 7 ай бұрын
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 66 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 145 МЛН
Session1: Introduction to API Testing
1:28:06
SDET- QA
Рет қаралды 1,1 МЛН
Почта - Уральские Пельмени | ЭКСКЛЮЗИВ
9:03
Уральские Пельмени
Рет қаралды 198 М.
Playwright API Testing Demo for Beginners
34:31
Automation Step by Step
Рет қаралды 44 М.
What is XPath | How to create XPath | for Beginners
10:53
Automation Step by Step
Рет қаралды 262 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 66 МЛН