Skip to content
Sumon Dey
Web Developer & Automation Specialist
  • HOME
  • BLOG
  • PUBLISHED ARTICLES
  • CONTACT

Tag: java

Selenium-Chromedriver

Deep Dive into Selenium’s communication setup with ChromeDriver

Sumon Dey

Reading code and understanding a proven project’s detailed design/implementation is a good activity to spend time on. I am trying…

Continue Reading →

Posted in: Advanced Filed under: java, programming, TestAutomation
Dependency_Injection

Why to use Dependency Injection for handling resources during object creation in Java

Sumon Dey

Introduction In my earlier blog posts, I have discussed In detail a couple of ways to create objects in Java…

Continue Reading →

Posted in: Intermediate Filed under: coding, Development, java, programming
builder_pattern

Builder Design Pattern: When to use?

Sumon Dey

In one of my previous blog posts, I have explained how, many a time, it is advantageous to use “Static…

Continue Reading →

Posted in: Advanced, Intermediate Filed under: coding, Development, java, programming
static_factory_methods

Why and how to use Static Factory methods instead of public constructors in Java

Sumon Dey

One of the most important aspects of using an object-oriented programming language is how and when programmers decide to create…

Continue Reading →

Posted in: Intermediate Filed under: coding, Development, java, programming, TestAutomation
alternative-if-else

Alternative approaches to using if-else and switch in code

Sumon Dey

The selection control mechanisms are present in almost all the modern-day programming languages. In selection control structures, the conditional statements…

Continue Reading →

Posted in: Intermediate Filed under: coding, java, programming

Recent Posts

  • Cluster bugs using ML (K-Means Clustering Algorithm) – A step-by-step approach
  • Systems Modelling as an input to your Test Automation Design
  • Deep Dive into Selenium’s communication setup with ChromeDriver
Copyright © 2019-2023 Sumon Dey