Is GUI testing is possible using selenium.
Currently we are developing our selenium scripts only for functional Testing, Now i have to use selenium for my GUI testing, So is that possible using selenium we can check the UI.Please let me know the solution how to integrates this
Certain aspects of UI testing like usability, localization, layout etc can’t be tested completely without manual intervention. You should depend upon manual testing for these kind of stuff.