you might have received 6 coffees on 5-7-2022 at 12:20pm, I would like to share this message on your website, but due to technical issues, gpay didn't allow me to send a message on the website. Everyone, who is watching these videos, it's time to support HYR Tutorials, your one step will be useful to update HYR tutorials. Thank you so much brother for such an excellent class.
Hi YadaGiri, What a nice informative content!! I believe you explained it very easy way ( I didn't understand telugu). I will appreciate if you please make this video content for test calendars in English also. Please....
Tnk u sooo much sir omg am really glad to meet u ,u explained too gud i wasted many days for this concept u rocked it tnk u tnk u some much lottss of love tq..
Super Explanantion brother I really appreaciate your hard work. Thanks a lot brother. I have once doubt .Suppose if we have month and Year Seperately with individual Scrollbars each .How to Do it dynamically brother.Please let me know.
Thankyou 😊 As I mentioned it's all about implementing the logic brother. Try to inspect those two individual elements and get the text of those elements and concatenate the text then u have the currentdate ryt
Hi Sir , found an issue while practicing this using HYR Tutorial URL. Post click on First Date Picker the calendar pop-up opening position was behind the Tech News Tab and the Prev Click couldn't happen. Hence I have used Second Date Picker so that the calendar pop-up will show little lower to let the Prev click happen successfully . Is there any other alternative to manage this using First Date Picker ?
Hi sir, How to select current date from Calendar without user input and based on Current date i want to select a future date means today's current date i want select 11 Nov 2021 and future date is 16 Nov 2021 want to select.
It can be done buddy. SimpleDateFormat sdf = new SimpleDateFormat("dd MMM yyyy"); Date todayDate = new Date(); Calendar calender = Calendar.getInstance(); calender.setTime(todayDate); calender.add(Calendar.DATE, 5); System.out.println(sdf.format(calender.getTime()));
Actually i am watching all the videos but this video is very lengthy, I agree but so many Java related stuff Are using at a time . That sutivation I feel very difficult to understand all the things at a time it will create some confusion at some point of time. My opinion I shared please consider
I understand that concern. But if I split the video then viewers may not understand it, so I have divided the video into 4 points. So we can watch the video in points wise which is similar to chapters in a big video.
my doubts are, 1) how is it Parse? 2) if its Parse, Y is showing the previous month Jan instead of next month Mar INPUT Code: try { String inputDate = "30 02 2022"; SimpleDateFormat dateFormat = new SimpleDateFormat("dd mm yyyy"); dateFormat.setLenient(false); Date date = dateFormat.parse(inputDate); System.out.println(date); } catch (Exception e) { throw new Exception("INPUT DATE is IN-VALID"); } OUTPUT in Console: Fri Jan 30 00:02:00 IST 2022
I think we have to create two methods separately for past and future date selections.In one method, two while(next and previous) loops won't work current date is 13 sep 2021 if my target date is 20 dec 2018 it will execute which while loop..this is my doubt..will you please clear it(if I am wrong) (If I am right) Is there any other way to write both in one method
We can do both inside one method only brother. I have shown that in the video bro. Please watch the video completely so that you will get the solution that you are looking for. If not, let me know.
@@HYRTutorials yes I watched your full video...daily I'm watching your videos..I'm big fan of your teaching. here my doubt is in the above case my target date is 20 dec 2018(past date). In this which while loop it will execute.. because while loop condition is OR based on month selection (sep2018) it will select past loop
here both may execute in some scenarios. if we want to clearly seperate the logic then first we need to verify the year and then month. According to your example date 20 dec 2018, first it will come to the first while and verifies the month and year with OR condition. One of them is satisfied(month) so it will click on next until both the conditions are failed. then it will goto the next while loop and again same process repeats.
Hello sir, I have a doubt please can u help me, I want to swap elements in selenium using move to element method but this is not working . Any other suggestions plz
Hi sir, I have different calendar in my application. Step 1: First year selection from date picker Step 2: After year selection, Months will display , next Month selection Step 3: After month selection, dates will display, Next dates selection. How to handle this type of calendar.
Thats a beautiful calendar buddy. 1. Get the date data into three different variables like year, month and day in java code 2. Write the selenium code for clicking on the calendar button 3. Write another piece of line for clicking on the year 4. write another piece of line for clicking on the month 5. write another piece of line for clicking on the day
Hii sir Ee selenium Tutorial lo unna videos Basics Haa leka Real Time scenarios Haa....Same Ee Tutorial lo unna videos semilar gaa untaya Real Time lo Reply me please sir 😊
@@HYRTutorials thank you so much as you do explain these things very well and the examples are brill! My Hindi is a bit rusty 😜 the code though I'm trying to replicate so thank you really appreciate it 😁👍
📌 Selenium Java in Telugu Playlist link: bit.ly/3tL7Z9S
✴ Checkout my other playlists: bit.ly/3gLIAVL
☕ Buy me a coffee: bit.ly/33ljBWc
Ultimate ❤️ resolved all my queries with one session . God bless you. Keep posting more real time scenarios please
Thankyou brother 😊
you might have received 6 coffees on 5-7-2022 at 12:20pm, I would like to share this message on your website, but due to technical issues, gpay didn't allow me to send a message on the website. Everyone, who is watching these videos, it's time to support HYR Tutorials, your one step will be useful to update HYR tutorials. Thank you so much brother for such an excellent class.
Woooooooohooooo thankyou so much for.your support buddy.
excellend video sir....this one like a spoon feeding regarding calendar handling...we expect some more videos from u about calendars
Thanks buddy 😊
Very informative and easy to understand 👍
Thankyou 😊
Ohh great brother.. cleared my doubts. Thanks a lot 🙏
You have so much patience..for each comment you replied. Great work Anna.
Thanks buddy 😊
Every learning person is important for me buddy
I'm learning lot of information for your videos bro.
Keep learning and keep rocking buddy
Hi YadaGiri, What a nice informative content!! I believe you explained it very easy way ( I didn't understand telugu). I will appreciate if you please make this video content for test calendars in English also. Please....
Thankyou 😊
Very soon will create it in English as well
excellent video sir thank you
Tnk u sooo much sir omg am really glad to meet u ,u explained too gud i wasted many days for this concept u rocked it tnk u tnk u some much lottss of love tq..
Thankyou buddy 😊
Keep learning and keep rocking
@@HYRTutorials i buyed a coffe for u sterday hav u seen it..
Yeah i have checked buddy. Thanks for the coffee though.
awesome bro became a fan with this
Thanks buddy 😊
Frame works guruji 😊🙏
Really sorry bro.
I know you are waiting from long time but I'm not getting the time to start that series.
If I start then I will finish it fully.
Nice 👍
Thank you so much bro😊
Happy learning buddy 😊
please make videos for POM by using Data Driven Framework
Sure will do
Thanks 😍
Calendars lo nenu only 2 chupinchanu video lo, remaining vi practice chei buddy
Super Explanantion brother I really appreaciate your hard work. Thanks a lot brother. I have once doubt .Suppose if we have month and Year Seperately with individual Scrollbars each .How to Do it dynamically brother.Please let me know.
Thankyou 😊
As I mentioned it's all about implementing the logic brother.
Try to inspect those two individual elements and get the text of those elements and concatenate the text then u have the currentdate ryt
Hi Sir, can you please do one video for oops concepts in Telugu
Subscribe to my telugu channel buddy, there I'm posting content on java
Thanks bro.
Welcome buddy 😊
Really ur great sir
Thankyou 🙂
@@HYRTutorials sir core java concept s totall ga explain cheyandi sir
@@sindhusunkara890 tvaralo start chestanu aand anni explain chestanu
Hii sir testng midha video chesthara..
Yeah very very soon brother
Sir,in 45 th code line if month and year are to write separate xpath and how to concat and put in current date.
concat cheyyadam enduku buddy?
Hi Sir , found an issue while practicing this using HYR Tutorial URL. Post click on First Date Picker the calendar pop-up opening position was behind the Tech News Tab and the Prev Click couldn't happen. Hence I have used Second Date Picker so that the calendar pop-up will show little lower to let the Prev click happen successfully . Is there any other alternative to manage this using First Date Picker ?
From the comments I found your instruction do mousehover first and then do the click , it is not working.
Send me the script you have written on hyadagirireddytutorials@gmail.com
Hi sir, How to select current date from Calendar without user input and based on Current date i want to select a future date means today's current date i want select 11 Nov 2021 and future date is 16 Nov 2021 want to select.
It can be done buddy.
SimpleDateFormat sdf = new SimpleDateFormat("dd MMM yyyy");
Date todayDate = new Date();
Calendar calender = Calendar.getInstance();
calender.setTime(todayDate);
calender.add(Calendar.DATE, 5);
System.out.println(sdf.format(calender.getTime()));
Bro have u uploaded the calendar testing video in English language ????
Recorded it but haven't done the editing yet.
Soon will upload it
Anna interview questions kavalii anna overall tutorial
Bayya Junit chepava @test case ante ento chepava java and selenium
TestNG playlist chusthe ardam avvuddi buddy
Actually i am watching all the videos but this video is very lengthy, I agree but so many Java related stuff
Are using at a time . That sutivation I feel very difficult to understand all the things at a time it will create some confusion at some point of time. My opinion I shared please consider
I understand that concern.
But if I split the video then viewers may not understand it, so I have divided the video into 4 points.
So we can watch the video in points wise which is similar to chapters in a big video.
my doubts are,
1) how is it Parse?
2) if its Parse, Y is showing the previous month Jan instead of next month Mar
INPUT Code:
try {
String inputDate = "30 02 2022";
SimpleDateFormat dateFormat = new SimpleDateFormat("dd mm yyyy");
dateFormat.setLenient(false);
Date date = dateFormat.parse(inputDate);
System.out.println(date);
} catch (Exception e) {
throw new Exception("INPUT DATE is IN-VALID");
}
OUTPUT in Console:
Fri Jan 30 00:02:00 IST 2022
small letter mm denotes minutes buddy.
Try using the capital letters MM
@@HYRTutorials TQ brother
I think we have to create two methods separately for past and future date selections.In one method, two while(next and previous) loops won't work
current date is 13 sep 2021
if my target date is 20 dec 2018
it will execute which while loop..this is my doubt..will you please clear it(if I am wrong)
(If I am right) Is there any other way to write both in one method
We can do both inside one method only brother.
I have shown that in the video bro.
Please watch the video completely so that you will get the solution that you are looking for.
If not, let me know.
@@HYRTutorials yes I watched your full video...daily I'm watching your videos..I'm big fan of your teaching.
here my doubt is
in the above case my target date is 20 dec 2018(past date).
In this which while loop it will execute..
because while loop condition is OR
based on month selection (sep2018) it will select past loop
here both may execute in some scenarios.
if we want to clearly seperate the logic then first we need to verify the year and then month.
According to your example date 20 dec 2018, first it will come to the first while and verifies the month and year with OR condition.
One of them is satisfied(month) so it will click on next until both the conditions are failed.
then it will goto the next while loop and again same process repeats.
@@HYRTutorials yes brother I got it..thanx to spend ur valuable time to clear my doubt
@@subhakar9015 no issues bro.
It's important to understand and solve the doubts instead of going with assumptions.
Bro Testng Telugu lo explain cheyandi
Time padthundi buddy
bro all td elements class is same and no other locators also
now to handle situation to not select previous month date
i mean there is no difference between past,next and current month dates
There will be something buddy. You might be missing it. Check the parent elements also to identify any unique thingy
@@HYRTutorials i sent you a mail please check
@@vamsikrishna4475 sure will check it buddy
@@vamsikrishna4475 I haven't rcvd any email buddy
Hello sir, I have a doubt please can u help me, I want to swap elements in selenium using move to element method but this is not working . Any other suggestions plz
What do u mean by swapping?
you can use movetoelement method for moving your cursor on to that.
Hi sir,
I have different calendar in my application.
Step 1: First year selection from date picker
Step 2: After year selection, Months will display , next Month selection
Step 3: After month selection, dates will display, Next dates selection.
How to handle this type of calendar.
Thats a beautiful calendar buddy.
1. Get the date data into three different variables like year, month and day in java code
2. Write the selenium code for clicking on the calendar button
3. Write another piece of line for clicking on the year
4. write another piece of line for clicking on the month
5. write another piece of line for clicking on the day
Hii sir Ee selenium Tutorial lo unna videos Basics Haa leka Real Time scenarios Haa....Same Ee Tutorial lo unna videos semilar gaa untaya Real Time lo Reply me please sir 😊
Sir calendar ki xpath yela rastham please cheppandi sir please syntax cheppara
Nenu video lo ade kada cheppindi buddy
Xpath gurinchi nerchukodam kosam ee playlist lo unna xpath video chudu buddy
First date lo exception vachindi (element click intercepted exception) how to write exception Code could you please give me code clarity
Mouse hover chesi aa tarvatha click operations perform chei buddy
Bro ah fifth calender ni Ela handle chesedhi ?
First four cheyyadam vaste fifth vachestadi buddy
Why you are using MMM for month ..?for date and year ur using small letters..?
Date can be only in numeric format. But month can be either in numeric or text format ryt.
That is what I have explained in the video
intha varaku a video ki intha confuse avvaledu bro e playliost lo...........
chala confuse ga vundi :(
Don't try to watch all the chapters in one sitting buddy.
Watch one chapter and then practice it then continue with another chapter
explain in English please. it will be more helpfull if he explain in english
Here is the English video buddy
ruclips.net/video/HqzlDEPdJ3w/видео.html
Please share in English
Sure, just wait for 2days
Is this tutorial in english too by any chance ?
At present, this is not yet recorded in English language.
Very soon I will record in English as well Mark
@@HYRTutorials thank you so much as you do explain these things very well and the examples are brill! My Hindi is a bit rusty 😜 the code though I'm trying to replicate so thank you really appreciate it 😁👍
But this is not Hindi language Mark, it is Telegu language. 😜😁
@@HYRTutorials shows how much I really know haha 😂
Haha
Am fully confused
Watch the video one more time buddy
Thank you bro