Different ways to run selenium testNG tests or testng.xml using maven command line
You might be knowing everyone is suggesting to avoid hardcoding strings inside code like browser url, username, password, environment, which…
You might be knowing everyone is suggesting to avoid hardcoding strings inside code like browser url, username, password, environment, which…
There are certain scenarios where we need to read the content of a text file or write something to a…
xpath is xml path language, and selenium uses xpath as one of the locator strategies to locate web element[s] from…
Every browser application has it’s own delay in loading the elements when we open a web application / navigate from…
Selenium framework leaunched it’s updated version 2.47.0 Download link: http://www.seleniumhq.org/download/ and here is below some of the main features of…
TextBox is an element where we can enter/input alphanumeric text.To identify the textBoxes we need to look for the input…
To get started with testNG framework, refer testNG framework If we want to execute the testng class, we can do one by…
TestNG provides a way to get the data from external sources like from excel/textfile/arrays which helps to prepare data driven…
There are situations where we need to skip one or more @Test method in testNG, for this TestNG provides enabled…