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?
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 .
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?
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
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
@@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.😂😂😂
Please continue this series with all the design patterns in Java.
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?
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 .
I am impressed the way of explanation . Thank You so much . Carry on
Honestly speaking if you would have made the video before about it I would have crack EPAM for remote location.... : (
No worries, more opportunities will be there for you in future. Keep learning.
I too had an interview with EPAM yesterday. Did you get any feedback from the HR team yet?
@@_abhimanyu. yeah profile on hold and candidate lags in JAVA design patterns
@@bihari1422 Did you get an email about it or did the HR call you?
@@_abhimanyu. Email bro
Naveen, why do we need two null check for the browser? Why isn't one null check enough?
Thank you for creating this video !
Hi Naveen, can you make a video on Collectors.grouping by questions ?
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?
Thanks Naveen for this video. Could you please create same for Playwright with Java?
Naveen can you please explain SOLID principles also
Thank for sharing 😇😇😇
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
Very well ❤️🩹 explained.. thanks Naveen!!!
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
How you are writing with mouse on eclipse directly?
he is using a diffent software to write on the background of the screen.
Thanks
what is Browser.class can you tell what it will do?
Please watch the full video, its already explained what is the purpose of Browser class.
Why do we need to create object only single time ? whats the real time use case at framework level?
@@neha7980 logging is 1 use case when we want different module of an application to write to a single log file.
@@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.😂😂😂
Singleton error