Tag: testing
TestNG
TestNG is an Automation Testing framework in which NG stands for “Next Generation”. TestNG is inspired from JUnit and NUnit which uses the annotations (@) – a special form of syntactic meta-data added to Java source code for better code readability, but introducing some new functionalities that make it more powerful and easy to use. […]
Read more