↧
Getting Started with Selenium
What is Selenium ? Selenium is a software testing framework used for testing web applications. It provides support to write test scripts in many popular programming languages, including C#, Perl,...
View ArticleVerifying Tool-tip text using Selenium
A tool-tip is small rectangular pop-up window that appears near an object in a graphical user interface (GUI) on mouse hovering that object. Tool-tip contains a brief text message identifying or...
View ArticleBreaking The Parallel Execution Jinx Using Selenium Grid
We know that automation is cumbersome task and selenium grids come in handy when we talk about parallel test script execution. It supports execution of same code at same time in multiple browsers....
View Article