TestNG Interview Questions and Answers || TestNG Framework Interview Questions

  Рет қаралды 340,793

Naveen AutomationLabs

Naveen AutomationLabs

Күн бұрын

Пікірлер: 223
@RandomVideo721
@RandomVideo721 6 жыл бұрын
Boss, I got Job followed by your Guidance... Thank You so much again :)
@AmanSharma-eb6hg
@AmanSharma-eb6hg 3 жыл бұрын
S,
@erikachakraborty8313
@erikachakraborty8313 3 жыл бұрын
Whenever I have to brush up my testing knowledge or refer some interview questions, I land to your playlists. Thanks Naveen for your hardwork. This really helps.
@naveenautomationlabs
@naveenautomationlabs 3 жыл бұрын
Thanks Erika
@alekhyaaaa3101
@alekhyaaaa3101 3 жыл бұрын
@@naveenautomationlabs please share this word document
@pareshkatariya5749
@pareshkatariya5749 3 жыл бұрын
Hi Naveen, You have been taken so much efforts in terms of creating all these beautiful videos for us. It means a lot for us. So many testers are and also freshers are watching these videos now a days that you have created 3 years ago. You are helping lots of people enthusiastically. Simply "Sirji tusi great ho ToFA kabul karo" ........lots of love from PUNE MH
@naveenautomationlabs
@naveenautomationlabs 7 жыл бұрын
Here is the document: naveenautomationlabs.com/testng-interview-questions/
@RajKumar-yc1qx
@RajKumar-yc1qx 3 жыл бұрын
Naveen, thanks for creating a wonderful session for us to clear the interviews related to Automation. Much help & appreciated. 👍
@sandeepnewalkar4150
@sandeepnewalkar4150 3 жыл бұрын
You Mukesh Otwani and Raghav are the superstar of Automation testing Keep it Up!
@johnyk2020
@johnyk2020 7 жыл бұрын
Very helpful interview question and answers . I salute you keep up the good work!
@aadithyaks
@aadithyaks 7 жыл бұрын
Focused and quick way to learn testng framework. Great efforts here Naveen...! Thanks!
@bhagyas2783
@bhagyas2783 6 жыл бұрын
Well done!!Nice explanation appreciate your hard work in creating these videos...
@feruzka_2017
@feruzka_2017 Жыл бұрын
Thank you Naveen for all bull points of TestNG, it helps to refresh the knowledge before taking an interview. Really helpful video.
@martharaju7645
@martharaju7645 2 жыл бұрын
I got job followeed by yours videos ... thankyou so much navven
@sureshgarine
@sureshgarine 4 жыл бұрын
Thank you so much Naveen. I don't think anywhere in the world get this detailed interview questions. Many of them i ask usually candidates in interview. We use groups concept for all our releases, it's one of the most used feature for our prod releases. Listeners also one more important concept we heavily use. heavily used in TestNG with Java Groups Parallelization Listeners Data Providers Parameters Annotations
@pallavikolekar31
@pallavikolekar31 6 жыл бұрын
Very Good Explanation Naveen !!.. Yours Video really help us understand basic of automation !!.. Please keep Posting such amazing video.
@bjohnrajesh
@bjohnrajesh 5 жыл бұрын
Thank u Naveen.You are doing good to the society. I appreciate your efforts n telling about u in my village..soon we can meet you in one event from Andhra pradesh
@vasaviselenium8748
@vasaviselenium8748 7 жыл бұрын
Nicely Explained .Thank you for sharing this video.
@rlvpraveen4104
@rlvpraveen4104 3 жыл бұрын
Very Good Explanation Sir.
@sachintatkare.9362
@sachintatkare.9362 7 жыл бұрын
Hi naveen , you really done excellent work for us....Thank you very much.....
@vinoddhale2428
@vinoddhale2428 Жыл бұрын
Thanks sir nice explain 😊🙏
@Sharmams4
@Sharmams4 Жыл бұрын
Great video! Thanks for explaining the different levels in interview & for explaining all 30 questions and answers so well. Loved the video entirely.
@trishalagarwal
@trishalagarwal 5 жыл бұрын
Hi Naveen, Content was crisp and clear, but in the video you mentioned twice that TestNg is used for parallel execution and you will create a video for the same. Can you please make a video of parallel execution and help the testing community!
@SunriseTango
@SunriseTango 6 жыл бұрын
My interview is tomorrow, this video is amazingly helpful :)
@olajoseph9285
@olajoseph9285 5 жыл бұрын
Sunrise5 how was your interview?
@theentertainmentetc64
@theentertainmentetc64 2 жыл бұрын
Hi Naveen , we need to push TestNG XML reports to XRAY (test management tool in jira)... Any inputs on pushing the report using shell script in jenkins pipeline
@sreelathatharigonda8306
@sreelathatharigonda8306 6 жыл бұрын
Hi Naveen, thanks for explaining TestNG in details. Please the list of Questions and answers with us.
@Vinodmhetre007
@Vinodmhetre007 4 жыл бұрын
You are the best on youtube.
@anilkumartalari2191
@anilkumartalari2191 2 жыл бұрын
Thank you so much....really helpful.
@artimandale8286
@artimandale8286 2 жыл бұрын
Awesome video on testNG ..thanks a lot, Naveen
@naveenautomationlabs
@naveenautomationlabs 2 жыл бұрын
Glad you liked it!
@mohammedsorowarjahan490
@mohammedsorowarjahan490 7 жыл бұрын
Thank you so much for this TestNG Video. Can you please share this interview question Doc with us?
@yentimingalam199
@yentimingalam199 Ай бұрын
Superb explanation
@renuroy2253
@renuroy2253 3 жыл бұрын
Very useful video..
@sharatchandra2045
@sharatchandra2045 6 жыл бұрын
Very nice videos. Thanks Naveen
@mudaseer21
@mudaseer21 5 жыл бұрын
nice keep uploading and also upload a short video on how to explain framework in interview (15 -20 minutes video)
@WhiteKnight_OG
@WhiteKnight_OG 11 ай бұрын
Thats perfect Naveen sir
@manjulabandaru4817
@manjulabandaru4817 7 жыл бұрын
Hi Naveen, Could you please clarify. Highlevel: I have one @Test method A with assert statements and assertAll() at the end. Inside this method A, I'm calling another method B having assert statements and assertAll() at the end. Current Issue: If any assert statement fails in the called method B, I can see assertion errors in the console, which is good. But the remaining statements in the calling method A are not getting executed. Example... public class class1 { @Test public void test1() throws Exception { class2 obj = new class2(); SoftAssert sassert = new SoftAssert(); sassert.assertNotNull("123", "Failed, It is null"); obj.test2(); sassert.assertNotNull("3456", "Failed, It is null"); sassert.assertAll(); } } public class class2 { public void test2() throws Exception { SoftAssert sassert = new SoftAssert(); sassert.assertNotNull("111", "Failed, It is null"); sassert.assertNotNull("222", "Failed, It is null"); sassert.assertAll(); } }
@harmanmaan870
@harmanmaan870 6 жыл бұрын
Thannks , it was very helpful
@bhupendrakushwaha8466
@bhupendrakushwaha8466 5 жыл бұрын
Hi sir Thanks a ton nicely explanatio
@sandeepnewalkar4150
@sandeepnewalkar4150 3 жыл бұрын
You are a gem God bless you!
@kunalukande9535
@kunalukande9535 5 жыл бұрын
Hello naveen, your videos are really very helpful, thank you so much for sharing bundles of knowledge. #Request Please make video on cucumber interview questions and answers. Pls pls pls...
@manvirsinghparmar
@manvirsinghparmar 4 жыл бұрын
Hi Naveen...awesome video Bro....
@life_isawesome
@life_isawesome 4 жыл бұрын
Hi Naveen....Thanks a lot for making this video. This is really helpful. Can you please share this word document??
@dailyvlogsasmitalifestyle490
@dailyvlogsasmitalifestyle490 5 жыл бұрын
Hi Naveen, Its really awesome automation videos. Can you please let me know how to execute the even test cases using testng?
@puneethchidura3713
@puneethchidura3713 3 жыл бұрын
Hi Naveen, Thanks for the awesome video. It was really helpful. Can u please share the document shown in the video. Thanks.
@jaswinderkaur-rx6go
@jaswinderkaur-rx6go 2 жыл бұрын
Hey Naveen, Can you please share the PDF file for this set of questions, it will be a great help.
@napasdimportance5138
@napasdimportance5138 6 жыл бұрын
Thank you , your videos are amazing
@sushmanthkumar470
@sushmanthkumar470 4 жыл бұрын
Instead of by using include/exclude..can we make enable = true/false.. By ignoring the include one....?
@letmehink166
@letmehink166 3 жыл бұрын
do you have a video on parallel execution in TestNG? Didn't find any while I went through the testng playlist
@sabrinsabrin566
@sabrinsabrin566 6 жыл бұрын
You make it very clear
@naveenautomationlabs
@naveenautomationlabs 6 жыл бұрын
Thanks for watching Sabrin!
@testautomationforumtaf2100
@testautomationforumtaf2100 3 жыл бұрын
Good one. Thanks
@NeetasDishes
@NeetasDishes 4 жыл бұрын
Very helpful!
@Tvs615
@Tvs615 4 жыл бұрын
thanks naveen awesome videos can you please create Interview Questions on java ,TesNG and Cucumber2020 please it will be helpful for us who started recently like me.Thank you so much
@gsujiiable
@gsujiiable 7 жыл бұрын
Hi Naveen, Kindly share the challenges faced and TestNG interview questions document.
@chandanghosh7043
@chandanghosh7043 6 жыл бұрын
hello naveen, Need tutorial on rest api testing and automating it with rest assured or httpclient
@karthikkm2872
@karthikkm2872 3 жыл бұрын
super super thank you sir.
@suprabathj7843
@suprabathj7843 3 жыл бұрын
Nice one 👍
@alokranjan6831
@alokranjan6831 4 жыл бұрын
Sir can we do functional testing in automation testing??
@user-em6nb4ic1k
@user-em6nb4ic1k 7 жыл бұрын
Its an Awesome video
@naveenautomationlabs
@naveenautomationlabs 7 жыл бұрын
Thanks for watching! Keep Learning and Keep Sharing!
@joywithjesh4759
@joywithjesh4759 3 жыл бұрын
It is very useful
@jajatikesharisahoo8628
@jajatikesharisahoo8628 6 жыл бұрын
awesome explanation............
@travelwithvaanu
@travelwithvaanu 7 жыл бұрын
Hi Naveen, Could you please add Document link in description.
@fathimasifa5844
@fathimasifa5844 4 жыл бұрын
Hi Naveen, Very good explanation .. Thank you so much. Btw is there a way to download the TestNg interview questions ?
@ashrafbaig6167
@ashrafbaig6167 5 жыл бұрын
Hi Naveen, can you please share the TestNG interview document.
@incrediblevc4575
@incrediblevc4575 7 жыл бұрын
Hay, Hi Naveen, What is the difference b/w soft assertion and verify?, both job are same only?, but why they given different names? and, what and when use the assert soft and verify?
@foreverDeovrat
@foreverDeovrat 6 жыл бұрын
Verify is not provided by TestNG
@vn9389
@vn9389 3 жыл бұрын
Thanks.
@Emfar
@Emfar 6 жыл бұрын
Buddy ur supper helpful. can share the document of the testNG plz. will really be appreciative.v Thanks
@rathnavenkatesh
@rathnavenkatesh 4 жыл бұрын
Hi Naveen. In testNG after @test if both priority and dependsOnMethods contradicts. Which will take into consideration first?
@muralimanohar2130
@muralimanohar2130 Жыл бұрын
When both attributes are provided, TestNG first checks the dependsOnMethods attribute to determine the execution order based on the dependencies between the test methods. It ensures that the methods listed in dependsOnMethods are executed before the current test method. After resolving the dependencies, TestNG then considers the priority attribute to determine the execution order among the methods with the same dependency.
@rohanchristopher2265
@rohanchristopher2265 5 жыл бұрын
Hi Naveen, it would be a great pleasure if you explain how we change the code if number of columns (text box field in the UI to feed data multiple times) increases, example 25 columns in excel sheet.
@spidyniks
@spidyniks 3 жыл бұрын
You need to go for hashmap if no of columns increase
@Advait8501
@Advait8501 3 жыл бұрын
Hi its too good but only font very small.... please zoom all videos and clearity want
@ramupanjala5237
@ramupanjala5237 7 жыл бұрын
hi naveen , helps a lot in interview, but facing difficult in answering open questions , like any achievements , any sujjestion given to lead , implemented any of u r ideas? Can you pls help in this , how to answer as automation tester rather than manual ...
@naveenautomationlabs
@naveenautomationlabs 7 жыл бұрын
sure!
@piyushrote6823
@piyushrote6823 3 жыл бұрын
Hello sir Mai abhi automation testing kr raha hu. Sir kya aap bata sakte ho ki fresher ke liye automation testing me question kaunse important hai aur automation me java kitana aana chahiye
@bebiyadav3234
@bebiyadav3234 5 жыл бұрын
Please share the pdf format for this. This video is very helpful. Thanks
@sindhusudhakaran1731
@sindhusudhakaran1731 4 жыл бұрын
Thank you Naveen
@RekhaMCA
@RekhaMCA 5 жыл бұрын
Hi Naveen, can you please share the document.
@GajananChoundhe86
@GajananChoundhe86 5 жыл бұрын
Hi Naveen, How to use SoftAssertion with data provider test method?
@nishaahlawat9677
@nishaahlawat9677 Жыл бұрын
Hi Naveen, Have you shared this word doc file at your Git Hub account ?
@pandudamera158
@pandudamera158 7 жыл бұрын
I am using ff56 version when I clicked firepath option HTML code is not showing window could pls help me
@santhoshimajji2879
@santhoshimajji2879 3 жыл бұрын
Hi Naveen. What if we have 3 test cases of same priority, then how do we approach
@rahulvithlani9710
@rahulvithlani9710 4 жыл бұрын
Hey Naveen, thank you for this video. Can you please provide PDF/Word file of this?
@capegoogle5986
@capegoogle5986 6 жыл бұрын
Very useful
@ishwaryasaravanan7665
@ishwaryasaravanan7665 6 ай бұрын
I have got this interview question recently, can you explain the framework in testng. I couldn't able to crack it up. I have explained neatly why testng, it's advantages, annotations and everything. But interviewer is not happy. why? How should I approach this question?
@nikitakothari6688
@nikitakothari6688 6 жыл бұрын
Hi Naveen, You are just awesome. Can you please share this doc..??
@naveenautomationlabs
@naveenautomationlabs 6 жыл бұрын
Thanks Nikita.. Here is the document: www.naveenautomationlabs.com/2017/11/testng-interview-questions.html
@100kahaaniya7
@100kahaaniya7 6 жыл бұрын
Nikita Kothari.
@vishalhedaoo1010
@vishalhedaoo1010 4 жыл бұрын
@@naveenautomationlabs Thanks for making this video. This document is not available, getting an 404 error. Plz share it again
@ravinadhb9219
@ravinadhb9219 3 жыл бұрын
Good Video
@shubhamwasule9139
@shubhamwasule9139 2 жыл бұрын
If the page is zoom it will be great..
@harshadasalve6338
@harshadasalve6338 Жыл бұрын
When is the new batch of paid classes of Selenium and Java starting?
@jacksparow051
@jacksparow051 7 жыл бұрын
Hi naveen, please share the doc of these question
@naveenautomationlabs
@naveenautomationlabs 6 жыл бұрын
Here is the document: www.naveenautomationlabs.com/2017/11/testng-interview-questions.html
@SSoundtruck
@SSoundtruck 6 жыл бұрын
Naveen AutomationLabs Thanks for the document 🙏
@rumanir
@rumanir 4 жыл бұрын
@@naveenautomationlabs :this [page is not working 404 error
@mdislam6381
@mdislam6381 5 жыл бұрын
can I get the word doc of the TestNG interview questions?
@brookf5
@brookf5 5 жыл бұрын
www.naveenautomationlabs.com/2017/11/testng-interview-questions.html
@shruthiAlways02
@shruthiAlways02 5 жыл бұрын
Hi naveen, please share this TestNg interview questions document
@naani55
@naani55 4 жыл бұрын
@@amenachowdhury8893 thanks for sharing the doc
@TechnicalGuru-dg3fw
@TechnicalGuru-dg3fw 7 жыл бұрын
@Naveen Sir, Wht are the Termology used in Organisations/Company for Software Testing... Like Sprint, Scrum, Which Server used for Testing. Who I'll decide Saverity/Priority . Please make a video for such type of things. Thanks
@lokeshtelmasare922
@lokeshtelmasare922 6 жыл бұрын
Hi naveen,I have been asked a question in Infosys that How to ignore any test in testNG?
@PilotNaveen
@PilotNaveen 6 жыл бұрын
u can use exclude tag in testng.xml file
@sujalwade1469
@sujalwade1469 6 жыл бұрын
Lokesh Telmasare you can use enabled= false attribute inside @Test
@poojithatirupathi4134
@poojithatirupathi4134 6 жыл бұрын
Can't we download this as a hard copy?
@swatidhakate1942
@swatidhakate1942 7 жыл бұрын
Hi naveen , very helpful video. can u plz share document .
@23Ashishonelove
@23Ashishonelove 6 жыл бұрын
www.naveenautomationlabs.com/2017/11/testng-interview-questions.html
@amazon3al842
@amazon3al842 3 жыл бұрын
Hi Naveen , Can you please share the interview questions document from the video.
@vickyyashi
@vickyyashi Жыл бұрын
I am tried maximum time to fetch data from excel but not done give some suggestions
@MR-uw5zk
@MR-uw5zk 4 жыл бұрын
Hi Naveen, can you please share the doc?
@tofael483
@tofael483 5 жыл бұрын
what is GitHub info for this video, like I can see sometimes "morning session". Would someone please reply?
@anshulsaklecha4468
@anshulsaklecha4468 2 жыл бұрын
Superb..Pl share the document.
@9rushi
@9rushi 2 жыл бұрын
did you get this document?
@SupriyaKole-s5c
@SupriyaKole-s5c Жыл бұрын
Hi Naveen, Interviewer asked me that which type of framework you are using, and my answer was that I am using TestNG Framework with maven project, but he said that TestNG is not a framework. then what will be answer to this question?
@navnith94
@navnith94 6 жыл бұрын
Hi Naveen.. Can you please share the document of TestNG interview question .....
@sahjibrashid448
@sahjibrashid448 2 жыл бұрын
thank you naveen for 6 months
@suhaspowar8161
@suhaspowar8161 Жыл бұрын
How to get this testNG file provided by Naveen?
@dksgamer4639
@dksgamer4639 5 жыл бұрын
Hey Naveen, Can you please share the PDF file for this, it will be a great help.
@diegojuarez8019
@diegojuarez8019 5 жыл бұрын
Do you sell any courses? I would love to buy a course.
Retry Logic In TestNG || How to execute failed test cases in Selenium WebDriver
30:13
@Parameters in TestNg: How to pass parameter from testing.xml
26:39
Naveen AutomationLabs
Рет қаралды 179 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
HackerOne Live Hacking Event Recap: Edinburgh w/ Amazon and AWS
5:54
Selenium Interview Questions and Answers
36:17
Supriya Baru
Рет қаралды 207 М.
Top 25 Automation Framework Interview Questions- TestNG|Cucumber
52:34
Rahul Shetty Academy
Рет қаралды 144 М.
16 - Top 20 Real Time TestNG Interview Questions and Answers
29:02
Software Testing And Automation
Рет қаралды 16 М.
TestNG Framework- Selenium Tutorial Part-1
1:03:17
Naveen AutomationLabs
Рет қаралды 764 М.
Scenario Based Software Testing Interview Questions & Answers | Part 1
28:52
Software Testing Mentor
Рет қаралды 194 М.