Category Archives: Selenium Java

TestNG XML File & Execute Parallel Testing

AutomationSelenium Java

Create TestNG XML File & Execute Parallel Testing

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. In the previous article, we learned about creating a TestNG project in Eclipse and how to run our first ever Selenium Test Script. Now that you know how to run a TestNG … Continue reading Create TestNG XML File & Execute Parallel Testing

August 13, 2020

view count72703 Views

Read time9 Min Read

Capture Screenshots In Selenium

AutomationSelenium JavaSelenium TutorialTutorial

How to Take Screenshots in Selenium

Capturing screenshots is pivotal to realize whether your web-application is rendering seamlessly or not. If not, where is it failing? Traditionally, testers were accustomed to capturing screenshots manually for each and every test they ran, which was painstakingly exhausting and time-consuming.

August 5, 2020

view count146132 Views

Read time13 Min Read

TestNG Project In Eclipse

AutomationSelenium Java

Create TestNG Project In Eclipse & Run Selenium Test Script

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. In the last article, we installed TestNG in Eclipse and did some environment set up for the same. Subsequently, we saw how we could convert our existing Java projects into TestNG projects … Continue reading Create TestNG Project In Eclipse & Run Selenium Test Script

July 31, 2020

view count79981 Views

Read time8 Min Read

TestNG tutorial

AutomationSelenium Java

How To Install TestNG In Eclipse: Step By Step Guide

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. As you already know, TestNG or Test Next Generation is one of the most frequently used automation testing frameworks in Java. Inspired by JUnit and NUnit, Cedric Beust created TestNG with the … Continue reading How To Install TestNG In Eclipse: Step By Step Guide

July 27, 2020

view count130567 Views

Read time7 Min Read

Complete Java Testing with Selenium Tutorial: Guide to Java Automation

AutomationSelenium JavaSelenium TutorialTutorial

Complete Java Selenium Testing Tutorial: Guide To The Java Automation

Most companies measure the success of their digital marketing efforts using traditional approaches such as increased sales, ROI, and leads.

June 24, 2020

view count56454 Views

Read time20 Min Read

JUnit Parameterized Test For Selenium Automation

AutomationSelenium JavaSelenium TutorialTutorial

JUnit Parameterized Test For Selenium Automation With Examples

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on JUnit Tutorial. As an automation tester, you might often come across test automation scenarios, where you need to execute the same tests, again and again, but with different inputs and environments, making the task exhausting and … Continue reading JUnit Parameterized Test For Selenium Automation With Examples

April 21, 2020

view count64732 Views

Read time9 Min Read

Selenium Java Testing: Page Object Model

AutomationSelenium JavaSelenium Tutorial

Page Object Model Design Pattern in Selenium Java

Performing Selenium test automation is not a luxury in agile development anymore, with increasing number of features to test, the workload on testers keeps piling up.

April 13, 2020

view count71925 Views

Read time13 Min Read

AutomationSelenium Java

Top 5 Java Testing Frameworks For Automation In 2019

For decades, Java has been the most preferred programming language for developing the server side layer of an application. Although JUnit has been there with the developers for helping them in automated unit testing, with time and the evolution of testing,

March 18, 2019

view count52024 Views

Read time14 Min Read