You are god for software testers......keep this work going on respect for you
@kushi_datta5 ай бұрын
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-o5h2 ай бұрын
Yes, we are so grateful
@143MAK4 ай бұрын
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-18m6 ай бұрын
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Күн бұрын
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 ❤❤❤
@akanshasinghal91507 ай бұрын
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
@abhishekshahi12095 ай бұрын
Thank you so much sir for your efforts and valuable guidance.
@sdetpavan5 ай бұрын
It's my pleasure
@suriyapraba-vw2cn7 ай бұрын
Thanks sir..God bless you 🎉
@sdetpavan7 ай бұрын
Most welcome
@snehaldudhe17386 ай бұрын
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?
@malikbilalawan893 ай бұрын
respect from Pakistan i learn a lot from your videos
@Mr.SmileGarg5 ай бұрын
Very good series Sir.. 🎉🎉
@sdetpavan5 ай бұрын
Thanks
@numeshialmapiyasiri7 ай бұрын
Thank you so much sir. Amazing video. No words to describe… eagerly waiting for next session
@sdetpavan7 ай бұрын
Welcome
@shubhamlavekar68864 ай бұрын
@@sdetpavan Sir where can i get solution to problems please reply
@Sandeepsunny-z7y7 ай бұрын
Excellent teaching sir🙏🙏🙏
@sdetpavan7 ай бұрын
Thanks
@himabindhu79707 ай бұрын
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
@superuser21197 ай бұрын
u r the best sir
@jishaks84377 ай бұрын
Eagerly waiting to watch video. Sir where can I get the assignment questions answers??
@samarthbhatt32737 ай бұрын
Please post the solutions to the assingments
@prathameshkanthale67964 ай бұрын
Yes
@montukumar56706 ай бұрын
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.
@srprohit13495 ай бұрын
Can you share me assignment answers if you don't mind
@prathameshkanthale67964 ай бұрын
Can you share the solution
@swethasudarsanam2 ай бұрын
Hey hi. can you please share the assignment pls
@arjuarju456Ай бұрын
@@swethasudarsanamshare your mail id
@arbazahmed-o3q6 ай бұрын
Hi sir can you please provide us resources because we want assignment answers, thanks
@143MAK4 ай бұрын
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 🙏.
@karthiksundaram5447 ай бұрын
Nice teaching sir ❤
@sdetpavan7 ай бұрын
Thanks
@ShivamShukla-c5k2 ай бұрын
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.
@pklomte141220 күн бұрын
How to find xpath of such table who only having a dimensions
@ramsy314714 күн бұрын
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Ай бұрын
Sir i used same approach but i am getting stale element exception
@padmalathakonduri2 ай бұрын
Where we can find the assignment answers can you tell
@SamarthBhatt-d5d2 ай бұрын
How to get solutions for the assignment?
@nagwag1237 ай бұрын
please upload next video sir, your teaching is so good...waitng
@prajaktafirke99364 ай бұрын
Hello Sir, Where we can find the solution of the assignment?
@prathameshkanthale67964 ай бұрын
Yes ?
@rubpanjm20547 ай бұрын
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-bp7ze1jk1o6 ай бұрын
Hi I would like join live classes
@girijaachary58657 ай бұрын
Please make videos on design patterns and multithreading .
@mehmetalpulker40337 ай бұрын
what is the differences between your udemy courses and youtube courses are they same or not ?
@rahulsinha16716 ай бұрын
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.
@saurabhkendre72855 ай бұрын
hey can you send this aasignment queations solution with me plz??
@mousominath51267 ай бұрын
Hello Sir, can you please share a downloadable syllabus for Selenium with Java & Cucumber.
@architgarg9664Күн бұрын
Sir can you upload the solution of assignment and share the link
@Username134107 ай бұрын
*Can anyone please explain why int rows why not list🙏*
@iramrouf74787 ай бұрын
return type of size() method is int.
@rashmirai1707 ай бұрын
Hello sir plz share the solution for the assignment.... Testing practice blog which u give
@princepawan878Күн бұрын
Mukesh conditions was solved by xpath //table[@name=‘BookTable’]//tr//td[text()=‘Mukesh’]/preceding::td[1]
@harshitpanday-s3jАй бұрын
Dear sir please provide me the assignment link
@shilpathada583223 күн бұрын
Anyone share the assignment solution?
@prathameshkanthale67964 ай бұрын
Can anyone send the solutions of assignment
@superuser21197 ай бұрын
Waitinnnnng
@ramsy314713 күн бұрын
If anyone still couldn't find the solution for assignment just let me know I will provide.
@PSIVA-l1z5 ай бұрын
Automating ticket booking process and validating lowest price pls send this code sir
@ManasaBethi4 ай бұрын
Can you Please Provide Github Link?
@karthiksundaram5447 ай бұрын
❤
@emmadivamshi1798Ай бұрын
Hello Sir please post the solution for the assignment sir or add the code here in the comments section please
@anshkumar90662 ай бұрын
Where is the solution
@ragulraina14227 ай бұрын
If anyone got the solution for today's assignment pls post in the comments. Thanks in advance.
@KaranSharma-lm6eh7 ай бұрын
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() };
@ragulraina14227 ай бұрын
@@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.
@SwethaKonda237 ай бұрын
@@ragulraina1422 I finished it. Let me know if you still looking for it, I can share it