AfterGroups

  • 03
    Sep

    TestNG Annotations

    AfterClass, AfterGroups, AfterMethod, AfterSuite, AfterTest, BeforeClass, BeforeGroups, BeforeMethod, BeforeSuite, BeforeTest, CustomAttribute, DataProvider, Factory, Guice, IAnnotation, IConfigurationAnnotation, IDataProviderAnnotation, IFactoryAnnotation, IListenersAnnotation, IObjectFactoryAnnotation, IParameterizable, IParametersAnnotation, ITestAnnotation, ITestOrConfiguration, Ignore, Listeners, NoInjection, ObjectFactory, Optional,...

    Read More
  • 26
    Dec

    Short notes to understand different TestNG annotations

    Annotation | Syntax | Description —————————————————————————————————————————————– @BeforeSuite | public void | The method will be run only once, before all the tests in the suite are executed. @BeforeGroups |...

    Read More