Author name: Debarghya

Myself Debarghya Roy, I am an Engineering ARCHITECT working with fortune 5 company and an open source contributor, having around 12 years of experience/expertise in various Technology stack. I have worked with various technologies such as Java,C#,Python,Groovy, UI Automation(Selenium), Mobile Automation(Appium), API/Backend Automation,Performance Engineering(JMeter, Locust), Security Automation(MobSF,OwAsp,Kali Linux, Astra,ZAP etc), RPA,Process Engineering Automation,Mainframe Automation,Back End Development with SpringBoot,Kafka,Redis,RabitMQ,ELK stack, GrayLog, Jenkins and also having experience in Cloud Technologies, DevOps etc. I live in Bangalore ,India with my wife and have passion towards Blogging , music , playing guitar and my Philosophy of life is Education for All which gave the birth of LambdaGeeks. Lets connect over linked-in - https://www.linkedin.com/in/debarghya-roy/

Complete Page Object Model Framework -2021

Introduction The Complete Page Object Model (POM) Framework is a popular testing framework used in software development to enhance the efficiency and maintainability of test automation. It provides a structured approach to designing and implementing test scripts by separating the test logic from the underlying web elements. By encapsulating the web elements and their corresponding …

Complete Page Object Model Framework -2021 Read More »

2 Important Selenium design patterns and best practices

Selenium is a popular open-source framework used for automating web browsers. When working with Selenium, it is important to follow design patterns and best practices to ensure efficient and maintainable test automation. Design patterns provide reusable solutions to common problems, while best practices help in writing clean and reliable code. By implementing these patterns and …

2 Important Selenium design patterns and best practices Read More »

Critical 12 javascriptexecutor methods in selenium

The JavaScriptExecutor interface in Selenium provides a set of methods that allow you to execute JavaScript code within your test scripts. These methods are particularly useful when you need to interact with elements that are not easily accessible using regular Selenium commands. In this article, we will explore the critical 12 JavaScriptExecutor methods in Selenium, …

Critical 12 javascriptexecutor methods in selenium Read More »

Critical Actions class in selenium -Absolute 2021 guide

We are going to discuss and learn exhaustive usage of Actions class in Selenium across different Web operations . Actions Class in Selenium is widely used to perform various web operations such as mouse and keyboard movement which are advance webbrowser actions. Mouse Actions Keyboard Actions Actions class in selenium What is Actions Class in …

Critical Actions class in selenium -Absolute 2021 guide Read More »

Important Selenium webdriver commands of 2021

Selenium WebDriver is a popular open-source tool used for automating web browsers. It provides a wide range of commands that are essential for interacting with web elements and performing various actions on web pages. In this article, we will explore some of the important Selenium WebDriver commands of 2021. These commands include finding elements by …

Important Selenium webdriver commands of 2021 Read More »

71 UnAnswered Critical Selenium interview questions

In this tutorial of selenium interview questions, we will cover all the critical Selenium interview questions questions along with advanced Selenium Automation framework interview questions .This tutorial is divided into three segments : Selenium Framework Interview Questions Advance selenium interview questions Intermediate selenium interview questions NOTE : The focus of this Selenium interview Questions and …

71 UnAnswered Critical Selenium interview questions Read More »

Launching Browsers In Selenium- Facts You Should Know

Launching Browsers in Selenium Selenium is a popular open-source framework used for automating web browsers. It provides a wide range of functionalities to interact with web elements, perform actions, and validate web applications. One of the key features of Selenium is the ability to launch different browsers such as Chrome, Firefox, Safari, and Internet Explorer. …

Launching Browsers In Selenium- Facts You Should Know Read More »

Selenium Webdriver Architecture : Most Beginner’s Don’t Know

We going to start with Selenium tutorial Blackbook in exhaustive and different approach , In this first segment of the Selenium tutorial, we will discuss aboutSelenium Webdriver Architecture, what is Selenium Webdriver , Selenium Webdriver overview, Brief History of Selenium,Advantages of Selenium,limitations of Selenium, Selenium components and some frequently asked questions . What is Selenium Webdriver …

Selenium Webdriver Architecture : Most Beginner’s Don’t Know Read More »

43 TestNg Interview Questions :Most Beginner’s Don’t Know

In this tutorial we are going to discuss the exhaustive sets of Critical TestNg interview questions and answers and distributed depending on the difficulty level, where you can better equip yourself quickly on TestNg These Sets of Testng interview questions are distributed in the following modules or set : TestNg Interview Questions – Advance How …

43 TestNg Interview Questions :Most Beginner’s Don’t Know Read More »

Scroll to Top