Open in app
Home
Notifications
Lists
Stories

Write
Arvind Choudhary
Arvind Choudhary

Home
About

Pinned

Why to use Loggers?

Logger In Java, logging is an important feature that helps developers to trace out the errors. Java is the programming language that comes with the logging approach. It provides a Logging API that was introduced in Java 1.4 version. It provides the ability to capture the log file. Components of Loggers Logger — recorder. …

Testing

2 min read


5 days ago

TestNG testing framework — Parameterization with Excel

Why use Excel? Microsoft Excel is one of the most significant computer programs because of the key role it plays in many sectors. It is the most widely used spreadsheet program in many corporate, classwork and even personal data organization. Excel stores data in tabular format(i.e. rows and columns). In one workbook we…

Testing

2 min read

TestNG testing framework — Parameterization with Excel
TestNG testing framework — Parameterization with Excel

May 11

TestNG testing framework — Parameterization

What is Parameterization? Whenever we define any parameters on any of our methods, it means we are parametrizing that method. e.g. assuming areaOfSquare(int side);takes one argument which is integer and returns ares of square. it also allows you to use the same method for N. no of values. @Test method of TestNG supports…

Testing

2 min read

TestNG testing framework — Parameterization
TestNG testing framework — Parameterization

May 8

TestNG testing framework — Annotations

Introduction of what is TestNG & why we need it? Please head to — TestNG testing framework — Introduction What is @DataProvider or how we can pass parameters to @Test method Please head to TestNG testing framework — Parameterization Annotations: TestNG Annotations are used to control the methods to be executed in the test script. Annotations are defined on methods to control how execution flows in the test code. …

Testing

4 min read

TestNG testing framework — Annotations
TestNG testing framework — Annotations

May 1

TestNG testing framework — Introduction

What is a Testing Framework? A testing framework is a set of guidelines or rules used for creating and designing test cases. A framework is comprised of a combination of practices and tools that are designed to help QA professionals test more efficiently. Popular available options: JUnit NUnit TestNG Why TestNG? TestNG is a testing framework inspired by JUnit and…

Testing

3 min read

TestNG testing framework
TestNG testing framework

Apr 17

Getting started with WDM(WebDriverManager)

Hello Readers, Whenever we talk about Automation Testing(Browser Automation) we should have a few things in place: Browser (Should be on the system path). Driver Executable (Should be on the system path), Driver Executable version should be the same as Browser Version. Automation Library(In our case Selenium). The second part…

Testing

2 min read

Getting started with WDM(WebDriverManager)
Getting started with WDM(WebDriverManager)

Feb 24

Selenium Grid Setup with Docker

Hello readers, from past few days I’ve been thinking about reducing automation test execution time by creating an environment where I could perform cross-browser and/or parallel execution. I came-across once solution where we could leverage docker to setup selenium grid on our local machine. Selenium Grid Setup Pre-requisite: Docker Pulling images with below…

Selenium Grid

3 min read

Selenium Grid Setup with Docker
Selenium Grid Setup with Docker
Arvind Choudhary

Arvind Choudhary

Automation Engineer

Following
  • Zhimin Zhan

    Zhimin Zhan

  • Barack Obama

    Barack Obama

  • Mohammad Faisal Khatri

    Mohammad Faisal Khatri

  • Aswathy K.R

    Aswathy K.R

  • Dhananjay

    Dhananjay

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable