Thanks a lot sir for this great tutorial, I did have to slow down the speed since you are talking a bit fast but that's fine. This video was really helpful thank you
Hi Reddy, you have explained it in detail. I follow all your videos. I am getting this exception how do I solve "java.net.SocketException: Connection reset" please help me out.thanks
Properties file is accessible in all the classes given you write the code to access it. but where as parameters can be controlled at the suite level and at the test level. which means those can be accessed only inside that test.
That is not possible buddy. You have to trick it by providing multiple values with semicolon or colon or comma. And after reading you have split that by the seperator you have used
00:01 TestNG parameters are used to pass information to test methods. 01:41 TestNG parameters are used to pass information like browser name and URL to test methods. 04:53 Using parameters inside the test 06:32 Adding parameters for browser name and URL 10:15 Handling input for browser name and URL 12:08 Verifying welcome text and login in TestNG 15:54 Using parameters in TestNG 18:00 Setting browser parameters at test level in TestNG 21:18 Reading parameters in string format and specifying the type of value 23:26 TestNG parameters allow direct reading of values in long format, avoiding unnecessary conversions.
Ele execute chestunnaru annintitho meru ?....................... nenu edge or firefox change chesina but only chrome lo matrame execute avutunnayi ela chesaru meru cheppara pls
Firefox browser launch avvatledu bro webdriver manager tho chrome and edge drivers work avutunnai but Firefox work avvatledu, webdriver version I'm using is 5.0.3
hi when iam trying to excute the code iam getting the error( Unable to find an exact match for CDP version 114, so returning the closest version found: 113) .can u pls resolve this issue
Somehow missed tour comment buddy. you can pass n number of optional parameters. Try something like this: @Parameters({"browserName","version"}) @BeforeTest public void InitialiseBrowser(@Optional("chrome") String browserName, @Optional("95") String version) { }
Hello sir, I am getting strange error, it says Multiple markers at this line - The annotation @Parameters is disallowed for this location - The attribute value is undefined for the annotation type Parameters. Can u suggest what I can do
Parameters: as a user if you want pass the any information to the method we need to use the Parameters. similarly as a user if you want pass the any information to the TestNG Method we need to use the Parameters. Those are called TestNG Parameters.
[1641740592.690][WARNING]: This version of ChromeDriver has not been tested with Chrome version 97. INFO: Found CDP implementation for version 97 of 96 I am getting this error as my chrome version is Version 97.0.4692.71 how to upgrade it please i couldn't find any solution
@@HYRTutorials I updated it to new version 97. When I am performing testng the error occurring I have added all the dependencies also nothing working out please tell me I have interview tomorrow
↔️ TestNG Playlist Link: bit.ly/3wXyuXB
✴ Checkout my other playlists: bit.ly/3gLIAVL
☕ Buy me a coffee: bit.ly/33ljBWc
Great Tutorial Mr. Reddy. You have explained it in detail. Appreciate your knowledge sharing skills. Thank you.
Thankyou buddy
@@HYRTutorials page object model and page object factory explain
love your way of teaching, makes a dumb person like me understand it. you are top notch for sure! thanks.
Thankyou buddy 😊
all videos are excellent .
appreciated.
Thank you buddy
Another.... Good Video on TestNG Series... Thank you Bro
Thankyou brother 😊
Hope you are practicing as well
your every lecture is excellent. thank you very much.
you explained it beautifully, thanks to you mate!
Thankyou buddy 😊
Owesome tutorial following all videos 👍 thank you Sir
Thanks buddy 😊
I really enjoy learning watching your videos. Very useful and fruitful. thanks a lot..
Thankyou for liking 😊
Your Overal course is excellent Bro
Hi sir. Actually I have joined in inistitute. But I have learned more from ur channel. Superb explanation. Thank u
Ohh that's great to hear 😊
Thanks a lot sir for this great tutorial, I did have to slow down the speed since you are talking a bit fast but that's fine. This video was really helpful thank you
super explanation brother super
Thanks buddy 😊
Super sir💐💐👍🏻👍🏻
Thankyou
well explanined
thanks
Thanks buddy 😊
Nice explanation
Thankyou buddy 😊
Hi Reddy, you have explained it in detail. I follow all your videos. I am getting this exception how do I solve "java.net.SocketException: Connection reset" please help me out.thanks
Send me the code and error screenshot on hyadagirireddytutorials@gmail.com
Thank you so much bro
Happy learning buddy 😊
Hello, sir I'm watching your series, and your explanation is excellent. However, if you type
Good one bro
Thankyou 😊
1 doubt sir how to use different argument on same method i am trying by creating another test but it is showing error
What error it is showing?
Can u send the screenshot on hyadagirireddytutorials@gmail.com
Hi Yadagiri garu,
Parameters in testNG looks like Properties file which we configure. Can i know the difference?
Properties file is accessible in all the classes given you write the code to access it.
but where as parameters can be controlled at the suite level and at the test level. which means those can be accessed only inside that test.
Hi, how can we give multiple values for the same parameter... Like giving examples in cucumber?
That is not possible buddy.
You have to trick it by providing multiple values with semicolon or colon or comma.
And after reading you have split that by the seperator you have used
00:01 TestNG parameters are used to pass information to test methods.
01:41 TestNG parameters are used to pass information like browser name and URL to test methods.
04:53 Using parameters inside the test
06:32 Adding parameters for browser name and URL
10:15 Handling input for browser name and URL
12:08 Verifying welcome text and login in TestNG
15:54 Using parameters in TestNG
18:00 Setting browser parameters at test level in TestNG
21:18 Reading parameters in string format and specifying the type of value
23:26 TestNG parameters allow direct reading of values in long format, avoiding unnecessary conversions.
Good video bro
Thankyou 😊
Ele execute chestunnaru annintitho meru ?....................... nenu edge or firefox change chesina but only chrome lo matrame execute avutunnayi ela chesaru meru cheppara pls
Video lo ade explain chesanu bro
Video motham chusesthe ardam ipoddi easy ga
@@HYRTutorials na question meku artham kaledu anukunta ayithey
@@HYRTutorials 5 times chusanu anna
@@harisake6068 ohh what is you question?
Firefox and edge browsers open avvadam ledu ha?
@@HYRTutorials yes........nenu firefox , edge emi echina ...chrome matrame open avutondi
Firefox browser launch avvatledu bro webdriver manager tho chrome and edge drivers work avutunnai but Firefox work avvatledu, webdriver version I'm using is 5.0.3
Once check your firefox version also
hi when iam trying to excute the code iam getting the error( Unable to find an exact match for CDP version 114, so returning the closest version found: 113) .can u pls resolve this issue
That's just a warning buddy. You can ignore that
Sir how to declare more than 1 parameters in optional such username and password
Somehow missed tour comment buddy.
you can pass n number of optional parameters.
Try something like this:
@Parameters({"browserName","version"})
@BeforeTest
public void InitialiseBrowser(@Optional("chrome") String browserName, @Optional("95") String version) { }
Is it possible to perform testng xml parameterization & testng assertion in same test case??
They both are different things and dependent on any other.
You can do them together buddy
@@HYRTutorials thank you 😊
Hello sir, I am getting strange error, it says
Multiple markers at this line
- The annotation @Parameters is disallowed for this location
- The attribute value is undefined for the annotation type Parameters.
Can u suggest what I can do
Send me the screenshot on hyadagirireddytutorials@gmail.com
After looking at the screenshot i can suggest you in a better way buddy
@@HYRTutorials screenshot sent
Replied buddy
sir, there is no error in my code but when I run XML. code is not working no tests are running
Thats bad.
Are you getting any error?
No sir it doesn't showing any error
you are awesome
Parameters: as a user if you want pass the any information to the method we need to use the Parameters. similarly as a user if you want pass the any information to the TestNG Method we need to use the Parameters. Those are called TestNG Parameters.
Perfect buddy
you r great sir !!!
pls make a video on wrapper class
Thanks buddy
What wrapper class?
@@HYRTutorials Integer int like that java concepts
@@amu4560 ok buddy
Thank you @yadagiri
Glad you liked it 😊
You were speaking very fast.but explained well.
Thankyou 😊
Yeah I tried to slow down but I guess that is still not sufficient so will try to slow down a bit more.
I am getting error while executing browser is not getting initiated can you help me
How can I send you my code snippet so that you can help me find the error.
You can paste your snippet here or send me on hyadagirireddytutorials@gmail.com
After watching the videos I feel like "ate an unlimited biriyani"
Haha thankyou buddy 😊
Hi anna can you please create this course in Telugu
can i get ur codes from any?
Check the description buddy
hlo bro test ng kuda telugu lo cheyandi bro
Daaniki konchm time paduthundi buddy.
testng kuda telugu lo petandi bro
Time paduthundi buddy
Love ur way of teaching but be slow
Thanks buddy 😊
Sir plzz provide source code also.
Check the description box buddy
[1641740592.690][WARNING]: This version of ChromeDriver has not been tested with Chrome version 97.
INFO: Found CDP implementation for version 97 of 96
I am getting this error as my chrome version is Version 97.0.4692.71 how to upgrade it please i couldn't find any solution
Seems like the driver version that u r using is bit old so try downloading the new chromedriver
@@HYRTutorials I updated it to new version 97. When I am performing testng the error occurring I have added all the dependencies also nothing working out please tell me I have interview tomorrow
Send me screenshots on my email or instagram or telegram.
will take a look and advice you based on the error.