Category: TestNG Tutorials
Automation Framework
Parameterization is the soul of software testing (it also includes automation testing). We have discussed various techniques here (at inviul) to maintain the test data in our Automation Framework. …
Automation Framework
Automation framework has prime importance with respect to automation testing. We have discussed Data-driven framework (in recent live session) which exclusively incorporates different sets of test data for testing …
Automation Framework
In the previous tutorial, we discussed a technique to ignore tests in Selenium WebDriver with the help of TestNG. Our agenda for this tutorial is about skipping tests at …
Automation Framework
When we are working in Test automation project then we come across a situation where some of our tests are still in progress, that is not in a ready …
Automation Framework
In the previous tutorial on TestNG, we discussed the basics of TestNG Framework and its installation steps along with the significance of having TestNG in Automation testing. Today our …
Automation Framework
4 years ago, I started my testing career and I still remember that I first started with Junit. I was really wondered to use Junit as it was making …