You are viewing our old blog site. For latest posts, please visit us at the new space. Follow our publication there to stay updated with tech articles, tutorials, events & more.
QA folks need to do Regression Testing as part of their Job.
Since doing Regression on daily/weekly basis is cumbersome, we automate the functional flows of our application and these are called FTs (Functional Tests).
Apart from executing the FTs, we do manual testing mostly to validate the alignment, font size, colour etc.
Since, manually verifying the colour of all controls/elements is a tedious and time-consuming job, we should automate it also.
How?
We can automate it by using Selenium Webdriver itself.
For example, I am taking Java as a language of choice with Selenium... Read More