Ruchira Shuklaruchirashukla.hashnode.net·May 24, 2021TestNG vs JUnit: Which testing framework should you choose?A test automation framework is a set of components that facilitates the execution of tests along with reporting the results of the test execution. However, the discovery of the right test automation framework can be super-challenging since there are ...Discussjunit
Vipul Guptavipullgupta.hashnode.net·Feb 28, 2022How To Automate Using TestNG In Selenium? [TestNG Tutorial]Automation testing is a fast-growing industry, and every tester tends to opt for tools and frameworks that are self-sufficient and offer useful features out of the box. Though there are a number of test automation frameworks like Selenium, Cypress, e...Discusstestng
Ramit Dhamijaramitdhamija.hashnode.net·May 30, 2019TestNG Listeners In Selenium WebDriver With ExamplesThere are different interfaces provided by Java that allows you to modify TestNG behaviour. These interfaces are further known as TestNG Listeners in Selenium WebDriver. TestNG Listeners also allows you to customize the tests logs or report according...Discuss·112 readsselenium-webdriver
Vipul Guptavipullgupta.hashnode.net·Apr 14, 2023A Complete Guide To Exception Tests In TestNG [With Examples]While automating critical applications like banking apps, it’s important to implement error handling and validation checks to ensure that the application is secure and reliable for the bank’s customers. Additionally, clear error messages and notifica...Discusswebdev
Vipul Guptavipulgupta31.hashnode.net·Jan 31, 2023How To Automate Using TestNG In Selenium?Automation testing is a fast-growing industry, and every tester tends to opt for tools and frameworks that are self-sufficient and offer useful features out of the box. Though there are a number of test automation frameworks like Selenium, Cypress, e...Discuss·105 readsselenium-webdriver
Vaishnavi Donthavaishnavithetester.hashnode.net·Jan 30, 2023Usage of annotations in TestNGTestNG annotations are defined before methods in the Test class to control the next batch of code/method to be executed. If in case any of the annotations are NOT defined in front of a test method, the compiler just ignores and executes it as a part ...DiscussTestNG TutorialTesting
Vaishnavi Donthavaishnavithetester.hashnode.net·Apr 15, 2022Grouping of Test methods in TestNGTestNG allows users to perform different types of grouping to its test methods. We can't only declare to which group the respective methods belong, but also we can specify groups that contain other groups. As well as we can include a certain set of t...Discuss·31 readsTestNG TutorialTesting
Vaishnavi Donthavaishnavithetester.hashnode.net·Apr 15, 2022Writing Our First TestPrerequisites : An IDE of your like (using vscode here) An executable - Selenium Webdriver Maven, Java installed A project with a sample test case using Se and testNG I've used a simple test case i.e., hitting a URL, retrieving title and verify...Discuss·41 readsTestNG TutorialTesting
Vaishnavi Donthavaishnavithetester.hashnode.net·Apr 15, 2022Installation of TestNG in VSCodeVisual Studio Code IDE has an extension pack from Microsoft named, Extension Pack for Java which is included with a Test Runner for Java pack enabling users to use testNG in their tests. This can be done via a MAVEN Project. Let's checkout the steps ...Discuss·580 readsTestNG TutorialTesting
Vaishnavi Donthavaishnavithetester.hashnode.net·Apr 15, 2022Introduction to TestNGCreated by Cedric Beust TestNG is a Testing Framework inspired by JUnit and NUnit introducing more functionalities for easy use, grouping, prioritization etc. It is also popular for organising tests in a structural format to enhance the maintainanc...Discuss·51 readsTestNG TutorialSoftware Testing
Vipul Guptavipullgupta.hashnode.net·Feb 28, 2022How To Automate Using TestNG In Selenium? [TestNG Tutorial]Automation testing is a fast-growing industry, and every tester tends to opt for tools and frameworks that are self-sufficient and offer useful features out of the box. Though there are a number of test automation frameworks like Selenium, Cypress, e...Discusstestng
Ruchira Shuklaruchirashukla.hashnode.net·Jul 27, 2021How To Run JUnit Selenium Tests using TestNGBoth JUnit and TestNG are popular unit testing frameworks that have been widely accepted by Java developers. JUnit was introduced as an open-source unit testing framework for Java way back in 1997. In fact, JUnit is one of the widely used test automa...DiscussTesting
Ruchira Shuklaruchirashukla.hashnode.net·May 24, 2021TestNG vs JUnit: Which testing framework should you choose?A test automation framework is a set of components that facilitates the execution of tests along with reporting the results of the test execution. However, the discovery of the right test automation framework can be super-challenging since there are ...Discussjunit