Selenium Tutorial
Selenium tutorial provides basic and advanced concepts of Selenium. Our Selenium tutorial is designed for beginners and professionals. Selenium is one of the…
-
4-IDE- Locating by XPath –
next → ← prev XPath is a language used for locating nodes in XML documents. XPath can be used as…
Read More » -
3-IDE- Locating by Name –
next → ← prev The name locator type will locate the first element with a matching name attribute. For example,…
Read More » -
2-IDE- Locating by ID Element –
next → ← prev This type of locator is more explicit and the first element with the matching id attribute…
Read More » -
1-IDE- Locating by Identifier –
next → ← prev Identifier was used as a default type earlier and not recommended now as it’s not supported…
Read More » -
IDE- Locating Strategies –
next → ← prev For most of the Selenium commands, we need a target location which uniquely defines the web…
Read More » -
IDE-Creating Test Cases –
next → ← prev In this section, you will learn how to create a test case manually using Selenium commands…
Read More » -
IDE-Login Test –
next → ← prev In this section, you will learn how to create a Login Test case in Selenium IDE.…
Read More » -
IDE-First Test Case –
next → ← prev In this section, you will learn how to create a basic test case in Selenium ide.…
Read More » -
IDE-Features –
next → ← prev Selenium IDE is divided into different components, each having their own features and functionalities.We have categorized…
Read More » -
IDE-Installation –
next → ← prev Since, Selenium IDE is available only as Firefox and Chrome plug-in, we assume that you have…
Read More »