I have recently come across this channel, and how Yadagiri is covering all the topics and explaining everything, be it something simple or complex, is too good and very easy to understand. I hope this channel grows more and more. The quality of all the content is just top-notch. best wishes.
Extraordinary!!!!!!!!!!! Patience is required to record this kind of videos and added to that very knowledgeable. I also like to join the membership. What topics are covered? Can you please tell me? Million blessings and thanks to you for creating the series. Best Regards! 🙏🙏🙏
Sir previous video lo excel use chesi dynamic ga execution cheyadam chepparu kadhaa. How We can apply parellel execution for that one ?? Is it possible or not ?? If possible may apply these steps to that one ? Can u tell me sir
Hi Anna, Firstly, I appreciate all your efforts for making such a beautiful videos, the way u explain things are commendable. they are so helpful. The same program that was explained in the video is not working fine if I use @BeforeMethod, @Test, @Aftermethod annotations, getting stale element exception. can you provide support to your subscribers? . Need u r help.
Hello Sir, While running my tests with same approach 6 instances of browser are opening but data is getting passed to only one browser. Not able to figure out how to resolve it
This is a multithreading issue buddy. Your driver object is shared by all the threads and thats causing the data to enter into only one browser. Try to implement the Threadlocal concept for storing/getting the driver instance buddy.
If there are any exceptions in your code then it might terminate from there only. In that case browser windows won't terminate. In these scenarios you need to handle the exceptions
@@HYRTutorials hi sir... actually that issue was fixed....am fallow the eclipse generated XML file structure in intelliJ that's why am facing the issue..after that am realised and change the XML file
One query: If I declare a dataProvider in a test class, then all the @test method must use that dataprovider?? If not, then how to ignore it? I have tried but those @test get failing. If possible, please suggest. Thanks
@@HYRTutorials thanks for the response, actually my query is something different, I don't want all my tests to use the data provider annotation mentioned in the test class, then how to perform that? is that possible?
@@sanjibsarkar9565 Thats what i'm saying buddy, if you dont want any test to use the dataprovider then dont specify the dataprovider for that test alone. We can't exclude the dataprovider for only some specific methods
very informative video but I got small error kindly help me when i gave the command "parallel = true" all sets of data is getting overlapped in single tab
Hi... Yadagiri Reddy garu.. in parallel execution, you opened two browsers at a time, but I am getting StaleElementReferenceException for valid username, valid password, and NoSuchElementException for valid username, invalid password. What might be the reason? may be my browser speed is not supporting or something else. Please suggest me what I can do to rectify these exceptions.
@@HYRTutorials Not from testng xml file, I directly executed same test method by clicking on Run All directly in my class, I provided two sets of data in @DataProvider
hi bro , i am an issue , i tried this code and executed , as u showed different browsers are opening by parallel but in system only one browser is opening and in login details ( usename ) all the details are entering at in one login page like admin admin1 admin2 , in pdw : admin123admin456 etc , i mean different broesers are not opening only single is window is opening ad all the details are entered. i had given thread- count 5 , pls reslove this
↔️ TestNG Playlist Link: bit.ly/3wXyuXB
✴ Checkout my other playlists: bit.ly/3gLIAVL
☕ Buy me a coffee: bit.ly/33ljBWc
I have recently come across this channel, and how Yadagiri is covering all the topics and explaining everything, be it something simple or complex, is too good and very easy to understand. I hope this channel grows more and more. The quality of all the content is just top-notch.
best wishes.
Thanks buddy 😊
Extraordinary!!!!!!!!!!! Patience is required to record this kind of videos and added to that very knowledgeable. I also like to join the membership. What topics are covered? Can you please tell me? Million blessings and thanks to you for creating the series.
Best Regards!
🙏🙏🙏
Really nice.... Ur explaining very clearly.... Can u teach cucumber as well.... It would help everyone ....
Thank you, Sure I will
you are doing awesome!!
Thanks buddy 😊
Good job Yadagiri Reddy...I want to get in touch with you, I am from USA.
nice teaching keep it up
Thanks buddy 😊
Nice explanation bro
Thankyou buddy 😊
Thanks for amazing tutorial
Welcome buddy 😊
Super explaination
Thankyou 😊
thanks a lot bro
Hi Bro You are amazing pls add how to pass data from excel through application
Try this video buddy
ruclips.net/video/t8zlxZ1CwKw/видео.html
What's the difference between parallel execution and running data provider parallely?
Could you pls provide tutorial on Parallel execution with Data driven tests .. means taking sets of data from an Excel file and execute it parallely
Yeah sure buddy
Sir please do one video for capturing the failed test cases using testNG framework
Yeah sure buddy
Sir previous video lo excel use chesi dynamic ga execution cheyadam chepparu kadhaa. How We can apply parellel execution for that one ?? Is it possible or not ?? If possible may apply these steps to that one ? Can u tell me sir
Yes these are the steps we need to follow buddy
Please make a video for cross browser testing in TestNg,it will be helpful and interview question
Sure i will,
Meanwhile check the Part 28 video buddy
@@HYRTutorials ok thank you
Sir provide the video cross browser testing and parallel testing by using multi threading in testng
Sure buddy
Hi Anna,
Firstly, I appreciate all your efforts for making such a beautiful videos, the way u explain things are commendable. they are so helpful. The same program that was explained in the video is not working fine if I use @BeforeMethod, @Test, @Aftermethod annotations, getting stale element exception.
can you provide support to your subscribers? . Need u r help.
Send me the code on hyadagirireddytutorials@gmail.com
I have already reached u Anna, on that email address, followed u r instructions but still unable to rectify it. will come back soon. Tq
@@kchary-jh5bd Sure buddy
can we add this in test tag also? ai says we cant
Hello Sir,
While running my tests with same approach 6 instances of browser are opening but data is getting passed to only one browser.
Not able to figure out how to resolve it
This is a multithreading issue buddy.
Your driver object is shared by all the threads and thats causing the data to enter into only one browser.
Try to implement the Threadlocal concept for storing/getting the driver instance buddy.
sir,we provide quit command why browsers not closing
If there are any exceptions in your code then it might terminate from there only.
In that case browser windows won't terminate.
In these scenarios you need to handle the exceptions
can i use the same structure if i have separate page class in my project?
Yes buddy
getting an error while the data is getting from excel file, isn't possible with excel data?
Hi sir..getting issue with parallel execution in intellij "Test Ignored"
What is the error you are getting buddy?
@@HYRTutorials hi sir... actually that issue was fixed....am fallow the eclipse generated XML file structure in intelliJ that's why am facing the issue..after that am realised and change the XML file
One query: If I declare a dataProvider in a test class, then all the @test method must use that dataprovider?? If not, then how to ignore it? I have tried but those @test get failing. If possible, please suggest. Thanks
If you want any test to use the data provider then u must specify that at the test method annotation buddy
@@HYRTutorials thanks for the response, actually my query is something different, I don't want all my tests to use the data provider annotation mentioned in the test class, then how to perform that? is that possible?
@@sanjibsarkar9565 Thats what i'm saying buddy, if you dont want any test to use the dataprovider then dont specify the dataprovider for that test alone. We can't exclude the dataprovider for only some specific methods
please make page object model tutorial
please provide one live time project also
For live projects, you can consider any application which is available in internet.
We don't require any live projects for testing purpose buddy
very informative video but I got small error kindly help me when i gave the command "parallel = true" all sets of data is getting overlapped in single tab
Can u record the video and send me on hyadagirireddytutorials@gmail.com
I am also facing the same issue do you have the solution for that problem
@@HYRTutorials pls provide the solution for the above problem
Any solution of this because I face the same problem.
Hi... Yadagiri Reddy garu.. in parallel execution, you opened two browsers at a time, but I am getting StaleElementReferenceException for valid username, valid password, and NoSuchElementException for valid username, invalid password. What might be the reason? may be my browser speed is not supporting or something else. Please suggest me what I can do to rectify these exceptions.
Are you executing two test methods in parallel or multiple test methods inside two tests?
@@HYRTutorials Not from testng xml file, I directly executed same test method by clicking on Run All directly in my class, I provided two sets of data in @DataProvider
@@chandrikasai3872 send me the code on hyadagirireddytutorials@gmail.com
@@HYRTutorials Hi.. I sent the code to your mail
@@chandrikasaileela5978 will check buddy
hi bro , i am an issue , i tried this code and executed , as u showed different browsers are opening by parallel but in system only one browser is opening and in login details ( usename ) all the details are entering at in one login page like admin admin1 admin2 , in pdw : admin123admin456 etc , i mean different broesers are not opening only single is window is opening ad all the details are entered. i had given thread- count 5 , pls reslove this
Did you give the parallel=true buddy?
@Mahesh did you get solution ? I am also facing the same issue
same issue
Bro basic Java how to view
Didn’t catch your question buddy. can u please elaborate?
Sir number pettandi Meedhi 2+ gurinchi matldadali
I can't share my number but whatever you want to ask, you can ask here buddy