- TestNG is a testing framework .NG for next generation.
- The framework implementation
is same as junit and Nunit.But TestNG offers some more features like
parallel execution,group execution ,batch execution,data provider ,parameterization etc..
- TestNG
annotations are so easy to use.
How to Install TestNG in Eclipse:
- Lunch Eclipse by
clicking eclipse icon.
- Click on Help and go to
Eclipse Marketplace.
- Go to search tab and search
TestNG.
- Click on Install.
After Installation re-launch the Eclipse and go to Window option.
Follow this path : Window >> Show View >> other
>> Expand Java folder
Verify TestNG is displaying or not.