TestNG Tutorials
We have discussed lots more features of TestNG so far. Today we are going to discuss one of the most important features of the TestNG which helps to retry …
TestNG Tutorials
We have already discussed WebDriver Listeners. In that tutorial, we discussed all the fundamental concepts of the listeners. Just to remind you, Listeners listen to the events on starting …
TestNG Tutorials
We define multiple test methods inside @Test annotation and all these definitions are done within a TestNG class. Thus, we can create multiple TestNG classes, hence, the multiple test …
TestNG Tutorials
There is a great kind of relationship between normal execution flow and Exception as Developer and Tester. It’s a very famous saying that Exception exists everywhere, so it exists …
TestNG Tutorials
When we perform software testing then we come across many scenarios in which one test case depends on another test case. Suppose if the independent test case fails then …
TestNG Tutorials
Whenever there is any in deployment or release we generally do sanity testing to make sure critical code is working fine as expected. Similarly, we also do regression testing …
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. …
TestNG Tutorials
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 …
TestNG Tutorials
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 …