↔️ TestNG Playlist Link: bit.ly/3wXyuXB ✴ Checkout my other playlists: bit.ly/3gLIAVL ☕ Buy me a coffee: bit.ly/33ljBWc
@azadassis3669 Жыл бұрын
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.
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@kavitha-992 ай бұрын
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! 🙏🙏🙏
@hemadriyadav1151 Жыл бұрын
nice teaching keep it up
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@InduMusuvathiDevendran Жыл бұрын
you are doing awesome!!
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@ravirajkolakaleti28132 ай бұрын
Good job Yadagiri Reddy...I want to get in touch with you, I am from USA.
@rajatbarthwal98582 жыл бұрын
Thanks for amazing tutorial
@HYRTutorials2 жыл бұрын
Welcome buddy 😊
@arunap82112 жыл бұрын
Really nice.... Ur explaining very clearly.... Can u teach cucumber as well.... It would help everyone ....
@HYRTutorials2 жыл бұрын
Thank you, Sure I will
@jangalasubhash21172 жыл бұрын
Nice explanation bro
@HYRTutorials2 жыл бұрын
Thankyou buddy 😊
@ranapratapsingh34372 жыл бұрын
Super explaination
@HYRTutorials2 жыл бұрын
Thankyou 😊
@bharathpybodi28424 ай бұрын
thanks a lot bro
@jyotheeshtrend5384 Жыл бұрын
Hi Bro You are amazing pls add how to pass data from excel through application
@HYRTutorials Жыл бұрын
Try this video buddy kzbin.info/www/bejne/qmndnauQZqiqgdk
@kalyanreddy48202 жыл бұрын
Sir please do one video for capturing the failed test cases using testNG framework
@HYRTutorials2 жыл бұрын
Yeah sure buddy
@navathutejomai10382 жыл бұрын
Please make a video for cross browser testing in TestNg,it will be helpful and interview question
@HYRTutorials2 жыл бұрын
Sure i will, Meanwhile check the Part 28 video buddy
@navathutejomai10382 жыл бұрын
@@HYRTutorials ok thank you
@ItCoursesForAll5 ай бұрын
can we add this in test tag also? ai says we cant
@allautomationtechs4862 жыл бұрын
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
@HYRTutorials2 жыл бұрын
Yeah sure buddy
@kchary-jh5bd2 жыл бұрын
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.
@HYRTutorials Жыл бұрын
Send me the code on hyadagirireddytutorials@gmail.com
@kchary-jh5bd Жыл бұрын
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
@HYRTutorials Жыл бұрын
@@kchary-jh5bd Sure buddy
@chakilamvyshnavi66811 ай бұрын
What's the difference between parallel execution and running data provider parallely?
@pallavolisowjanya44382 жыл бұрын
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
@HYRTutorials2 жыл бұрын
Yes these are the steps we need to follow buddy
@prashantsasulkar23982 жыл бұрын
Sir provide the video cross browser testing and parallel testing by using multi threading in testng
@HYRTutorials2 жыл бұрын
Sure buddy
@vanajachowdary39984 ай бұрын
please make page object model tutorial
@kickofflife2082 жыл бұрын
sir,we provide quit command why browsers not closing
@HYRTutorials2 жыл бұрын
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
@InduMusuvathiDevendran Жыл бұрын
can i use the same structure if i have separate page class in my project?
@HYRTutorials Жыл бұрын
Yes buddy
@venkateshposhanapelli46392 жыл бұрын
Hi sir..getting issue with parallel execution in intellij "Test Ignored"
@HYRTutorials2 жыл бұрын
What is the error you are getting buddy?
@venkateshposhanapelli46392 жыл бұрын
@@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
@kickofflife2082 жыл бұрын
please provide one live time project also
@HYRTutorials2 жыл бұрын
For live projects, you can consider any application which is available in internet. We don't require any live projects for testing purpose buddy
@SyduluThappetla Жыл бұрын
getting an error while the data is getting from excel file, isn't possible with excel data?
@srikanthpayyavula15522 жыл бұрын
Bro basic Java how to view
@HYRTutorials2 жыл бұрын
Didn’t catch your question buddy. can u please elaborate?
@iamaksrk Жыл бұрын
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
@HYRTutorials Жыл бұрын
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.
@sanjibsarkar95652 жыл бұрын
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 Жыл бұрын
If you want any test to use the data provider then u must specify that at the test method annotation buddy
@sanjibsarkar9565 Жыл бұрын
@@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?
@HYRTutorials Жыл бұрын
@@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
@chandrikasai38722 жыл бұрын
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.
@HYRTutorials2 жыл бұрын
Are you executing two test methods in parallel or multiple test methods inside two tests?
@chandrikasai38722 жыл бұрын
@@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
@HYRTutorials2 жыл бұрын
@@chandrikasai3872 send me the code on hyadagirireddytutorials@gmail.com
@chandrikasaileela59782 жыл бұрын
@@HYRTutorials Hi.. I sent the code to your mail
@HYRTutorials2 жыл бұрын
@@chandrikasaileela5978 will check buddy
@tejanellore60242 жыл бұрын
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
@HYRTutorials2 жыл бұрын
Can u record the video and send me on hyadagirireddytutorials@gmail.com
@pallapukartheek81262 жыл бұрын
I am also facing the same issue do you have the solution for that problem
@pallapukartheek81262 жыл бұрын
@@HYRTutorials pls provide the solution for the above problem
@aashimataneja1895 Жыл бұрын
Any solution of this because I face the same problem.
@Maheshbabu-ug7dx2 жыл бұрын
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
@HYRTutorials Жыл бұрын
Did you give the parallel=true buddy?
@iamaksrk Жыл бұрын
@Mahesh did you get solution ? I am also facing the same issue
@shaikabzal6316 Жыл бұрын
same issue
@hariprasad10232 жыл бұрын
Sir number pettandi Meedhi 2+ gurinchi matldadali
@HYRTutorials2 жыл бұрын
I can't share my number but whatever you want to ask, you can ask here buddy