[resolved] – ExtentReport error java.lang.NoSuchFieldError: VERSION_2_3_30
To generate html report in your test automation framework, you are using ExtentReport library and getting error while running your…
To generate html report in your test automation framework, you are using ExtentReport library and getting error while running your…
In selenium, we all know findElement() method finds the elements based on the locator matched criteria from the browser application.…
If you look at the Test pyramid (also refer to below image), more API testing is recommended over the UI…
Docker is an open-source containerisation platform. It enables to package applications into containers, standardised executable components combining application source code with the operating…
The singleton pattern is a software design pattern that restricts the instantiation of a class to one “single” instance. Ensures that a…
In this post, we will be learning why we need to use Base classes for handling different browsers and then…
In one of our previous post, we have seen how to use default testNG html report to understand the pass,…
You might be knowing everyone is suggesting to avoid hardcoding strings inside code like browser url, username, password, environment, which…
In a web page, we see lot’s of links which directs user to different other screens of same or different…