Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between TESTNG and JUNIT? List out Annotations?



What is the difference between TESTNG and JUNIT? List out Annotations?..

Answer / chandra shekar u

JUNIT performs on serial Testing. Where as TESTNG can do both parallel and serial testing. This is the main difference. CUCUMBER can work only with JUNIT.

JUNIT annotations are:
@Test, @Before, @After, @Ignore, @BeforeClass, @AfterClass, @Rule, @Runwith(Suite.class), @SuiteClasses({}), @Parameters and @RumWith(Parameterized.class).

TESTNG Annotations are:
@Test, @Parameters, @BeforeMethod, @AfterMethod, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeGroups, @AfterGroups, @BeforeSuite, @AfterSuite and @DataProvider

Is This Answer Correct ?    15 Yes 0 No

Post New Answer

More Selenium Interview Questions

What are the programming languages supported by selenium webdiver?

0 Answers  


What are the advantages of rc?

0 Answers  


What is webdriver wait in selenium webdriver?

0 Answers  


Explain what are the junits annotation linked with selenium?

0 Answers  


List out different types of locators?

0 Answers  


Which all browsers are supported by selenium webdriver?

0 Answers  


What is the difference between “type” and “type and wait for” command?

0 Answers  


How many exemptions do you know in selenium webdriver?

0 Answers  


How are selenium ide, webdriver and selenium rc different from each other?

0 Answers  


Can we use selenium grid for performance testing?

0 Answers  


Write the code to double click an element in selenium?

0 Answers  


Tell me how you can find broken images in a page using selenium web driver?

0 Answers  


Categories