read and write key/value data using .properties file
.properties is a file extension for files mainly used in Java to store the configurable parameters of an application. the parameters are in…
.properties is a file extension for files mainly used in Java to store the configurable parameters of an application. the parameters are in…
There are situations where you have the options enabled [Below screenshot], still not able to copy paste files from your…
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…