No one on youtube explain as simple as you sir, Great work.. I have watched all of your videos... Feel confident.. Thank you Again, please cover framework if possible
Hi , Please upload a video of Data provider example by reading the data from Excel and storing them in Map Object and how we can pass the data inside the Test method . It will be really useful .
We like lengthy Videos ...need more of Real time scenarioes like Executing TestNG test cases using JEnkins,TeamCity ,MAven command line build , command line execution of testng tests.
Hi sir please explain about POM(page object model) no one explained clearly iam following your videos u r explaining very well sir ..so please upload POM videos .
You can follow this course directly also buddy but I wouldn't recommend that because without automation testing tool knowledge you can relate these concepts actual usage in automation testing.
Sir can you please make one video in which all the testNG framework is elaborated in which all the framework folder architecture is there..like we can elaborate within 5 min the whole overall or brief testNG framework architecture in the project.. actually I have completed ur all 28 videos of testNG but question were asked to me that .. describe ur testNG framework in ur project in brief with the folder architecture... Can u please make such small video 5-10 min ?
i got dataprovider mismatch exception sir how can i handel i saw in goggle ,i searched in many platforms but i cant find anything could you please answer me
Hi,can u plz confirm cant we use parameters and dataprovider for same class ie:parameter("url") @test(dataprovider =" data") { p v class(String url, String name, String pswd)
You can't use both in one method buddy. If you watch all the videos on dataprovider in this playlist, u will get to see that point also with a example buddy
sir, my code is not taking second set of data from data provider."No such session id " is shown in console.pls suggest? If i dont close the browser in my code. it is working fine
Hi your teaching was superb ,. I have doubts related to data providers, In my frame work one method not receiving data from data providers, script got failed , i am unable to find root cause, i have checked multiple time there is no problem in my data providers name which i have given on methods, but if i hardcode it's working fine , can you please tell what is causing, if you know reason please make video about this
↔️ TestNG Playlist Link: bit.ly/3wXyuXB
✴ Checkout my other playlists: bit.ly/3gLIAVL
☕ Buy me a coffee: bit.ly/33ljBWc
No one on youtube explain as simple as you sir, Great work.. I have watched all of your videos... Feel confident.. Thank you Again, please cover framework if possible
Thankyou buddy
Thank you for detailed explanation. I loved it. It doesn't matter that the video is long but you covered it in detail. Really appreciated
Thank you for detailed explanation. I loved it. It doesn't matter that the video is long but you covered it in detail. Really appreciated🤝
Thank you so much buddy 😊
Very well explained! Thank you!
Very well Explained sir..Thanku
I was looking for this kind of explanation to have a deep understanding on this concept..👏👏
Thanks buddy 😊
What an explanation sir.... thank you so much for the help❤❤❤God bless you 😊😊😊😊😊
Crystal clear anna.....🥰🥰🥰
Thanks buddy 😊
Great Explanation
Good Explanation bro
Thanks for clear explanation
Thank u so much for detailed explanation.. I like your simple way of teaching and explain neatly.. Thank u so much for your effort..
Thanks buddy 😊
The way of explaning is awesome🎉
Thanks buddy 😊
I don't know how to use data provider in TestNg . Now I got it bro . thank you very much
Glad to hear that
Bro could you explain about s in selenium using WebDriver
@@manyamkishoresrinivas4652 Here is the video: ruclips.net/video/INdpVD26sDI/видео.html
@@HYRTutorials TQ u very much bro. Your explanation is very clear and understandable ☺️.
Thankyou bro
Really a useful video for me.... Thanku sir ji
Happy learning buddy 😊
thankyou sooo much sir for this video, it was very helpful
Happy learning buddy 😊
What an explanation bro, coaching centres Koda waste e
Really good material and explanation sir. Please keep uploading more videos in Specflow and other advance selenium topics
Sure buddy 😊
TNice tutorials is going in my helpful tutorials playlist.
Glad you like them buddy
excellent teaching keep it up sir upload more videos on automation thank you.
Great job💯
Hi , Please upload a video of Data provider example by reading the data from Excel and storing them in Map Object and how we can pass the data inside the Test method . It will be really useful .
Checkout this video buddy: ruclips.net/video/t8zlxZ1CwKw/видео.html
Really very helpful and your explanation is amazing.
Thankyou buddy
We like lengthy Videos ...need more of Real time scenarioes like Executing TestNG test cases using JEnkins,TeamCity ,MAven command line build , command line execution of testng tests.
Yeah sure i will try to cover as much as possible buddy
Nice explaination sir thank you
Thanks buddy 😊
Hi sir please explain about POM(page object model) no one explained clearly iam following your videos u r explaining very well sir ..so please upload POM videos .
Hi Yadagiri Reddy Sir, For this example, Both the times the Testcase is a success with wrong credentials and right credentials
I have corrected myself by repeating the video again. its working now. Thank you Reddy
It's good that you did some analysing there
Thank you so much bro😊
Keep learning buddy
Sir, I have one doubt, I have bought the online class recording but its stopped at 48th video will vedios be added for the concepts after that
That's the whole playlist buddy
Please do video on cucumber please that will more useful for everyone as you make everything looks so easy and clear
Yeah sure buddy, very soon will upload
Bro,
How is excel is communicating with the data provider?
Hi sir before following your testNG playlist do i need to know selenium or not? Can i directly follow testNG before selenium?
You can follow this course directly also buddy but I wouldn't recommend that because without automation testing tool knowledge you can relate these concepts actual usage in automation testing.
can we write test data as below-
{"Admin"," Admin123"}
{"Admin", "test123"}
As shown in P17 video @19:04
Yes buddy
please make a video on cucumber using testng
Sir can you please make one video in which all the testNG framework is elaborated in which all the framework folder architecture is there..like we can elaborate within 5 min the whole overall or brief testNG framework architecture in the project.. actually I have completed ur all 28 videos of testNG but question were asked to me that .. describe ur testNG framework in ur project in brief with the folder architecture...
Can u please make such small video 5-10 min ?
Yeah sure buddy. i can try that
@@HYRTutorials thank you so much sir .... really u are amazing at ur work.... ❤️❤️
@@naaz7847 Thanks buddy 😊
i got dataprovider mismatch exception sir how can i handel i saw in goggle ,i searched in many platforms but i cant find anything could you please answer me
Are you providing the same dp name in your tests buddy?
Hi,can u plz confirm cant we use parameters and dataprovider for same class ie:parameter("url")
@test(dataprovider =" data")
{
p v class(String url, String name, String pswd)
You can't use both in one method buddy.
If you watch all the videos on dataprovider in this playlist, u will get to see that point also with a example buddy
Hello bro, how to read data from excel file itself without hard coding the data sets in the code?
Watch this video buddy
ruclips.net/video/t8zlxZ1CwKw/видео.html
sir, my code is not taking second set of data from data provider."No such session id " is shown in console.pls suggest?
If i dont close the browser in my code. it is working fine
Which means you are closing the browser after test method but you are not opening the browser before test method
Hi your teaching was superb ,. I have doubts related to data providers, In my frame work one method not receiving data from data providers, script got failed , i am unable to find root cause, i have checked multiple time there is no problem in my data providers name which i have given on methods, but if i hardcode it's working fine , can you please tell what is causing, if you know reason please make video about this
Make sure your data provider contains the data and the data providers names are properly mentioned. And the final thing to do is debugging buddy.
Hai i want to learn testing can u tell me which testing couse i will chouse from starting can u plzzz tell meeeee requested
There are n number of testing tools available in the market.
You have to decide based on your requirements buddy
Hi bro even I am giving wrong creditantals also the test is pass, can you please help in this .
Please make a video to show a scenario when to use @Factory and when @DataProvider we r really confused😢
Sure buddy
one doubt miru xl sheet ekkada mention cheyaledhu xl sheet lo data ela read chesindhi selenium
ikkada nenu excel file ni just chupinchadaniki maathrame use chesanu buddy. but excel nundi data ni use chesedi next videos lo untiundi
"Welcome" is removed from application bro
and locator for username and login button not working
The applications changes everytime buddy. But try to understand the concept and apply the same on any other application
Please provide 2nd part also iam waiting
Will be uploading tomorrow buddy
If you can possible provide Subtitles to better understand
I think auto generated subtitles will come buddy
PLEASE, DON'T USE "OK" SO OFTEN, because it's hard to listen
Everyone has some word they use very often buddy and unfortunately for me that is okay. Can't help with it buddy