============================================== ************** Checkout my other playlists ************** ============================================== Java Programming videos playlist:👇 🔗 bit.ly/3keRJGa Selenium WebDriver with Java videos playlist:👇 🔗 bit.ly/2FyKvxj Selenium interview questions videos playlist:👇 🔗 bit.ly/3matUB3 Windows automation with FlaUI videos playlist:👇 🔗 bit.ly/33CG4dB CSS Selectors videos playlist:👇 🔗 bit.ly/2Rn0IbD XPath videos playlist:👇 🔗 bit.ly/2RlLdkw Javascript Executor videos playlist:👇 🔗 bit.ly/2FhNXwS Apache POI videos playlist:👇 🔗 bit.ly/2RrngrH Selenium Java in Telugu: 👇 🔗 bit.ly/3ab697k Maven videos playlist:👇 🔗 bit.ly/2DYfYZE How to fix Eclipse errors:👇 🔗 bit.ly/3ipvNYf ==============================================
@raviteja17313 жыл бұрын
brother jira videos cheyachu gaa telugu lo u r doing great job
@HYRTutorials3 жыл бұрын
manual testing and tools meeda videos cheyyali but ippatlo ithe undakapovachu bro.
@peacelilly22002 жыл бұрын
Thank you for creating the video on this topic. Looking from so long and was not able to do it myself. Very much helpful and very clear explanation.
@HYRTutorials2 жыл бұрын
Happy learning buddy 😊
@srividyamuppala79723 жыл бұрын
I have seen so many videos for date picker but none of the video helped me urs is simply superb
@HYRTutorials3 жыл бұрын
Glad to hear that, Thankyou
@snigalyasreesree Жыл бұрын
Excellent explanation. Appreciate your efforts , thank you for making a detailed video.
@ananthainguva216 Жыл бұрын
Very very helpful in real time......such a detailed explanation
@anilds2631 Жыл бұрын
I have 6 years of experience and i need to improve in creating xpath. Thank you for creating playlist of xpath 🙏🙏🙏🙏🙏🙏
@HYRTutorials Жыл бұрын
Happy learning buddy 😊
@alaharimeenasri71683 жыл бұрын
nice explanasion bro... keep going to do videos like this. very useful for beginners... thanks alot...
@HYRTutorials3 жыл бұрын
Thankyou 😊
@anilds2631 Жыл бұрын
It is good video for cracking interviews.
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@shivanip76002 жыл бұрын
very informative and real world scenario, the way you are explaining, also with great detail. Appreciate it . Please make more such videos on different topics such as- Paginations, tooltips, DB connections etc.
@HYRTutorials2 жыл бұрын
Thanks buddy 😊 Sure
@pallavihiremath7621 Жыл бұрын
Beautiful explanation
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@sulthanarazia2014 Жыл бұрын
Thank you for your videos sir, very useful
@srija_sk3 жыл бұрын
Hi Sir, Thank you so much for the amazing concept!!!
@HYRTutorials3 жыл бұрын
Thankyou for liking 😊
@abedaa9731 Жыл бұрын
Very clear explanation sir..please do vedios on frameworks in selenium
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@navathutejomai10382 жыл бұрын
Can you do more videos like this more often, problem solving types. So much to learn from you.
@HYRTutorials2 жыл бұрын
Sure buddy
@navathutejomai10382 жыл бұрын
@@HYRTutorials can you tell me how you got idea to use Calender class ,the best possible way to handle calender, ,do we need to know each every class of java for selenium??
@HYRTutorials2 жыл бұрын
Nothing like that buddy it comes with the experience. the more you use java the more you learn and some of biggest tasks also can be done easily when you you know about the existing libraries and all.
@harishhari43802 жыл бұрын
Tq sir for your valuable information
@HYRTutorials2 жыл бұрын
Welcome buddy 😊
@akashakash-tf1jh2 жыл бұрын
wow one of the best video
@HYRTutorials2 жыл бұрын
Thanks buddy 😊
@eddyn.8602 жыл бұрын
Thank you very much, Sir!!!!
@HYRTutorials2 жыл бұрын
Happy learning buddy 😊
@ashokv77553 жыл бұрын
Could you please guide me how to automate and enter text in enriched text editor.. it has tags , #document ,html,body,p
@HYRTutorials3 жыл бұрын
To handle that first you need to switch to those frames and then only you can perform the operations
@mohanvamsi48883 жыл бұрын
Good bro.... Make Video on keyboard and mouse actions in Selenium
@HYRTutorials3 жыл бұрын
Yesh sure bro. Meanwhile, If you know telugu language you can watch those videos in my telugu playlist
@ummezannat31163 жыл бұрын
Thanks a lot YadaGiri .
@HYRTutorials3 жыл бұрын
Thankyou 🙂
@VaishaliMore-bd1kb7 ай бұрын
Super...
@LaxmanChendake Жыл бұрын
Hi Sir....Please make video on 4th type of calendar...
@HYRTutorials Жыл бұрын
That's the same style as all the other calenders buddy
@sangavisankar90052 жыл бұрын
Hii, For calendar.get(Calendar.MONTH), it is returning month -1 as a result. when I googled and found month are index from 0. As I couldn't see +1 anywhere in you code, could you kindly let me know how you handled please. Thnks in advance.
@HYRTutorials2 жыл бұрын
I handled it based on zero index only. we dont need the index to be starting from 1 Here you are converting the target date into the Date instance ryt so it automatically takes care of this index and all
@PrashanthS-ji1gy Жыл бұрын
Thanks for the video. I m facing problem "java.lang.Exception: Invalid date format" when i try for past and future dates . clicking is happening for prev and next months but failing in selecting targetDay
@PrashanthS-ji1gy Жыл бұрын
Got error as "java.text.ParseException: Unparseable date: "SEPT 2022". It works for all other months
@HYRTutorials Жыл бұрын
What is the format you have provided buddy
@floraartworks2 жыл бұрын
Sir , I want to convert a date from dd/mm/yyyy format to yyyy/mm/dd format and then want to use translate function to omit the "/" , what will be the xpath?
@HYRTutorials2 жыл бұрын
That can't be done using xpath buddy. It has to be done in java only
@Nitsan_El Жыл бұрын
Thanks you very much
@HYRTutorials Жыл бұрын
Happy learning buddy 😊
@poornimak77918 ай бұрын
I want same thing in javascript language how to do it sir which library i have to use
@rinalthakur7263 Жыл бұрын
How to select any future time not static dynamic like current time+15mins like that
@HYRTutorials Жыл бұрын
Here I'm taking the target date value but in this case you have to generate it in the program. You can get the current time and add the time. Then it gives you the target date buddy
@prasadparadkar87502 жыл бұрын
Hey can you help me with modifying a bit of code . You're selecting a previous date using xpath of previous button. In my case the previous month button is disabled and i've to show an error if previous month or even a date is selected. How can I do it please help
@HYRTutorials2 жыл бұрын
Get the selected date and convert that into the date instance. then compare it with today's date. if the date is past then you can throw the custom exception and if not you can pass the test
@prasadparadkar87502 жыл бұрын
@@HYRTutorials The previous dates are disabled too in particular month.
@prasadparadkar87502 жыл бұрын
@@HYRTutorials Can you paste it over here the code part what you’re trying to say …
@HYRTutorials2 жыл бұрын
1. Compare the target date with today's date and identify whether it is a previous or today's date 2. if it is previous date then identify whether that date is in current month only 3. if it is not in current month and yet it is a previous date then try to identify the previous button and verify whether it is enabled or not. Based on that take the action. 4. If the date is in current month only then get that date element and verify wether iut is enabled or not. Based on that take the action.
@pavansureddy65562 жыл бұрын
Hello there, I was looking for some support on automation testing is there by any chance you could provide
@HYRTutorials2 жыл бұрын
I'm not providing any job support buddy
@pavansureddy65562 жыл бұрын
Okay thanks Small question do selenium have capability of choosing random Date from the given year
@HYRTutorials2 жыл бұрын
no buddy. you have to implement that logic
@jayakumarraju20003 жыл бұрын
Really a Good Explanation ..Bro - I need to select tmrw date every time, how can i handle that? can you pls help me.
@HYRTutorials3 жыл бұрын
Thankyou 😊 Take the today's date and add 1 day to the date. After that the same process will be followed
@divyadoddagoudar51532 жыл бұрын
@@HYRTutorials adding 1 to the current date will work fine to get tommorow date but this will give an arrayIndexOutOfBound exception during the month end if the date picker doesn't display previous or future days the current month.Let's take an example :Start date=31/1/2022 and end date 1/2/2022..
@sonalisahani56733 жыл бұрын
Hi YadaGiri,Thanks for your vedio,i was trying to implement same but when i use the parse() ,its giving this error- Default constructor cannot handle exception type ParseException thrown by implicit super constructor. Must define an explicit constructor.... please help me to solve this
@HYRTutorials3 жыл бұрын
Can you send me your code on hyadagirireddytutorials@gmail.com or paste it here.
@N.raju82472 жыл бұрын
Hi bro when i was writing code I couldn't get setTIme method then how to resolve this problem
@HYRTutorials2 жыл бұрын
Did you import the correct references only buddy? May be because of java version also it might happen
@abhay62762 жыл бұрын
Sir i request you please make video on Make my trip in which i m unable to handle calendar...it bit hard to handle for me..i think developer designed it very advance...Please try it yourself and teach us in your style...please sir it's request...🙏🙏
@HYRTutorials2 жыл бұрын
Can you send an email on hyadagirireddytutorials@gmail.com With the steps you tried to automate that calender and what error you are facing?if you can send these details clearly then I can help you. Creating a video on every website is kind of difficult buddy
@abhay62762 жыл бұрын
@@HYRTutorials sure sir...🙏🙏
@gaddipatiprabhakar28893 жыл бұрын
Good Video..
@HYRTutorials3 жыл бұрын
Glad you liked it!
@tejaspatil1592 жыл бұрын
Sir I have one doubt in make my trip if we select round trip in flights and if we open calendar then site shows two dates already selected (while we are catching one date using calendar.getinstance() how to handle this?
@HYRTutorials2 жыл бұрын
Unfortunately I can't access the MakeMyTrip website from my location buddy. I'm not in India so I'm helpless in this case
@tejaspatil1592 жыл бұрын
@@HYRTutorials ok sir
@tejaspatil1592 жыл бұрын
@@HYRTutorials sir can you manually check using VPN that what is a scenario is?
@Shanmuganathan_P2 жыл бұрын
How to select current date to Future 45th day in calander...??
@HYRTutorials2 жыл бұрын
If you watch the video fully then you will be able to do that buddy
@nareshnani98725 ай бұрын
Hii anna, AUTOMATION TESTING ki eminaa new learning batch start chesthunnaraa?
@Ankita_ki_Art2 жыл бұрын
Hey you didn't shown calendar picker. From Icon how can we open calendar?. 6th calendar
@HYRTutorials2 жыл бұрын
Extra step that is involved here is just clicking on that. I have given that as a assignment buddy
@factsofallahal-shaheedserv78163 жыл бұрын
Thank you
@HYRTutorials3 жыл бұрын
😊
@prasadparadkar87502 жыл бұрын
Can you help me with selection of multiple dates for multiple items ??? It's urgent
@HYRTutorials2 жыл бұрын
If you have watched the video you might know how the calendars work. and also you knew how you can make a utility function for handling this.
@prasadparadkar87502 жыл бұрын
@@HYRTutorials Yes did it on my own using utility function. 👍🏻
@HYRTutorials2 жыл бұрын
Super. Thats good to hear
@prasadparadkar87502 жыл бұрын
@@HYRTutorials I need a change where I couldn't accept past date . It should give me an error bcoz past dates are disable in calendar. It should say past dates are not allowed. Can you help me please it urgent.
@soundarrajanraji4699 ай бұрын
You haven't taught current date selection or i missed it. Please help
@sweetymane42212 жыл бұрын
Thank you so much sir!!
@HYRTutorials2 жыл бұрын
Most welcome!
@testtestL-k2e5 ай бұрын
I am not getting why setTime is being used?
@vamsikrishna4475 Жыл бұрын
how to select a date in this situation when there is no difference between past current and next months td cells
@HYRTutorials Жыл бұрын
There will be some difference and we need to identify that. The difference could be either in classname or style or parent element props
@kumarbh11453 жыл бұрын
sir concatenation not working what do
@HYRTutorials3 жыл бұрын
Can you paste your code here (only the place where concatenation is not working)
@socialmediahappy86973 жыл бұрын
if take your membership how can you solve my problem
@HYRTutorials3 жыл бұрын
What exactly is the problem?
@uniqueall72633 жыл бұрын
Hi sir can you please make a video on mostly asked interview questions Tell me about your self and explain your roles and responsibilities
@HYRTutorials3 жыл бұрын
They are specific to every individual means it completely differs from one person to another person. But i will try to make one generic video
@uniqueall72633 жыл бұрын
@@HYRTutorials ok sir
@indrab90473 жыл бұрын
Hi,I want to enter Date of Birth here .how can I?plz explain soon
@HYRTutorials3 жыл бұрын
To learn that you must watch this video fully brother
@prajwal5181 Жыл бұрын
I wanted the fourth calendar code
@kishoripatil23022 жыл бұрын
Unable to get target day ?
@HYRTutorials2 жыл бұрын
What is the problem you are facing buddy?
@kishoripatil23022 жыл бұрын
When day is added in the xpath that can not be handled so i have tried another way that resolve my issue
@kishoripatil23022 жыл бұрын
I have taken x path till tr and then converted day in String.value of(targetDay) then appended in the xpath then it's working properly
@HYRTutorials2 жыл бұрын
@@kishoripatil2302 Good job buddy
@kishoripatil23022 жыл бұрын
@@HYRTutorials I like the way you teach evey small thing you explained very well and it's worth to watch all the videos. ..Your series of videos helping a lot
@priyadarshiniMG Жыл бұрын
👏👏👏🙏🙏🙏
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@arifwaheed8070 Жыл бұрын
Very confusing and fazool lecture, time wasting
@sharayurenghe89444 ай бұрын
Dud why did you stop creating videos? and why there are so many videos in telegu ?🥲