Samiksha Kutesamikshakute.hashnode.dev·Jan 16, 2025Getting Started with Selenium: A Step-by-Step GuideIn this blog, we’ll explore how to get started with Selenium, step by step. Step 1: Visit the Selenium Website To begin, head over to the official Selenium website by searching “Selenium download” in your browser. The official site is selenium.dev, w...The Selenium Guidebookselenium
Ronika Kashyapronika.hashnode.dev·Dec 27, 2024TestNG Annotations Explained with ExamplesIn software testing, accuracy, organization, and efficiency are essential. TestNG annotations, which have become a shining example of these attributes, have altered the testing environment for Java programs. Testing has changed from a routine chore t...Testing
Ronika Kashyapronika.hashnode.dev·Sep 11, 2024The Ultimate Guide to TestNG GroupsWhat are TestNG Groups? TestNG Groups allow a way to group multiple test cases written in Selenium to be grouped under a common name. Using groups in TestNG you can run multiple test cases which are tagged using a group name together, thereby separat...testng
Shyam Kundashyamkunda.dev·Aug 2, 2024Behaviour of constructors in TestngIn TestNG, the behavior of constructors in relation to test groups and packages can sometimes be confusing. Here’s a breakdown of what you need to know about how constructors interact with groups and packages, and some best practices to ensure they w...38 readstestng
Gulshan Kumarperfinsights.hashnode.dev·Jun 9, 2024Parametrization - Inject Data From ExcelIntroduction Data driven testing is a smart way of testing the software, with the help of data driven testing we can make our code more re-usable and with the help of data driven testing we can run the same test with different data set. In this artic...34 readsAutomation Insightsselenium
Debasmita Adhikaridebasmita-a.hashnode.dev·May 18, 2024Automation Testing Framework using Selenium WebDriver and Java : Day 4In the last article from our POM series, we were able to run framework tests from testng.xml file. Today, we will see how to run the same from command prompt. Plugin requirement : In our POM.xml file, we need to add Surefire plugin, which will enable...Page Object Model FrameworkSurefirePlugin
Debasmita Adhikaridebasmita-a.hashnode.dev·Mar 31, 2024Automation Testing Framework using Selenium WebDriver and Java : Day 1End-to-end testing framework topics to be covered : Page Object Model pattern Tech stack : Java, Selenium, TestNG, Maven CI CD : GIT, Jenkins Cloud integration : AWS In this series, we will create a very simple automation testing framework, mai...Page Object Model Frameworkautomation testing
Devansh Bhardwajdevanshbhardwaj13.hashnode.dev·Mar 12, 2024TestNG Framework Tutorial: A Comprehensive Guide, with Examples & Best PracticesOVERVIEW It is a Java-based open-source test automation framework. It covers a broader range of test categories: unit, functional, end-to-end, integration, etc. This framework is quite popular among developers and testers for test creation due to its...testng
James Cantorjamescantor.hashnode.dev·Mar 1, 2024An Overview of TestNG Listeners in SeleniumTestNG is, first and foremost, a testing framework widely used in the Selenium community to perform unit and functional testing of software applications. You need to know that the TestNG listener is a kind of interface that is usually used to employ ...testng
Rinaldo Badigarrinaldo.hashnode.dev·Jan 28, 2024Running Selenium Java project on JenkinsIntroduction Automating your testing with Selenium and Java is a smart move for efficiency. This blog explores how to seamlessly run your Selenium Java project on Jenkins, unlocking the potential for continuous testing. Creating a Jenkins Maven proje...Selenium with Javaselenium