Handling CheckBoxes in selenium
Events for a checkbox can be check or uncheck, there can be one or more checkboxes (group wise) on a…
Events for a checkbox can be check or uncheck, there can be one or more checkboxes (group wise) on a…
Button is one of the web element/control on web application,In a webpage, to identify if a web element is button…
Assert is to compare the expected with actual. Assert is class exposed from org.testng.Assert; 2 types of Asserts – Soft…
DesiredCapabilities describe a series of key/value pairs that encapsulate aspects of a browser, Basically this is used to set certain…
Exceptions are basically abnormal/unexpected conditions that may occur while running code/test.These exceptions may disrupt the execution, but we can handle…
We will be discussing some of the practices (may not be THE best practices) which makes code base easier in…
Selenium Grid is used to run the selenium tests parallel across different platforms(Nodes) and browsers from one system (Hub)…. …
In one of our previous post selenium locator strategies, we have learned how to identify elements based on HTML tags…
xpath is xml path language, and selenium uses xpath as one of the locator strategies to locate web element[s] from…