Interview Questions

SELENIUM REAL TIME INTERVIEW QUESTIONS - What are the features of TestNG?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

SELENIUM REAL TIME INTERVIEW QUESTIONS - What are the features of TestNG?

TestNG is a testing framework designed to simplify a broad range of testing needs, from unit testing (testing a class in isolation of the others) to integration testing (testing entire systems made of several classes, several packages and even several external frameworks, such as application servers). You can use test suite,annotations, automatically generation of report and much more.

(Continued on next question...)

Other Interview Questions