Firefox profile and preferences in selenium
Firefox profile is basically the personal settings of the firefox browser. Firefox profile contains information like your homepage, bookmarks, browser…
Firefox profile is basically the personal settings of the firefox browser. Firefox profile contains information like your homepage, bookmarks, browser…
While working with Selenium automation testing, we use different 3rd party frameworks (TestNG, Junit, MBunit, Nunit) in combination with Java…
According to http://jexcelapi.sourceforge.net/ – jexcel API is to read and write excel sheet data, Note: Excel should be of .xls format , if it…
We will see the use of apache POI open source library in java to read and write excel file. If…
In this post, we will see how to handle / automate drop down webelement in Selenium and Java. Use cases…
There are situations where we need to Download files from browser, Save in a specified folder on hard disk. We…
GUI testing is the basic validation we do mostly in browser applications… this may be the text font, text size,…
This below chart will let you know which version of selenium is compatible with which version of browsers / drivers.…
Exceptions are basically abnormal/unexpected conditions that may occur while running code/test.These exceptions may disrupt the execution, but we can handle…