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...Discusstestng
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...Discuss·32 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...Discuss·33 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...DiscussPage 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...DiscussPage 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...Discusstestng
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 ...Discusstestng
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...DiscussSelenium with Javaselenium
Rinaldo Badigarrinaldo.hashnode.dev·Jan 27, 2024Mastering Maven : A Comprehensive Guide to Simplifying Test Execution and ConfigurationIntroduction Maven has become an indispensable tool for managing Java-based projects, providing a structured and efficient way to build, test, and deploy applications. In this blog post, we'll delve into some crucial aspects of Maven, focusing on run...DiscussSelenium with Javaselenium
Rinaldo Badigarrinaldo.hashnode.dev·Jan 26, 2024Cross-Browser Testing with BrowserStackIntroduction Streamline your cross-browser testing process with BrowserStack, a powerful cloud-based platform. By leveraging BrowserStack, developers can efficiently test their web applications across various browsers and devices, ensuring compatibil...DiscussSelenium with Javaselenium