testNG @Test attributes

TestNG framework provides some more features with the @Test to customise execution of test methods To know basics about the @Test, see the testng annotation. Attributes are: description: The description for this method.groups: The list of groups this class/method belongs to. Refer description and grouping testcases priority: The priority for this test method. Lower priorities will be…