Please continue this series with all the design patterns in Java.
@SantoshKumar-mb7ncАй бұрын
Hello Naveen, Greetings!! In this case same driver instance is shared in all thread and if in any thread driver.close or quit is called then it will be closed for all the thread, right?
@ranjanjyoti2736 ай бұрын
Excited for this series with all the design patterns for Automation testing .Getting lots of interview questions regarding design pattern .Thanks Naveen for doing this for community .
@xoda3455 ай бұрын
Naveen, why do we need two null check for the browser? Why isn't one null check enough?
@soumyaranjandas83123 ай бұрын
I am impressed the way of explanation . Thank You so much . Carry on
@SmrutiParekh6 ай бұрын
Thank for sharing 😇😇😇
@abdulRahman-id3ru6 ай бұрын
Thank you for creating this video !
@zephyrdark3 ай бұрын
Thank you for the video! I am migrating a shell script to Java, and I want to implement logging. If I want to implement, some custom functions for the Logger class, does it make sense to make a CustomLogger using a Singleton design pattern?
@yashsaxena71396 ай бұрын
Thanks Naveen if we go for eager initialisation instead of lazy ie creating instance before access. We will not require synchronised block correct me if wrong
@bihari14226 ай бұрын
Honestly speaking if you would have made the video before about it I would have crack EPAM for remote location.... : (
@naveenautomationlabs6 ай бұрын
No worries, more opportunities will be there for you in future. Keep learning.
@_abhimanyu.6 ай бұрын
I too had an interview with EPAM yesterday. Did you get any feedback from the HR team yet?
@bihari14226 ай бұрын
@@_abhimanyu. yeah profile on hold and candidate lags in JAVA design patterns
@_abhimanyu.6 ай бұрын
@@bihari1422 Did you get an email about it or did the HR call you?
@bihari14226 ай бұрын
@@_abhimanyu. Email bro
@kailashpathak89064 ай бұрын
Very well ❤️🩹 explained.. thanks Naveen!!!
@prateekgupta89146 ай бұрын
Thanks Naveen for this video. Could you please create same for Playwright with Java?
@mahalasakini50456 ай бұрын
Naveen can you please explain SOLID principles also
@niloychakravorty38326 ай бұрын
Hi Naveen, can you make a video on Collectors.grouping by questions ?
@anbu80066 ай бұрын
Thanks
@ambika1524-s9k6 ай бұрын
Sir i tried to connect with you on LinkedIn and WhatsApp which you provided on your website regarding mock interview i really want to take mock interview please reply if it's possible for you to schedule mock or not sir
@nityaranjan67145 ай бұрын
How you are writing with mouse on eclipse directly?
@soulofangel19903 ай бұрын
he is using a diffent software to write on the background of the screen.
@dchenamoni78584 ай бұрын
what is Browser.class can you tell what it will do?
@naveenautomationlabs4 ай бұрын
Please watch the full video, its already explained what is the purpose of Browser class.
@neha79806 ай бұрын
Why do we need to create object only single time ? whats the real time use case at framework level?
@MrAshu585 ай бұрын
@@neha7980 logging is 1 use case when we want different module of an application to write to a single log file.
@mesmerizeart6633 ай бұрын
@@MrAshu58 We know Logging and service Registery,in this case are you creating singletone class Manually or just search the use of singletone class in chartgpt and it's show you the answer.😂😂😂