Hi Mukesh, since week I am watching your tutorials in you tube. It is so helpful to me. I am started learning selenium, and I am following QA Tools till now. I had a doubt in Apache poi data driven framework, at that I found your video's, it is understable and simple manner. Thank you so much for providing tutorials and explaining in awesome way.
Mukesh Bhai, I really love your videos....its great benefit for new learner's... looking forward to see more videos on TestNG with real time application. Much appreciated. Thank you :)
Thanks Ranji I am glad you liked it. Keep visiting and let me know if any help. You can also follow below post for more information. learn-automation.com/selenium-webdriver-tutorial-for-beginners/ learn-automation.com/advance-selenium-webdriver-tutorials/
Thanks Prashanti :) Keep visiting and let me know if any help. You can also follow below post for more information. learn-automation.com/selenium-webdriver-tutorial-for-beginners/ learn-automation.com/advance-selenium-webdriver-tutorials/
Hi Girjia Thank you :) Kindly follow blog post as well. learn-automation.com/selenium-webdriver-tutorial-for-beginners/ learn-automation.com/advance-selenium-webdriver-tutorials/
Thanks Vidhya Keep visiting and let me know if any help. You can also follow below post for more information. learn-automation.com/selenium-webdriver-tutorial-for-beginners/ learn-automation.com/advance-selenium-webdriver-tutorials/
Hi Mukesh. I am very much impressed with the way you teach us!! Learnt a lot from this introduction video itself. Interview questions along then and there will definitely help us !! 😊👍👌 Thanks mate.
Thanks Mukesh... Wonderful.For Java you have sequentially placed our videos. Hopefully do it on TestNG and fix the lineup in Selenium Webdrivers so that all the newcomers follow the proper order. P S: And yea.. You're using Mac. How can your PC be slow :P
Thanks Smita :) Keep visiting and let me know if any help. You can also follow below post for more information. learn-automation.com/selenium-webdriver-tutorial-for-beginners/ learn-automation.com/advance-selenium-webdriver-tutorials/
Thanks a lot for sharing this tutorial for beginners. I liked it. this is so useful.Where can I find next sessions recorded by you ?? any link where i get all sessions?
Hello Mukesh, Your tutorials and videos are very awesome.Could you please help with some really good interview question and answers too? We will able to assess ourselves.Thanks!
Hi Mukesh... your video is very nice.. I have a query .. I am not getting default xml as stated in your video but default name for suite and test are appearing? How can I find the xml and get it there into the console?how to create xml to rename the default test suite.Thanks in advance :)
mukesh , thanks for ur videos and i must say they are very nice. one request , could you also post some videos on serenity eclipse maven (using cucumber) please. there is no much help on internet for same(from video prospective). this would be great help. already subscribed you last year but and waiting for serenity implementation . thanks in advance
Hi Mukesh... Really nice video.. I have a query .. I am not getting default xml as stated in your video but default name for suite and test are appearing? How can I find the xml and get it there into the console?
Hello Mukesh Sir, Please help me out for getting the video of automation for beginners.I have seen the 83 videos playlist but its not from the starting. Please help me out Thank u
Hi Rohini You can follow below links learn-automation.com/selenium-webdriver-tutorial-for-beginners/ learn-automation.com/advance-selenium-webdriver-tutorials/
hi Mukesh, nice i would like to know how to use more class in testNG with work on same browser withot using new browser...can u suggest me.. and where mention WebDriver driver =new FirefoxDriver();
Hi Mukesh, Thanks fro posting the video, very detailed and nicely paced. I have a question, I am running the script and I am receiving the error Error: Unable to access jarfile selenium-server-standalone-2.53.1 Can you please help me to solve this. Thanks
HI Ramesh make sure jars has all permission. Keep visiting and let me know if any help. You can also follow below post for more information. learn-automation.com/selenium-webdriver-tutorial-for-beginners/ learn-automation.com/advance-selenium-webdriver-tutorials/
How to call one class method 1 and other class method 2 by testng? As currently it opens a new browser as before class is present in my both classes. 1. Class one is of login 2. Class two addition My class 2 will work only when user is logged in which will be done by class 1. How to do this using testng.
Hi, I am getting the below error while installing TestNG driver from Marketplace- "An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No artifact repository available. noArtifactRepositoriesAvailable" Please suggest.
Hi bro I m work in manual Testing. I try to automate some angularjs web application project. In that project, I does not able to automate some task like "Click a Button". Why? And one more question, Is there need additional framework for automate the angularjs project?
Hi, In one of my interview it is asked that why we use dataprovider in testNG when we can take data from Excel sheet?Is there any major requirement when we should take data from dataprovider in testNG and when from Excel sheet?
Yes Ria if we directly take data from excel without @DataProvider then it will show as single test but when we run with @Dataprovider then each row will be treated as one test case
Hi MUkesh, I need small help. I have 2 methods. how can i pass one string from 1 method to another as an argument? both the methods i have written as @Test. Please help
"In one java class I have run 3 test cases individually" means each test is assigned with separate resources for executing it(does it mean that three processes are running simultaneously.i.e, Three threads are running) ?
Hi Shalini, Good question, By default TestNG assign only 1 thread for each thread, but if you want to increase multiple threats then you can change in TestNG.xml file.
Hi Mukesh, the description that we attach to the test case in the @Test tag, is that also reflected automatically in the ExtentReport? Or is there any other way to show the test case description in the ExtentReport.
Hi Mukesh this is Partha again , can you please help me what are the interview questions about TestNG? and how to configure SMTP server to send the report to anyone?
Hello Sir, thank you for the information. I have run the test accordingly and I noticed that the TestNG customized suite.xml file is not part of my report. What should I do?
Hi Syed, You can use extent report which has advance reporting as well. learn-automation.com/advance-selenium-reporting-with-screenshots-2/ Keep visiting and let me know if any help. You can also follow below post for more information. learn-automation.com/selenium-webdriver-tutorial-for-beginners/ learn-automation.com/advance-selenium-webdriver-tutorials/
Hi Mukesh, You told that you will make some REST api video using restassured in this video. I will be highly thankful if you can create some video on that and publish it. Thanks
Thanks Veera :) Keep visiting and let me know if any help. You can also follow below post for more information. learn-automation.com/selenium-webdriver-tutorial-for-beginners/ learn-automation.com/advance-selenium-webdriver-tutorials/
Hi, Need your help in one of the test scenario. How to to open the a url with selenium webdriver with different IPs from different indian cities. (Open url with some IP, change the IP and open again, and repeat the process). please suggest. Thanks
Hi Mukesh, wonderful job you are doing! I am not able to see the any xml file getting generated in Console, but the got generated in index.html, can you please help in this regard?
Hi Rachit it goes into temp folder so sometimes you might not get this XML. You can create your custom testng.xml which you can use for execution. I have explained in below post learn-automation.com/parallel-execution-in-selenium/
Hi Mukesh While running tests in testng.xml adding multiple class files in xml file, Testng runs only first @Test in a class and next class execution starts, only one @Test is executed in one class, I have multiple @Tests in a class and have added priority and depends on method, Please give suggestion to overcome this issue
Hi Mukesh, Can you please guide me how step by step I can traverse your video list of selenium, I have seen Java Tutorial and Selenium Web drivers, But what will be the next ? TestNG tutorials and then Hybrid framework . Please guide me.
Hi Mukesh, I have installed testng by using link in new software update.But it is not showing me in run as tab and neither in the installed software .Please guide on this as I am stuck.
Your method of teaching is extremely fabulous - Absolutely grateful and delighted.
Thanks Stephen
i already worked in testNG framework but your explanation is very good. keep it up
Thanks Arbaz :) This was very basics will upload more videos on this.
Can you help me with more details with TestNG framework..
Hi Mukesh.....Your video tutorials are user friendly and easy to understand for beginners....very very useful. Thanks for your time and help.
Hi Ven Thank you so much :) I am glad it helped you. Keep visiting.
I have tried a lot today for TestNG, but your tutorial help me out. Thank You !!
Cheers Rahul
Hi Mukesh, since week I am watching your tutorials in you tube. It is so helpful to me. I am started learning selenium, and I am following QA Tools till now. I had a doubt in Apache poi data driven framework, at that I found your video's, it is understable and simple manner. Thank you so much for providing tutorials and explaining in awesome way.
Excellent Teaching Mukesh...Now I got some confidence in TestNG Framework
U r an awesome tutor.Ur style of teaching creates more interest in each and every topic
Hi Yasmin am glad to hear that. Keep learning. Happy Weekend.
Right video at the right time. Love the simple method of teaching. Looking forward to learn more. Thank you Mukesh .
Thanks Nisha I am glad you like it.
Mukesh Bhai, I really love your videos....its great benefit for new learner's... looking forward to see more videos on TestNG with real time application. Much appreciated. Thank you :)
Thanks Ranji I am glad you liked it.
Keep visiting and let me know if any help.
You can also follow below post for more information.
learn-automation.com/selenium-webdriver-tutorial-for-beginners/
learn-automation.com/advance-selenium-webdriver-tutorials/
Waiting for this tutorial..Thanks Mukesh that's a nice start..Looking forward for some more tutorials from you...
thanks Pradeep I am glad it helped you. Happy Weekend.
Very helpful video Mukesh. Thanks a lot...!!! Waiting for more videos on Selenium and TestNG.
Thanks Kiran :) will upload soon.
Thank you Mukesh - you explain with details, which are useful.
Thanks Prashanti :)
Keep visiting and let me know if any help.
You can also follow below post for more information.
learn-automation.com/selenium-webdriver-tutorial-for-beginners/
learn-automation.com/advance-selenium-webdriver-tutorials/
Thanks Mukesh for the video .Your videos are really helping me to improve my skills in automation.
Hi Girjia Thank you :) Kindly follow blog post as well.
learn-automation.com/selenium-webdriver-tutorial-for-beginners/
learn-automation.com/advance-selenium-webdriver-tutorials/
thanks bro...., iam waiting further videos regarding to testNG as soon as possible. simply and superb explanation....
Thanks Siva I am glad it helped you. Happy Weekend.
Thank you so much Mukesh for making the beginners understand the logic by your step by step explanation...
Nice to see you Mukesh after long time. I hope you provide videos on TestNGand cover all the annotations one by one sequentiolly
Yes sure will do...
Thank you
Awesome Video for begginers :) Expecting the next video soon !!
Thanks Vidhya
Keep visiting and let me know if any help.
You can also follow below post for more information.
learn-automation.com/selenium-webdriver-tutorial-for-beginners/
learn-automation.com/advance-selenium-webdriver-tutorials/
Hi Mukesh. I am very much impressed with the way you teach us!! Learnt a lot from this introduction video itself. Interview questions along then and there will definitely help us !! 😊👍👌 Thanks mate.
Thank you so much Mohan :)
You are covering concepts deeper, love it!!!!!
Very helpful for beginners. Nice explanation.
Thanks Mukesh!!
Welcome Kirti. Keep learning.
Very clear explanation and sample, thanks for the video..
Thanks Gede.. Keep Learning and Let me know if any help from my side.
you are awesome... love your contents, clarity in topics and style
Very well explained,
Plz do post more videos on TestNG
Thanks Mukesh...... (y)
thanks Amar. Sure will do soon.
Hi Mukesh , Very useful your video explanation, wonderful presentation, Thank you very much
Most welcome Simbu :) Keep reading and learning,
Thanks Mukesh...this video is really helpful for beginners
Thanks Raj
Thanks Mukesh... Wonderful.For Java you have sequentially placed our videos. Hopefully do it on TestNG and fix the lineup in Selenium Webdrivers so that all the newcomers follow the proper order.
P S: And yea.. You're using Mac. How can your PC be slow :P
haha my mac is also overloaded so its slow ;) yes for testng I have to make more videos then I will arrange them.
Mukesh otwani are the webdriver one properly ordered?
Nice explanation mukesh. thanks for this
Most welcome :)
Thank you, Mukesh. Very informative videos.
Thanks Yohan I am glad you liked it.
Thank u soo much Mukesh.... Awesome teaching.... Ur video is very clear and understandable for beginners
Thank you 😊 Meghana I am glad you liked it. keep learning and let me know if any help from my side
Sure Mukesh :)
Thnx so much Mukesh for sharing knowledge to us..
Thanks Sahin 🙏🙏
Awesome for beginners....great work....Can we have some advance level tutorials for this.....
yes all in pipline
Many thanks for this video. Its very helpful to me as a beginner for testing framework.
Excellent, liked the video very much, it was good to know new things in basics of TestNG.
thanku sir,your videos are so helpful
Thanks Smita :)
Keep visiting and let me know if any help.
You can also follow below post for more information.
learn-automation.com/selenium-webdriver-tutorial-for-beginners/
learn-automation.com/advance-selenium-webdriver-tutorials/
Nicely explained...
Cheers!
+Amandeep Singh Thanks Aman
Thanks Mukesh!!!!
Thanks Viru I am glad you like it.
Thanks a lot for sharing this tutorial for beginners. I liked it. this is so useful.Where can I find next sessions recorded by you ?? any link where i get all sessions?
HI Mini,
I have to prepare next videos as of now I have only some videos on TestNG. I will post soon.
Hi Mukesh, great video tutorial for TestNG.. are those advantages is over Junit?
yes so much kindly check below link
www.guru99.com/junit-vs-testng.html
Hi
if the priority for both test cases is assigned 1, what will happen in that case?
Hi Rachna nice question in this case it will follow alphabetic order
Hello Mukesh,
Your tutorials and videos are very awesome.Could you please help with some really good interview question and answers too?
We will able to assess ourselves.Thanks!
Hi Indu here is the link learn-automation.com/selenium-interview-questions-and-answers/
Hi Mukesh... your video is very nice.. I have a query .. I am not getting default xml as stated in your video but default name for suite and test are appearing? How can I find the xml and get it there into the console?how to create xml to rename the default test suite.Thanks in advance :)
Even I am also not getting it
Very Nice and helpful for beginners..
Thanks Vivek
mukesh , thanks for ur videos and i must say they are very nice. one request , could you also post some videos on serenity eclipse maven (using cucumber) please. there is no much help on internet for same(from video prospective). this would be great help. already subscribed you last year but and waiting for serenity implementation . thanks in advance
Hi Shobhit serenity is new for me. I will check and will try to upload soon.
Thank you Mukesh, your videos are very well helpfull
On high level! As always!
Hi Mukesh... Really nice video.. I have a query .. I am not getting default xml as stated in your video but default name for suite and test are appearing? How can I find the xml and get it there into the console?
Hi You can create your xml and change everything as per your requirement
Hello Mukesh Sir,
Please help me out for getting the video of automation for beginners.I have seen the 83 videos playlist but its not from the starting. Please help me out
Thank u
Hi Rohini You can follow below links
learn-automation.com/selenium-webdriver-tutorial-for-beginners/
learn-automation.com/advance-selenium-webdriver-tutorials/
hi Mukesh, nice i would like to know how to use more class in testNG with work on same browser withot using new browser...can u suggest me.. and where mention WebDriver driver =new FirefoxDriver();
+Ashok Verma Hi Ashok visit me base class in selenium video
Hi Mukesh,
Thanks fro posting the video, very detailed and nicely paced.
I have a question, I am running the script and I am receiving the error
Error: Unable to access jarfile selenium-server-standalone-2.53.1
Can you please help me to solve this.
Thanks
HI Ramesh make sure jars has all permission.
Keep visiting and let me know if any help.
You can also follow below post for more information.
learn-automation.com/selenium-webdriver-tutorial-for-beginners/
learn-automation.com/advance-selenium-webdriver-tutorials/
@Mukesh otwani very Helpful Mukesh, Thank you.
How to call one class method 1 and other class method 2 by testng? As currently it opens a new browser as before class is present in my both classes.
1. Class one is of login
2. Class two addition
My class 2 will work only when user is logged in which will be done by class 1.
How to do this using testng.
Mukesh sir this is amazing and I learnt very quickly thanks alot
Thanks Ankit
Mukesh sir please teach me full selenium
Excellent... Way of teaching 👌👌👌
Hi,
I am getting the below error while installing TestNG driver from Marketplace-
"An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No artifact repository available.
noArtifactRepositoriesAvailable"
Please suggest.
Thank you for ur videos... Knowledge sharing is very big thing....
Thanks for the video, very helpful from beginners.
+Mukesh Otwani, please when would you upload the REST API / Rest-assured testing videos?
Thank you mukesh, it is helpful
Most welcome Dattu. Keep visiting.
vry very helpfull ...
Thanks Neeraj
Your mouse clicks are hypnotic. CLUNK CLUNK CLUNK.
Hey Scott, sorry for bad experience, I will try avoid them in upcoming videos.
Hi, Can you please share the configuration details? I mean which version of TestNG is compatable with Eclipse, Java and JDK?
Excellent video.Really it is very helpful
Hi bro
I m work in manual Testing. I try to automate some angularjs web application project. In that project, I does not able to automate some task like "Click a Button". Why?
And one more question, Is there need additional framework for automate the angularjs project?
please upload videos on mobile testing using appium....
Thank you
yes will do soon.
and you said that you will upload more videos on cucumber ..please we are eagerly waiting for it..
Thank you
Asusuall video is excellent too.
Thanks Karthik
Hi mukesh need selenium videos in order... Please waiting for this..
can u plz explain about annotations n its importance
Hi Mounika I have explained in Video. @Test is used for test execution and rest annotation I will cover in future videos.
Thanks a lot for this Video
Thanks Pravina 😇
Very helpful Mukesh...Thanks
Keep watching Vishnu, thank you.
Hi,
In one of my interview it is asked that why we use dataprovider in testNG when we can take data from Excel sheet?Is there any major requirement when we should take data from dataprovider in testNG and when from Excel sheet?
Yes Ria if we directly take data from excel without @DataProvider then it will show as single test but when we run with @Dataprovider then each row will be treated as one test case
Okay thanks 😊
Hi MUkesh,
I need small help. I have 2 methods. how can i pass one string from 1 method to another as an argument?
both the methods i have written as @Test. Please help
Hi Ratna,
This will help th-cam.com/video/ci6902thsQk/w-d-xo.html
"In one java class I have run 3 test cases individually" means each test is assigned with separate resources for executing it(does it mean that three processes are running simultaneously.i.e, Three threads are running) ?
Hi Shalini, Good question, By default TestNG assign only 1 thread for each thread, but if you want to increase multiple threats then you can change in TestNG.xml file.
Thank you... :)
Hi Mukesh, the description that we attach to the test case in the @Test tag, is that also reflected automatically in the ExtentReport? Or is there any other way to show the test case description in the ExtentReport.
Hi Amol, this statement will take care of adding information in Test.
ExtentTest test = extent.createTest("MyFirstTest", "Sample description");
@@Mukeshotwani thanks Mukesh. It worked. Even doing test.setDescription("TestCaseDescription") also helps.
Thanks for the video. It was quite informative!
please do a complete series of tutorial videos on Keyword Driven Framework using a banking website or a eCommerce website
Hi Mukesh this is Partha again , can you please help me what are the interview questions about TestNG? and how to configure SMTP server to send the report to anyone?
Hi Partha, kindly refer my jenkins email video for this.
hello dear, i am fascinated about your videos good job
thanks for the videos! cheers from Rosario!
Hello Sir, thank you for the information. I have run the test accordingly and I noticed that the TestNG customized suite.xml file is not part of my report. What should I do?
Hey Amen, you can generate your testng.xml file so that you can change suite name/test name based on your requirement.
Hi Mukesh, nice video , every time when we refresh the javapackage old reports will get deleted, so can we restore them , waiting for reply
Hi Syed, You can use extent report which has advance reporting as well.
learn-automation.com/advance-selenium-reporting-with-screenshots-2/
Keep visiting and let me know if any help.
You can also follow below post for more information.
learn-automation.com/selenium-webdriver-tutorial-for-beginners/
learn-automation.com/advance-selenium-webdriver-tutorials/
Thanks Mukesh for your kind replay
I have added the recent jars but still facing the same issue
Hi Mukesh, You told that you will make some REST api video using restassured in this video. I will be highly thankful if you can create some video on that and publish it. Thanks
Thanks Mukesh👌
where we use framework please show me . how can we know test case is executing by respected framework please explain .
Hi Mizna this will help learn-automation.usefedora.com/p/selenium-frameworks-and-selenium-question-answers
I am unable to add testng is eclipse oxygen 4.7 ,thru marketplace as well as thru maven dependency...kindly suggest what is going wrong.
Hi Kaustav, please share the screenshot so that I can guide you better.
Very Useful Tutorial. Keep it Up
wow.. my basic is cleared
@Mukesh Iam not able add description on@Test , getting error
Nice Tutorial
Thanks Veera :)
Keep visiting and let me know if any help.
You can also follow below post for more information.
learn-automation.com/selenium-webdriver-tutorial-for-beginners/
learn-automation.com/advance-selenium-webdriver-tutorials/
hi MUkesh sir I want more videos on Testng framework
Yes Parshu I will upload soon.
Hello Sir, I have question .. I am running my script and first method is failed but still to another method and showing Failure: 0 in Console TestNg
Hey Himani, can u share screenshot, code and log as well so that I can guide you mukeshotwani@learn-automation.com
Hi,
Need your help in one of the test scenario. How to to open the a url with selenium webdriver with different IPs from different indian cities. (Open url with some IP, change the IP and open again, and repeat the process). please suggest.
Thanks
Hi Mukesh,
Which version of eclipse are you using?
I'm not able to integrate testNg with my eclipse IDE.
try to add by giving the direct URL, that is beust.com/eclipse
@@albinks7320 Sure. I'll try it. Thank you.
Hi Mukesh, wonderful job you are doing!
I am not able to see the any xml file getting generated in Console, but the got generated in index.html, can you please help in this regard?
Hi Rachit it goes into temp folder so sometimes you might not get this XML. You can create your custom testng.xml which you can use for execution.
I have explained in below post learn-automation.com/parallel-execution-in-selenium/
Hi Mukesh, I am not able to see any file XML or HTML, only I am able to see the output of the program, can you please help in getting XML file. ?
Hi Mukesh If you have any Banking Domain project Video please send the link of the video Thank You
+chandu no mate I don't have any banking projects
Hi Mukesh, Can you please help with a creation of a framework in Java selenium from scratch?
Hi Anindita,
I have course for the same learn-automation.usefedora.com/p/selenium-frameworks-and-selenium-question-answers
Hi Mukesh , Whats is the difference b/w beforemethod() and beforeTest()
Hi Mukesh
While running tests in testng.xml adding multiple class files in xml file, Testng runs only first @Test in a class and next class execution starts, only one @Test is executed in one class, I have multiple @Tests in a class and have added priority and depends on method, Please give suggestion to overcome this issue
Thank you Mukesh
Welcome Prasanna Keep Watching and Keep learning and feel free to contact me for any query.
Hi Mukesh, Can you please guide me how step by step I can traverse your video list of selenium, I have seen Java Tutorial and Selenium Web drivers, But what will be the next ? TestNG tutorials and then Hybrid framework . Please guide me.
Hi Mukesh,
I have installed testng by using link in new software update.But it is not showing me in run as tab and neither in the installed software .Please guide on this as I am stuck.
Hi Nikita, which version of TestNG you are using. Try using 7.4.0.