Loading
What is TestNG.xml ? In TestNG framework, we need to create Testng xml file to create and handle multiple test classes. We do configure our test run, set test dependency, include or exclude any test, method, class or package and
What is TestNG ? TestNG is a testing framework in which NG stands for “Next Generation” inspired from JUnit and NUnit. It has introduced some new functionalities that make it more powerful and easier to use. As the nature of the
Before going for API testing, let’s have a quick look at the brief introduction of API. What is API? Basically, API is a connecting source that enables the exchange of information between two different applications. In more simplified term, the
Testing is an integrated part of the software development Lifecycle. Without this, the application cannot go to the public domain. Furthermore, software testing validates the working of an application as per the specification. To analyze an application, the QA team performs