Can some one please help me with the usage of testing a JAVA class using annotations ( org.testng.annotations.Test) ... I am dealing with a program (written by some1 else) in which Junit is not used instead "org.testng.annotations.Test" is used of which i have no idea
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You'll definitely want to read the documentation on TestNG here, as there are some differences from JUnit. Some of the annotations are similar, though. Here are some highlights:
Those are the most similar to JUnit. The docs have a great explanation of the others. |
|||
|
|