Selenium Commands Explained

Selenese – Understanding Selenium Commands Previuos Post: Installation of Selenium IDE Selenium Commands also called as Selenese are the commands which runs in your tests. These commands are used to tell the automation engine to perform certain tasks. Check out the Read More …

Top 10 Selenium Tester Responsibilities

Selenium Tester Responsibilities: Once you have completed our Selenium certification training it is easy for you to get placed in Top MNC companies as a Selenium Tester. The question which arises for all the beginners here is What are Responsibilities of Selenium Tester?? The Read More …

CSS Selector in Selenium Scripts

  Identifying Web Elements using CSS Selector in Selenium Scripts   Introduction: In this series of Selenium tutorial we had already discussed about Selenium Commands, Selenese, Responsibilities of a Selenium Tester, as a continuation this part explains about Identifying Web Elements Read More …

Exception Handling in Selenium

Exception Handling in Selenium Automation Framework Exception Handling one of the most important and powerful mechanism to handle the run time errors so that the main process of the application will run correctly without any issues. This article will helps Read More …