Summarizing the questions: 1. Which framework you have worked on? 2. What are the challenges during framework designing? 3. Which source code management tool you have used? 4. How many team members? 5. How many browsers you have covered? 6. How to do execution in multiple browsers? 7. How many scripts you automate per day? 8. How many scripts you have automated till date? 9. Which OS you have worked? 10. Which execution engine you have used? 11. Have you done parallel testing? 12. Have you used GRID? 13. How to execute failed test cases? 14. How to capture screenshots in Selenium?
@jayakumarnachimuthu62246 жыл бұрын
I don't know how to say thanks in words... Really you understanding the opponent persons thoughts and sharing inputs accordingly. Once again you proved.. Thank you
@gayathridurgampudi91475 жыл бұрын
Haha! @20:25 ,"'yeah! I have designed this many frame works, that many frame works''. That's what I told to one of the recruiter, now I know how silly that is!
@MrJatinbakshi4 жыл бұрын
Or you can provide me the code to move from one page to another using POM.. Thank You
@hasanmorad76937 жыл бұрын
This is the first time I watch KZbin video for interview question answer. I am very much impressed man. Thanks a lot for tons of info
@MrPanirajasrikanth5 жыл бұрын
Thousands and Thousands of thank you sir.. you melted all dark clouds in my mind.
@shilpammasonestop3 жыл бұрын
Wow.. so realtime questions and the best way to answer.. 👏 best in the market i would say
@gayathridurgampudi91475 жыл бұрын
Awesome! this is the best video on interview questions, not like those typical videos where you have definitions etc..
@mahendranprofessional21311 ай бұрын
my First Guru Bhanu Pratap!! he inspired me to learn automation concepts.. Thank you sir!!
@The_Great_pradhans4 жыл бұрын
First time this is the best vedio for selenium interview...he explained very nicely and easy to understand... please give more information...
@humerakhan91134 жыл бұрын
You are explained everything in very simple way.....person from non functional background need to say it once...U have relief 80% of my stress about automation interview.Thank You..
@purnendusekharrath63777 жыл бұрын
I would be very happy to thanking you Bhabuchi for ur such initiative.very few ppl make things in a different way and u r one of them.thank u once again to help ppl get jobs
@tths_babulku6232 жыл бұрын
clips. I use a drum loop and afterwards I want to record a appguitar. What happens.. the drumloop starts to record again along the
@swatikamboj87325 жыл бұрын
I must say, this is the video with one of the most practical tips. very helpful
@PradeepChauhan173 жыл бұрын
Questions that were asked to me in a recent interview was- How did you use the OOPS concepts in your framework? If you need to run 1000 test cases which ones will you run? How will you run them ? How will you assign them amongst your team?
@ZeeshanAhmed-dz5dx3 жыл бұрын
Thanks for your feedback, Can you please also guide what answers you made for the above questions?
@ritesh_speak4 ай бұрын
Where are you brother? Not getting any updates on this channel
@Shreysanthu5 жыл бұрын
Inspiring video for manual tester to get into automation ....like me . Thanks
@WMohanty3 жыл бұрын
Amazing real time explanations. Thanks Bhanu. God bless you.
@venkysmoments91556 жыл бұрын
Which one is best for Android and iOS mobile automation?I am looking for an common automation framework for minimal maintainance.Could you please suggest me.I am new to mobile selenium automation.
@LearnWithNeeraj7775 жыл бұрын
best video ever with honest guidance... we need more videos Bhanu... please provide more interview related and resume preparation for automation test engineer ..
@shankarraj34333 жыл бұрын
My question is about TestNG. When I use @Test annotation in a Test class, I get some text which automatically inserted in my code below the @Test annotation. (Run | Debug). How to get rid from this. When I use other annotation no issues were reported. I have reinstalled Java, TestNG and Maven. I have also added Maven Plugin for Eclipse and TestNG plugin. The test class is in /src/test/java Below is my Test Code: public class AppTest { @Test Run | Debug public void testData() { System.out.println(" TestData "); } @Test Run | Debug public void appDemo() { System.out.println(" AppDemo "); } } Can you please tell me why it happens?
@pawanmishra57747 жыл бұрын
Bhanuji,,,You speak very nice ...I liked the way you spoke.
@virenautomationtesting3 жыл бұрын
Nice one good 👍👍👍
@shresthapradhan7864 жыл бұрын
Which frameworks we use in selenium or for automating the test scripts?
@jayitapatra53364 жыл бұрын
How long Selenium will be in demand in the market? what is your personal view on this? Along with Selenium other associated areas like TestNG, Jenkins, Appium, Cucumber etc. will also be relevant for testers in the coming years?
@tapankumarrout1783 жыл бұрын
Best video I have ever seen in my career .. and This is my first comment in KZbin i have ever used ❤️❤️❤️
@sanketkumar48415 жыл бұрын
Hi. Can you please give more information on Source code repository, as in how to use in the framework.?
@abhijeetpatil74614 жыл бұрын
One of the best technical interview guideline session i have ever seen. so helpful. Thanks a ton...
@anveshajankar43065 жыл бұрын
you clear all the points where i stuck , very helpfull it...Thanks
@vchaudh36 жыл бұрын
Thanks for the session on Selenium. I have been thinking about RBAC for Selenium console users. I’m not sure if it makes sense as Selenium is an API based testing tool. Can you please help me with some ideas regarding authentication and authorization on Selenium console and the APIs in a multi-tenant model?
@nagarcoilsamyal24736 жыл бұрын
I need an answer How do you automate KZbin pages using selenium the play , pause , playlists button and so on
@yashuverma38117 жыл бұрын
Hello bhanu .. Hope you are doing well .. i have a que .. i am from testing background .. can i say i have worked on testNG fraemwork(pom)+ DDF .. if i say i have not worked on KDF wil it be good ? And is testNG(pom) + DDF can be called as hybrid framework. Thanks
@sarathchandra99897 жыл бұрын
Can u please tell what you were saying between 10:20 to 10:40?? you were saying definition of done .. done ?? I didn't understand that word ..
@relaxsleep51482 жыл бұрын
Best of the best explanation, thanks Bhanu
@worldofvyaan44517 жыл бұрын
very well explained..these are the actual questions which i faced in few of my interviews..gud job..
@ajeet2656 жыл бұрын
Hi bhanu ,Just want to make sure as per my knowledge .. 1)Selenium do not support more than 5 threads. 2) and we not not required to give thread count also just we can declare 2 testname name which means 2 thread will run in parallel..(enable parallel attribute in XML file 3) and we cannot run different test case parallelly test cases should be same but it will run in different browses(which is thread.. If 2 test name is declared it will trigger 2 thread means 2 browse in parallel) Clarify the doubt ..Thnx in advance.
@learnbybhanu6 жыл бұрын
First of all it's hard to run 5 threads in same maschine...no body goes more than 2 threads...since it requires very powerful machine. I did not try more than 3 threads..so I am not sure.. yes..you can just given thread could in testNG xml yes you can run in different browser same time, if you are reading browser from testNG xml
@saurabhsharma57846 жыл бұрын
Hi Bhanu, i want to ask you a very important question. What is the future of automation testing ? is there any technology for example AI, which is going to shadow the automation testing ? Is automation testing going to end very soon ? Is it worthy for someone to learn Automation now ? please reply i am looking forward for your answer. thank you.
@kvmdeepika36965 жыл бұрын
regarding frequently used commands and annotation bhanu ji......???
@priyagarg76895 жыл бұрын
One doubt I have. If someone havent worked on framework but that person clears the interview after taking the theoretical knowledge and watching videos then after going to new company what he will do if he is given to do all that work on his own?
@satyndrakumar13135 жыл бұрын
no.. there will be other person too
@sharatchandra20455 жыл бұрын
Thanks Bhanu, do you have any sample design document for automation framework
@balajikoc14294 жыл бұрын
Sir, how to handle negative testing in automation. please explain. Resources are not available on this topic.
@meghasatnurkar86693 жыл бұрын
Please provide same video on manual question answers and what is TestNg framework and why we use TestNg over other frameworks.. and also what is selenium framwork and it's components
@mythragopalakrishna75346 жыл бұрын
Thank you so much Bhanu. You are awesome. I watched your channel first time and very impressed. we find so many videos but nobody explains the real world scenario for a automation project. This is very helpful for me being new to automation. Looking forward to learn more from you. Will be back with queries :)
@vipulsaxena36286 жыл бұрын
thanks a lot
@SIMBA-EDITZ2016 жыл бұрын
Hi Pratap, In a ecommerce website searching for an item gives a list. In the page it shows first 6 items i want to scroll the page after 6 items are loaded. how to test this scenario?
@tusharghan6 жыл бұрын
Superb Guidance! Thanks a lot! Keep it up!
@rashmidray7 жыл бұрын
Thanks a lot.. this gives us confidence..also like your other videos very much.. now following pom framework with page factory..very clear and concise..
@avinashcj3985 жыл бұрын
Hi bro,... I have a f2f interview in three days for the role selenium+java testing at capegemini. And i have only one year in functional automation where the manual scenarios are automated. Please teach me how and what to project to the interviewer, how would they expect and what would the questions could be expected.!!
@ankitkumar1237 жыл бұрын
Very Good Information... Keep it up your good work
@showmegelt6 жыл бұрын
Good job. Kep helping and teaching people how to lie in the interviews.
@rachangoudapatilnidoni50584 жыл бұрын
Bhanu Pratap , awesome video.
@sharanbasavaswami1521 Жыл бұрын
hi Bhanu how r u why there is no video from you please reply
@laxmikanthaharitha79224 жыл бұрын
simply superb explanation.we want 1 project explanation also....selenium project how to crack interview.
@sajanjohn127 жыл бұрын
HI There, How can you respond to this question - Did you create the selenium web driver framework from scratch ? How did you create it ?
@krina31113 жыл бұрын
Best ever video I have watched so far
@vmkj6544 жыл бұрын
Awesome......really great video .............
@chittanayak306 жыл бұрын
HI Bhanu, i face the question in several times. have you designed any framework or you just follw the defined framework...wts the answer?
@chittanayak306 жыл бұрын
Thank you..
@ravindragurajala66376 жыл бұрын
Hi pratap.it's good time to talk with you.which framework u have used in your project if the interviewer asked.Generally I say TestNG framework instead of other frameworks
@pankajanagarajK4me5 жыл бұрын
Bhanu.......... Its really very helpful......... Please keep rolling more videos......... Thanks a tonn, stay blessed!!!!!!
@babusuresh1124 жыл бұрын
I'm impressed for ur presentation and confidence sir
@swatisaxena57697 жыл бұрын
Sir ,Thanks a lot for sharing your experience. its really Awesome..and Motivate us..
@jubershaikh58772 жыл бұрын
Thank you so much, most helpful content that i have got from your channel.thank you once again for making such a helpful videos.
@kishopriya5 жыл бұрын
Hi Bhanu pratap what codes related to automation they will usually ask to write in the interview please suggest
@learnbybhanu5 жыл бұрын
There is no standard Pattern. so my suggestion is go through All selenium concepts and one Small project
@mihirsoni49084 жыл бұрын
hi, I have mechanical background with 3 years of experience in maintenance. and i am learning Java and selenium my self by you tube and practicing.I want to do some projects to show in interview but i have no idea what kind of projects i should include.please guide me its very crucial for me.
@sravanivusthepalli67167 жыл бұрын
Hi Bhanu, great video. Thanks for ur efforts to enable us with selenium knowledge
@aradhikachawla84676 жыл бұрын
Do you have any videos recorded how to do use selenium for ERP or CRM , i mean oracle applications or salesforce or netsuite.
@nmkkannan12567 жыл бұрын
In one interview I was asked to write entire code of Java class that triggers Apache POI to fetch data. I told, that script was part of already written framework, I know specific methods that I use for fetching data. But the interviewer is not quite impressed with it and I was not shortlisted.
@learnbybhanu7 жыл бұрын
nmk kannan i would suggest you to leaen excel coding..one video is there in my playlist and it is also there in my framework..
@nmkkannan12567 жыл бұрын
I will go through it, thank you
@noorbasha6094 жыл бұрын
in ubuntu python 2.7 element.screenshot("scren.png") or element.save_screenshot("scren.png") is not working. but it is working in windows any idea sir. please help me i struck with this from 3 days
@may97po6 жыл бұрын
Hi sir, If we received one client mail that do not use latest chrome which is latest released since we do not have the time to install it on everyone's sytem. you just use latest chrome's exe and other drivers which is kept at the desktop,so how will you run latest chrome through exe. Thank you
@souradipdas20316 жыл бұрын
hi Bhanu I am not been able to configure the gradle configuration . Can you kindly help me ?
@hennymakaveli7 жыл бұрын
Hello Bhanu, you are yet to make the video on Java interview on how to extract integers from string and add it all together.
@preetijain31584 жыл бұрын
1-In real time do we maintain 2 excel sheets for manual and automation test cases? 2-In 2 weeks sprint time how do we divide the time among manual test cases, automation scripts and execution of test cases? 3-Can we know the id of web elements before the page is ready for creating web element locators? your videos are awesome...Thanks
@SuyashNande7 жыл бұрын
And I would disagree on your view that automation testing on single browser is enough. There are projects across companies which tends to cross browser testing. They are mandate to test their websites behavior on different browsers. For the same purpose, they do parallel testing across different browser or they test it parallel on Jenkins by creating different jobs.
@learnbybhanu7 жыл бұрын
No for UI alignment verification we will write different automation for UI verification....and UI alignment has no relation with backend code...if backend code is working for one browser, it will work for any browser...and when we say functional regression we are concern with functionality with application not different browser....
@learnbybhanu7 жыл бұрын
No for UI alignment verification we will write different automation for UI verification....and UI alignment has no relation with backend code...if backend code is working for one browser, it will work for any browser...and when we say functional regression we are concern with functionality with application not different browser....
@paddttpof17566 жыл бұрын
What about running failed tests, if you are not using TestNG. This video is mostly revolving around for the TestNG.
@iam_nikhil_singh4 жыл бұрын
Hi Bhanu, Thanks for suggesting how to tackle the interview questions. I would be a great help if you can send all the questions whatever you have covered in this video.
@snehalyadav77026 жыл бұрын
Hi Bhanu Sir, I have recently worked on mini project which is a data management system. In that I have completed manual test cases for all modules and I have also used selenium for one of the modules. But I want to ask what kind of questions will be asked from selenium as well as for java for 1 year experience candidates????
@sagarsharma30484 жыл бұрын
Guys getting job in service based company is nothing....try to aim high, try to get the job in tier 5 product based companies for that just only thing you need to do is to master your java and nothing else
@nyiam075 жыл бұрын
Very well explained Sir thanks making easy to understand for Testing
@srimurugan15 жыл бұрын
Very nice explanation. Surely helps for even experience folks
@sainiwinarth6 жыл бұрын
Sir you can automate to write the java code for the page classes and methods. A single person can create a lot of code.
@PreetiSingh-eu5wv7 жыл бұрын
Hello Bhanu sir, right now m looking for job,currently i have no job and my total exp is 4+ and m showing 1.5 years exp in webdriver but i have not worked on webdriver practically.So should i mention in my resume designing framework with team or just only scripting part.Need your guidance. Thank You!
@ankitan7114 жыл бұрын
Hi preeti
@ruchikamathur22185 жыл бұрын
Thanks for giving questions for selenium. Can you please give some interview questions for Core JAVA as well.
@bhavyanair54665 жыл бұрын
Hi Bhanu thanks for this video.kindly answer the below question - how do you decide on which automation tool ( please tell in detail considering the type of application, CI/CD , front end technology)
@learnbybhanu5 жыл бұрын
Automation toll is always decided my at company Level. Most widely used for Automation is "Selenium OR Sahi" but Sahi is license version
@ravindragurajala66376 жыл бұрын
Hi pratap.it's good time to talk with you.which framework u have used in your project if the interviewer asked.Generally I say TestNG framework instead of other frameworks like data driven.....
@desertstar76647 жыл бұрын
Excellent explaination, very thorough and to the point.
@nehakumari-fv8fh6 жыл бұрын
Really NIce video Pratap.Increased my confidence a lot.Now I can explain real time scenarios more confidently.Thanks you so much.Keep posting these type of Videos.
@naveendada2347 жыл бұрын
Hi bhanu I learnt selenium now I want to put 2 years experience for automation and one year for manual. I learnt from institute but I don't have practical experience in real time I practiced for my own. Can u tell me how much can I ask in interview now I am showing 4.5 p.a. .. please suggest me how much can I ask in interview if I select technical
@satheeskumart31417 жыл бұрын
If a person does not know anything about testing can clear the interview.........Thanks for the friendly thought......
@travelworld58894 жыл бұрын
Yes
@veeraraghavansrinivasan66357 жыл бұрын
Very useful information about the interview how to crack it. Thanks a lot sir, Keep posting if any additional videos are there.
@nishkarshshrivastava69326 жыл бұрын
Very much useful Brilliant sir 👌👌👌
@gopinath55005 жыл бұрын
Thank you very much Bhanu Pratap.
@jameelrahman47257 жыл бұрын
Hello Bhanu bhai.. can you please explain this Framework interview questions.. 1-Explain which framework you have used. 2- Explain Architecture and if possible draw the complete diagram. 3-Explain the component you have used and explain each module in detail. 4-What tools you have used and how you integrated. 5-What reporting and log features you have added. 6-What process you have followed. 7- What is end point of framework (How you are executing your test using framework)
@learnbybhanu7 жыл бұрын
This all are explained in my playlist. go through it.. kzbin.info/www/bejne/gafYnWx_iJ5prq8
@jameelrahman47257 жыл бұрын
thanks bhai..
@sridharsri35685 жыл бұрын
@@learnbybhanu nice
@nagalakshmikothuru66033 жыл бұрын
very nice sir...which compony u worked
@shushmakunduru67606 жыл бұрын
Hi Bhanu ji I am going to face to 3 hr., interview with 4 rounds. In the previous phone interview i told I didn't get a chance to create a framework but, i used already available framework. Now my doubt is are they going to ask me how i used available framework. If they ask that question how can i answer. I don't know how it happens in realtime. Its really urgent.
@desimominpardeswithkids4809 Жыл бұрын
You are very good at explaining interview
@sunaina3254 жыл бұрын
@bhanu:I am having 5 years 3 months experience in manual testing and I want to switch to automation..I have started learning selenium but having doubt can I learn as much any experiencd would know and will be able to switch
@jinup93184 жыл бұрын
Absolutely you can. Ifyou're not strong in Java, start with John Purcell's Java11 lecture from udemy and then move to Level 360 selenium lecture which is also in udemy. Trust me I was once in your shoes(3yrs in manual).
@madhurinemade276 жыл бұрын
I saw ur series and it was really helpful...Do u have any video for selenium with protractor / Jasmine
@shilpal28105 жыл бұрын
I have worked on manual testing, but I want to enter into selenium with Java, but I don't know selenium, how should I start
@learnbybhanu5 жыл бұрын
MY suggestion is Start with Core Java. Grab the Knowledge of OOPS concept then Start with Selenium
@littlevrinda63906 жыл бұрын
Thanks for this tutorial. I have just started learning selenium. I found FirePath is not working and i heard there is a better xpath tool ChroPath, could you please make tutorial for ChroPath tool. Thank you.
@eas27753 жыл бұрын
use selectors instead of xpath. dom structure can change. Use name id selectors instead.
@msjadhav51922 жыл бұрын
What questions they ask before technical interview?
@sushantkademani87046 жыл бұрын
Very good video nicely explained each and every thing. Cheers.
@adityathakare19135 жыл бұрын
Can you tell which Java topics should focus while preparing (Java + selenium)